mirror of https://github.com/efabless/caravel.git
35914 lines
1.5 MiB
35914 lines
1.5 MiB
|
|
library("housekeeping.nom") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Mon Apr 17 12:19:13 2023" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.6000 ;
|
|
nom_temperature : 100.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__ss_1.60v_100C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.6000 ;
|
|
temperature : 100.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__ss_1.60v_100C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 110897.125000 ;
|
|
dont_use : true ;
|
|
dont_touch : true ;
|
|
interface_timing : true;
|
|
timing_model_type : "extracted";
|
|
is_macro_cell : true;
|
|
|
|
/* Generated clock definitions start here*/
|
|
generated_clock ( wbbd_sck ) {
|
|
clock_pin : wbbd_sck ;
|
|
master_pin : wb_clk_i ;
|
|
divided_by : 2 ;
|
|
}
|
|
/* End of generated clocks */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VGND */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001058 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.807727, 0.827116, 0.882175, 1.107973, 2.036911",\
|
|
"0.911486, 0.930875, 0.985934, 1.211732, 2.140670",\
|
|
"1.070597, 1.089986, 1.145045, 1.370843, 2.299781",\
|
|
"1.366773, 1.386163, 1.441222, 1.667020, 2.595958",\
|
|
"1.878041, 1.897429, 1.952488, 2.178289, 3.107208");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.033145, 0.050954, 0.113394, 0.423249, 1.728456",\
|
|
"0.033145, 0.050954, 0.113394, 0.423249, 1.728456",\
|
|
"0.033145, 0.050954, 0.113394, 0.423249, 1.728456",\
|
|
"0.033145, 0.050954, 0.113394, 0.423249, 1.728456",\
|
|
"0.033147, 0.050956, 0.113396, 0.423253, 1.728456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.896917, 0.912734, 0.951635, 1.070688, 1.506025",\
|
|
"1.001946, 1.017763, 1.056664, 1.175717, 1.611054",\
|
|
"1.196160, 1.211977, 1.250878, 1.369931, 1.805269",\
|
|
"1.586974, 1.602791, 1.641692, 1.760745, 2.196083",\
|
|
"2.239953, 2.255770, 2.294671, 2.413724, 2.849063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.031969, 0.042329, 0.073234, 0.210106, 0.807031",\
|
|
"0.031969, 0.042329, 0.073234, 0.210106, 0.807031",\
|
|
"0.031969, 0.042329, 0.073234, 0.210106, 0.807031",\
|
|
"0.031969, 0.042329, 0.073234, 0.210106, 0.807031",\
|
|
"0.031969, 0.042330, 0.073234, 0.210107, 0.807032");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.807727, 0.827116, 0.882175, 1.104582, 2.021985",\
|
|
"0.911486, 0.930875, 0.985934, 1.208341, 2.125744",\
|
|
"1.070597, 1.089986, 1.145045, 1.367451, 2.284855",\
|
|
"1.366773, 1.386163, 1.441222, 1.663628, 2.581033",\
|
|
"1.878041, 1.897429, 1.952488, 2.174897, 3.092282");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.033145, 0.050954, 0.113394, 0.416853, 1.700034",\
|
|
"0.033145, 0.050954, 0.113394, 0.416853, 1.700034",\
|
|
"0.033145, 0.050954, 0.113394, 0.416853, 1.700034",\
|
|
"0.033145, 0.050954, 0.113394, 0.416853, 1.700034",\
|
|
"0.033147, 0.050956, 0.113396, 0.416857, 1.700034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.896917, 0.912734, 0.951635, 1.067283, 1.491436",\
|
|
"1.001946, 1.017763, 1.056664, 1.172312, 1.596465",\
|
|
"1.196160, 1.211977, 1.250878, 1.366527, 1.790680",\
|
|
"1.586974, 1.602791, 1.641692, 1.757340, 2.181494",\
|
|
"2.239953, 2.255770, 2.294671, 2.410320, 2.834474");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.031968, 0.042329, 0.073234, 0.203681, 0.779385",\
|
|
"0.031968, 0.042329, 0.073234, 0.203681, 0.779385",\
|
|
"0.031968, 0.042329, 0.073234, 0.203681, 0.779385",\
|
|
"0.031968, 0.042329, 0.073234, 0.203682, 0.779386",\
|
|
"0.031968, 0.042330, 0.073234, 0.203682, 0.779386");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.971839, 0.991228, 1.046285, 1.272089, 2.200991",\
|
|
"1.073356, 1.092744, 1.147801, 1.373605, 2.302507",\
|
|
"1.246115, 1.265503, 1.320560, 1.546365, 2.475265",\
|
|
"1.587104, 1.606492, 1.661549, 1.887355, 2.816246",\
|
|
"2.174493, 2.193881, 2.248937, 2.474747, 3.403614");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.033148, 0.050958, 0.113398, 0.423256, 1.728450",\
|
|
"0.033148, 0.050958, 0.113398, 0.423256, 1.728450",\
|
|
"0.033149, 0.050958, 0.113398, 0.423256, 1.728450",\
|
|
"0.033150, 0.050959, 0.113399, 0.423258, 1.728449",\
|
|
"0.033152, 0.050962, 0.113401, 0.423263, 1.728445");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.986174, 1.001987, 1.040893, 1.159939, 1.595269",\
|
|
"1.093036, 1.108848, 1.147754, 1.266800, 1.702130",\
|
|
"1.285570, 1.301382, 1.340288, 1.459334, 1.894665",\
|
|
"1.698171, 1.713984, 1.752890, 1.871936, 2.307267",\
|
|
"2.404853, 2.420666, 2.459572, 2.578619, 3.013951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.031974, 0.042328, 0.073232, 0.210104, 0.807023",\
|
|
"0.031974, 0.042328, 0.073232, 0.210104, 0.807023",\
|
|
"0.031973, 0.042328, 0.073232, 0.210104, 0.807023",\
|
|
"0.031973, 0.042328, 0.073232, 0.210104, 0.807023",\
|
|
"0.031972, 0.042328, 0.073232, 0.210105, 0.807024");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.971839, 0.991228, 1.046285, 1.268698, 2.186065",\
|
|
"1.073356, 1.092744, 1.147801, 1.370214, 2.287581",\
|
|
"1.246115, 1.265503, 1.320560, 1.542973, 2.460340",\
|
|
"1.587104, 1.606492, 1.661549, 1.883963, 2.801321",\
|
|
"2.174493, 2.193881, 2.248937, 2.471355, 3.388688");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.033148, 0.050958, 0.113398, 0.416860, 1.700030",\
|
|
"0.033148, 0.050958, 0.113398, 0.416860, 1.700030",\
|
|
"0.033149, 0.050958, 0.113398, 0.416861, 1.700030",\
|
|
"0.033150, 0.050959, 0.113399, 0.416862, 1.700029",\
|
|
"0.033152, 0.050962, 0.113401, 0.416867, 1.700025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.984194, 1.000006, 1.038913, 1.154554, 1.578700",\
|
|
"1.091055, 1.106867, 1.145774, 1.261415, 1.685561",\
|
|
"1.285570, 1.301382, 1.340288, 1.455930, 1.880076",\
|
|
"1.698171, 1.713984, 1.752890, 1.868532, 2.292678",\
|
|
"2.404853, 2.420666, 2.459572, 2.575215, 2.999362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001058, 0.011830, 0.051058, 0.233137, 1.000000");
|
|
values ( "0.031972, 0.042328, 0.073232, 0.203679, 0.779377",\
|
|
"0.031972, 0.042328, 0.073232, 0.203679, 0.779377",\
|
|
"0.031972, 0.042328, 0.073232, 0.203679, 0.779377",\
|
|
"0.031972, 0.042328, 0.073232, 0.203680, 0.779378",\
|
|
"0.031972, 0.042328, 0.073232, 0.203680, 0.779379");
|
|
}
|
|
|
|
} /* 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.004162 ;
|
|
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.003471 ;
|
|
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.003397 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002117 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "2.884665, 2.908201, 2.961949, 3.139756, 3.978720",\
|
|
"2.987109, 3.010645, 3.064393, 3.242201, 4.081164",\
|
|
"3.157342, 3.180879, 3.234627, 3.412434, 4.251398",\
|
|
"3.479813, 3.503349, 3.557097, 3.734905, 4.573869",\
|
|
"4.027118, 4.050654, 4.104402, 4.282210, 5.121173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044512, 0.064259, 0.119501, 0.354206, 1.522834",\
|
|
"0.044512, 0.064259, 0.119501, 0.354206, 1.522834",\
|
|
"0.044512, 0.064259, 0.119501, 0.354206, 1.522834",\
|
|
"0.044512, 0.064259, 0.119501, 0.354206, 1.522834",\
|
|
"0.044512, 0.064259, 0.119501, 0.354206, 1.522834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "3.208149, 3.228068, 3.272016, 3.401736, 3.975908",\
|
|
"3.310593, 3.330512, 3.374460, 3.504180, 4.078352",\
|
|
"3.480827, 3.500746, 3.544693, 3.674414, 4.248586",\
|
|
"3.803297, 3.823216, 3.867164, 3.996885, 4.571057",\
|
|
"4.350602, 4.370522, 4.414469, 4.544190, 5.118362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038789, 0.053514, 0.091816, 0.244782, 1.022420",\
|
|
"0.038789, 0.053514, 0.091816, 0.244782, 1.022420",\
|
|
"0.038789, 0.053514, 0.091816, 0.244782, 1.022420",\
|
|
"0.038789, 0.053514, 0.091816, 0.244782, 1.022420",\
|
|
"0.038789, 0.053514, 0.091816, 0.244782, 1.022420");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "2.624662, 2.648193, 2.701937, 2.877325, 3.707478",\
|
|
"2.727106, 2.750637, 2.804381, 2.979769, 3.809922",\
|
|
"2.897339, 2.920871, 2.974615, 3.150003, 3.980155",\
|
|
"3.219810, 3.243341, 3.297085, 3.472474, 4.302626",\
|
|
"3.767115, 3.790646, 3.844390, 4.019778, 4.849931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044486, 0.064237, 0.119485, 0.349698, 1.501527",\
|
|
"0.044486, 0.064237, 0.119485, 0.349698, 1.501527",\
|
|
"0.044486, 0.064237, 0.119485, 0.349698, 1.501527",\
|
|
"0.044486, 0.064237, 0.119485, 0.349698, 1.501527",\
|
|
"0.044486, 0.064237, 0.119485, 0.349698, 1.501527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "3.108999, 3.128915, 3.172858, 3.300161, 3.865708",\
|
|
"3.211443, 3.231359, 3.275302, 3.402605, 3.968152",\
|
|
"3.381677, 3.401593, 3.445536, 3.572839, 4.138385",\
|
|
"3.704148, 3.724063, 3.768007, 3.895309, 4.460856",\
|
|
"4.251452, 4.271368, 4.315311, 4.442614, 5.008161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.400227, 1.423772, 1.477527, 1.655346, 2.494294",\
|
|
"1.502671, 1.526216, 1.579971, 1.757790, 2.596738",\
|
|
"1.672905, 1.696450, 1.750205, 1.928023, 2.766972",\
|
|
"1.995375, 2.018921, 2.072675, 2.250494, 3.089442",\
|
|
"2.542680, 2.566226, 2.619980, 2.797799, 3.636747");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044559, 0.064300, 0.119530, 0.354211, 1.522833",\
|
|
"0.044559, 0.064300, 0.119530, 0.354211, 1.522833",\
|
|
"0.044559, 0.064300, 0.119530, 0.354211, 1.522833",\
|
|
"0.044559, 0.064300, 0.119530, 0.354211, 1.522833",\
|
|
"0.044559, 0.064300, 0.119530, 0.354211, 1.522833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.824349, 1.844268, 1.888214, 2.017935, 2.592106",\
|
|
"1.933629, 1.953547, 1.997494, 2.127215, 2.701385",\
|
|
"2.131421, 2.151340, 2.195286, 2.325007, 2.899178",\
|
|
"2.549987, 2.569906, 2.613852, 2.743573, 3.317744",\
|
|
"3.294076, 3.313995, 3.357941, 3.487662, 4.061833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038785, 0.053511, 0.091814, 0.244781, 1.022418",\
|
|
"0.038785, 0.053511, 0.091814, 0.244781, 1.022418",\
|
|
"0.038785, 0.053511, 0.091814, 0.244781, 1.022418",\
|
|
"0.038785, 0.053511, 0.091814, 0.244781, 1.022418",\
|
|
"0.038785, 0.053511, 0.091814, 0.244781, 1.022418");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.382188, 1.405733, 1.459488, 1.634893, 2.465022",\
|
|
"1.484632, 1.508177, 1.561932, 1.737337, 2.567466",\
|
|
"1.654866, 1.678411, 1.732166, 1.907570, 2.737699",\
|
|
"1.977336, 2.000882, 2.054636, 2.230041, 3.060170",\
|
|
"2.524641, 2.548187, 2.601941, 2.777346, 3.607475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044559, 0.064300, 0.119530, 0.349705, 1.501528",\
|
|
"0.044559, 0.064300, 0.119530, 0.349705, 1.501528",\
|
|
"0.044559, 0.064300, 0.119530, 0.349705, 1.501528",\
|
|
"0.044559, 0.064300, 0.119530, 0.349705, 1.501528",\
|
|
"0.044559, 0.064300, 0.119530, 0.349705, 1.501528");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.817438, 1.837356, 1.881303, 2.008604, 2.574154",\
|
|
"1.926717, 1.946635, 1.990582, 2.117884, 2.683433",\
|
|
"2.124510, 2.144428, 2.188375, 2.315676, 2.881226",\
|
|
"2.543076, 2.562994, 2.606941, 2.734242, 3.299792",\
|
|
"3.287165, 3.307083, 3.351030, 3.478331, 4.043881");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038785, 0.053511, 0.091814, 0.240262, 1.001548",\
|
|
"0.038785, 0.053511, 0.091814, 0.240262, 1.001548",\
|
|
"0.038785, 0.053511, 0.091814, 0.240262, 1.001548",\
|
|
"0.038785, 0.053511, 0.091814, 0.240262, 1.001548",\
|
|
"0.038785, 0.053511, 0.091814, 0.240262, 1.001548");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.159031, 1.182578, 1.236334, 1.414156, 2.253101",\
|
|
"1.263290, 1.286837, 1.340593, 1.518414, 2.357359",\
|
|
"1.421444, 1.444991, 1.498747, 1.676569, 2.515514",\
|
|
"1.716016, 1.739563, 1.793320, 1.971141, 2.810086",\
|
|
"2.230338, 2.253887, 2.307644, 2.485467, 3.324410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044569, 0.064309, 0.119536, 0.354212, 1.522834",\
|
|
"0.044569, 0.064309, 0.119536, 0.354212, 1.522834",\
|
|
"0.044569, 0.064309, 0.119536, 0.354212, 1.522834",\
|
|
"0.044571, 0.064311, 0.119537, 0.354212, 1.522834",\
|
|
"0.044577, 0.064316, 0.119541, 0.354213, 1.522834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.515210, 1.535125, 1.579069, 1.708791, 2.282959",\
|
|
"1.620243, 1.640159, 1.684102, 1.813824, 2.387992",\
|
|
"1.813540, 1.833455, 1.877399, 2.007121, 2.581289",\
|
|
"2.207056, 2.226972, 2.270915, 2.400637, 2.974805",\
|
|
"2.870319, 2.890235, 2.934177, 3.063900, 3.638067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038772, 0.053500, 0.091806, 0.244777, 1.022413",\
|
|
"0.038772, 0.053500, 0.091806, 0.244777, 1.022413",\
|
|
"0.038772, 0.053500, 0.091806, 0.244777, 1.022413",\
|
|
"0.038772, 0.053500, 0.091806, 0.244777, 1.022413",\
|
|
"0.038770, 0.053498, 0.091805, 0.244777, 1.022413");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.140992, 1.164539, 1.218296, 1.393703, 2.223828",\
|
|
"1.245251, 1.268798, 1.322554, 1.497961, 2.328087",\
|
|
"1.403405, 1.426952, 1.480708, 1.656116, 2.486241",\
|
|
"1.697977, 1.721524, 1.775281, 1.950688, 2.780813",\
|
|
"2.212299, 2.235848, 2.289605, 2.465015, 3.295137");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.044569, 0.064309, 0.119536, 0.349706, 1.501528",\
|
|
"0.044569, 0.064309, 0.119536, 0.349706, 1.501528",\
|
|
"0.044569, 0.064309, 0.119536, 0.349706, 1.501528",\
|
|
"0.044571, 0.064311, 0.119537, 0.349706, 1.501528",\
|
|
"0.044577, 0.064316, 0.119541, 0.349706, 1.501528");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "1.508298, 1.528214, 1.572158, 1.699460, 2.265007",\
|
|
"1.613331, 1.633247, 1.677191, 1.804493, 2.370040",\
|
|
"1.806628, 1.826544, 1.870487, 1.997790, 2.563337",\
|
|
"2.200145, 2.220061, 2.264004, 2.391306, 2.956853",\
|
|
"2.863408, 2.883323, 2.927266, 3.054569, 3.620115");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002117, 0.010043, 0.033671, 0.127743, 0.585947");
|
|
values ( "0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038772, 0.053500, 0.091806, 0.240258, 1.001543",\
|
|
"0.038770, 0.053498, 0.091805, 0.240257, 1.001542");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una_min*/
|
|
|
|
} /* end of pin pad_flash_clk */
|
|
|
|
pin("pad_flash_clk_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001373 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.605184, 2.625089, 2.680984, 2.907499, 3.836143",\
|
|
"2.707628, 2.727533, 2.783428, 3.009943, 3.938588",\
|
|
"2.877861, 2.897766, 2.953662, 3.180176, 4.108821",\
|
|
"3.200332, 3.220237, 3.276132, 3.502647, 4.431292",\
|
|
"3.747637, 3.767542, 3.823437, 4.049952, 4.978597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.036640, 0.054193, 0.115631, 0.424756, 1.733347",\
|
|
"0.036640, 0.054193, 0.115631, 0.424756, 1.733347",\
|
|
"0.036640, 0.054193, 0.115631, 0.424756, 1.733347",\
|
|
"0.036640, 0.054193, 0.115631, 0.424756, 1.733347",\
|
|
"0.036640, 0.054193, 0.115631, 0.424756, 1.733347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.333980, 2.349602, 2.388399, 2.507853, 2.935322",\
|
|
"2.436424, 2.452047, 2.490844, 2.610297, 3.037766",\
|
|
"2.606658, 2.622280, 2.661077, 2.780531, 3.207999",\
|
|
"2.929128, 2.944751, 2.983547, 3.103002, 3.530470",\
|
|
"3.476433, 3.492056, 3.530853, 3.650306, 4.077775");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.032272, 0.042579, 0.073422, 0.211184, 0.804323",\
|
|
"0.032272, 0.042579, 0.073422, 0.211184, 0.804323",\
|
|
"0.032272, 0.042579, 0.073422, 0.211184, 0.804323",\
|
|
"0.032272, 0.042579, 0.073422, 0.211184, 0.804323",\
|
|
"0.032272, 0.042579, 0.073422, 0.211184, 0.804323");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.605184, 2.625089, 2.680984, 2.903670, 3.819550",\
|
|
"2.707628, 2.727533, 2.783428, 3.006114, 3.921994",\
|
|
"2.877861, 2.897766, 2.953662, 3.176347, 4.092227",\
|
|
"3.200332, 3.220237, 3.276132, 3.498818, 4.414698",\
|
|
"3.747637, 3.767542, 3.823437, 4.046123, 4.962003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.036640, 0.054193, 0.115631, 0.417545, 1.701859",\
|
|
"0.036640, 0.054193, 0.115631, 0.417545, 1.701859",\
|
|
"0.036640, 0.054193, 0.115631, 0.417545, 1.701859",\
|
|
"0.036640, 0.054193, 0.115631, 0.417545, 1.701859",\
|
|
"0.036640, 0.054193, 0.115631, 0.417545, 1.701859");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "2.333980, 2.349602, 2.388399, 2.504009, 2.928052",\
|
|
"2.436424, 2.452047, 2.490844, 2.606453, 3.030497",\
|
|
"2.606658, 2.622280, 2.661077, 2.776686, 3.200730",\
|
|
"2.929128, 2.944751, 2.983547, 3.099157, 3.523201",\
|
|
"3.476433, 3.492056, 3.530853, 3.646462, 4.070506");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001373, 0.012146, 0.051373, 0.233452, 1.000000");
|
|
values ( "0.032272, 0.042579, 0.073422, 0.203938, 0.779459",\
|
|
"0.032272, 0.042579, 0.073422, 0.203938, 0.779459",\
|
|
"0.032272, 0.042579, 0.073422, 0.203938, 0.779459",\
|
|
"0.032272, 0.042579, 0.073422, 0.203938, 0.779459",\
|
|
"0.032272, 0.042579, 0.073422, 0.203938, 0.779459");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_redg_min*/
|
|
|
|
} /* end of pin pad_flash_clk_oeb */
|
|
|
|
pin("pad_flash_csb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000888 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.095412, 1.114945, 1.170053, 1.395446, 2.324999",\
|
|
"1.195884, 1.215418, 1.270525, 1.495919, 2.425472",\
|
|
"1.338450, 1.357983, 1.413090, 1.638484, 2.568035",\
|
|
"1.578654, 1.598187, 1.653294, 1.878689, 2.808236",\
|
|
"1.959109, 1.978642, 2.033748, 2.259145, 3.188681");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032717, 0.050554, 0.113011, 0.422281, 1.726655",\
|
|
"0.032717, 0.050554, 0.113011, 0.422281, 1.726655",\
|
|
"0.032717, 0.050555, 0.113011, 0.422281, 1.726655",\
|
|
"0.032717, 0.050555, 0.113011, 0.422282, 1.726654",\
|
|
"0.032719, 0.050556, 0.113013, 0.422284, 1.726653");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.171681, 1.187638, 1.226550, 1.345437, 1.780110",\
|
|
"1.276799, 1.292755, 1.331668, 1.450555, 1.885227",\
|
|
"1.473956, 1.489913, 1.528826, 1.647712, 2.082385",\
|
|
"1.854424, 1.870381, 1.909294, 2.028180, 2.462853",\
|
|
"2.533334, 2.549291, 2.588203, 2.707090, 3.141762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031765, 0.042206, 0.073154, 0.209534, 0.805121",\
|
|
"0.031765, 0.042206, 0.073154, 0.209534, 0.805121",\
|
|
"0.031765, 0.042206, 0.073154, 0.209534, 0.805121",\
|
|
"0.031765, 0.042206, 0.073154, 0.209534, 0.805121",\
|
|
"0.031765, 0.042206, 0.073154, 0.209534, 0.805121");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.095412, 1.114945, 1.170053, 1.392296, 2.311117",\
|
|
"1.195884, 1.215418, 1.270525, 1.492768, 2.411589",\
|
|
"1.338450, 1.357983, 1.413090, 1.635334, 2.554153",\
|
|
"1.578654, 1.598187, 1.653294, 1.875538, 2.794354",\
|
|
"1.959109, 1.978642, 2.033748, 2.255995, 3.174799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032717, 0.050554, 0.113011, 0.416333, 1.700216",\
|
|
"0.032717, 0.050554, 0.113011, 0.416333, 1.700216",\
|
|
"0.032717, 0.050555, 0.113011, 0.416333, 1.700216",\
|
|
"0.032717, 0.050555, 0.113011, 0.416334, 1.700215",\
|
|
"0.032719, 0.050556, 0.113013, 0.416336, 1.700214");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.171681, 1.187638, 1.226550, 1.342275, 1.766544",\
|
|
"1.276799, 1.292755, 1.331668, 1.447393, 1.871662",\
|
|
"1.473956, 1.489913, 1.528826, 1.644550, 2.068819",\
|
|
"1.854424, 1.870381, 1.909294, 2.025018, 2.449287",\
|
|
"2.533334, 2.549291, 2.588203, 2.703928, 3.128196");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031765, 0.042206, 0.073154, 0.203560, 0.779410",\
|
|
"0.031765, 0.042206, 0.073154, 0.203560, 0.779410",\
|
|
"0.031765, 0.042206, 0.073154, 0.203560, 0.779410",\
|
|
"0.031765, 0.042206, 0.073154, 0.203560, 0.779410",\
|
|
"0.031765, 0.042206, 0.073154, 0.203560, 0.779410");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.605995, 2.625540, 2.680660, 2.905996, 3.835884",\
|
|
"2.708440, 2.727984, 2.783104, 3.008440, 3.938328",\
|
|
"2.878673, 2.898217, 2.953338, 3.178674, 4.108562",\
|
|
"3.201144, 3.220688, 3.275808, 3.501145, 4.431032",\
|
|
"3.748448, 3.767992, 3.823113, 4.048450, 4.978337");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032681, 0.050517, 0.112974, 0.422216, 1.726705",\
|
|
"0.032681, 0.050517, 0.112974, 0.422216, 1.726705",\
|
|
"0.032681, 0.050517, 0.112974, 0.422216, 1.726705",\
|
|
"0.032681, 0.050517, 0.112974, 0.422216, 1.726705",\
|
|
"0.032681, 0.050517, 0.112974, 0.422216, 1.726705");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.800235, 2.816197, 2.855103, 2.973998, 3.408679",\
|
|
"2.902679, 2.918641, 2.957547, 3.076442, 3.511123",\
|
|
"3.072912, 3.088874, 3.127780, 3.246675, 3.681357",\
|
|
"3.395383, 3.411345, 3.450251, 3.569146, 4.003827",\
|
|
"3.942688, 3.958650, 3.997556, 4.116451, 4.551132");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031759, 0.042208, 0.073157, 0.209537, 0.805131",\
|
|
"0.031759, 0.042208, 0.073157, 0.209537, 0.805131",\
|
|
"0.031759, 0.042208, 0.073157, 0.209537, 0.805131",\
|
|
"0.031759, 0.042208, 0.073157, 0.209537, 0.805131",\
|
|
"0.031759, 0.042208, 0.073157, 0.209537, 0.805131");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.407714, 2.427258, 2.482379, 2.704563, 3.623730",\
|
|
"2.510158, 2.529702, 2.584823, 2.807007, 3.726175",\
|
|
"2.680391, 2.699936, 2.755057, 2.977240, 3.896408",\
|
|
"3.002862, 3.022406, 3.077527, 3.299711, 4.218879",\
|
|
"3.550167, 3.569711, 3.624832, 3.847016, 4.766183");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032679, 0.050516, 0.112972, 0.416266, 1.700268",\
|
|
"0.032679, 0.050516, 0.112972, 0.416266, 1.700268",\
|
|
"0.032679, 0.050516, 0.112972, 0.416266, 1.700268",\
|
|
"0.032679, 0.050516, 0.112972, 0.416266, 1.700268",\
|
|
"0.032679, 0.050516, 0.112972, 0.416266, 1.700268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "2.694533, 2.710489, 2.749403, 2.865127, 3.289395",\
|
|
"2.796978, 2.812933, 2.851847, 2.967571, 3.391839",\
|
|
"2.967211, 2.983167, 3.022080, 3.137804, 3.562072",\
|
|
"3.289682, 3.305638, 3.344551, 3.460275, 3.884543",\
|
|
"3.836986, 3.852942, 3.891856, 4.007579, 4.431848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031766, 0.042206, 0.073153, 0.203560, 0.779409",\
|
|
"0.031766, 0.042206, 0.073153, 0.203560, 0.779409",\
|
|
"0.031766, 0.042206, 0.073153, 0.203560, 0.779409",\
|
|
"0.031766, 0.042206, 0.073153, 0.203560, 0.779409",\
|
|
"0.031766, 0.042206, 0.073153, 0.203560, 0.779409");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.970451, 0.989987, 1.045096, 1.270481, 2.200086",\
|
|
"1.072282, 1.091818, 1.146927, 1.372311, 2.301917",\
|
|
"1.252170, 1.271706, 1.326815, 1.552200, 2.481803",\
|
|
"1.609934, 1.629469, 1.684577, 1.909964, 2.839560",\
|
|
"2.248230, 2.267764, 2.322872, 2.548262, 3.477836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032711, 0.050549, 0.113005, 0.422270, 1.726664",\
|
|
"0.032711, 0.050549, 0.113005, 0.422270, 1.726664",\
|
|
"0.032711, 0.050549, 0.113005, 0.422271, 1.726664",\
|
|
"0.032712, 0.050550, 0.113006, 0.422272, 1.726661",\
|
|
"0.032715, 0.050552, 0.113008, 0.422276, 1.726658");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.181031, 1.196994, 1.235899, 1.354796, 1.789479",\
|
|
"1.285683, 1.301646, 1.340551, 1.459448, 1.894131",\
|
|
"1.475879, 1.491842, 1.530746, 1.649643, 2.084327",\
|
|
"1.856357, 1.872320, 1.911225, 2.030121, 2.464804",\
|
|
"2.497491, 2.513454, 2.552359, 2.671255, 3.105938");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031758, 0.042208, 0.073157, 0.209537, 0.805134",\
|
|
"0.031758, 0.042208, 0.073157, 0.209537, 0.805134",\
|
|
"0.031758, 0.042208, 0.073157, 0.209537, 0.805134",\
|
|
"0.031758, 0.042208, 0.073157, 0.209537, 0.805133",\
|
|
"0.031758, 0.042208, 0.073157, 0.209537, 0.805132");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.970451, 0.989987, 1.045096, 1.267330, 2.186203",\
|
|
"1.072282, 1.091818, 1.146927, 1.369161, 2.288034",\
|
|
"1.252170, 1.271706, 1.326815, 1.549049, 2.467921",\
|
|
"1.609934, 1.629469, 1.684577, 1.906813, 2.825678",\
|
|
"2.248230, 2.267764, 2.322872, 2.545111, 3.463954");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.032711, 0.050549, 0.113005, 0.416323, 1.700225",\
|
|
"0.032711, 0.050549, 0.113005, 0.416323, 1.700225",\
|
|
"0.032711, 0.050549, 0.113005, 0.416323, 1.700224",\
|
|
"0.032712, 0.050550, 0.113006, 0.416324, 1.700222",\
|
|
"0.032715, 0.050552, 0.113008, 0.416329, 1.700219");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "1.181031, 1.196994, 1.235899, 1.351634, 1.775913",\
|
|
"1.285683, 1.301646, 1.340551, 1.456286, 1.880566",\
|
|
"1.475879, 1.491842, 1.530746, 1.646481, 2.070761",\
|
|
"1.856357, 1.872320, 1.911225, 2.026959, 2.451238",\
|
|
"2.497491, 2.513454, 2.552359, 2.668093, 3.092372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000888, 0.011660, 0.050888, 0.232967, 1.000000");
|
|
values ( "0.031758, 0.042208, 0.073157, 0.203564, 0.779422",\
|
|
"0.031758, 0.042208, 0.073157, 0.203564, 0.779422",\
|
|
"0.031758, 0.042208, 0.073157, 0.203564, 0.779422",\
|
|
"0.031758, 0.042208, 0.073157, 0.203563, 0.779422",\
|
|
"0.031758, 0.042208, 0.073157, 0.203563, 0.779421");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una_min*/
|
|
|
|
} /* end of pin pad_flash_csb */
|
|
|
|
pin("pad_flash_csb_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001526 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "2.528077, 2.547865, 2.603740, 2.830371, 3.759300",\
|
|
"2.630521, 2.650309, 2.706184, 2.932815, 3.861745",\
|
|
"2.800755, 2.820543, 2.876418, 3.103049, 4.031978",\
|
|
"3.123225, 3.143013, 3.198889, 3.425519, 4.354449",\
|
|
"3.670530, 3.690318, 3.746193, 3.972824, 4.901753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.036875, 0.054403, 0.115846, 0.425283, 1.734514",\
|
|
"0.036875, 0.054403, 0.115846, 0.425283, 1.734514",\
|
|
"0.036875, 0.054403, 0.115846, 0.425283, 1.734514",\
|
|
"0.036875, 0.054403, 0.115846, 0.425283, 1.734514",\
|
|
"0.036875, 0.054403, 0.115846, 0.425283, 1.734514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "2.216819, 2.232300, 2.271095, 2.390616, 2.818052",\
|
|
"2.319263, 2.334744, 2.373539, 2.493061, 2.920496",\
|
|
"2.489497, 2.504978, 2.543773, 2.663294, 3.090729",\
|
|
"2.811968, 2.827449, 2.866243, 2.985765, 3.413200",\
|
|
"3.359272, 3.374753, 3.413548, 3.533069, 3.960505");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.032471, 0.042687, 0.073495, 0.211557, 0.805186",\
|
|
"0.032471, 0.042687, 0.073495, 0.211557, 0.805186",\
|
|
"0.032471, 0.042687, 0.073495, 0.211557, 0.805186",\
|
|
"0.032471, 0.042687, 0.073495, 0.211557, 0.805186",\
|
|
"0.032471, 0.042687, 0.073495, 0.211557, 0.805186");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "2.528077, 2.547865, 2.603740, 2.826396, 3.742091",\
|
|
"2.630521, 2.650309, 2.706184, 2.928840, 3.844535",\
|
|
"2.800755, 2.820543, 2.876418, 3.099073, 4.014768",\
|
|
"3.123225, 3.143013, 3.198889, 3.421544, 4.337239",\
|
|
"3.670530, 3.690318, 3.746193, 3.968848, 4.884544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.036875, 0.054403, 0.115846, 0.417802, 1.701862",\
|
|
"0.036875, 0.054403, 0.115846, 0.417802, 1.701862",\
|
|
"0.036875, 0.054403, 0.115846, 0.417802, 1.701862",\
|
|
"0.036875, 0.054403, 0.115846, 0.417802, 1.701862",\
|
|
"0.036875, 0.054403, 0.115846, 0.417802, 1.701862");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "2.216819, 2.232300, 2.271095, 2.386625, 2.810540",\
|
|
"2.319263, 2.334744, 2.373539, 2.489069, 2.912985",\
|
|
"2.489497, 2.504978, 2.543773, 2.659302, 3.083218",\
|
|
"2.811968, 2.827449, 2.866243, 2.981773, 3.405689",\
|
|
"3.359272, 3.374753, 3.413548, 3.529078, 3.952994");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001526, 0.012298, 0.051526, 0.233605, 1.000000");
|
|
values ( "0.032471, 0.042687, 0.073495, 0.204039, 0.779410",\
|
|
"0.032471, 0.042687, 0.073495, 0.204039, 0.779410",\
|
|
"0.032471, 0.042687, 0.073495, 0.204039, 0.779410",\
|
|
"0.032471, 0.042687, 0.073495, 0.204039, 0.779410",\
|
|
"0.032471, 0.042687, 0.073495, 0.204039, 0.779410");
|
|
}
|
|
|
|
} /* 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.005028 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io0_di */
|
|
|
|
pin("pad_flash_io0_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000794 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.154061, 1.173600, 1.228643, 1.454311, 2.381982",\
|
|
"1.254894, 1.274433, 1.329477, 1.555144, 2.482815",\
|
|
"1.391993, 1.411532, 1.466575, 1.692243, 2.619913",\
|
|
"1.635941, 1.655480, 1.710523, 1.936191, 2.863859",\
|
|
"2.024741, 2.044280, 2.099323, 2.324992, 3.252652");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032751, 0.050610, 0.113066, 0.422383, 1.728157",\
|
|
"0.032751, 0.050610, 0.113066, 0.422383, 1.728157",\
|
|
"0.032751, 0.050610, 0.113066, 0.422383, 1.728157",\
|
|
"0.032751, 0.050611, 0.113066, 0.422383, 1.728157",\
|
|
"0.032752, 0.050612, 0.113067, 0.422385, 1.728157");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.332746, 1.348844, 1.387700, 1.506656, 1.941329",\
|
|
"1.439082, 1.455180, 1.494035, 1.612992, 2.047665",\
|
|
"1.634154, 1.650252, 1.689108, 1.808064, 2.242737",\
|
|
"2.036977, 2.053076, 2.091931, 2.210887, 2.645560",\
|
|
"2.766265, 2.782363, 2.821219, 2.940175, 3.374847");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031585, 0.042155, 0.073132, 0.209402, 0.804845",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804845",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804845",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804845",\
|
|
"0.031585, 0.042154, 0.073132, 0.209402, 0.804845");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.147435, 1.166974, 1.222018, 1.444584, 2.361792",\
|
|
"1.248268, 1.267808, 1.322851, 1.545418, 2.462626",\
|
|
"1.385386, 1.404925, 1.459969, 1.682535, 2.599743",\
|
|
"1.629531, 1.649070, 1.704114, 1.926681, 2.843886",\
|
|
"2.018906, 2.038445, 2.093488, 2.316057, 3.233253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032750, 0.050610, 0.113065, 0.416528, 1.702364",\
|
|
"0.032750, 0.050610, 0.113065, 0.416528, 1.702364",\
|
|
"0.032750, 0.050610, 0.113066, 0.416528, 1.702364",\
|
|
"0.032751, 0.050610, 0.113066, 0.416529, 1.702364",\
|
|
"0.032751, 0.050611, 0.113067, 0.416531, 1.702363");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.319192, 1.335291, 1.374146, 1.489991, 1.914420",\
|
|
"1.425528, 1.441626, 1.480482, 1.596326, 2.020756",\
|
|
"1.620709, 1.636808, 1.675663, 1.791508, 2.215937",\
|
|
"2.024791, 2.040890, 2.079745, 2.195590, 2.620020",\
|
|
"2.757047, 2.773146, 2.812001, 2.927846, 3.352275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031585, 0.042154, 0.073132, 0.203522, 0.779533",\
|
|
"0.031585, 0.042154, 0.073132, 0.203522, 0.779533",\
|
|
"0.031585, 0.042154, 0.073132, 0.203522, 0.779533",\
|
|
"0.031585, 0.042154, 0.073132, 0.203522, 0.779533",\
|
|
"0.031585, 0.042154, 0.073132, 0.203522, 0.779533");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "2.710030, 2.729575, 2.784626, 3.010260, 3.938126",\
|
|
"2.812474, 2.832019, 2.887070, 3.112705, 4.040570",\
|
|
"2.982707, 3.002253, 3.057304, 3.282938, 4.210804",\
|
|
"3.305178, 3.324723, 3.379774, 3.605408, 4.533274",\
|
|
"3.852482, 3.872028, 3.927079, 4.152713, 5.080579");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032730, 0.050589, 0.113044, 0.422345, 1.728182",\
|
|
"0.032730, 0.050589, 0.113044, 0.422345, 1.728182",\
|
|
"0.032730, 0.050589, 0.113044, 0.422345, 1.728182",\
|
|
"0.032730, 0.050589, 0.113044, 0.422345, 1.728182",\
|
|
"0.032730, 0.050589, 0.113044, 0.422345, 1.728182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "2.874897, 2.890996, 2.929851, 3.048808, 3.483480",\
|
|
"2.977341, 2.993440, 3.032295, 3.151252, 3.585925",\
|
|
"3.147575, 3.163674, 3.202528, 3.321485, 3.756158",\
|
|
"3.470045, 3.486144, 3.524999, 3.643956, 4.078629",\
|
|
"4.017350, 4.033449, 4.072304, 4.191260, 4.625934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031585, 0.042155, 0.073132, 0.209402, 0.804846",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804846",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804846",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804846",\
|
|
"0.031585, 0.042155, 0.073132, 0.209402, 0.804846");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "2.448534, 2.468081, 2.523133, 2.745663, 3.662988",\
|
|
"2.550979, 2.570525, 2.625577, 2.848107, 3.765433",\
|
|
"2.721212, 2.740759, 2.795811, 3.018341, 3.935666",\
|
|
"3.043683, 3.063229, 3.118281, 3.340811, 4.258137",\
|
|
"3.590988, 3.610534, 3.665586, 3.888116, 4.805441");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032727, 0.050586, 0.113042, 0.416487, 1.699978",\
|
|
"0.032727, 0.050586, 0.113042, 0.416487, 1.699978",\
|
|
"0.032727, 0.050586, 0.113042, 0.416487, 1.699978",\
|
|
"0.032727, 0.050586, 0.113042, 0.416487, 1.699978",\
|
|
"0.032727, 0.050586, 0.113042, 0.416487, 1.699978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "2.866827, 2.882919, 2.921782, 3.037617, 3.462037",\
|
|
"2.969271, 2.985363, 3.024227, 3.140062, 3.564481",\
|
|
"3.139505, 3.155597, 3.194460, 3.310295, 3.734714",\
|
|
"3.461975, 3.478067, 3.516931, 3.632766, 4.057185",\
|
|
"4.009280, 4.025372, 4.064235, 4.180070, 4.604489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031592, 0.042152, 0.073128, 0.203519, 0.779521",\
|
|
"0.031592, 0.042152, 0.073128, 0.203519, 0.779521",\
|
|
"0.031592, 0.042152, 0.073128, 0.203519, 0.779521",\
|
|
"0.031592, 0.042152, 0.073128, 0.203519, 0.779521",\
|
|
"0.031592, 0.042152, 0.073128, 0.203519, 0.779521");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.039947, 1.059487, 1.114532, 1.340194, 2.267893",\
|
|
"1.141782, 1.161322, 1.216366, 1.442029, 2.369727",\
|
|
"1.321567, 1.341107, 1.396152, 1.621814, 2.549512",\
|
|
"1.679372, 1.698912, 1.753957, 1.979620, 2.907313",\
|
|
"2.318714, 2.338254, 2.393298, 2.618963, 3.546643");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032748, 0.050607, 0.113063, 0.422377, 1.728160",\
|
|
"0.032748, 0.050607, 0.113063, 0.422377, 1.728160",\
|
|
"0.032748, 0.050607, 0.113063, 0.422378, 1.728160",\
|
|
"0.032748, 0.050608, 0.113063, 0.422379, 1.728160",\
|
|
"0.032750, 0.050609, 0.113065, 0.422381, 1.728160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.294133, 1.310225, 1.349088, 1.468036, 1.902700",\
|
|
"1.398795, 1.414887, 1.453750, 1.572698, 2.007361",\
|
|
"1.589068, 1.605161, 1.644023, 1.762971, 2.197634",\
|
|
"1.970696, 1.986789, 2.025651, 2.144599, 2.579262",\
|
|
"2.615169, 2.631262, 2.670124, 2.789072, 3.223735");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031591, 0.042153, 0.073129, 0.209399, 0.804835",\
|
|
"0.031591, 0.042153, 0.073129, 0.209399, 0.804835",\
|
|
"0.031591, 0.042153, 0.073129, 0.209399, 0.804835",\
|
|
"0.031591, 0.042153, 0.073129, 0.209399, 0.804835",\
|
|
"0.031591, 0.042153, 0.073129, 0.209399, 0.804835");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.039947, 1.059487, 1.114532, 1.337094, 2.254325",\
|
|
"1.141782, 1.161322, 1.216366, 1.438929, 2.356160",\
|
|
"1.321567, 1.341107, 1.396152, 1.618714, 2.535945",\
|
|
"1.679372, 1.698912, 1.753957, 1.976520, 2.893746",\
|
|
"2.318714, 2.338254, 2.393298, 2.615864, 3.533076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.032748, 0.050607, 0.113063, 0.416524, 1.702365",\
|
|
"0.032748, 0.050607, 0.113063, 0.416524, 1.702365",\
|
|
"0.032748, 0.050607, 0.113063, 0.416524, 1.702365",\
|
|
"0.032748, 0.050608, 0.113063, 0.416525, 1.702365",\
|
|
"0.032750, 0.050609, 0.113065, 0.416527, 1.702365");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "1.294133, 1.310225, 1.349088, 1.464924, 1.889345",\
|
|
"1.398795, 1.414887, 1.453750, 1.569586, 1.994007",\
|
|
"1.589068, 1.605161, 1.644023, 1.759859, 2.184280",\
|
|
"1.970696, 1.986789, 2.025651, 2.141487, 2.565908",\
|
|
"2.615169, 2.631262, 2.670124, 2.785960, 3.210381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000794, 0.011566, 0.050794, 0.232873, 1.000000");
|
|
values ( "0.031591, 0.042153, 0.073129, 0.203520, 0.779523",\
|
|
"0.031591, 0.042153, 0.073129, 0.203520, 0.779523",\
|
|
"0.031591, 0.042153, 0.073129, 0.203520, 0.779523",\
|
|
"0.031591, 0.042153, 0.073129, 0.203520, 0.779523",\
|
|
"0.031591, 0.042153, 0.073129, 0.203520, 0.779523");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io0_do */
|
|
|
|
pin("pad_flash_io0_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002207 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "2.300890, 2.317041, 2.372090, 2.598467, 3.531061",\
|
|
"2.403334, 2.419485, 2.474534, 2.700911, 3.633506",\
|
|
"2.573567, 2.589719, 2.644767, 2.871144, 3.803739",\
|
|
"2.896038, 2.912189, 2.967238, 3.193615, 4.126209",\
|
|
"3.443343, 3.459494, 3.514543, 3.740920, 4.673514");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034971, 0.052576, 0.114968, 0.426836, 1.737269",\
|
|
"0.034971, 0.052576, 0.114968, 0.426836, 1.737269",\
|
|
"0.034971, 0.052576, 0.114968, 0.426836, 1.737269",\
|
|
"0.034971, 0.052576, 0.114968, 0.426836, 1.737269",\
|
|
"0.034971, 0.052576, 0.114968, 0.426836, 1.737269");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "2.640052, 2.653646, 2.692211, 2.812127, 3.239529",\
|
|
"2.742496, 2.756090, 2.794655, 2.914572, 3.341973",\
|
|
"2.912730, 2.926324, 2.964888, 3.084805, 3.512206",\
|
|
"3.235201, 3.248794, 3.287359, 3.407276, 3.834677",\
|
|
"3.782505, 3.796099, 3.834664, 3.954580, 4.381981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033179, 0.043226, 0.073938, 0.212976, 0.808188",\
|
|
"0.033179, 0.043226, 0.073938, 0.212976, 0.808188",\
|
|
"0.033179, 0.043226, 0.073938, 0.212976, 0.808188",\
|
|
"0.033179, 0.043226, 0.073938, 0.212976, 0.808188",\
|
|
"0.033179, 0.043226, 0.073938, 0.212976, 0.808188");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "2.298361, 2.317041, 2.372090, 2.594024, 3.511623",\
|
|
"2.400805, 2.419485, 2.474534, 2.696468, 3.614067",\
|
|
"2.571038, 2.589719, 2.644767, 2.866701, 3.784301",\
|
|
"2.893509, 2.912189, 2.967238, 3.189172, 4.106771",\
|
|
"3.440814, 3.459494, 3.514543, 3.736477, 4.654076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034971, 0.052576, 0.114968, 0.418475, 1.700269",\
|
|
"0.034971, 0.052576, 0.114968, 0.418475, 1.700269",\
|
|
"0.034971, 0.052576, 0.114968, 0.418475, 1.700269",\
|
|
"0.034971, 0.052576, 0.114968, 0.418475, 1.700269",\
|
|
"0.034971, 0.052576, 0.114968, 0.418475, 1.700269");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "2.638650, 2.653646, 2.692211, 2.807665, 3.231272",\
|
|
"2.741094, 2.756090, 2.794655, 2.910109, 3.333716",\
|
|
"2.911328, 2.926324, 2.964888, 3.080343, 3.503949",\
|
|
"3.233799, 3.248794, 3.287359, 3.402813, 3.826420",\
|
|
"3.781103, 3.796099, 3.834664, 3.950118, 4.373724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033179, 0.043226, 0.073938, 0.204570, 0.779485",\
|
|
"0.033179, 0.043226, 0.073938, 0.204570, 0.779485",\
|
|
"0.033179, 0.043226, 0.073938, 0.204570, 0.779485",\
|
|
"0.033179, 0.043226, 0.073938, 0.204570, 0.779485",\
|
|
"0.033179, 0.043226, 0.073938, 0.204570, 0.779485");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.865785, 0.879373, 0.917945, 1.037852, 1.465244",\
|
|
"0.970229, 0.983817, 1.022388, 1.142296, 1.569688",\
|
|
"1.134194, 1.147783, 1.186354, 1.306262, 1.733655",\
|
|
"1.440754, 1.454344, 1.492913, 1.612824, 2.040220",\
|
|
"1.972625, 1.986222, 2.024783, 2.144704, 2.572110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033185, 0.043224, 0.073935, 0.212974, 0.808178",\
|
|
"0.033185, 0.043224, 0.073935, 0.212974, 0.808178",\
|
|
"0.033185, 0.043225, 0.073935, 0.212974, 0.808178",\
|
|
"0.033183, 0.043225, 0.073936, 0.212975, 0.808182",\
|
|
"0.033176, 0.043227, 0.073940, 0.212978, 0.808194");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.745175, 0.761317, 0.816357, 1.042774, 1.975125",\
|
|
"0.849250, 0.865393, 0.920432, 1.146850, 2.079201",\
|
|
"1.042590, 1.058733, 1.113772, 1.340191, 2.272538",\
|
|
"1.446781, 1.462922, 1.517960, 1.744385, 2.676694",\
|
|
"2.142856, 2.158980, 2.214000, 2.440505, 3.372335");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034997, 0.052603, 0.114996, 0.426884, 1.737233",\
|
|
"0.034997, 0.052603, 0.114996, 0.426884, 1.737233",\
|
|
"0.034998, 0.052604, 0.114996, 0.426884, 1.737233",\
|
|
"0.035002, 0.052608, 0.115000, 0.426892, 1.737226",\
|
|
"0.035055, 0.052661, 0.115054, 0.426984, 1.737154");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.864383, 0.879373, 0.917945, 1.033390, 1.456987",\
|
|
"0.968826, 0.983817, 1.022388, 1.137834, 1.561431",\
|
|
"1.132792, 1.147783, 1.186354, 1.301800, 1.725397",\
|
|
"1.439352, 1.454344, 1.492913, 1.608362, 2.031963",\
|
|
"1.971224, 1.986222, 2.024783, 2.140242, 2.563853");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033185, 0.043224, 0.073935, 0.204567, 0.779475",\
|
|
"0.033185, 0.043224, 0.073935, 0.204567, 0.779475",\
|
|
"0.033185, 0.043225, 0.073935, 0.204568, 0.779475",\
|
|
"0.033183, 0.043225, 0.073936, 0.204569, 0.779479",\
|
|
"0.033176, 0.043227, 0.073940, 0.204572, 0.779491");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.742642, 0.761317, 0.816357, 1.038332, 1.955687",\
|
|
"0.846718, 0.865393, 0.920432, 1.142408, 2.059763",\
|
|
"1.040058, 1.058733, 1.113772, 1.335748, 2.253100",\
|
|
"1.444249, 1.462922, 1.517960, 1.739943, 2.657255",\
|
|
"2.140316, 2.158980, 2.214000, 2.436063, 3.352897");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034997, 0.052603, 0.114996, 0.418522, 1.700233",\
|
|
"0.034997, 0.052603, 0.114996, 0.418522, 1.700233",\
|
|
"0.034998, 0.052604, 0.114996, 0.418523, 1.700233",\
|
|
"0.035002, 0.052608, 0.115000, 0.418530, 1.700226",\
|
|
"0.035055, 0.052661, 0.115054, 0.418623, 1.700155");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io0_ieb */
|
|
|
|
pin("pad_flash_io0_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001403 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "2.688799, 2.708070, 2.763266, 2.988752, 3.922347",\
|
|
"2.791243, 2.810514, 2.865710, 3.091196, 4.024791",\
|
|
"2.961476, 2.980747, 3.035944, 3.261430, 4.195024",\
|
|
"3.283947, 3.303218, 3.358414, 3.583900, 4.517495",\
|
|
"3.831252, 3.850523, 3.905719, 4.131206, 5.064799");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.033337, 0.051073, 0.113490, 0.423853, 1.732308",\
|
|
"0.033337, 0.051073, 0.113490, 0.423853, 1.732308",\
|
|
"0.033337, 0.051073, 0.113490, 0.423853, 1.732308",\
|
|
"0.033337, 0.051073, 0.113490, 0.423853, 1.732308",\
|
|
"0.033337, 0.051073, 0.113490, 0.423853, 1.732308");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "2.418126, 2.433721, 2.472624, 2.591809, 3.018996",\
|
|
"2.520570, 2.536165, 2.575068, 2.694253, 3.121440",\
|
|
"2.690803, 2.706398, 2.745301, 2.864486, 3.291673",\
|
|
"3.013274, 3.028869, 3.067772, 3.186957, 3.614144",\
|
|
"3.560579, 3.576174, 3.615077, 3.734262, 4.161448");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.032257, 0.042477, 0.073391, 0.211232, 0.803879",\
|
|
"0.032257, 0.042477, 0.073391, 0.211232, 0.803879",\
|
|
"0.032257, 0.042477, 0.073391, 0.211232, 0.803879",\
|
|
"0.032257, 0.042477, 0.073391, 0.211232, 0.803879",\
|
|
"0.032257, 0.042477, 0.073391, 0.211232, 0.803879");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "2.688799, 2.708070, 2.763266, 2.984960, 3.905686",\
|
|
"2.791243, 2.810514, 2.865710, 3.087404, 4.008131",\
|
|
"2.961476, 2.980747, 3.035944, 3.257637, 4.178364",\
|
|
"3.283947, 3.303218, 3.358414, 3.580108, 4.500835",\
|
|
"3.831252, 3.850523, 3.905719, 4.127412, 5.048139");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.033337, 0.051073, 0.113490, 0.416707, 1.700590",\
|
|
"0.033337, 0.051073, 0.113490, 0.416707, 1.700590",\
|
|
"0.033337, 0.051073, 0.113490, 0.416707, 1.700590",\
|
|
"0.033337, 0.051073, 0.113490, 0.416707, 1.700590",\
|
|
"0.033337, 0.051073, 0.113490, 0.416707, 1.700590");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "2.418126, 2.433721, 2.472624, 2.588001, 3.011786",\
|
|
"2.520570, 2.536165, 2.575068, 2.690445, 3.114230",\
|
|
"2.690803, 2.706398, 2.745301, 2.860679, 3.284464",\
|
|
"3.013274, 3.028869, 3.067772, 3.183149, 3.606935",\
|
|
"3.560579, 3.576174, 3.615077, 3.730454, 4.154239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.032257, 0.042477, 0.073391, 0.204052, 0.779245",\
|
|
"0.032257, 0.042477, 0.073391, 0.204052, 0.779245",\
|
|
"0.032257, 0.042477, 0.073391, 0.204052, 0.779245",\
|
|
"0.032257, 0.042477, 0.073391, 0.204052, 0.779245",\
|
|
"0.032257, 0.042477, 0.073391, 0.204052, 0.779245");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.914438, 0.933709, 0.988907, 1.214389, 2.148008",\
|
|
"1.018882, 1.038153, 1.093351, 1.318833, 2.252452",\
|
|
"1.182737, 1.202008, 1.257206, 1.482688, 2.416307",\
|
|
"1.488757, 1.508029, 1.563226, 1.788708, 2.722327",\
|
|
"2.021419, 2.040689, 2.095886, 2.321374, 3.254956");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.033335, 0.051070, 0.113487, 0.423848, 1.732312",\
|
|
"0.033335, 0.051070, 0.113487, 0.423848, 1.732312",\
|
|
"0.033335, 0.051070, 0.113487, 0.423848, 1.732312",\
|
|
"0.033335, 0.051070, 0.113487, 0.423848, 1.732312",\
|
|
"0.033339, 0.051074, 0.113491, 0.423855, 1.732306");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.862504, 0.878095, 0.916998, 1.036186, 1.463376",\
|
|
"0.966580, 0.982170, 1.021074, 1.140262, 1.567452",\
|
|
"1.159884, 1.175474, 1.214378, 1.333566, 1.760756",\
|
|
"1.563655, 1.579245, 1.618149, 1.737337, 2.164526",\
|
|
"2.260386, 2.275965, 2.314871, 2.434065, 2.861261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.032265, 0.042481, 0.073391, 0.211225, 0.803879",\
|
|
"0.032265, 0.042481, 0.073391, 0.211225, 0.803879",\
|
|
"0.032265, 0.042481, 0.073391, 0.211225, 0.803879",\
|
|
"0.032265, 0.042481, 0.073391, 0.211225, 0.803879",\
|
|
"0.032281, 0.042490, 0.073390, 0.211211, 0.803880");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.914438, 0.933709, 0.988907, 1.210596, 2.131348",\
|
|
"1.018882, 1.038153, 1.093351, 1.315040, 2.235792",\
|
|
"1.182737, 1.202008, 1.257206, 1.478895, 2.399647",\
|
|
"1.488757, 1.508029, 1.563226, 1.784915, 2.705667",\
|
|
"2.021419, 2.040689, 2.095886, 2.317581, 3.238296");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.033335, 0.051070, 0.113487, 0.416702, 1.700594",\
|
|
"0.033335, 0.051070, 0.113487, 0.416702, 1.700594",\
|
|
"0.033335, 0.051070, 0.113487, 0.416702, 1.700594",\
|
|
"0.033335, 0.051070, 0.113487, 0.416702, 1.700594",\
|
|
"0.033339, 0.051074, 0.113491, 0.416709, 1.700588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.862504, 0.878095, 0.916998, 1.032378, 1.456167",\
|
|
"0.966580, 0.982170, 1.021074, 1.136454, 1.560242",\
|
|
"1.159884, 1.175474, 1.214378, 1.329758, 1.753546",\
|
|
"1.563655, 1.579245, 1.618149, 1.733529, 2.157317",\
|
|
"2.260386, 2.275965, 2.314871, 2.430257, 2.854052");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001403, 0.012175, 0.051403, 0.233482, 1.000000");
|
|
values ( "0.032265, 0.042481, 0.073391, 0.204045, 0.779246",\
|
|
"0.032265, 0.042481, 0.073391, 0.204045, 0.779246",\
|
|
"0.032265, 0.042481, 0.073391, 0.204045, 0.779246",\
|
|
"0.032265, 0.042481, 0.073391, 0.204045, 0.779246",\
|
|
"0.032281, 0.042490, 0.073390, 0.204031, 0.779247");
|
|
}
|
|
|
|
} /* 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.004965 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin pad_flash_io1_di */
|
|
|
|
pin("pad_flash_io1_do") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000868 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.855856, 0.875414, 0.930538, 1.155875, 2.085788",\
|
|
"0.960151, 0.979708, 1.034833, 1.260169, 2.190083",\
|
|
"1.130054, 1.149612, 1.204736, 1.430074, 2.359983",\
|
|
"1.437116, 1.456673, 1.511797, 1.737136, 2.667037",\
|
|
"1.968034, 1.987590, 2.042713, 2.268057, 3.197928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.032645, 0.050485, 0.112940, 0.422181, 1.726704",\
|
|
"0.032645, 0.050485, 0.112940, 0.422181, 1.726704",\
|
|
"0.032646, 0.050485, 0.112941, 0.422182, 1.726704",\
|
|
"0.032647, 0.050486, 0.112942, 0.422183, 1.726703",\
|
|
"0.032650, 0.050489, 0.112945, 0.422189, 1.726698");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.835988, 0.851934, 0.890886, 1.009735, 1.444378",\
|
|
"0.939913, 0.955859, 0.994811, 1.113660, 1.548303",\
|
|
"1.139852, 1.155798, 1.194750, 1.313599, 1.748242",\
|
|
"1.540923, 1.556869, 1.595821, 1.714670, 2.149313",\
|
|
"2.222434, 2.238382, 2.277332, 2.396183, 2.830829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.031772, 0.042182, 0.073125, 0.209506, 0.805075",\
|
|
"0.031772, 0.042182, 0.073125, 0.209506, 0.805075",\
|
|
"0.031771, 0.042182, 0.073125, 0.209506, 0.805075",\
|
|
"0.031771, 0.042182, 0.073125, 0.209506, 0.805075",\
|
|
"0.031770, 0.042182, 0.073126, 0.209506, 0.805077");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.855856, 0.875414, 0.930538, 1.152724, 2.071906",\
|
|
"0.960151, 0.979708, 1.034833, 1.257019, 2.176200",\
|
|
"1.130054, 1.149612, 1.204736, 1.426923, 2.346100",\
|
|
"1.437116, 1.456673, 1.511797, 1.733985, 2.653154",\
|
|
"1.968034, 1.987590, 2.042713, 2.264906, 3.184046");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.032645, 0.050485, 0.112940, 0.416234, 1.700266",\
|
|
"0.032645, 0.050485, 0.112940, 0.416234, 1.700266",\
|
|
"0.032646, 0.050485, 0.112941, 0.416235, 1.700266",\
|
|
"0.032647, 0.050486, 0.112942, 0.416236, 1.700264",\
|
|
"0.032650, 0.050489, 0.112945, 0.416242, 1.700259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.835988, 0.851934, 0.890886, 1.006573, 1.430812",\
|
|
"0.939913, 0.955859, 0.994811, 1.110498, 1.534737",\
|
|
"1.139852, 1.155798, 1.194750, 1.310437, 1.734676",\
|
|
"1.540923, 1.556869, 1.595821, 1.711508, 2.135747",\
|
|
"2.222434, 2.238382, 2.277332, 2.393021, 2.817263");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000868, 0.011640, 0.050868, 0.232947, 1.000000");
|
|
values ( "0.031772, 0.042182, 0.073125, 0.203533, 0.779364",\
|
|
"0.031772, 0.042182, 0.073125, 0.203533, 0.779364",\
|
|
"0.031771, 0.042182, 0.073125, 0.203533, 0.779364",\
|
|
"0.031771, 0.042182, 0.073125, 0.203533, 0.779364",\
|
|
"0.031770, 0.042182, 0.073126, 0.203534, 0.779366");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_do */
|
|
|
|
pin("pad_flash_io1_ieb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001884 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "2.585060, 2.604375, 2.659966, 2.886953, 3.816898",\
|
|
"2.687505, 2.706819, 2.762410, 2.989398, 3.919343",\
|
|
"2.857738, 2.877053, 2.932644, 3.159631, 4.089576",\
|
|
"3.180209, 3.199523, 3.255115, 3.482102, 4.412046",\
|
|
"3.727514, 3.746828, 3.802419, 4.029407, 4.959352");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.036642, 0.054163, 0.115880, 0.426821, 1.738391",\
|
|
"0.036642, 0.054163, 0.115880, 0.426821, 1.738391",\
|
|
"0.036642, 0.054163, 0.115880, 0.426821, 1.738391",\
|
|
"0.036642, 0.054163, 0.115880, 0.426821, 1.738391",\
|
|
"0.036642, 0.054163, 0.115880, 0.426821, 1.738391");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "2.293282, 2.308492, 2.347227, 2.467104, 2.894622",\
|
|
"2.395726, 2.410936, 2.449672, 2.569548, 2.997066",\
|
|
"2.565960, 2.581170, 2.619905, 2.739782, 3.167300",\
|
|
"2.888430, 2.903640, 2.942376, 3.062253, 3.489770",\
|
|
"3.435735, 3.450945, 3.489681, 3.609557, 4.037076");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.032872, 0.042955, 0.073684, 0.212720, 0.808170",\
|
|
"0.032872, 0.042955, 0.073684, 0.212720, 0.808170",\
|
|
"0.032872, 0.042955, 0.073684, 0.212720, 0.808170",\
|
|
"0.032872, 0.042955, 0.073684, 0.212720, 0.808170",\
|
|
"0.032872, 0.042955, 0.073684, 0.212720, 0.808170");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "2.585060, 2.604375, 2.659966, 2.882506, 3.797675",\
|
|
"2.687505, 2.706819, 2.762410, 2.984951, 3.900120",\
|
|
"2.857738, 2.877053, 2.932644, 3.155184, 4.070353",\
|
|
"3.180209, 3.199523, 3.255115, 3.477655, 4.392824",\
|
|
"3.727514, 3.746828, 3.802419, 4.024960, 4.940129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.036642, 0.054163, 0.115880, 0.418451, 1.701916",\
|
|
"0.036642, 0.054163, 0.115880, 0.418451, 1.701916",\
|
|
"0.036642, 0.054163, 0.115880, 0.418451, 1.701916",\
|
|
"0.036642, 0.054163, 0.115880, 0.418451, 1.701916",\
|
|
"0.036642, 0.054163, 0.115880, 0.418451, 1.701916");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "2.293282, 2.308492, 2.347227, 2.462638, 2.886347",\
|
|
"2.395726, 2.410936, 2.449672, 2.565082, 2.988791",\
|
|
"2.565960, 2.581170, 2.619905, 2.735315, 3.159025",\
|
|
"2.888430, 2.903640, 2.942376, 3.057786, 3.481495",\
|
|
"3.435735, 3.450945, 3.489681, 3.605091, 4.028800");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.032872, 0.042955, 0.073684, 0.204306, 0.779400",\
|
|
"0.032872, 0.042955, 0.073684, 0.204306, 0.779400",\
|
|
"0.032872, 0.042955, 0.073684, 0.204306, 0.779400",\
|
|
"0.032872, 0.042955, 0.073684, 0.204306, 0.779400",\
|
|
"0.032872, 0.042955, 0.073684, 0.204306, 0.779400");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.859731, 0.874932, 0.913679, 1.033542, 1.461045",\
|
|
"0.964346, 0.979547, 1.018294, 1.138157, 1.565660",\
|
|
"1.127608, 1.142809, 1.181556, 1.301419, 1.728922",\
|
|
"1.434734, 1.449937, 1.488681, 1.608547, 2.036055",\
|
|
"1.971412, 1.986624, 2.025356, 2.145237, 2.572759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.032882, 0.042952, 0.073678, 0.212716, 0.808153",\
|
|
"0.032882, 0.042952, 0.073678, 0.212716, 0.808153",\
|
|
"0.032882, 0.042952, 0.073678, 0.212716, 0.808153",\
|
|
"0.032879, 0.042953, 0.073680, 0.212717, 0.808157",\
|
|
"0.032869, 0.042956, 0.073685, 0.212722, 0.808175");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.937357, 0.956637, 1.012186, 1.239169, 2.169099",\
|
|
"1.041534, 1.060814, 1.116363, 1.343346, 2.273276",\
|
|
"1.234111, 1.253391, 1.308940, 1.535923, 2.465852",\
|
|
"1.640405, 1.659698, 1.715264, 1.942248, 2.872184",\
|
|
"2.340339, 2.359682, 2.415309, 2.642299, 3.572256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.036510, 0.054040, 0.115803, 0.426828, 1.738400",\
|
|
"0.036510, 0.054040, 0.115803, 0.426828, 1.738400",\
|
|
"0.036510, 0.054040, 0.115803, 0.426828, 1.738400",\
|
|
"0.036562, 0.054088, 0.115833, 0.426825, 1.738397",\
|
|
"0.036751, 0.054263, 0.115942, 0.426815, 1.738384");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.859731, 0.874932, 0.913679, 1.029076, 1.452770",\
|
|
"0.964346, 0.979547, 1.018294, 1.133690, 1.557384",\
|
|
"1.127608, 1.142809, 1.181556, 1.296952, 1.720647",\
|
|
"1.434734, 1.449937, 1.488681, 1.604081, 2.027779",\
|
|
"1.971412, 1.986624, 2.025356, 2.140770, 2.564484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.032882, 0.042952, 0.073678, 0.204301, 0.779383",\
|
|
"0.032882, 0.042952, 0.073678, 0.204301, 0.779383",\
|
|
"0.032882, 0.042952, 0.073678, 0.204301, 0.779383",\
|
|
"0.032879, 0.042953, 0.073680, 0.204302, 0.779388",\
|
|
"0.032869, 0.042956, 0.073685, 0.204307, 0.779405");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.937357, 0.956637, 1.012186, 1.234722, 2.149876",\
|
|
"1.041534, 1.060814, 1.116363, 1.338899, 2.254053",\
|
|
"1.234111, 1.253391, 1.308940, 1.531476, 2.446630",\
|
|
"1.640405, 1.659698, 1.715264, 1.937801, 2.852961",\
|
|
"2.340211, 2.359554, 2.415180, 2.637723, 3.552905");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001884, 0.012657, 0.051884, 0.233963, 1.000000");
|
|
values ( "0.036510, 0.054040, 0.115803, 0.418459, 1.701925",\
|
|
"0.036510, 0.054040, 0.115803, 0.418459, 1.701925",\
|
|
"0.036510, 0.054040, 0.115803, 0.418459, 1.701925",\
|
|
"0.036562, 0.054088, 0.115833, 0.418456, 1.701922",\
|
|
"0.036750, 0.054263, 0.115942, 0.418445, 1.701910");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv_min*/
|
|
|
|
} /* end of pin pad_flash_io1_ieb */
|
|
|
|
pin("pad_flash_io1_oeb") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000789 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "2.342321, 2.362005, 2.417234, 2.642123, 3.574341",\
|
|
"2.444765, 2.464450, 2.519678, 2.744567, 3.676785",\
|
|
"2.614999, 2.634683, 2.689912, 2.914800, 3.847019",\
|
|
"2.937470, 2.957154, 3.012383, 3.237271, 4.169489",\
|
|
"3.484774, 3.504459, 3.559687, 3.784576, 4.716794");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.032252, 0.050096, 0.112554, 0.421496, 1.726650",\
|
|
"0.032252, 0.050096, 0.112554, 0.421496, 1.726650",\
|
|
"0.032252, 0.050096, 0.112554, 0.421496, 1.726650",\
|
|
"0.032252, 0.050096, 0.112554, 0.421496, 1.726650",\
|
|
"0.032252, 0.050096, 0.112554, 0.421496, 1.726650");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "2.706826, 2.722780, 2.761816, 2.880552, 3.314996",\
|
|
"2.809270, 2.825224, 2.864260, 2.982996, 3.417441",\
|
|
"2.979504, 2.995457, 3.034494, 3.153230, 3.587674",\
|
|
"3.301974, 3.317928, 3.356964, 3.475701, 3.910145",\
|
|
"3.849279, 3.865233, 3.904269, 4.023005, 4.457449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.031742, 0.042105, 0.073048, 0.209329, 0.804584",\
|
|
"0.031742, 0.042105, 0.073048, 0.209329, 0.804584",\
|
|
"0.031742, 0.042105, 0.073048, 0.209329, 0.804584",\
|
|
"0.031742, 0.042105, 0.073048, 0.209329, 0.804584",\
|
|
"0.031742, 0.042105, 0.073048, 0.209329, 0.804584");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "2.342321, 2.362005, 2.417234, 2.639022, 3.560673",\
|
|
"2.444765, 2.464450, 2.519678, 2.741467, 3.663118",\
|
|
"2.614999, 2.634683, 2.689912, 2.911700, 3.833351",\
|
|
"2.937470, 2.957154, 3.012383, 3.234171, 4.155822",\
|
|
"3.484774, 3.504459, 3.559687, 3.781476, 4.703126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.032252, 0.050096, 0.112554, 0.415642, 1.700619",\
|
|
"0.032252, 0.050096, 0.112554, 0.415642, 1.700619",\
|
|
"0.032252, 0.050096, 0.112554, 0.415642, 1.700619",\
|
|
"0.032252, 0.050096, 0.112554, 0.415642, 1.700619",\
|
|
"0.032252, 0.050096, 0.112554, 0.415642, 1.700619");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "2.706826, 2.722780, 2.761816, 2.877441, 3.301642",\
|
|
"2.809270, 2.825224, 2.864260, 2.979885, 3.404086",\
|
|
"2.979504, 2.995457, 3.034494, 3.150119, 3.574320",\
|
|
"3.301974, 3.317928, 3.356964, 3.472589, 3.896790",\
|
|
"3.849279, 3.865233, 3.904269, 4.019894, 4.444095");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.031742, 0.042105, 0.073048, 0.203450, 0.779272",\
|
|
"0.031742, 0.042105, 0.073048, 0.203450, 0.779272",\
|
|
"0.031742, 0.042105, 0.073048, 0.203450, 0.779272",\
|
|
"0.031742, 0.042105, 0.073048, 0.203450, 0.779272",\
|
|
"0.031742, 0.042105, 0.073048, 0.203450, 0.779272");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.908623, 0.928309, 0.983539, 1.208421, 2.140678",\
|
|
"1.013238, 1.032924, 1.088154, 1.313036, 2.245293",\
|
|
"1.176500, 1.196186, 1.251416, 1.476298, 2.408556",\
|
|
"1.483664, 1.503349, 1.558579, 1.783463, 2.715710",\
|
|
"2.020494, 2.040178, 2.095406, 2.320296, 3.252503");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.032248, 0.050091, 0.112549, 0.421488, 1.726655",\
|
|
"0.032248, 0.050091, 0.112549, 0.421488, 1.726655",\
|
|
"0.032248, 0.050091, 0.112549, 0.421488, 1.726655",\
|
|
"0.032249, 0.050092, 0.112550, 0.421490, 1.726654",\
|
|
"0.032253, 0.050097, 0.112555, 0.421498, 1.726647");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "1.059045, 1.074997, 1.114035, 1.232769, 1.667211",\
|
|
"1.163223, 1.179175, 1.218213, 1.336947, 1.771388",\
|
|
"1.355799, 1.371752, 1.410789, 1.529523, 1.963965",\
|
|
"1.762123, 1.778076, 1.817113, 1.935848, 2.370291",\
|
|
"2.462168, 2.478123, 2.517158, 2.635896, 3.070343");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.031744, 0.042104, 0.073047, 0.209328, 0.804581",\
|
|
"0.031744, 0.042104, 0.073047, 0.209328, 0.804581",\
|
|
"0.031744, 0.042104, 0.073047, 0.209328, 0.804581",\
|
|
"0.031743, 0.042104, 0.073047, 0.209328, 0.804582",\
|
|
"0.031740, 0.042105, 0.073048, 0.209329, 0.804586");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.908623, 0.928309, 0.983539, 1.205321, 2.127011",\
|
|
"1.013238, 1.032924, 1.088154, 1.309935, 2.231626",\
|
|
"1.176500, 1.196186, 1.251416, 1.473198, 2.394888",\
|
|
"1.483664, 1.503349, 1.558579, 1.780362, 2.702043",\
|
|
"2.020494, 2.040178, 2.095406, 2.317196, 3.238836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.032248, 0.050091, 0.112549, 0.415634, 1.700624",\
|
|
"0.032248, 0.050091, 0.112549, 0.415634, 1.700624",\
|
|
"0.032248, 0.050091, 0.112549, 0.415634, 1.700624",\
|
|
"0.032249, 0.050092, 0.112550, 0.415636, 1.700623",\
|
|
"0.032253, 0.050097, 0.112555, 0.415644, 1.700616");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "1.059045, 1.074997, 1.114035, 1.229658, 1.653856",\
|
|
"1.163223, 1.179175, 1.218213, 1.333835, 1.758034",\
|
|
"1.355799, 1.371752, 1.410789, 1.526412, 1.950611",\
|
|
"1.762123, 1.778076, 1.817113, 1.932737, 2.356936",\
|
|
"2.462040, 2.477995, 2.517030, 2.632657, 3.056860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000789, 0.011562, 0.050789, 0.232868, 1.000000");
|
|
values ( "0.031744, 0.042104, 0.073047, 0.203449, 0.779269",\
|
|
"0.031744, 0.042104, 0.073047, 0.203449, 0.779269",\
|
|
"0.031744, 0.042104, 0.073047, 0.203449, 0.779269",\
|
|
"0.031743, 0.042104, 0.073047, 0.203449, 0.779270",\
|
|
"0.031740, 0.042105, 0.073048, 0.203450, 0.779274");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una_min*/
|
|
|
|
} /* end of pin pad_flash_io1_oeb */
|
|
|
|
pin("pll_bypass") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002587 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "4.726877, 4.745588, 4.800831, 5.027885, 5.957289",\
|
|
"4.829322, 4.848033, 4.903276, 5.130331, 6.059734",\
|
|
"4.999568, 5.018280, 5.073523, 5.300577, 6.229980",\
|
|
"5.322085, 5.340796, 5.396039, 5.623094, 6.552497",\
|
|
"5.869341, 5.888053, 5.943295, 6.170350, 7.099753");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.037109, 0.054597, 0.116599, 0.428290, 1.739416",\
|
|
"0.037109, 0.054597, 0.116599, 0.428290, 1.739416",\
|
|
"0.037109, 0.054597, 0.116599, 0.428290, 1.739416",\
|
|
"0.037109, 0.054597, 0.116599, 0.428290, 1.739416",\
|
|
"0.037109, 0.054597, 0.116599, 0.428290, 1.739416");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "4.335457, 4.350270, 4.388671, 4.508729, 4.936053",\
|
|
"4.437903, 4.452715, 4.491117, 4.611175, 5.038499",\
|
|
"4.608150, 4.622962, 4.661363, 4.781422, 5.208745",\
|
|
"4.930666, 4.945478, 4.983880, 5.103938, 5.531262",\
|
|
"5.477922, 5.492735, 5.531136, 5.651195, 6.078518");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.033524, 0.043537, 0.074212, 0.213543, 0.809092",\
|
|
"0.033524, 0.043537, 0.074212, 0.213543, 0.809092",\
|
|
"0.033524, 0.043537, 0.074212, 0.213543, 0.809092",\
|
|
"0.033524, 0.043537, 0.074212, 0.213543, 0.809092",\
|
|
"0.033524, 0.043537, 0.074212, 0.213543, 0.809092");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "4.480796, 4.499508, 4.554750, 4.777226, 5.691472",\
|
|
"4.583242, 4.601954, 4.657196, 4.879672, 5.793917",\
|
|
"4.753489, 4.772200, 4.827443, 5.049918, 5.964164",\
|
|
"5.076005, 5.094717, 5.149960, 5.372435, 6.286681",\
|
|
"5.623262, 5.641973, 5.697216, 5.919692, 6.833937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.037109, 0.054597, 0.116599, 0.419671, 1.701964",\
|
|
"0.037109, 0.054597, 0.116599, 0.419671, 1.701964",\
|
|
"0.037109, 0.054597, 0.116599, 0.419671, 1.701964",\
|
|
"0.037109, 0.054597, 0.116599, 0.419671, 1.701964",\
|
|
"0.037109, 0.054597, 0.116599, 0.419671, 1.701964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "4.103167, 4.117979, 4.156380, 4.271839, 4.695299",\
|
|
"4.205612, 4.220425, 4.258826, 4.374285, 4.797745",\
|
|
"4.375859, 4.390671, 4.429073, 4.544531, 4.967991",\
|
|
"4.698375, 4.713188, 4.751589, 4.867048, 5.290508",\
|
|
"5.245632, 5.260444, 5.298846, 5.414304, 5.837764");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002587, 0.013359, 0.052587, 0.234666, 1.000000");
|
|
values ( "0.033524, 0.043537, 0.074212, 0.204876, 0.779558",\
|
|
"0.033524, 0.043537, 0.074212, 0.204876, 0.779558",\
|
|
"0.033524, 0.043537, 0.074212, 0.204876, 0.779558",\
|
|
"0.033524, 0.043537, 0.074212, 0.204876, 0.779558",\
|
|
"0.033524, 0.043537, 0.074212, 0.204876, 0.779558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_bypass_redg_min*/
|
|
|
|
} /* end of pin pll_bypass */
|
|
|
|
pin("pll_dco_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.798407, 4.818484, 4.874083, 5.099908, 6.026538",\
|
|
"4.900853, 4.920929, 4.976528, 5.202354, 6.128984",\
|
|
"5.071099, 5.091176, 5.146775, 5.372601, 6.299231",\
|
|
"5.393616, 5.413692, 5.469291, 5.695117, 6.621747",\
|
|
"5.940873, 5.960949, 6.016548, 6.242374, 7.169004");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034565, 0.052312, 0.114132, 0.422209, 1.726799",\
|
|
"0.034565, 0.052312, 0.114132, 0.422209, 1.726799",\
|
|
"0.034565, 0.052312, 0.114132, 0.422209, 1.726799",\
|
|
"0.034565, 0.052312, 0.114132, 0.422209, 1.726799",\
|
|
"0.034565, 0.052312, 0.114132, 0.422209, 1.726799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.397987, 4.414172, 4.452992, 4.571936, 5.006415",\
|
|
"4.500432, 4.516617, 4.555438, 4.674382, 5.108860",\
|
|
"4.670679, 4.686864, 4.725684, 4.844628, 5.279108",\
|
|
"4.993196, 5.009380, 5.048201, 5.167145, 5.601624",\
|
|
"5.540452, 5.556637, 5.595458, 5.714402, 6.148880");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031472, 0.042118, 0.073119, 0.209205, 0.804197",\
|
|
"0.031472, 0.042118, 0.073119, 0.209205, 0.804197",\
|
|
"0.031472, 0.042118, 0.073119, 0.209205, 0.804197",\
|
|
"0.031472, 0.042118, 0.073119, 0.209205, 0.804197",\
|
|
"0.031472, 0.042118, 0.073119, 0.209205, 0.804197");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.559986, 4.580063, 4.635662, 4.858476, 5.775015",\
|
|
"4.662431, 4.682508, 4.738107, 4.960921, 5.877460",\
|
|
"4.832678, 4.852755, 4.908353, 5.131167, 6.047707",\
|
|
"5.155194, 5.175271, 5.230870, 5.453684, 6.370223",\
|
|
"5.702451, 5.722528, 5.778126, 6.000940, 6.917480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034565, 0.052312, 0.114132, 0.416521, 1.701921",\
|
|
"0.034565, 0.052312, 0.114132, 0.416521, 1.701921",\
|
|
"0.034565, 0.052312, 0.114132, 0.416521, 1.701921",\
|
|
"0.034565, 0.052312, 0.114132, 0.416521, 1.701921",\
|
|
"0.034565, 0.052312, 0.114132, 0.416521, 1.701921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.172747, 4.188932, 4.227752, 4.343674, 4.768198",\
|
|
"4.275192, 4.291377, 4.330197, 4.446119, 4.870643",\
|
|
"4.445439, 4.461624, 4.500444, 4.616365, 5.040890",\
|
|
"4.767955, 4.784140, 4.822960, 4.938882, 5.363406",\
|
|
"5.315212, 5.331397, 5.370217, 5.486138, 5.910663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031472, 0.042118, 0.073119, 0.203492, 0.779599",\
|
|
"0.031472, 0.042118, 0.073119, 0.203492, 0.779599",\
|
|
"0.031472, 0.042118, 0.073119, 0.203492, 0.779599",\
|
|
"0.031472, 0.042118, 0.073119, 0.203492, 0.779599",\
|
|
"0.031472, 0.042118, 0.073119, 0.203492, 0.779599");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_dco_ena_redg_min*/
|
|
|
|
} /* end of pin pll_dco_ena */
|
|
|
|
pin("pll_ena") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001118 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "4.364268, 4.384260, 4.440053, 4.666285, 5.594091",\
|
|
"4.466713, 4.486705, 4.542499, 4.768730, 5.696537",\
|
|
"4.636960, 4.656952, 4.712746, 4.938977, 5.866784",\
|
|
"4.959476, 4.979468, 5.035263, 5.261494, 6.189300",\
|
|
"5.506733, 5.526725, 5.582519, 5.808750, 6.736557");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.035870, 0.053497, 0.115068, 0.423717, 1.730635",\
|
|
"0.035870, 0.053497, 0.115068, 0.423717, 1.730635",\
|
|
"0.035870, 0.053497, 0.115068, 0.423717, 1.730635",\
|
|
"0.035870, 0.053497, 0.115068, 0.423717, 1.730635",\
|
|
"0.035870, 0.053497, 0.115068, 0.423717, 1.730635");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "4.529760, 4.545796, 4.584635, 4.704151, 5.139992",\
|
|
"4.632206, 4.648242, 4.687081, 4.806597, 5.242438",\
|
|
"4.802453, 4.818489, 4.857328, 4.976844, 5.412685",\
|
|
"5.124969, 5.141006, 5.179844, 5.299360, 5.735201",\
|
|
"5.672226, 5.688262, 5.727101, 5.846617, 6.282458");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.032340, 0.042874, 0.073668, 0.210537, 0.808179",\
|
|
"0.032340, 0.042874, 0.073668, 0.210537, 0.808179",\
|
|
"0.032340, 0.042874, 0.073668, 0.210537, 0.808179",\
|
|
"0.032340, 0.042874, 0.073668, 0.210537, 0.808179",\
|
|
"0.032340, 0.042874, 0.073668, 0.210537, 0.808179");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "4.117761, 4.137753, 4.193547, 4.416288, 5.332436",\
|
|
"4.220206, 4.240198, 4.295992, 4.518733, 5.434881",\
|
|
"4.390453, 4.410445, 4.466238, 4.688980, 5.605127",\
|
|
"4.712969, 4.732961, 4.788755, 5.011496, 5.927644",\
|
|
"5.260226, 5.280218, 5.336011, 5.558753, 6.474900");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.035870, 0.053497, 0.115068, 0.417136, 1.701881",\
|
|
"0.035870, 0.053497, 0.115068, 0.417136, 1.701881",\
|
|
"0.035870, 0.053497, 0.115068, 0.417136, 1.701881",\
|
|
"0.035870, 0.053497, 0.115068, 0.417136, 1.701881",\
|
|
"0.035870, 0.053497, 0.115068, 0.417136, 1.701881");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "4.295380, 4.311416, 4.350255, 4.466267, 4.890601",\
|
|
"4.397825, 4.413861, 4.452700, 4.568713, 4.993047",\
|
|
"4.568071, 4.584107, 4.622946, 4.738959, 5.163293",\
|
|
"4.890588, 4.906624, 4.945463, 5.061475, 5.485809",\
|
|
"5.437844, 5.453880, 5.492719, 5.608732, 6.033066");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001118, 0.011890, 0.051118, 0.233197, 1.000000");
|
|
values ( "0.032340, 0.042874, 0.073668, 0.203925, 0.779735",\
|
|
"0.032340, 0.042874, 0.073668, 0.203925, 0.779735",\
|
|
"0.032340, 0.042874, 0.073668, 0.203925, 0.779735",\
|
|
"0.032340, 0.042874, 0.073668, 0.203925, 0.779735",\
|
|
"0.032340, 0.042874, 0.073668, 0.203925, 0.779735");
|
|
}
|
|
|
|
} /* 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.011772 ;
|
|
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.008923 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin qspi_enabled */
|
|
|
|
pin("reset") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001807 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "4.333205, 4.352099, 4.407107, 4.633653, 5.563749",\
|
|
"4.435651, 4.454545, 4.509553, 4.736099, 5.666195",\
|
|
"4.605897, 4.624792, 4.679800, 4.906346, 5.836442",\
|
|
"4.928414, 4.947309, 5.002316, 5.228862, 6.158958",\
|
|
"5.475670, 5.494565, 5.549573, 5.776119, 6.706215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.034511, 0.052187, 0.114583, 0.426117, 1.737064",\
|
|
"0.034511, 0.052187, 0.114583, 0.426117, 1.737064",\
|
|
"0.034511, 0.052187, 0.114583, 0.426117, 1.737064",\
|
|
"0.034511, 0.052187, 0.114583, 0.426117, 1.737064",\
|
|
"0.034511, 0.052187, 0.114583, 0.426117, 1.737064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "4.865363, 4.880852, 4.919528, 5.039564, 5.467175",\
|
|
"4.967808, 4.983297, 5.021974, 5.142010, 5.569621",\
|
|
"5.138055, 5.153544, 5.192221, 5.312257, 5.739868",\
|
|
"5.460572, 5.476061, 5.514738, 5.634773, 6.062384",\
|
|
"6.007828, 6.023317, 6.061994, 6.182030, 6.609641");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.033060, 0.043359, 0.074034, 0.212370, 0.806905",\
|
|
"0.033060, 0.043359, 0.074034, 0.212370, 0.806905",\
|
|
"0.033060, 0.043359, 0.074034, 0.212370, 0.806905",\
|
|
"0.033060, 0.043359, 0.074034, 0.212370, 0.806905",\
|
|
"0.033060, 0.043359, 0.074034, 0.212370, 0.806905");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "2.195704, 2.214601, 2.269611, 2.491947, 3.408051",\
|
|
"2.298149, 2.317045, 2.372056, 2.594392, 3.510495",\
|
|
"2.468382, 2.487279, 2.542289, 2.764625, 3.680728",\
|
|
"2.790853, 2.809750, 2.864760, 3.087096, 4.003199",\
|
|
"3.338158, 3.357054, 3.412065, 3.634401, 4.550504");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.034503, 0.052179, 0.114575, 0.418206, 1.702377",\
|
|
"0.034503, 0.052179, 0.114575, 0.418206, 1.702377",\
|
|
"0.034503, 0.052179, 0.114575, 0.418206, 1.702377",\
|
|
"0.034503, 0.052179, 0.114575, 0.418206, 1.702377",\
|
|
"0.034503, 0.052179, 0.114575, 0.418206, 1.702377");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "2.874067, 2.889555, 2.928230, 3.044048, 3.468006",\
|
|
"2.976511, 2.991999, 3.030674, 3.146492, 3.570450",\
|
|
"3.146744, 3.162233, 3.200907, 3.316726, 3.740684",\
|
|
"3.469215, 3.484703, 3.523378, 3.639197, 4.063155",\
|
|
"4.016520, 4.032008, 4.070683, 4.186501, 4.610459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001807, 0.012579, 0.051807, 0.233886, 1.000000");
|
|
values ( "0.033055, 0.043354, 0.074031, 0.204431, 0.779730",\
|
|
"0.033055, 0.043354, 0.074031, 0.204431, 0.779730",\
|
|
"0.033055, 0.043354, 0.074031, 0.204431, 0.779730",\
|
|
"0.033055, 0.043354, 0.074031, 0.204431, 0.779730",\
|
|
"0.033055, 0.043354, 0.074031, 0.204431, 0.779730");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_redg_min*/
|
|
|
|
} /* end of pin reset */
|
|
|
|
pin("ser_rx") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001437 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "1.078660, 1.097773, 1.152706, 1.378178, 2.305137",\
|
|
"1.180108, 1.199221, 1.254154, 1.479626, 2.406585",\
|
|
"1.320443, 1.339557, 1.394489, 1.619961, 2.546921",\
|
|
"1.573831, 1.592945, 1.647877, 1.873349, 2.800306",\
|
|
"1.993343, 2.012456, 2.067388, 2.292862, 3.219807");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.033818, 0.051585, 0.114089, 0.423134, 1.724975",\
|
|
"0.033818, 0.051585, 0.114089, 0.423134, 1.724975",\
|
|
"0.033818, 0.051585, 0.114089, 0.423134, 1.724975",\
|
|
"0.033819, 0.051585, 0.114089, 0.423134, 1.724975",\
|
|
"0.033820, 0.051586, 0.114090, 0.423137, 1.724975");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.975695, 0.991194, 1.029912, 1.148587, 1.582338",\
|
|
"1.081361, 1.096859, 1.135577, 1.254252, 1.688003",\
|
|
"1.276431, 1.291930, 1.330647, 1.449322, 1.883074",\
|
|
"1.655384, 1.670883, 1.709600, 1.828275, 2.262028",\
|
|
"2.325716, 2.341216, 2.379932, 2.498608, 2.932362");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.032393, 0.042642, 0.073556, 0.209610, 0.803644",\
|
|
"0.032393, 0.042642, 0.073556, 0.209610, 0.803644",\
|
|
"0.032393, 0.042642, 0.073556, 0.209610, 0.803644",\
|
|
"0.032393, 0.042642, 0.073556, 0.209611, 0.803645",\
|
|
"0.032393, 0.042643, 0.073556, 0.209611, 0.803646");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "1.078660, 1.097773, 1.152706, 1.375192, 2.292025",\
|
|
"1.180108, 1.199221, 1.254154, 1.476640, 2.393473",\
|
|
"1.320443, 1.339557, 1.394489, 1.616976, 2.533809",\
|
|
"1.573831, 1.592945, 1.647877, 1.870364, 2.787194",\
|
|
"1.993343, 2.012456, 2.067388, 2.289877, 3.206695");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.033818, 0.051584, 0.114089, 0.417511, 1.700017",\
|
|
"0.033818, 0.051584, 0.114089, 0.417511, 1.700017",\
|
|
"0.033818, 0.051584, 0.114089, 0.417511, 1.700017",\
|
|
"0.033819, 0.051585, 0.114089, 0.417512, 1.700017",\
|
|
"0.033820, 0.051586, 0.114090, 0.417514, 1.700017");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.975695, 0.991194, 1.029912, 1.145591, 1.569528",\
|
|
"1.081361, 1.096859, 1.135577, 1.251256, 1.675193",\
|
|
"1.276431, 1.291930, 1.330647, 1.446326, 1.870263",\
|
|
"1.655384, 1.670883, 1.709600, 1.825279, 2.249217",\
|
|
"2.325716, 2.341216, 2.379932, 2.495613, 2.919551");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.032392, 0.042642, 0.073556, 0.203964, 0.779378",\
|
|
"0.032392, 0.042642, 0.073556, 0.203964, 0.779378",\
|
|
"0.032392, 0.042642, 0.073556, 0.203964, 0.779378",\
|
|
"0.032392, 0.042642, 0.073556, 0.203964, 0.779378",\
|
|
"0.032392, 0.042643, 0.073556, 0.203964, 0.779379");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.775959, 0.795075, 0.850012, 1.075466, 2.002532",\
|
|
"0.878230, 0.897347, 0.952283, 1.177737, 2.104803",\
|
|
"1.013212, 1.032328, 1.087265, 1.312719, 2.239784",\
|
|
"1.250502, 1.269619, 1.324555, 1.550009, 2.477075",\
|
|
"1.640271, 1.659387, 1.714323, 1.939780, 2.866830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.033807, 0.051573, 0.114077, 0.423113, 1.724992",\
|
|
"0.033807, 0.051573, 0.114077, 0.423113, 1.724992",\
|
|
"0.033807, 0.051573, 0.114077, 0.423113, 1.724992",\
|
|
"0.033807, 0.051573, 0.114077, 0.423113, 1.724992",\
|
|
"0.033808, 0.051574, 0.114079, 0.423116, 1.724992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.933090, 0.948593, 0.987305, 1.105987, 1.539745",\
|
|
"1.035772, 1.051276, 1.089988, 1.208669, 1.642428",\
|
|
"1.236834, 1.252337, 1.291049, 1.409731, 1.843490",\
|
|
"1.661120, 1.676624, 1.715336, 1.834017, 2.267776",\
|
|
"2.406068, 2.421572, 2.460284, 2.578966, 3.012725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.032388, 0.042644, 0.073558, 0.209613, 0.803652",\
|
|
"0.032388, 0.042644, 0.073558, 0.209613, 0.803652",\
|
|
"0.032388, 0.042644, 0.073558, 0.209613, 0.803652",\
|
|
"0.032388, 0.042644, 0.073558, 0.209613, 0.803652",\
|
|
"0.032388, 0.042644, 0.073558, 0.209613, 0.803653");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.775959, 0.795075, 0.850012, 1.072480, 1.989420",\
|
|
"0.878230, 0.897347, 0.952283, 1.174752, 2.091691",\
|
|
"1.013212, 1.032328, 1.087265, 1.309733, 2.226673",\
|
|
"1.250502, 1.269619, 1.324555, 1.547024, 2.463964",\
|
|
"1.640271, 1.659387, 1.714323, 1.936795, 2.853718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.033807, 0.051573, 0.114077, 0.417490, 1.700032",\
|
|
"0.033807, 0.051573, 0.114077, 0.417490, 1.700032",\
|
|
"0.033807, 0.051573, 0.114077, 0.417490, 1.700032",\
|
|
"0.033807, 0.051573, 0.114077, 0.417490, 1.700032",\
|
|
"0.033808, 0.051574, 0.114079, 0.417493, 1.700032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.933090, 0.948593, 0.987305, 1.102991, 1.526935",\
|
|
"1.035772, 1.051276, 1.089988, 1.205674, 1.629618",\
|
|
"1.236834, 1.252337, 1.291049, 1.406735, 1.830679",\
|
|
"1.661120, 1.676624, 1.715336, 1.831022, 2.254966",\
|
|
"2.406068, 2.421572, 2.460284, 2.575970, 2.999915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001437, 0.012209, 0.051437, 0.233516, 1.000000");
|
|
values ( "0.032388, 0.042644, 0.073558, 0.203966, 0.779386",\
|
|
"0.032388, 0.042644, 0.073558, 0.203966, 0.779386",\
|
|
"0.032388, 0.042644, 0.073558, 0.203966, 0.779386",\
|
|
"0.032388, 0.042644, 0.073558, 0.203966, 0.779386",\
|
|
"0.032388, 0.042644, 0.073558, 0.203966, 0.779387");
|
|
}
|
|
|
|
} /* 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.003566 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin ser_tx */
|
|
|
|
pin("serial_clock") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001413 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "5.112339, 5.131491, 5.186502, 5.412428, 6.341327",\
|
|
"5.214785, 5.233936, 5.288947, 5.514874, 6.443773",\
|
|
"5.385032, 5.404183, 5.459194, 5.685120, 6.614019",\
|
|
"5.707548, 5.726699, 5.781710, 6.007637, 6.936536",\
|
|
"6.254805, 6.273956, 6.328967, 6.554893, 7.483792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.033772, 0.051525, 0.113968, 0.424128, 1.729607",\
|
|
"0.033772, 0.051525, 0.113968, 0.424128, 1.729607",\
|
|
"0.033772, 0.051525, 0.113968, 0.424128, 1.729607",\
|
|
"0.033772, 0.051525, 0.113968, 0.424128, 1.729607",\
|
|
"0.033772, 0.051525, 0.113968, 0.424128, 1.729607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "5.316459, 5.332055, 5.370780, 5.490013, 5.925702",\
|
|
"5.418904, 5.434501, 5.473226, 5.592459, 6.028148",\
|
|
"5.589151, 5.604747, 5.643472, 5.762705, 6.198394",\
|
|
"5.911667, 5.927264, 5.965989, 6.085222, 6.520911",\
|
|
"6.458924, 6.474520, 6.513245, 6.632478, 7.068167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.032299, 0.042625, 0.073498, 0.210670, 0.808271",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808271",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808271",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808271",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808271");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "4.354101, 4.373258, 4.428277, 4.650629, 5.567736",\
|
|
"4.456546, 4.475703, 4.530723, 4.753074, 5.670181",\
|
|
"4.626793, 4.645950, 4.700969, 4.923320, 5.840428",\
|
|
"4.949309, 4.968466, 5.023486, 5.245837, 6.162944",\
|
|
"5.496566, 5.515723, 5.570742, 5.793093, 6.710201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.033749, 0.051501, 0.113945, 0.417423, 1.700055",\
|
|
"0.033749, 0.051501, 0.113945, 0.417423, 1.700055",\
|
|
"0.033749, 0.051501, 0.113945, 0.417423, 1.700055",\
|
|
"0.033749, 0.051501, 0.113945, 0.417423, 1.700055",\
|
|
"0.033749, 0.051501, 0.113945, 0.417423, 1.700055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "4.810869, 4.826463, 4.865191, 4.980867, 5.404911",\
|
|
"4.913314, 4.928908, 4.967636, 5.083312, 5.507356",\
|
|
"5.083560, 5.099154, 5.137882, 5.253558, 5.677602",\
|
|
"5.406076, 5.421671, 5.460398, 5.576075, 6.000119",\
|
|
"5.953333, 5.968927, 6.007655, 6.123331, 6.547375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.032302, 0.042624, 0.073496, 0.203974, 0.779484",\
|
|
"0.032302, 0.042624, 0.073496, 0.203974, 0.779484",\
|
|
"0.032302, 0.042624, 0.073496, 0.203974, 0.779484",\
|
|
"0.032302, 0.042624, 0.073496, 0.203974, 0.779484",\
|
|
"0.032302, 0.042624, 0.073496, 0.203974, 0.779484");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "2.258980, 2.278131, 2.333143, 2.559068, 3.487977",\
|
|
"2.375524, 2.394675, 2.449687, 2.675612, 3.604520",\
|
|
"2.566212, 2.585363, 2.640375, 2.866300, 3.795208",\
|
|
"2.951571, 2.970722, 3.025734, 3.251659, 4.180567",\
|
|
"3.688663, 3.707814, 3.762826, 3.988751, 4.917660");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.033771, 0.051523, 0.113967, 0.424126, 1.729609",\
|
|
"0.033771, 0.051523, 0.113967, 0.424126, 1.729609",\
|
|
"0.033771, 0.051523, 0.113967, 0.424126, 1.729609",\
|
|
"0.033771, 0.051523, 0.113967, 0.424126, 1.729609",\
|
|
"0.033771, 0.051523, 0.113967, 0.424126, 1.729609");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "2.659561, 2.675157, 2.713882, 2.833115, 3.268804",\
|
|
"2.776104, 2.791701, 2.830426, 2.949658, 3.385347",\
|
|
"2.966793, 2.982389, 3.021114, 3.140347, 3.576035",\
|
|
"3.352151, 3.367748, 3.406473, 3.525705, 3.961394",\
|
|
"4.089239, 4.104835, 4.143560, 4.262793, 4.698482");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.032299, 0.042625, 0.073498, 0.210670, 0.808270",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808270",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808270",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808270",\
|
|
"0.032299, 0.042625, 0.073498, 0.210670, 0.808270");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "2.258521, 2.277673, 2.332684, 2.555069, 3.471975",\
|
|
"2.354188, 2.373340, 2.428351, 2.650736, 3.567642",\
|
|
"2.506104, 2.525255, 2.580267, 2.802652, 3.719558",\
|
|
"2.782230, 2.801381, 2.856392, 3.078778, 3.995683",\
|
|
"3.211584, 3.230735, 3.285746, 3.508132, 4.425037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.033771, 0.051523, 0.113967, 0.417462, 1.700025",\
|
|
"0.033771, 0.051523, 0.113967, 0.417462, 1.700025",\
|
|
"0.033771, 0.051523, 0.113967, 0.417462, 1.700025",\
|
|
"0.033771, 0.051523, 0.113967, 0.417462, 1.700025",\
|
|
"0.033771, 0.051523, 0.113967, 0.417462, 1.700025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "2.659101, 2.674698, 2.713423, 2.829102, 3.253150",\
|
|
"2.754769, 2.770365, 2.809090, 2.924770, 3.348817",\
|
|
"2.906684, 2.922281, 2.961006, 3.076685, 3.500733",\
|
|
"3.182810, 3.198406, 3.237131, 3.352811, 3.776859",\
|
|
"3.612159, 3.627755, 3.666480, 3.782160, 4.206208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001413, 0.012185, 0.051413, 0.233492, 1.000000");
|
|
values ( "0.032299, 0.042625, 0.073498, 0.203975, 0.779488",\
|
|
"0.032299, 0.042625, 0.073498, 0.203975, 0.779488",\
|
|
"0.032299, 0.042625, 0.073498, 0.203975, 0.779488",\
|
|
"0.032299, 0.042625, 0.073498, 0.203975, 0.779488",\
|
|
"0.032299, 0.042625, 0.073498, 0.203975, 0.779488");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg_min*/
|
|
|
|
} /* end of pin serial_clock */
|
|
|
|
pin("serial_data_1") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000734 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "5.213364, 5.233091, 5.288269, 5.513799, 6.439229",\
|
|
"5.315809, 5.335536, 5.390715, 5.616244, 6.541674",\
|
|
"5.486056, 5.505783, 5.560961, 5.786491, 6.711920",\
|
|
"5.808572, 5.828300, 5.883478, 6.109007, 7.034437",\
|
|
"6.355829, 6.375556, 6.430734, 6.656264, 7.581693");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.033427, 0.051264, 0.113524, 0.421681, 1.724250",\
|
|
"0.033427, 0.051264, 0.113524, 0.421681, 1.724250",\
|
|
"0.033427, 0.051264, 0.113524, 0.421681, 1.724250",\
|
|
"0.033427, 0.051264, 0.113524, 0.421681, 1.724250",\
|
|
"0.033427, 0.051264, 0.113524, 0.421681, 1.724250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "5.378682, 5.394853, 5.433628, 5.552308, 5.985734",\
|
|
"5.481127, 5.497298, 5.536074, 5.654754, 6.088180",\
|
|
"5.651374, 5.667544, 5.706320, 5.825000, 6.258426",\
|
|
"5.973890, 5.990061, 6.028837, 6.147517, 6.580943",\
|
|
"6.521147, 6.537317, 6.576093, 6.694773, 7.128199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.031476, 0.042132, 0.073166, 0.208605, 0.801598",\
|
|
"0.031476, 0.042132, 0.073166, 0.208605, 0.801598",\
|
|
"0.031476, 0.042132, 0.073166, 0.208605, 0.801598",\
|
|
"0.031476, 0.042132, 0.073166, 0.208605, 0.801598",\
|
|
"0.031476, 0.042132, 0.073166, 0.208605, 0.801598");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "4.185579, 4.205279, 4.260428, 4.483261, 5.399653",\
|
|
"4.288024, 4.307725, 4.362873, 4.585706, 5.502098",\
|
|
"4.458271, 4.477971, 4.533120, 4.755952, 5.672345",\
|
|
"4.780788, 4.800488, 4.855636, 5.078469, 5.994862",\
|
|
"5.328044, 5.347745, 5.402893, 5.625726, 6.542118");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.033336, 0.051179, 0.113471, 0.416598, 1.702001",\
|
|
"0.033336, 0.051179, 0.113471, 0.416598, 1.702001",\
|
|
"0.033336, 0.051179, 0.113471, 0.416598, 1.702001",\
|
|
"0.033336, 0.051179, 0.113471, 0.416598, 1.702001",\
|
|
"0.033336, 0.051179, 0.113471, 0.416598, 1.702001");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "4.552307, 4.568475, 4.607254, 4.723227, 5.147746",\
|
|
"4.654752, 4.670920, 4.709699, 4.825672, 5.250192",\
|
|
"4.824999, 4.841167, 4.879945, 4.995919, 5.420438",\
|
|
"5.147515, 5.163683, 5.202461, 5.318435, 5.742954",\
|
|
"5.694771, 5.710939, 5.749718, 5.865691, 6.290211");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.031479, 0.042131, 0.073165, 0.203495, 0.779597",\
|
|
"0.031479, 0.042131, 0.073165, 0.203495, 0.779597",\
|
|
"0.031479, 0.042131, 0.073165, 0.203495, 0.779597",\
|
|
"0.031479, 0.042131, 0.073165, 0.203495, 0.779597",\
|
|
"0.031479, 0.042131, 0.073165, 0.203495, 0.779597");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "2.336069, 2.355797, 2.410976, 2.636506, 3.561936",\
|
|
"2.452608, 2.472336, 2.527515, 2.753045, 3.678475",\
|
|
"2.643296, 2.663023, 2.718203, 2.943733, 3.869162",\
|
|
"3.028626, 3.048354, 3.103534, 3.329063, 4.254493",\
|
|
"3.765316, 3.785044, 3.840224, 4.065753, 4.991183");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.033430, 0.051266, 0.113525, 0.421681, 1.724249",\
|
|
"0.033430, 0.051266, 0.113525, 0.421681, 1.724249",\
|
|
"0.033430, 0.051266, 0.113525, 0.421681, 1.724249",\
|
|
"0.033430, 0.051266, 0.113525, 0.421681, 1.724249",\
|
|
"0.033430, 0.051266, 0.113525, 0.421681, 1.724249");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "2.684301, 2.700471, 2.739247, 2.857927, 3.291353",\
|
|
"2.800840, 2.817010, 2.855786, 2.974466, 3.407892",\
|
|
"2.991528, 3.007698, 3.046474, 3.165154, 3.598580",\
|
|
"3.376858, 3.393029, 3.431805, 3.550484, 3.983910",\
|
|
"4.113548, 4.129719, 4.168495, 4.287174, 4.720600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.031477, 0.042132, 0.073166, 0.208604, 0.801598",\
|
|
"0.031477, 0.042132, 0.073166, 0.208604, 0.801598",\
|
|
"0.031477, 0.042132, 0.073166, 0.208604, 0.801598",\
|
|
"0.031477, 0.042132, 0.073166, 0.208604, 0.801598",\
|
|
"0.031477, 0.042132, 0.073166, 0.208604, 0.801598");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "2.304322, 2.324050, 2.379230, 2.602065, 3.518468",\
|
|
"2.399985, 2.419713, 2.474892, 2.697727, 3.614131",\
|
|
"2.551900, 2.571628, 2.626807, 2.849643, 3.766046",\
|
|
"2.827997, 2.847725, 2.902905, 3.125740, 4.042143",\
|
|
"3.256949, 3.276677, 3.331856, 3.554692, 4.471095");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.033430, 0.051266, 0.113525, 0.416592, 1.701995",\
|
|
"0.033430, 0.051266, 0.113525, 0.416592, 1.701995",\
|
|
"0.033430, 0.051266, 0.113525, 0.416592, 1.701995",\
|
|
"0.033430, 0.051266, 0.113525, 0.416592, 1.701995",\
|
|
"0.033430, 0.051266, 0.113525, 0.416592, 1.701995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "2.674393, 2.690564, 2.729340, 2.845316, 3.269840",\
|
|
"2.770056, 2.786226, 2.825002, 2.940979, 3.365502",\
|
|
"2.921971, 2.938141, 2.976917, 3.092894, 3.517417",\
|
|
"3.198069, 3.214239, 3.253015, 3.368992, 3.793515",\
|
|
"3.627020, 3.643191, 3.681967, 3.797943, 4.222466");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000734, 0.011507, 0.050734, 0.232813, 1.000000");
|
|
values ( "0.031477, 0.042132, 0.073166, 0.203496, 0.779601",\
|
|
"0.031477, 0.042132, 0.073166, 0.203496, 0.779601",\
|
|
"0.031477, 0.042132, 0.073166, 0.203496, 0.779601",\
|
|
"0.031477, 0.042132, 0.073166, 0.203496, 0.779601",\
|
|
"0.031477, 0.042132, 0.073166, 0.203496, 0.779601");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg_min*/
|
|
|
|
} /* end of pin serial_data_1 */
|
|
|
|
pin("serial_data_2") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000886 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "5.119755, 5.139246, 5.194266, 5.419578, 6.346955",\
|
|
"5.222201, 5.241691, 5.296712, 5.522024, 6.449401",\
|
|
"5.392447, 5.411938, 5.466959, 5.692270, 6.619648",\
|
|
"5.714964, 5.734454, 5.789475, 6.014787, 6.942164",\
|
|
"6.262220, 6.281711, 6.336731, 6.562043, 7.489421");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.032830, 0.050681, 0.113172, 0.421875, 1.723784",\
|
|
"0.032830, 0.050681, 0.113172, 0.421875, 1.723784",\
|
|
"0.032830, 0.050681, 0.113172, 0.421875, 1.723784",\
|
|
"0.032830, 0.050681, 0.113172, 0.421875, 1.723784",\
|
|
"0.032830, 0.050681, 0.113172, 0.421875, 1.723784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "5.323039, 5.339028, 5.377847, 5.496529, 5.930201",\
|
|
"5.425485, 5.441473, 5.480293, 5.598974, 6.032646",\
|
|
"5.595731, 5.611720, 5.650539, 5.769221, 6.202893",\
|
|
"5.918248, 5.934237, 5.973056, 6.091737, 6.525409",\
|
|
"6.465504, 6.481493, 6.520312, 6.638994, 7.072666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.031716, 0.042228, 0.073219, 0.208938, 0.802553",\
|
|
"0.031716, 0.042228, 0.073219, 0.208938, 0.802553",\
|
|
"0.031716, 0.042228, 0.073219, 0.208938, 0.802553",\
|
|
"0.031716, 0.042228, 0.073219, 0.208938, 0.802553",\
|
|
"0.031716, 0.042228, 0.073219, 0.208938, 0.802553");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "4.096036, 4.115533, 4.170562, 4.393010, 5.310964",\
|
|
"4.198481, 4.217978, 4.273007, 4.495455, 5.413409",\
|
|
"4.368728, 4.388225, 4.443254, 4.665701, 5.583655",\
|
|
"4.691244, 4.710741, 4.765770, 4.988218, 5.906172",\
|
|
"5.238501, 5.257998, 5.313027, 5.535474, 6.453428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.032807, 0.050658, 0.113149, 0.416497, 1.700087",\
|
|
"0.032807, 0.050658, 0.113149, 0.416497, 1.700087",\
|
|
"0.032807, 0.050658, 0.113149, 0.416497, 1.700087",\
|
|
"0.032807, 0.050658, 0.113149, 0.416497, 1.700087",\
|
|
"0.032807, 0.050658, 0.113149, 0.416497, 1.700087");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "4.488926, 4.504912, 4.543735, 4.659574, 5.083908",\
|
|
"4.591371, 4.607358, 4.646180, 4.762019, 5.186353",\
|
|
"4.761618, 4.777604, 4.816426, 4.932266, 5.356599",\
|
|
"5.084134, 5.100121, 5.138943, 5.254782, 5.679116",\
|
|
"5.631391, 5.647377, 5.686199, 5.802039, 6.226372");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.031719, 0.042227, 0.073218, 0.203577, 0.779481",\
|
|
"0.031719, 0.042227, 0.073218, 0.203577, 0.779481",\
|
|
"0.031719, 0.042227, 0.073218, 0.203577, 0.779481",\
|
|
"0.031719, 0.042227, 0.073218, 0.203577, 0.779481",\
|
|
"0.031719, 0.042227, 0.073218, 0.203577, 0.779481");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "2.305956, 2.325447, 2.380468, 2.605779, 3.533159",\
|
|
"2.422502, 2.441993, 2.497014, 2.722325, 3.649705",\
|
|
"2.613190, 2.632680, 2.687702, 2.913012, 3.840392",\
|
|
"2.998548, 3.018039, 3.073060, 3.298371, 4.225750",\
|
|
"3.735331, 3.754821, 3.809843, 4.035153, 4.962533");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.032829, 0.050681, 0.113172, 0.421874, 1.723784",\
|
|
"0.032829, 0.050681, 0.113172, 0.421874, 1.723784",\
|
|
"0.032829, 0.050681, 0.113172, 0.421874, 1.723784",\
|
|
"0.032829, 0.050681, 0.113172, 0.421874, 1.723784",\
|
|
"0.032829, 0.050681, 0.113172, 0.421874, 1.723784");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "2.700446, 2.716434, 2.755254, 2.873935, 3.307607",\
|
|
"2.816992, 2.832980, 2.871800, 2.990481, 3.424153",\
|
|
"3.007679, 3.023668, 3.062488, 3.181169, 3.614840",\
|
|
"3.393037, 3.409026, 3.447846, 3.566527, 4.000198",\
|
|
"4.129820, 4.145809, 4.184628, 4.303309, 4.736981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.031716, 0.042227, 0.073219, 0.208938, 0.802552",\
|
|
"0.031716, 0.042227, 0.073219, 0.208938, 0.802552",\
|
|
"0.031716, 0.042227, 0.073219, 0.208938, 0.802552",\
|
|
"0.031716, 0.042227, 0.073219, 0.208938, 0.802552",\
|
|
"0.031716, 0.042227, 0.073219, 0.208938, 0.802552");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "2.285790, 2.305281, 2.360302, 2.582785, 3.500533",\
|
|
"2.381459, 2.400950, 2.455971, 2.678454, 3.596202",\
|
|
"2.533374, 2.552865, 2.607886, 2.830369, 3.748116",\
|
|
"2.809499, 2.828990, 2.884011, 3.106494, 4.024241",\
|
|
"3.238544, 3.258034, 3.313056, 3.535538, 4.453286");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.032829, 0.050681, 0.113172, 0.416537, 1.700056",\
|
|
"0.032829, 0.050681, 0.113172, 0.416537, 1.700056",\
|
|
"0.032829, 0.050681, 0.113172, 0.416537, 1.700056",\
|
|
"0.032829, 0.050681, 0.113172, 0.416537, 1.700056",\
|
|
"0.032829, 0.050681, 0.113172, 0.416537, 1.700056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "2.687230, 2.703219, 2.742039, 2.857882, 3.282219",\
|
|
"2.782899, 2.798888, 2.837708, 2.953551, 3.377888",\
|
|
"2.934814, 2.950803, 2.989623, 3.105466, 3.529803",\
|
|
"3.210939, 3.226928, 3.265748, 3.381591, 3.805928",\
|
|
"3.639984, 3.655973, 3.694793, 3.810636, 4.234972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000886, 0.011658, 0.050886, 0.232965, 1.000000");
|
|
values ( "0.031716, 0.042227, 0.073219, 0.203578, 0.779485",\
|
|
"0.031716, 0.042227, 0.073219, 0.203578, 0.779485",\
|
|
"0.031716, 0.042227, 0.073219, 0.203578, 0.779485",\
|
|
"0.031716, 0.042227, 0.073219, 0.203578, 0.779485",\
|
|
"0.031716, 0.042227, 0.073219, 0.203578, 0.779485");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg_min*/
|
|
|
|
} /* end of pin serial_data_2 */
|
|
|
|
pin("serial_load") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.071424, 5.090925, 5.145970, 5.371171, 6.299174",\
|
|
"5.173869, 5.193371, 5.248416, 5.473617, 6.401620",\
|
|
"5.344115, 5.363617, 5.418662, 5.643863, 6.571866",\
|
|
"5.666632, 5.686133, 5.741179, 5.966380, 6.894382",\
|
|
"6.213888, 6.233390, 6.288435, 6.513636, 7.441639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.032781, 0.050629, 0.113120, 0.421771, 1.723879",\
|
|
"0.032781, 0.050629, 0.113120, 0.421771, 1.723879",\
|
|
"0.032781, 0.050629, 0.113120, 0.421771, 1.723879",\
|
|
"0.032781, 0.050629, 0.113120, 0.421771, 1.723879",\
|
|
"0.032781, 0.050629, 0.113120, 0.421771, 1.723879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.286198, 5.302169, 5.340994, 5.459663, 5.893317",\
|
|
"5.388643, 5.404615, 5.443439, 5.562109, 5.995762",\
|
|
"5.558890, 5.574862, 5.613686, 5.732356, 6.166009",\
|
|
"5.881406, 5.897378, 5.936203, 6.054872, 6.488525",\
|
|
"6.428663, 6.444634, 6.483459, 6.602129, 7.035782");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031738, 0.042235, 0.073224, 0.208943, 0.802539",\
|
|
"0.031738, 0.042235, 0.073224, 0.208943, 0.802539",\
|
|
"0.031738, 0.042235, 0.073224, 0.208943, 0.802539",\
|
|
"0.031738, 0.042235, 0.073224, 0.208943, 0.802539",\
|
|
"0.031738, 0.042235, 0.073224, 0.208943, 0.802539");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "4.412568, 4.432076, 4.487129, 4.709469, 5.628029",\
|
|
"4.515013, 4.534521, 4.589574, 4.811914, 5.730474",\
|
|
"4.685260, 4.704767, 4.759820, 4.982161, 5.900721",\
|
|
"5.007776, 5.027284, 5.082337, 5.304677, 6.223238",\
|
|
"5.555033, 5.574540, 5.629593, 5.851933, 6.770494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.032761, 0.050608, 0.113099, 0.416397, 1.700178",\
|
|
"0.032761, 0.050608, 0.113099, 0.416397, 1.700178",\
|
|
"0.032761, 0.050608, 0.113099, 0.416397, 1.700178",\
|
|
"0.032761, 0.050608, 0.113099, 0.416397, 1.700178",\
|
|
"0.032761, 0.050608, 0.113099, 0.416397, 1.700178");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "4.840522, 4.856488, 4.895320, 5.011141, 5.435450",\
|
|
"4.942968, 4.958933, 4.997766, 5.113587, 5.537896",\
|
|
"5.113214, 5.129179, 5.168012, 5.283834, 5.708142",\
|
|
"5.435731, 5.451696, 5.490529, 5.606350, 6.030659",\
|
|
"5.982987, 5.998952, 6.037785, 6.153606, 6.577915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031745, 0.042233, 0.073220, 0.203581, 0.779461",\
|
|
"0.031745, 0.042233, 0.073220, 0.203581, 0.779461",\
|
|
"0.031745, 0.042233, 0.073220, 0.203581, 0.779461",\
|
|
"0.031745, 0.042233, 0.073220, 0.203581, 0.779461",\
|
|
"0.031745, 0.042233, 0.073220, 0.203581, 0.779461");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.186734, 2.206236, 2.261282, 2.486480, 3.414505",\
|
|
"2.303277, 2.322780, 2.377826, 2.603023, 3.531049",\
|
|
"2.493966, 2.513468, 2.568514, 2.793711, 3.721737",\
|
|
"2.879324, 2.898827, 2.953873, 3.179070, 4.107096",\
|
|
"3.616416, 3.635919, 3.690964, 3.916162, 4.844188");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.032779, 0.050626, 0.113118, 0.421767, 1.723882",\
|
|
"0.032779, 0.050626, 0.113118, 0.421767, 1.723882",\
|
|
"0.032779, 0.050626, 0.113118, 0.421767, 1.723882",\
|
|
"0.032779, 0.050626, 0.113118, 0.421767, 1.723882",\
|
|
"0.032779, 0.050626, 0.113118, 0.421767, 1.723882");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.577059, 2.593025, 2.631856, 2.750517, 3.184162",\
|
|
"2.693602, 2.709569, 2.748400, 2.867061, 3.300706",\
|
|
"2.884291, 2.900257, 2.939088, 3.057749, 3.491394",\
|
|
"3.269650, 3.285616, 3.324447, 3.443108, 3.876753",\
|
|
"4.006737, 4.022704, 4.061535, 4.180196, 4.613841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031744, 0.042233, 0.073221, 0.208941, 0.802530",\
|
|
"0.031744, 0.042233, 0.073221, 0.208941, 0.802530",\
|
|
"0.031744, 0.042233, 0.073221, 0.208941, 0.802530",\
|
|
"0.031744, 0.042233, 0.073221, 0.208941, 0.802530",\
|
|
"0.031744, 0.042233, 0.073221, 0.208941, 0.802530");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.186275, 2.205777, 2.260823, 2.483192, 3.401586",\
|
|
"2.281942, 2.301445, 2.356490, 2.578860, 3.497253",\
|
|
"2.433857, 2.453360, 2.508405, 2.730775, 3.649169",\
|
|
"2.709983, 2.729486, 2.784531, 3.006901, 3.925295",\
|
|
"3.139337, 3.158839, 3.213885, 3.436254, 4.354648");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.032779, 0.050626, 0.113118, 0.416429, 1.700154",\
|
|
"0.032779, 0.050626, 0.113118, 0.416429, 1.700154",\
|
|
"0.032779, 0.050626, 0.113118, 0.416429, 1.700154",\
|
|
"0.032779, 0.050626, 0.113118, 0.416429, 1.700154",\
|
|
"0.032779, 0.050626, 0.113118, 0.416429, 1.700154");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.576599, 2.592566, 2.631397, 2.747220, 3.171530",\
|
|
"2.672267, 2.688233, 2.727064, 2.842887, 3.267198",\
|
|
"2.824182, 2.840149, 2.878980, 2.994803, 3.419113",\
|
|
"3.100308, 3.116275, 3.155106, 3.270929, 3.695239",\
|
|
"3.529657, 3.545624, 3.584455, 3.700278, 4.124588");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031744, 0.042233, 0.073221, 0.203582, 0.779463",\
|
|
"0.031744, 0.042233, 0.073221, 0.203582, 0.779463",\
|
|
"0.031744, 0.042233, 0.073221, 0.203582, 0.779463",\
|
|
"0.031744, 0.042233, 0.073221, 0.203582, 0.779463",\
|
|
"0.031744, 0.042233, 0.073221, 0.203582, 0.779463");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg_min*/
|
|
|
|
} /* end of pin serial_load */
|
|
|
|
pin("serial_resetn") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "5.072213, 5.091829, 5.146886, 5.371986, 6.299717",\
|
|
"5.174659, 5.194274, 5.249332, 5.474432, 6.402163",\
|
|
"5.344906, 5.364522, 5.419579, 5.644679, 6.572410",\
|
|
"5.667422, 5.687038, 5.742095, 5.967196, 6.894927",\
|
|
"6.214679, 6.234294, 6.289352, 6.514452, 7.442183");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.032480, 0.050358, 0.112854, 0.421236, 1.722776",\
|
|
"0.032480, 0.050358, 0.112854, 0.421236, 1.722776",\
|
|
"0.032480, 0.050358, 0.112854, 0.421236, 1.722776",\
|
|
"0.032480, 0.050358, 0.112854, 0.421236, 1.722776",\
|
|
"0.032480, 0.050358, 0.112854, 0.421236, 1.722776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "5.286869, 5.302976, 5.341843, 5.460417, 5.893737",\
|
|
"5.389314, 5.405422, 5.444289, 5.562862, 5.996182",\
|
|
"5.559561, 5.575668, 5.614535, 5.733109, 6.166429",\
|
|
"5.882077, 5.898185, 5.937052, 6.055625, 6.488945",\
|
|
"6.429334, 6.445441, 6.484308, 6.602882, 7.036202");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031542, 0.042100, 0.073118, 0.208562, 0.801471",\
|
|
"0.031542, 0.042100, 0.073118, 0.208562, 0.801471",\
|
|
"0.031542, 0.042100, 0.073118, 0.208562, 0.801471",\
|
|
"0.031542, 0.042100, 0.073118, 0.208562, 0.801471",\
|
|
"0.031542, 0.042100, 0.073118, 0.208562, 0.801471");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "4.441094, 4.460716, 4.515782, 4.738154, 5.656894",\
|
|
"4.543540, 4.563161, 4.618227, 4.840599, 5.759339",\
|
|
"4.713786, 4.733408, 4.788474, 5.010846, 5.929585",\
|
|
"5.036303, 5.055924, 5.110990, 5.333363, 6.252102",\
|
|
"5.583559, 5.603181, 5.658247, 5.880619, 6.799358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.032459, 0.050336, 0.112832, 0.416109, 1.700175",\
|
|
"0.032459, 0.050336, 0.112832, 0.416109, 1.700175",\
|
|
"0.032459, 0.050336, 0.112832, 0.416109, 1.700175",\
|
|
"0.032459, 0.050336, 0.112832, 0.416109, 1.700175",\
|
|
"0.032459, 0.050336, 0.112832, 0.416109, 1.700175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "4.862630, 4.878731, 4.917606, 5.033467, 5.457874",\
|
|
"4.965076, 4.981176, 5.020051, 5.135912, 5.560319",\
|
|
"5.135322, 5.151423, 5.190298, 5.306159, 5.730566",\
|
|
"5.457839, 5.473939, 5.512814, 5.628675, 6.053082",\
|
|
"6.005095, 6.021195, 6.060071, 6.175931, 6.600338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031549, 0.042098, 0.073115, 0.203450, 0.779462",\
|
|
"0.031549, 0.042098, 0.073115, 0.203450, 0.779462",\
|
|
"0.031549, 0.042098, 0.073115, 0.203450, 0.779462",\
|
|
"0.031549, 0.042098, 0.073115, 0.203450, 0.779462",\
|
|
"0.031549, 0.042098, 0.073115, 0.203450, 0.779462");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "2.153244, 2.172860, 2.227919, 2.453014, 3.380776",\
|
|
"2.269788, 2.289404, 2.344463, 2.569558, 3.497319",\
|
|
"2.460476, 2.480093, 2.535151, 2.760246, 3.688008",\
|
|
"2.845834, 2.865451, 2.920510, 3.145605, 4.073367",\
|
|
"3.582927, 3.602543, 3.657602, 3.882697, 4.810459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.032477, 0.050354, 0.112851, 0.421230, 1.722780",\
|
|
"0.032477, 0.050354, 0.112851, 0.421230, 1.722780",\
|
|
"0.032477, 0.050354, 0.112851, 0.421230, 1.722780",\
|
|
"0.032477, 0.050354, 0.112851, 0.421230, 1.722780",\
|
|
"0.032477, 0.050354, 0.112851, 0.421230, 1.722780");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "2.549012, 2.565114, 2.603988, 2.722553, 3.155864",\
|
|
"2.665556, 2.681658, 2.720532, 2.839097, 3.272408",\
|
|
"2.856244, 2.872346, 2.911220, 3.029785, 3.463096",\
|
|
"3.241603, 3.257705, 3.296579, 3.415144, 3.848455",\
|
|
"3.978691, 3.994792, 4.033666, 4.152231, 4.585543");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031548, 0.042098, 0.073115, 0.208559, 0.801461",\
|
|
"0.031548, 0.042098, 0.073115, 0.208559, 0.801461",\
|
|
"0.031548, 0.042098, 0.073115, 0.208559, 0.801461",\
|
|
"0.031548, 0.042098, 0.073115, 0.208559, 0.801461",\
|
|
"0.031548, 0.042098, 0.073115, 0.208559, 0.801461");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "2.152784, 2.172401, 2.227460, 2.449861, 3.368435",\
|
|
"2.248452, 2.268069, 2.323128, 2.545528, 3.464103",\
|
|
"2.400367, 2.419984, 2.475043, 2.697444, 3.616018",\
|
|
"2.676493, 2.696110, 2.751168, 2.973569, 3.892143",\
|
|
"3.105847, 3.125463, 3.180522, 3.402923, 4.321497");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.032477, 0.050354, 0.112851, 0.416141, 1.700150",\
|
|
"0.032477, 0.050354, 0.112851, 0.416141, 1.700150",\
|
|
"0.032477, 0.050354, 0.112851, 0.416141, 1.700150",\
|
|
"0.032477, 0.050354, 0.112851, 0.416141, 1.700150",\
|
|
"0.032477, 0.050354, 0.112851, 0.416141, 1.700150");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "2.548553, 2.564655, 2.603529, 2.719391, 3.143800",\
|
|
"2.644220, 2.660322, 2.699196, 2.815058, 3.239467",\
|
|
"2.796136, 2.812238, 2.851112, 2.966974, 3.391382",\
|
|
"3.072262, 3.088363, 3.127237, 3.243099, 3.667508",\
|
|
"3.501611, 3.517713, 3.556587, 3.672449, 4.096857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031548, 0.042098, 0.073115, 0.203450, 0.779464",\
|
|
"0.031548, 0.042098, 0.073115, 0.203450, 0.779464",\
|
|
"0.031548, 0.042098, 0.073115, 0.203450, 0.779464",\
|
|
"0.031548, 0.042098, 0.073115, 0.203450, 0.779464",\
|
|
"0.031548, 0.042098, 0.073115, 0.203450, 0.779464");
|
|
}
|
|
|
|
} /* 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.004341 ;
|
|
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.004182 ;
|
|
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.004444 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spi_sck */
|
|
|
|
pin("spi_sdi") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001085 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "1.006197, 1.025735, 1.080971, 1.307072, 2.234400",\
|
|
"1.106310, 1.125847, 1.181084, 1.407185, 2.334513",\
|
|
"1.243267, 1.262805, 1.318042, 1.544143, 2.471471",\
|
|
"1.490004, 1.509542, 1.564780, 1.790881, 2.718209",\
|
|
"1.870363, 1.889904, 1.945144, 2.171245, 3.098574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.034128, 0.051885, 0.114058, 0.423572, 1.729939",\
|
|
"0.034128, 0.051885, 0.114058, 0.423572, 1.729939",\
|
|
"0.034129, 0.051885, 0.114058, 0.423572, 1.729939",\
|
|
"0.034131, 0.051888, 0.114059, 0.423572, 1.729939",\
|
|
"0.034138, 0.051894, 0.114063, 0.423572, 1.729939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.958619, 0.974475, 1.013292, 1.132434, 1.567854",\
|
|
"1.063517, 1.079373, 1.118190, 1.237332, 1.672752",\
|
|
"1.253927, 1.269783, 1.308600, 1.427742, 1.863161",\
|
|
"1.641492, 1.657347, 1.696165, 1.815307, 2.250726",\
|
|
"2.316383, 2.332239, 2.371056, 2.490199, 2.925618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.031931, 0.042370, 0.073287, 0.210157, 0.807141",\
|
|
"0.031931, 0.042370, 0.073287, 0.210157, 0.807141",\
|
|
"0.031931, 0.042370, 0.073287, 0.210157, 0.807141",\
|
|
"0.031931, 0.042370, 0.073287, 0.210157, 0.807141",\
|
|
"0.031931, 0.042370, 0.073287, 0.210157, 0.807142");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[34]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "1.006197, 1.025735, 1.080971, 1.303681, 2.219676",\
|
|
"1.106310, 1.125847, 1.181084, 1.403794, 2.319789",\
|
|
"1.243267, 1.262805, 1.318042, 1.540752, 2.456747",\
|
|
"1.490004, 1.509542, 1.564780, 1.787490, 2.703485",\
|
|
"1.870363, 1.889904, 1.945144, 2.167854, 3.083850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.034128, 0.051885, 0.114058, 0.417174, 1.701989",\
|
|
"0.034128, 0.051885, 0.114058, 0.417174, 1.701989",\
|
|
"0.034129, 0.051885, 0.114058, 0.417174, 1.701989",\
|
|
"0.034131, 0.051888, 0.114059, 0.417174, 1.701989",\
|
|
"0.034138, 0.051894, 0.114063, 0.417174, 1.701989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.957251, 0.973107, 1.011924, 1.127663, 1.551898",\
|
|
"1.062149, 1.078005, 1.116822, 1.232560, 1.656796",\
|
|
"1.253927, 1.269783, 1.308600, 1.424338, 1.848573",\
|
|
"1.641492, 1.657347, 1.696165, 1.811903, 2.236138",\
|
|
"2.316383, 2.332239, 2.371056, 2.486794, 2.911030");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.031931, 0.042370, 0.073287, 0.203730, 0.779494",\
|
|
"0.031931, 0.042370, 0.073287, 0.203730, 0.779494",\
|
|
"0.031931, 0.042370, 0.073287, 0.203730, 0.779494",\
|
|
"0.031931, 0.042370, 0.073287, 0.203730, 0.779494",\
|
|
"0.031931, 0.042370, 0.073287, 0.203731, 0.779495");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.940662, 0.960196, 1.015430, 1.241531, 2.168857",\
|
|
"1.044880, 1.064415, 1.119648, 1.345749, 2.273076",\
|
|
"1.209316, 1.228850, 1.284084, 1.510185, 2.437512",\
|
|
"1.515464, 1.535000, 1.590234, 1.816335, 2.743662",\
|
|
"2.040823, 2.060359, 2.115596, 2.341697, 3.269025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.034118, 0.051875, 0.114052, 0.423573, 1.729940",\
|
|
"0.034118, 0.051875, 0.114052, 0.423573, 1.729940",\
|
|
"0.034119, 0.051876, 0.114052, 0.423573, 1.729940",\
|
|
"0.034121, 0.051878, 0.114053, 0.423573, 1.729940",\
|
|
"0.034127, 0.051883, 0.114057, 0.423573, 1.729940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.977705, 0.993566, 1.032378, 1.151527, 1.586954",\
|
|
"1.081633, 1.097494, 1.136305, 1.255455, 1.690881",\
|
|
"1.275005, 1.290866, 1.329677, 1.448827, 1.884254",\
|
|
"1.674627, 1.690488, 1.729299, 1.848449, 2.283876",\
|
|
"2.353690, 2.369551, 2.408362, 2.527512, 2.962940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.031926, 0.042371, 0.073289, 0.210159, 0.807150",\
|
|
"0.031926, 0.042371, 0.073289, 0.210159, 0.807150",\
|
|
"0.031926, 0.042371, 0.073289, 0.210159, 0.807150",\
|
|
"0.031926, 0.042371, 0.073289, 0.210160, 0.807150",\
|
|
"0.031925, 0.042371, 0.073290, 0.210160, 0.807150");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.940662, 0.960196, 1.015430, 1.238139, 2.154133",\
|
|
"1.044880, 1.064415, 1.119648, 1.342358, 2.258352",\
|
|
"1.209316, 1.228850, 1.284084, 1.506794, 2.422788",\
|
|
"1.515464, 1.535000, 1.590234, 1.812943, 2.728938",\
|
|
"2.040823, 2.060359, 2.115596, 2.338305, 3.254300");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.034118, 0.051875, 0.114052, 0.417175, 1.701989",\
|
|
"0.034118, 0.051875, 0.114052, 0.417175, 1.701989",\
|
|
"0.034119, 0.051876, 0.114052, 0.417175, 1.701989",\
|
|
"0.034121, 0.051878, 0.114053, 0.417175, 1.701989",\
|
|
"0.034127, 0.051883, 0.114057, 0.417175, 1.701989");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.977705, 0.993566, 1.032378, 1.148123, 1.572366",\
|
|
"1.081633, 1.097494, 1.136305, 1.252050, 1.676293",\
|
|
"1.275005, 1.290866, 1.329677, 1.445423, 1.869665",\
|
|
"1.674627, 1.690488, 1.729299, 1.845045, 2.269288",\
|
|
"2.353690, 2.369551, 2.408362, 2.524108, 2.948352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001085, 0.011857, 0.051085, 0.233164, 1.000000");
|
|
values ( "0.031926, 0.042371, 0.073289, 0.203733, 0.779503",\
|
|
"0.031926, 0.042371, 0.073289, 0.203733, 0.779503",\
|
|
"0.031926, 0.042371, 0.073289, 0.203733, 0.779503",\
|
|
"0.031926, 0.042371, 0.073289, 0.203733, 0.779503",\
|
|
"0.031925, 0.042371, 0.073290, 0.203733, 0.779504");
|
|
}
|
|
|
|
} /* 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.004341 ;
|
|
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.004416 ;
|
|
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.003922 ;
|
|
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.003919 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_csb */
|
|
|
|
pin("spimemio_flash_io0_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001196 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "3.033451, 3.053870, 3.110208, 3.336405, 4.263992",\
|
|
"3.135895, 3.156314, 3.212652, 3.438849, 4.366436",\
|
|
"3.306129, 3.326548, 3.382885, 3.609083, 4.536670",\
|
|
"3.628599, 3.649018, 3.705356, 3.931553, 4.859140",\
|
|
"4.175904, 4.196323, 4.252661, 4.478858, 5.406445");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.037753, 0.055244, 0.116216, 0.423568, 1.729720",\
|
|
"0.037753, 0.055244, 0.116216, 0.423568, 1.729720",\
|
|
"0.037753, 0.055244, 0.116216, 0.423568, 1.729720",\
|
|
"0.037753, 0.055244, 0.116216, 0.423568, 1.729720",\
|
|
"0.037753, 0.055244, 0.116216, 0.423568, 1.729720");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "2.600809, 2.616641, 2.655339, 2.774573, 3.210035",\
|
|
"2.703253, 2.719085, 2.757783, 2.877017, 3.312479",\
|
|
"2.873487, 2.889319, 2.928017, 3.047251, 3.482713",\
|
|
"3.195957, 3.211790, 3.250487, 3.369722, 3.805184",\
|
|
"3.743262, 3.759094, 3.797792, 3.917026, 4.352489");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.031982, 0.042479, 0.073402, 0.210276, 0.807261",\
|
|
"0.031982, 0.042479, 0.073402, 0.210276, 0.807261",\
|
|
"0.031982, 0.042479, 0.073402, 0.210276, 0.807261",\
|
|
"0.031982, 0.042479, 0.073402, 0.210276, 0.807261",\
|
|
"0.031982, 0.042479, 0.073402, 0.210276, 0.807261");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "2.998372, 3.018790, 3.075128, 3.297933, 4.214189",\
|
|
"3.100816, 3.121235, 3.177572, 3.400377, 4.316633",\
|
|
"3.271049, 3.291468, 3.347806, 3.570611, 4.486866",\
|
|
"3.593520, 3.613939, 3.670277, 3.893081, 4.809337",\
|
|
"4.140824, 4.161243, 4.217581, 4.440386, 5.356642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.037753, 0.055244, 0.116216, 0.417167, 1.701769",\
|
|
"0.037753, 0.055244, 0.116216, 0.417167, 1.701769",\
|
|
"0.037753, 0.055244, 0.116216, 0.417167, 1.701769",\
|
|
"0.037753, 0.055244, 0.116216, 0.417167, 1.701769",\
|
|
"0.037753, 0.055244, 0.116216, 0.417167, 1.701769");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "2.592952, 2.608784, 2.647482, 2.763310, 3.187590",\
|
|
"2.695396, 2.711228, 2.749926, 2.865755, 3.290034",\
|
|
"2.865630, 2.881462, 2.920160, 3.035988, 3.460268",\
|
|
"3.188100, 3.203933, 3.242630, 3.358459, 3.782738",\
|
|
"3.735405, 3.751237, 3.789935, 3.905764, 4.330043");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.031982, 0.042479, 0.073402, 0.203846, 0.779614",\
|
|
"0.031982, 0.042479, 0.073402, 0.203846, 0.779614",\
|
|
"0.031982, 0.042479, 0.073402, 0.203846, 0.779614",\
|
|
"0.031982, 0.042479, 0.073402, 0.203846, 0.779614",\
|
|
"0.031982, 0.042479, 0.073402, 0.203846, 0.779614");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "1.010337, 1.030738, 1.087054, 1.313249, 2.240829",\
|
|
"1.112047, 1.132448, 1.188764, 1.414960, 2.342539",\
|
|
"1.246567, 1.266967, 1.323283, 1.549479, 2.477058",\
|
|
"1.484542, 1.504942, 1.561258, 1.787454, 2.715033",\
|
|
"1.859961, 1.880362, 1.936678, 2.162873, 3.090453");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.037687, 0.055183, 0.116178, 0.423572, 1.729724",\
|
|
"0.037687, 0.055183, 0.116178, 0.423572, 1.729724",\
|
|
"0.037687, 0.055183, 0.116178, 0.423572, 1.729724",\
|
|
"0.037688, 0.055183, 0.116178, 0.423572, 1.729725",\
|
|
"0.037688, 0.055183, 0.116178, 0.423572, 1.729725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.969528, 0.985365, 1.024056, 1.143299, 1.578770",\
|
|
"1.071732, 1.087569, 1.126260, 1.245503, 1.680974",\
|
|
"1.272972, 1.288809, 1.327500, 1.446743, 1.882214",\
|
|
"1.688123, 1.703961, 1.742651, 1.861894, 2.297365",\
|
|
"2.411755, 2.427593, 2.466284, 2.585527, 3.020997");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.031975, 0.042481, 0.073405, 0.210279, 0.807271",\
|
|
"0.031975, 0.042481, 0.073405, 0.210279, 0.807271",\
|
|
"0.031975, 0.042481, 0.073405, 0.210279, 0.807271",\
|
|
"0.031975, 0.042481, 0.073405, 0.210279, 0.807271",\
|
|
"0.031976, 0.042481, 0.073405, 0.210279, 0.807271");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.975258, 0.995658, 1.051974, 1.274777, 2.191025",\
|
|
"1.076968, 1.097368, 1.153685, 1.376487, 2.292735",\
|
|
"1.211487, 1.231887, 1.288204, 1.511007, 2.427254",\
|
|
"1.449462, 1.469863, 1.526179, 1.748982, 2.665230",\
|
|
"1.824882, 1.845282, 1.901598, 2.124401, 3.040649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.037687, 0.055183, 0.116178, 0.417171, 1.701773",\
|
|
"0.037687, 0.055183, 0.116178, 0.417171, 1.701773",\
|
|
"0.037687, 0.055183, 0.116178, 0.417171, 1.701773",\
|
|
"0.037688, 0.055183, 0.116178, 0.417171, 1.701773",\
|
|
"0.037688, 0.055183, 0.116178, 0.417171, 1.701773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.961671, 0.977508, 1.016199, 1.132036, 1.556325",\
|
|
"1.063875, 1.079712, 1.118403, 1.234241, 1.658529",\
|
|
"1.265115, 1.280952, 1.319643, 1.435480, 1.859769",\
|
|
"1.680266, 1.696103, 1.734794, 1.850632, 2.274920",\
|
|
"2.403898, 2.419736, 2.458427, 2.574264, 2.998552");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001196, 0.011968, 0.051196, 0.233275, 1.000000");
|
|
values ( "0.031975, 0.042481, 0.073405, 0.203848, 0.779624",\
|
|
"0.031975, 0.042481, 0.073405, 0.203848, 0.779624",\
|
|
"0.031975, 0.042481, 0.073405, 0.203848, 0.779624",\
|
|
"0.031975, 0.042481, 0.073405, 0.203848, 0.779624",\
|
|
"0.031976, 0.042481, 0.073405, 0.203848, 0.779624");
|
|
}
|
|
|
|
} /* 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.003932 ;
|
|
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.004654 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io0_oeb */
|
|
|
|
pin("spimemio_flash_io1_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001659 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "3.057946, 3.077762, 3.133685, 3.359547, 4.285247",\
|
|
"3.160390, 3.180207, 3.236129, 3.461992, 4.387691",\
|
|
"3.330624, 3.350440, 3.406363, 3.632225, 4.557924",\
|
|
"3.653095, 3.672911, 3.728833, 3.954696, 4.880395",\
|
|
"4.200399, 4.220216, 4.276138, 4.502000, 5.427700");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.037717, 0.055207, 0.116546, 0.423700, 1.726725",\
|
|
"0.037717, 0.055207, 0.116546, 0.423700, 1.726725",\
|
|
"0.037717, 0.055207, 0.116546, 0.423700, 1.726725",\
|
|
"0.037717, 0.055207, 0.116546, 0.423700, 1.726725",\
|
|
"0.037717, 0.055207, 0.116546, 0.423700, 1.726725");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "2.676842, 2.692264, 2.730783, 2.849637, 3.283573",\
|
|
"2.779286, 2.794708, 2.833228, 2.952081, 3.386018",\
|
|
"2.949520, 2.964941, 3.003461, 3.122314, 3.556251",\
|
|
"3.271990, 3.287412, 3.325932, 3.444785, 3.878722",\
|
|
"3.819295, 3.834717, 3.873237, 3.992090, 4.426027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.032527, 0.042851, 0.073764, 0.209914, 0.804188",\
|
|
"0.032527, 0.042851, 0.073764, 0.209914, 0.804188",\
|
|
"0.032527, 0.042851, 0.073764, 0.209914, 0.804188",\
|
|
"0.032527, 0.042851, 0.073764, 0.209914, 0.804188",\
|
|
"0.032527, 0.042851, 0.073764, 0.209914, 0.804188");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "3.057946, 3.077762, 3.133685, 3.356515, 4.272121",\
|
|
"3.160390, 3.180207, 3.236129, 3.458959, 4.374566",\
|
|
"3.330624, 3.350440, 3.406363, 3.629192, 4.544799",\
|
|
"3.653095, 3.672911, 3.728833, 3.951663, 4.867270",\
|
|
"4.200399, 4.220216, 4.276138, 4.498968, 5.414575");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.037717, 0.055207, 0.116546, 0.417990, 1.701822",\
|
|
"0.037717, 0.055207, 0.116546, 0.417990, 1.701822",\
|
|
"0.037717, 0.055207, 0.116546, 0.417990, 1.701822",\
|
|
"0.037717, 0.055207, 0.116546, 0.417990, 1.701822",\
|
|
"0.037717, 0.055207, 0.116546, 0.417990, 1.701822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "2.676842, 2.692264, 2.730783, 2.846593, 3.270573",\
|
|
"2.779286, 2.794708, 2.833228, 2.949037, 3.373018",\
|
|
"2.949520, 2.964941, 3.003461, 3.119271, 3.543251",\
|
|
"3.271990, 3.287412, 3.325932, 3.441741, 3.865722",\
|
|
"3.819295, 3.834717, 3.873237, 3.989046, 4.413027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.032527, 0.042851, 0.073764, 0.204181, 0.779566",\
|
|
"0.032527, 0.042851, 0.073764, 0.204181, 0.779566",\
|
|
"0.032527, 0.042851, 0.073764, 0.204181, 0.779566",\
|
|
"0.032527, 0.042851, 0.073764, 0.204181, 0.779566",\
|
|
"0.032527, 0.042851, 0.073764, 0.204181, 0.779566");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.156430, 1.176250, 1.232177, 1.458040, 2.383741",\
|
|
"1.260346, 1.280166, 1.336093, 1.561956, 2.487656",\
|
|
"1.419053, 1.438873, 1.494800, 1.720663, 2.646364",\
|
|
"1.714298, 1.734118, 1.790045, 2.015908, 2.941609",\
|
|
"2.226866, 2.246686, 2.302614, 2.528477, 3.454178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.037730, 0.055220, 0.116554, 0.423699, 1.726724",\
|
|
"0.037730, 0.055220, 0.116554, 0.423699, 1.726724",\
|
|
"0.037730, 0.055220, 0.116554, 0.423699, 1.726724",\
|
|
"0.037731, 0.055220, 0.116555, 0.423699, 1.726724",\
|
|
"0.037734, 0.055223, 0.116556, 0.423699, 1.726724");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.024665, 1.040092, 1.078605, 1.197466, 1.631412",\
|
|
"1.129687, 1.145114, 1.183627, 1.302489, 1.736434",\
|
|
"1.323663, 1.339090, 1.377603, 1.496465, 1.930410",\
|
|
"1.715768, 1.731195, 1.769708, 1.888570, 2.322515",\
|
|
"2.372814, 2.388241, 2.426754, 2.545615, 2.979561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.032521, 0.042853, 0.073768, 0.209917, 0.804198",\
|
|
"0.032521, 0.042853, 0.073768, 0.209917, 0.804198",\
|
|
"0.032521, 0.042853, 0.073768, 0.209917, 0.804198",\
|
|
"0.032521, 0.042853, 0.073768, 0.209917, 0.804198",\
|
|
"0.032521, 0.042853, 0.073768, 0.209917, 0.804198");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.156430, 1.176250, 1.232177, 1.455007, 2.370615",\
|
|
"1.260346, 1.280166, 1.336093, 1.558923, 2.474531",\
|
|
"1.419053, 1.438873, 1.494800, 1.717630, 2.633238",\
|
|
"1.714298, 1.734118, 1.790045, 2.012875, 2.928483",\
|
|
"2.226866, 2.246686, 2.302614, 2.525445, 3.441053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.037730, 0.055220, 0.116554, 0.417990, 1.701821",\
|
|
"0.037730, 0.055220, 0.116554, 0.417990, 1.701821",\
|
|
"0.037730, 0.055220, 0.116554, 0.417990, 1.701821",\
|
|
"0.037731, 0.055220, 0.116555, 0.417990, 1.701821",\
|
|
"0.037734, 0.055223, 0.116556, 0.417990, 1.701821");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "1.024665, 1.040092, 1.078605, 1.194423, 1.618412",\
|
|
"1.129687, 1.145114, 1.183627, 1.299445, 1.723434",\
|
|
"1.323663, 1.339090, 1.377603, 1.493421, 1.917410",\
|
|
"1.715768, 1.731195, 1.769708, 1.885526, 2.309515",\
|
|
"2.372814, 2.388241, 2.426754, 2.542572, 2.966561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001659, 0.012431, 0.051659, 0.233738, 1.000000");
|
|
values ( "0.032521, 0.042853, 0.073768, 0.204183, 0.779575",\
|
|
"0.032521, 0.042853, 0.073768, 0.204183, 0.779575",\
|
|
"0.032521, 0.042853, 0.073768, 0.204183, 0.779575",\
|
|
"0.032521, 0.042853, 0.073768, 0.204183, 0.779575",\
|
|
"0.032521, 0.042853, 0.073768, 0.204183, 0.779575");
|
|
}
|
|
|
|
} /* 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.004229 ;
|
|
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.004189 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io1_oeb */
|
|
|
|
pin("spimemio_flash_io2_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001041 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.846147, 0.865646, 0.920841, 1.146071, 2.078351",\
|
|
"0.948190, 0.967690, 1.022885, 1.248114, 2.180395",\
|
|
"1.088665, 1.108164, 1.163359, 1.388589, 2.320868",\
|
|
"1.352275, 1.371774, 1.426968, 1.652200, 2.584469",\
|
|
"1.773061, 1.792559, 1.847753, 2.072989, 3.005234");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.032755, 0.050556, 0.112996, 0.422577, 1.728950",\
|
|
"0.032755, 0.050556, 0.112996, 0.422577, 1.728950",\
|
|
"0.032755, 0.050556, 0.112996, 0.422577, 1.728950",\
|
|
"0.032756, 0.050557, 0.112997, 0.422579, 1.728949",\
|
|
"0.032759, 0.050559, 0.113000, 0.422584, 1.728945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.780042, 0.795802, 0.834795, 0.953743, 1.388977",\
|
|
"0.885792, 0.901552, 0.940545, 1.059492, 1.494727",\
|
|
"1.076262, 1.092023, 1.131016, 1.249963, 1.685198",\
|
|
"1.463852, 1.479613, 1.518606, 1.637553, 2.072788",\
|
|
"2.123743, 2.139505, 2.178496, 2.297446, 2.732684");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.032027, 0.042293, 0.073183, 0.210060, 0.806904",\
|
|
"0.032027, 0.042293, 0.073183, 0.210060, 0.806904",\
|
|
"0.032027, 0.042293, 0.073183, 0.210060, 0.806904",\
|
|
"0.032027, 0.042293, 0.073183, 0.210060, 0.806904",\
|
|
"0.032027, 0.042294, 0.073184, 0.210061, 0.806908");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.846147, 0.865646, 0.920841, 1.142680, 2.063425",\
|
|
"0.948190, 0.967690, 1.022885, 1.244723, 2.165469",\
|
|
"1.088665, 1.108164, 1.163359, 1.385198, 2.305942",\
|
|
"1.352275, 1.371774, 1.426968, 1.648809, 2.569543",\
|
|
"1.773061, 1.792559, 1.847753, 2.069597, 2.990308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.032755, 0.050556, 0.112996, 0.416181, 1.700528",\
|
|
"0.032755, 0.050556, 0.112996, 0.416181, 1.700528",\
|
|
"0.032755, 0.050556, 0.112996, 0.416181, 1.700528",\
|
|
"0.032756, 0.050557, 0.112997, 0.416183, 1.700527",\
|
|
"0.032759, 0.050559, 0.113000, 0.416188, 1.700523");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.778146, 0.793906, 0.832899, 0.948442, 1.372492",\
|
|
"0.883895, 0.899655, 0.938648, 1.054192, 1.478242",\
|
|
"1.074409, 1.090169, 1.129162, 1.244705, 1.668756",\
|
|
"1.463852, 1.479613, 1.518606, 1.634149, 2.058199",\
|
|
"2.122826, 2.138587, 2.177578, 2.293124, 2.717178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001041, 0.011813, 0.051041, 0.233120, 1.000000");
|
|
values ( "0.032025, 0.042293, 0.073183, 0.203635, 0.779259",\
|
|
"0.032025, 0.042293, 0.073183, 0.203635, 0.779259",\
|
|
"0.032025, 0.042293, 0.073183, 0.203635, 0.779259",\
|
|
"0.032025, 0.042293, 0.073183, 0.203635, 0.779259",\
|
|
"0.032025, 0.042294, 0.073184, 0.203636, 0.779262");
|
|
}
|
|
|
|
} /* 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.003704 ;
|
|
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.003655 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin spimemio_flash_io2_oeb */
|
|
|
|
pin("spimemio_flash_io3_di") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001389 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.788612, 0.807855, 0.862940, 1.087850, 2.018534",\
|
|
"0.894233, 0.913477, 0.968562, 1.193472, 2.124155",\
|
|
"1.067357, 1.086600, 1.141685, 1.366596, 2.297276",\
|
|
"1.399647, 1.418890, 1.473975, 1.698888, 2.629553",\
|
|
"1.983199, 2.002441, 2.057523, 2.282445, 3.213063");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.033352, 0.051114, 0.113612, 0.422453, 1.725865",\
|
|
"0.033352, 0.051114, 0.113612, 0.422453, 1.725865",\
|
|
"0.033353, 0.051114, 0.113612, 0.422454, 1.725864",\
|
|
"0.033354, 0.051116, 0.113614, 0.422456, 1.725862",\
|
|
"0.033359, 0.051121, 0.113619, 0.422466, 1.725855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.792487, 0.807962, 0.846782, 0.965398, 1.399216",\
|
|
"0.903994, 0.919469, 0.958289, 1.076904, 1.510722",\
|
|
"1.097174, 1.112649, 1.151469, 1.270084, 1.703902",\
|
|
"1.496724, 1.512199, 1.551019, 1.669634, 2.103452",\
|
|
"2.191148, 2.206624, 2.245442, 2.364060, 2.797881");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.032412, 0.042582, 0.073479, 0.209624, 0.803881",\
|
|
"0.032412, 0.042582, 0.073479, 0.209624, 0.803881",\
|
|
"0.032412, 0.042582, 0.073479, 0.209624, 0.803881",\
|
|
"0.032412, 0.042582, 0.073479, 0.209624, 0.803882",\
|
|
"0.032410, 0.042582, 0.073480, 0.209624, 0.803884");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.788612, 0.807855, 0.862940, 1.084821, 2.005229",\
|
|
"0.894233, 0.913477, 0.968562, 1.190443, 2.110849",\
|
|
"1.067357, 1.086600, 1.141685, 1.363566, 2.283970",\
|
|
"1.399647, 1.418890, 1.473975, 1.695858, 2.616247",\
|
|
"1.983199, 2.002441, 2.057523, 2.279415, 3.199758");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.033352, 0.051114, 0.113612, 0.416750, 1.700541",\
|
|
"0.033352, 0.051114, 0.113612, 0.416750, 1.700541",\
|
|
"0.033353, 0.051114, 0.113612, 0.416750, 1.700540",\
|
|
"0.033354, 0.051116, 0.113614, 0.416753, 1.700538",\
|
|
"0.033359, 0.051121, 0.113619, 0.416762, 1.700531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.792487, 0.807962, 0.846782, 0.962358, 1.386216",\
|
|
"0.903994, 0.919469, 0.958289, 1.073864, 1.497722",\
|
|
"1.097174, 1.112649, 1.151469, 1.267044, 1.690902",\
|
|
"1.496724, 1.512199, 1.551019, 1.666594, 2.090452",\
|
|
"2.191148, 2.206624, 2.245442, 2.361021, 2.784881");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001389, 0.012161, 0.051389, 0.233468, 1.000000");
|
|
values ( "0.032412, 0.042582, 0.073479, 0.203896, 0.779259",\
|
|
"0.032412, 0.042582, 0.073479, 0.203896, 0.779259",\
|
|
"0.032412, 0.042582, 0.073479, 0.203896, 0.779259",\
|
|
"0.032412, 0.042582, 0.073479, 0.203896, 0.779259",\
|
|
"0.032410, 0.042582, 0.073480, 0.203897, 0.779262");
|
|
}
|
|
|
|
} /* 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.004272 ;
|
|
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.003709 ;
|
|
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.006505 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.565486, 1.456207, 1.258415, 0.839848, 0.095759",\
|
|
"1.667347, 1.558068, 1.360276, 0.941709, 0.197620",\
|
|
"1.807655, 1.698375, 1.500583, 1.082017, 0.337927",\
|
|
"2.061542, 1.952262, 1.754470, 1.335904, 0.591815",\
|
|
"2.481549, 2.372270, 2.174478, 1.755911, 1.011822");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.590943, 2.481663, 2.283871, 1.865305, 1.121215",\
|
|
"2.699825, 2.590545, 2.392753, 1.974187, 1.230097",\
|
|
"2.890839, 2.781559, 2.583767, 2.165201, 1.421111",\
|
|
"3.268360, 3.159081, 2.961288, 2.542722, 1.798633",\
|
|
"3.934484, 3.825204, 3.627412, 3.208846, 2.464756");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.403894, -1.294614, -1.096822, -0.678256, 0.065834",\
|
|
"-1.505755, -1.396475, -1.198683, -0.780117, -0.036027",\
|
|
"-1.646062, -1.536783, -1.338990, -0.920424, -0.176335",\
|
|
"-1.899949, -1.790670, -1.592877, -1.174311, -0.430222",\
|
|
"-2.319957, -2.210677, -2.012885, -1.594319, -0.850230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.395300, -2.286021, -2.088228, -1.669662, -0.925573",\
|
|
"-2.504182, -2.394903, -2.197110, -1.778544, -1.034455",\
|
|
"-2.695196, -2.585917, -2.388124, -1.969558, -1.225469",\
|
|
"-3.072718, -2.963438, -2.765646, -2.347080, -1.602990",\
|
|
"-3.738841, -3.629562, -3.431769, -3.013203, -2.269114");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.643160, 1.547506, 1.395592, 1.119522, 0.690659",\
|
|
"1.745021, 1.649367, 1.497453, 1.221383, 0.792520",\
|
|
"1.885328, 1.789674, 1.637761, 1.361691, 0.932827",\
|
|
"2.139215, 2.043561, 1.891648, 1.615578, 1.186715",\
|
|
"2.559223, 2.463569, 2.311655, 2.035585, 1.606722");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.699565, 2.603911, 2.451998, 2.175928, 1.747065",\
|
|
"2.808447, 2.712793, 2.560880, 2.284810, 1.855947",\
|
|
"2.999461, 2.903808, 2.751894, 2.475824, 2.046961",\
|
|
"3.376983, 3.281329, 3.129415, 2.853345, 2.424482",\
|
|
"4.043107, 3.947453, 3.795539, 3.519469, 3.090606");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.433672, -1.317129, -1.126441, -0.741098, -0.004366",\
|
|
"-1.535533, -1.418990, -1.228302, -0.842959, -0.106227",\
|
|
"-1.675840, -1.559297, -1.368610, -0.983266, -0.246534",\
|
|
"-1.929727, -1.813184, -1.622497, -1.237154, -0.500421",\
|
|
"-2.349735, -2.233191, -2.042504, -1.657161, -0.920429");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.378163, -2.261620, -2.070933, -1.685590, -0.948857",\
|
|
"-2.487045, -2.370502, -2.179815, -1.794472, -1.057739",\
|
|
"-2.678059, -2.561516, -2.370829, -1.985486, -1.248753",\
|
|
"-3.055581, -2.939037, -2.748350, -2.363007, -1.626275",\
|
|
"-3.721704, -3.605161, -3.414474, -3.029131, -2.292398");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003279 ;
|
|
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.159715 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004917 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.269584, 3.160305, 2.962512, 2.543946, 1.799857",\
|
|
"3.374120, 3.264841, 3.067049, 2.648482, 1.904393",\
|
|
"3.531732, 3.422452, 3.224660, 2.806094, 2.062004",\
|
|
"3.825294, 3.716015, 3.518222, 3.099656, 2.355567",\
|
|
"4.339660, 4.230381, 4.032588, 3.614022, 2.869933");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.790599, 5.681320, 5.483528, 5.064961, 4.320872",\
|
|
"5.895623, 5.786344, 5.588551, 5.169985, 4.425896",\
|
|
"6.088684, 5.979404, 5.781612, 5.363046, 4.618957",\
|
|
"6.484879, 6.375600, 6.177807, 5.759241, 5.015152",\
|
|
"7.153807, 7.044528, 6.846735, 6.428169, 5.684080");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.927947, -2.818667, -2.620875, -2.202309, -1.458220",\
|
|
"-3.023817, -2.914538, -2.716745, -2.298179, -1.554090",\
|
|
"-3.165671, -3.056392, -2.858599, -2.440033, -1.695944",\
|
|
"-3.414841, -3.305561, -3.107769, -2.689203, -1.945113",\
|
|
"-3.804142, -3.694862, -3.497070, -3.078504, -2.334414");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.242156, -5.132876, -4.935084, -4.516518, -3.772428",\
|
|
"-5.338216, -5.228937, -5.031145, -4.612578, -3.868489",\
|
|
"-5.514980, -5.405701, -5.207908, -4.789342, -4.045253",\
|
|
"-5.865262, -5.755982, -5.558190, -5.139624, -4.395535",\
|
|
"-6.404840, -6.295561, -6.097768, -5.679202, -4.935113");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.216055, 2.120401, 1.968488, 1.692418, 1.263555",\
|
|
"2.320591, 2.224937, 2.073024, 1.796954, 1.368091",\
|
|
"2.478203, 2.382549, 2.230635, 1.954565, 1.525702",\
|
|
"2.771765, 2.676111, 2.524197, 2.248127, 1.819264",\
|
|
"3.286131, 3.190477, 3.038564, 2.762494, 2.333631");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.023947, 3.928293, 3.776380, 3.500310, 3.071446",\
|
|
"4.128971, 4.033317, 3.881403, 3.605334, 3.176470",\
|
|
"4.322031, 4.226377, 4.074463, 3.798394, 3.369530",\
|
|
"4.718227, 4.622573, 4.470659, 4.194590, 3.765726",\
|
|
"5.387156, 5.291502, 5.139588, 4.863518, 4.434655");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.859879, -1.743347, -1.552661, -1.167354, -0.430739",\
|
|
"-1.955749, -1.839217, -1.648531, -1.263224, -0.526609",\
|
|
"-2.097603, -1.981071, -1.790385, -1.405078, -0.668463",\
|
|
"-2.346772, -2.230241, -2.039555, -1.654248, -0.917633",\
|
|
"-2.736073, -2.619542, -2.428856, -2.043549, -1.306934");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.375581, -3.259050, -3.068363, -2.683056, -1.946441",\
|
|
"-3.471642, -3.355110, -3.164424, -2.779117, -2.042502",\
|
|
"-3.648405, -3.531873, -3.341187, -2.955880, -2.219265",\
|
|
"-3.998687, -3.882156, -3.691469, -3.306162, -2.569547",\
|
|
"-4.538266, -4.421734, -4.231048, -3.845741, -3.109126");
|
|
}
|
|
|
|
} /* 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.004978 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.569671, 2.460391, 2.262599, 1.844033, 1.099943",\
|
|
"2.674293, 2.565013, 2.367221, 1.948655, 1.204566",\
|
|
"2.831755, 2.722476, 2.524683, 2.106117, 1.362028",\
|
|
"3.125058, 3.015778, 2.817986, 2.399420, 1.655330",\
|
|
"3.640128, 3.530849, 3.333057, 2.914490, 2.170401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.492240, 4.382961, 4.185168, 3.766602, 3.022513",\
|
|
"4.597263, 4.487984, 4.290192, 3.871625, 3.127536",\
|
|
"4.790234, 4.680954, 4.483162, 4.064596, 3.320507",\
|
|
"5.187303, 5.078024, 4.880231, 4.461665, 3.717576",\
|
|
"5.858631, 5.749352, 5.551559, 5.132993, 4.388904");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.432539, -2.323259, -2.125467, -1.706900, -0.962811",\
|
|
"-2.521491, -2.412211, -2.214419, -1.795853, -1.051763",\
|
|
"-2.650460, -2.541180, -2.343388, -1.924821, -1.180732",\
|
|
"-2.863489, -2.754210, -2.556417, -2.137851, -1.393762",\
|
|
"-3.152409, -3.043129, -2.845337, -2.426771, -1.682682");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.277049, -4.167770, -3.969978, -3.551411, -2.807322",\
|
|
"-4.365872, -4.256593, -4.058800, -3.640234, -2.896145",\
|
|
"-4.529383, -4.420104, -4.222311, -3.803745, -3.059656",\
|
|
"-4.843460, -4.734181, -4.536388, -4.117822, -3.373733",\
|
|
"-5.280976, -5.171697, -4.973905, -4.555338, -3.811249");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.617107, 1.521453, 1.369540, 1.093470, 0.664606",\
|
|
"1.721730, 1.626076, 1.474162, 1.198092, 0.769229",\
|
|
"1.879192, 1.783538, 1.631624, 1.355554, 0.926691",\
|
|
"2.172494, 2.076840, 1.924927, 1.648857, 1.219993",\
|
|
"2.687565, 2.591911, 2.439997, 2.163927, 1.735064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.823250, 2.727596, 2.575682, 2.299613, 1.870749",\
|
|
"2.928274, 2.832620, 2.680706, 2.404636, 1.975773",\
|
|
"3.121244, 3.025590, 2.873676, 2.597607, 2.168743",\
|
|
"3.518313, 3.422659, 3.270746, 2.994676, 2.565813",\
|
|
"4.189640, 4.093986, 3.942072, 3.666003, 3.237139");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.344371, -1.227825, -1.037137, -0.651779, 0.085004",\
|
|
"-1.433323, -1.316777, -1.126089, -0.740731, -0.003948",\
|
|
"-1.562292, -1.445746, -1.255058, -0.869700, -0.132917",\
|
|
"-1.775321, -1.658775, -1.468088, -1.082729, -0.345947",\
|
|
"-2.064241, -1.947695, -1.757008, -1.371649, -0.634867");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.382261, -2.265715, -2.075027, -1.689669, -0.952887",\
|
|
"-2.471084, -2.354538, -2.163850, -1.778492, -1.041709",\
|
|
"-2.634595, -2.518049, -2.327362, -1.942004, -1.205221",\
|
|
"-2.948673, -2.832127, -2.641439, -2.256081, -1.519298",\
|
|
"-3.386188, -3.269642, -3.078955, -2.693596, -1.956814");
|
|
}
|
|
|
|
} /* 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.004698 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.968176, 1.858897, 1.661104, 1.242538, 0.498449",\
|
|
"2.072769, 1.963490, 1.765697, 1.347131, 0.603042",\
|
|
"2.230288, 2.121008, 1.923216, 1.504650, 0.760561",\
|
|
"2.523652, 2.414373, 2.216580, 1.798014, 1.053925",\
|
|
"3.037888, 2.928609, 2.730816, 2.312250, 1.568161");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.598495, 4.489215, 4.291423, 3.872856, 3.128767",\
|
|
"4.703521, 4.594241, 4.396449, 3.977883, 3.233793",\
|
|
"4.896524, 4.787245, 4.589453, 4.170887, 3.426797",\
|
|
"5.293264, 5.183985, 4.986193, 4.567627, 3.823537",\
|
|
"5.964130, 5.854851, 5.657059, 5.238493, 4.494403");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.681014, -1.571735, -1.373943, -0.955376, -0.211287",\
|
|
"-1.785607, -1.676328, -1.478535, -1.059969, -0.315880",\
|
|
"-1.943126, -1.833847, -1.636054, -1.217488, -0.473399",\
|
|
"-2.236490, -2.127211, -1.929419, -1.510853, -0.766763",\
|
|
"-2.750726, -2.641447, -2.443655, -2.025089, -1.280999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.848373, -3.739093, -3.541301, -3.122735, -2.378645",\
|
|
"-3.953399, -3.844120, -3.646327, -3.227761, -2.483672",\
|
|
"-4.146403, -4.037124, -3.839331, -3.420765, -2.676676",\
|
|
"-4.543143, -4.433864, -4.236072, -3.817506, -3.073416",\
|
|
"-5.214009, -5.104730, -4.906938, -4.488372, -3.744282");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.867878, 1.772225, 1.620311, 1.344241, 0.915378",\
|
|
"1.972471, 1.876817, 1.724904, 1.448834, 1.019971",\
|
|
"2.129990, 2.034336, 1.882422, 1.606353, 1.177489",\
|
|
"2.423354, 2.327701, 2.175787, 1.899717, 1.470854",\
|
|
"2.937590, 2.841937, 2.690023, 2.413953, 1.985090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.789615, 3.693961, 3.542047, 3.265977, 2.837114",\
|
|
"3.894641, 3.798987, 3.647074, 3.371004, 2.942141",\
|
|
"4.087646, 3.991992, 3.840078, 3.564008, 3.135145",\
|
|
"4.484386, 4.388732, 4.236818, 3.960749, 3.531886",\
|
|
"5.155252, 5.059598, 4.907684, 4.631615, 4.202752");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.440102, -1.323556, -1.132868, -0.747510, -0.010727",\
|
|
"-1.544694, -1.428148, -1.237461, -0.852103, -0.115320",\
|
|
"-1.702213, -1.585667, -1.394980, -1.009622, -0.272839",\
|
|
"-1.995578, -1.879032, -1.688344, -1.302986, -0.566203",\
|
|
"-2.509814, -2.393268, -2.202580, -1.817222, -1.080439");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.807564, -2.691018, -2.500330, -2.114972, -1.378189",\
|
|
"-2.912590, -2.796044, -2.605357, -2.219998, -1.483216",\
|
|
"-3.105594, -2.989048, -2.798360, -2.413002, -1.676219",\
|
|
"-3.502335, -3.385789, -3.195101, -2.809743, -2.072960",\
|
|
"-4.173200, -4.056654, -3.865967, -3.480608, -2.743826");
|
|
}
|
|
|
|
} /* 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.005089 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.386064, 1.276785, 1.078992, 0.660426, -0.083663",\
|
|
"1.490609, 1.381330, 1.183537, 0.764971, 0.020882",\
|
|
"1.648201, 1.538922, 1.341130, 0.922563, 0.178474",\
|
|
"1.941757, 1.832478, 1.634686, 1.216119, 0.472030",\
|
|
"2.456243, 2.346963, 2.149171, 1.730605, 0.986516");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.427363, 2.318084, 2.120291, 1.701725, 0.957636",\
|
|
"2.532385, 2.423106, 2.225313, 1.806747, 1.062658",\
|
|
"2.725369, 2.616090, 2.418298, 1.999731, 1.255642",\
|
|
"3.121014, 3.011735, 2.813942, 2.395376, 1.651287",\
|
|
"3.788957, 3.679677, 3.481885, 3.063319, 2.319229");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.178299, -1.069020, -0.871227, -0.452661, 0.291428",\
|
|
"-1.282844, -1.173565, -0.975772, -0.557206, 0.186883",\
|
|
"-1.440436, -1.331157, -1.133364, -0.714798, 0.029291",\
|
|
"-1.733992, -1.624713, -1.426920, -1.008354, -0.264265",\
|
|
"-2.248478, -2.139198, -1.941406, -1.522840, -0.778750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.069642, -1.960363, -1.762571, -1.344004, -0.599915",\
|
|
"-2.174664, -2.065385, -1.867593, -1.449026, -0.704937",\
|
|
"-2.367648, -2.258369, -2.060576, -1.642010, -0.897921",\
|
|
"-2.763293, -2.654014, -2.456221, -2.037655, -1.293566",\
|
|
"-3.431235, -3.321956, -3.124164, -2.705597, -1.961508");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.463788, 1.368135, 1.216221, 0.940151, 0.511288",\
|
|
"1.568334, 1.472680, 1.320766, 1.044696, 0.615833",\
|
|
"1.725925, 1.630272, 1.478358, 1.202288, 0.773425",\
|
|
"2.019482, 1.923828, 1.771914, 1.495844, 1.066981",\
|
|
"2.533967, 2.438313, 2.286399, 2.010329, 1.581466");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.535984, 2.440330, 2.288416, 2.012346, 1.583483",\
|
|
"2.641006, 2.545352, 2.393438, 2.117368, 1.688505",\
|
|
"2.833990, 2.738336, 2.586422, 2.310353, 1.881489",\
|
|
"3.229635, 3.133981, 2.982067, 2.705997, 2.277134",\
|
|
"3.897577, 3.801924, 3.650010, 3.373940, 2.945077");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.208117, -1.091573, -0.900886, -0.515543, 0.221189",\
|
|
"-1.312662, -1.196118, -1.005431, -0.620088, 0.116644",\
|
|
"-1.470254, -1.353711, -1.163023, -0.777680, -0.040948",\
|
|
"-1.763810, -1.647267, -1.456580, -1.071236, -0.334504",\
|
|
"-2.278296, -2.161752, -1.971065, -1.585722, -0.848990");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.052504, -1.935960, -1.745273, -1.359930, -0.623198",\
|
|
"-2.157526, -2.040982, -1.850295, -1.464952, -0.728220",\
|
|
"-2.350510, -2.233966, -2.043279, -1.657936, -0.921204",\
|
|
"-2.746154, -2.629611, -2.438924, -2.053581, -1.316849",\
|
|
"-3.414097, -3.297554, -3.106866, -2.721523, -1.984791");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_hldr*/
|
|
|
|
} /* end of pin usr2_vdd_pwrgood */
|
|
|
|
pin("wb_ack_o") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001407 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "2.179243, 2.199401, 2.255551, 2.481433, 3.407499",\
|
|
"2.295772, 2.315930, 2.372080, 2.597962, 3.524028",\
|
|
"2.486458, 2.506616, 2.562766, 2.788649, 3.714714",\
|
|
"2.871764, 2.891922, 2.948072, 3.173954, 4.100020",\
|
|
"3.608375, 3.628533, 3.684683, 3.910565, 4.836631");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.037825, 0.055315, 0.116446, 0.423241, 1.726690",\
|
|
"0.037825, 0.055315, 0.116446, 0.423241, 1.726690",\
|
|
"0.037825, 0.055315, 0.116446, 0.423241, 1.726690",\
|
|
"0.037825, 0.055315, 0.116446, 0.423241, 1.726690",\
|
|
"0.037825, 0.055315, 0.116446, 0.423241, 1.726690");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "2.343222, 2.359136, 2.398025, 2.517312, 2.951370",\
|
|
"2.459751, 2.475665, 2.514554, 2.633841, 3.067899",\
|
|
"2.650438, 2.666352, 2.705240, 2.824527, 3.258585",\
|
|
"3.035743, 3.051657, 3.090546, 3.209833, 3.643891",\
|
|
"3.772355, 3.788269, 3.827157, 3.946444, 4.380502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.033345, 0.043742, 0.074369, 0.210035, 0.804421",\
|
|
"0.033345, 0.043742, 0.074369, 0.210035, 0.804421",\
|
|
"0.033345, 0.043742, 0.074369, 0.210035, 0.804421",\
|
|
"0.033345, 0.043742, 0.074369, 0.210035, 0.804421",\
|
|
"0.033345, 0.043742, 0.074369, 0.210035, 0.804421");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "2.178784, 2.198942, 2.255092, 2.477945, 3.393914",\
|
|
"2.274436, 2.294594, 2.350744, 2.573597, 3.489567",\
|
|
"2.426350, 2.446508, 2.502658, 2.725511, 3.641480",\
|
|
"2.702422, 2.722580, 2.778730, 3.001583, 3.917553",\
|
|
"3.131295, 3.151453, 3.207603, 3.430456, 4.346426");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.037825, 0.055315, 0.116446, 0.417538, 1.701787",\
|
|
"0.037825, 0.055315, 0.116446, 0.417538, 1.701787",\
|
|
"0.037825, 0.055315, 0.116446, 0.417538, 1.701787",\
|
|
"0.037825, 0.055315, 0.116446, 0.417538, 1.701787",\
|
|
"0.037825, 0.055315, 0.116446, 0.417538, 1.701787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "2.342763, 2.358677, 2.397566, 2.513812, 2.937911",\
|
|
"2.438416, 2.454330, 2.493218, 2.609465, 3.033563",\
|
|
"2.590329, 2.606243, 2.645132, 2.761379, 3.185477",\
|
|
"2.866402, 2.882316, 2.921205, 3.037451, 3.461549",\
|
|
"3.295275, 3.311189, 3.350078, 3.466324, 3.890422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001407, 0.012179, 0.051407, 0.233486, 1.000000");
|
|
values ( "0.033345, 0.043742, 0.074369, 0.204307, 0.779799",\
|
|
"0.033345, 0.043742, 0.074369, 0.204307, 0.779799",\
|
|
"0.033345, 0.043742, 0.074369, 0.204307, 0.779799",\
|
|
"0.033345, 0.043742, 0.074369, 0.204307, 0.779799",\
|
|
"0.033345, 0.043742, 0.074369, 0.204307, 0.779799");
|
|
}
|
|
|
|
} /* 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.080435 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.690039");
|
|
}
|
|
|
|
} /* 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 ( "1.145348");
|
|
}
|
|
|
|
} /* 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.004799 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.884582, 1.788929, 1.637015, 1.360943, 0.932070",\
|
|
"1.987139, 1.891486, 1.739572, 1.463500, 1.034627",\
|
|
"2.121497, 2.025845, 1.873931, 1.597858, 1.168985",\
|
|
"2.357700, 2.262048, 2.110134, 1.834062, 1.405189",\
|
|
"2.746992, 2.651340, 2.499426, 2.223353, 1.794481");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.743580, 1.647921, 1.496007, 1.219898, 0.790904",\
|
|
"1.846555, 1.750895, 1.598981, 1.322872, 0.893879",\
|
|
"2.047377, 1.951717, 1.799803, 1.523694, 1.094701",\
|
|
"2.476920, 2.381260, 2.229346, 1.953237, 1.524244",\
|
|
"3.233870, 3.138210, 2.986296, 2.710187, 2.281193");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.092732, -0.976204, -0.785517, -0.400211, 0.336400",\
|
|
"-1.195289, -1.078760, -0.888074, -0.502768, 0.233843",\
|
|
"-1.329648, -1.213119, -1.022432, -0.637127, 0.099484",\
|
|
"-1.565851, -1.449322, -1.258636, -0.873330, -0.136719",\
|
|
"-1.955143, -1.838614, -1.647928, -1.262622, -0.526011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.096418, -0.979889, -0.789203, -0.403897, 0.332714",\
|
|
"-1.199392, -1.082863, -0.892177, -0.506871, 0.229740",\
|
|
"-1.400214, -1.283685, -1.092999, -0.707693, 0.028918",\
|
|
"-1.829757, -1.713228, -1.522542, -1.137236, -0.400625",\
|
|
"-2.586707, -2.470178, -2.279491, -1.894185, -1.157574");
|
|
}
|
|
|
|
} /* 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.007044 ;
|
|
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.004234 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.927397, 1.831744, 1.679830, 1.403758, 0.974885",\
|
|
"2.031754, 1.936102, 1.784188, 1.508115, 1.079242",\
|
|
"2.200615, 2.104963, 1.953049, 1.676976, 1.248103",\
|
|
"2.506178, 2.410525, 2.258612, 1.982539, 1.553666",\
|
|
"3.033245, 2.937592, 2.785678, 2.509606, 2.080733");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.712019, 1.616360, 1.464446, 1.188337, 0.759343",\
|
|
"1.815978, 1.720319, 1.568405, 1.292296, 0.863302",\
|
|
"2.016095, 1.920436, 1.768522, 1.492413, 1.063419",\
|
|
"2.418957, 2.323298, 2.171383, 1.895274, 1.466281",\
|
|
"3.111210, 3.015551, 2.863636, 2.587527, 2.158534");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.135547, -1.019018, -0.828332, -0.443026, 0.293585",\
|
|
"-1.239905, -1.123376, -0.932689, -0.547384, 0.189227",\
|
|
"-1.408766, -1.292237, -1.101550, -0.716245, 0.020366",\
|
|
"-1.714328, -1.597799, -1.407113, -1.021807, -0.285196",\
|
|
"-2.241395, -2.124866, -1.934180, -1.548874, -0.812263");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.064858, -0.948329, -0.757643, -0.372337, 0.364274",\
|
|
"-1.168817, -1.052288, -0.861602, -0.476296, 0.260315",\
|
|
"-1.368934, -1.252405, -1.061718, -0.676413, 0.060198",\
|
|
"-1.771795, -1.655266, -1.464580, -1.079274, -0.342663",\
|
|
"-2.464048, -2.347519, -2.156833, -1.771527, -1.034916");
|
|
}
|
|
|
|
} /* 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.004704 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.010898, 1.915238, 1.763324, 1.487215, 1.058222",\
|
|
"2.112711, 2.017052, 1.865137, 1.589028, 1.160035",\
|
|
"2.292977, 2.197318, 2.045404, 1.769295, 1.340301",\
|
|
"2.651240, 2.555581, 2.403666, 2.127557, 1.698564",\
|
|
"3.290034, 3.194374, 3.042460, 2.766351, 2.337358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.251912, 1.156253, 1.004339, 0.728230, 0.299236",\
|
|
"1.356525, 1.260866, 1.108952, 0.832843, 0.403849",\
|
|
"1.546957, 1.451298, 1.299384, 1.023274, 0.594281",\
|
|
"1.929151, 1.833492, 1.681578, 1.405468, 0.976475",\
|
|
"2.570808, 2.475149, 2.323235, 2.047125, 1.618132");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.039686, 0.076850, 0.267537, 0.652879, 1.389611",\
|
|
"-0.141499, -0.024963, 0.165724, 0.551066, 1.287798",\
|
|
"-0.321433, -0.204897, -0.014211, 0.371132, 1.107863",\
|
|
"-0.677472, -0.560936, -0.370249, 0.015093, 0.751824",\
|
|
"-1.305861, -1.189325, -0.998638, -0.613296, 0.123435");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.297573, -0.181037, 0.009650, 0.394992, 1.131724",\
|
|
"-0.402186, -0.285650, -0.094963, 0.290379, 1.027111",\
|
|
"-0.592563, -0.476027, -0.285341, 0.100002, 0.836733",\
|
|
"-0.973995, -0.857459, -0.666773, -0.281430, 0.455301",\
|
|
"-1.612292, -1.495756, -1.305069, -0.919727, -0.182995");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_hldr*/
|
|
|
|
} /* end of pin wb_we_i */
|
|
bus ( irq ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("irq[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001354 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.306661, 1.326914, 1.383138, 1.609027, 2.535178",\
|
|
"1.413499, 1.433752, 1.489976, 1.715864, 2.642015",\
|
|
"1.586328, 1.606581, 1.662805, 1.888694, 2.814845",\
|
|
"1.918578, 1.938831, 1.995055, 2.220944, 3.147095",\
|
|
"2.511039, 2.531293, 2.587519, 2.813407, 3.739559");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.037929, 0.055413, 0.116471, 0.423141, 1.726678",\
|
|
"0.037929, 0.055413, 0.116471, 0.423141, 1.726678",\
|
|
"0.037929, 0.055413, 0.116471, 0.423141, 1.726678",\
|
|
"0.037930, 0.055414, 0.116472, 0.423141, 1.726678",\
|
|
"0.037933, 0.055417, 0.116474, 0.423141, 1.726678");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.326564, 1.342365, 1.381021, 1.500097, 1.934275",\
|
|
"1.439503, 1.455304, 1.493960, 1.613036, 2.047214",\
|
|
"1.631305, 1.647106, 1.685762, 1.804838, 2.239016",\
|
|
"2.036337, 2.052138, 2.090794, 2.209870, 2.644048",\
|
|
"2.750870, 2.766671, 2.805326, 2.924402, 3.358580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032477, 0.042962, 0.073818, 0.209799, 0.804346",\
|
|
"0.032477, 0.042962, 0.073818, 0.209799, 0.804346",\
|
|
"0.032477, 0.042962, 0.073818, 0.209799, 0.804346",\
|
|
"0.032477, 0.042961, 0.073818, 0.209799, 0.804346",\
|
|
"0.032476, 0.042961, 0.073817, 0.209799, 0.804346");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.306661, 1.326914, 1.383138, 1.605998, 2.522053",\
|
|
"1.413499, 1.433752, 1.489976, 1.712836, 2.628891",\
|
|
"1.586328, 1.606581, 1.662805, 1.885665, 2.801720",\
|
|
"1.918578, 1.938831, 1.995055, 2.217916, 3.133970",\
|
|
"2.511039, 2.531293, 2.587519, 2.810379, 3.726434");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.037929, 0.055413, 0.116471, 0.417438, 1.701774",\
|
|
"0.037929, 0.055413, 0.116471, 0.417438, 1.701774",\
|
|
"0.037929, 0.055413, 0.116471, 0.417438, 1.701774",\
|
|
"0.037930, 0.055414, 0.116472, 0.417438, 1.701775",\
|
|
"0.037933, 0.055417, 0.116474, 0.417438, 1.701775");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "1.326564, 1.342365, 1.381021, 1.497058, 1.921275",\
|
|
"1.439503, 1.455304, 1.493960, 1.609997, 2.034214",\
|
|
"1.631305, 1.647106, 1.685762, 1.801799, 2.226016",\
|
|
"2.036337, 2.052138, 2.090794, 2.206831, 2.631048",\
|
|
"2.750870, 2.766671, 2.805326, 2.921363, 3.345580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032477, 0.042962, 0.073818, 0.204072, 0.779723",\
|
|
"0.032477, 0.042962, 0.073818, 0.204072, 0.779723",\
|
|
"0.032477, 0.042962, 0.073818, 0.204072, 0.779723",\
|
|
"0.032477, 0.042961, 0.073818, 0.204072, 0.779723",\
|
|
"0.032476, 0.042961, 0.073817, 0.204072, 0.779723");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.670759, 4.691009, 4.747229, 4.973117, 5.899267",\
|
|
"4.773205, 4.793454, 4.849674, 5.075562, 6.001712",\
|
|
"4.943451, 4.963700, 5.019920, 5.245809, 6.171958",\
|
|
"5.265967, 5.286217, 5.342437, 5.568325, 6.494475",\
|
|
"5.813225, 5.833474, 5.889694, 6.115582, 7.041732");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.037916, 0.055401, 0.116464, 0.423142, 1.726679",\
|
|
"0.037916, 0.055401, 0.116464, 0.423142, 1.726679",\
|
|
"0.037916, 0.055401, 0.116464, 0.423142, 1.726679",\
|
|
"0.037916, 0.055401, 0.116464, 0.423142, 1.726679",\
|
|
"0.037916, 0.055401, 0.116464, 0.423142, 1.726679");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.755982, 4.771769, 4.810402, 4.929459, 5.363645",\
|
|
"4.858428, 4.874215, 4.912848, 5.031905, 5.466090",\
|
|
"5.028675, 5.044461, 5.083095, 5.202151, 5.636337",\
|
|
"5.351191, 5.366978, 5.405611, 5.524668, 5.958853",\
|
|
"5.898448, 5.914234, 5.952868, 6.071924, 6.506110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032403, 0.042895, 0.073771, 0.209782, 0.804339",\
|
|
"0.032403, 0.042895, 0.073771, 0.209782, 0.804339",\
|
|
"0.032403, 0.042895, 0.073771, 0.209782, 0.804339",\
|
|
"0.032403, 0.042895, 0.073771, 0.209782, 0.804339",\
|
|
"0.032403, 0.042895, 0.073771, 0.209782, 0.804339");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.445577, 4.465826, 4.522046, 4.744906, 5.660959",\
|
|
"4.548022, 4.568272, 4.624492, 4.847352, 5.763405",\
|
|
"4.718268, 4.738518, 4.794738, 5.017598, 5.933651",\
|
|
"5.040785, 5.061034, 5.117254, 5.340114, 6.256167",\
|
|
"5.588041, 5.608291, 5.664511, 5.887371, 6.803424");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.037916, 0.055401, 0.116464, 0.417439, 1.701776",\
|
|
"0.037916, 0.055401, 0.116464, 0.417439, 1.701776",\
|
|
"0.037916, 0.055401, 0.116464, 0.417439, 1.701776",\
|
|
"0.037916, 0.055401, 0.116464, 0.417439, 1.701776",\
|
|
"0.037916, 0.055401, 0.116464, 0.417439, 1.701776");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.530800, 4.546587, 4.585220, 4.701238, 5.125463",\
|
|
"4.633245, 4.649032, 4.687665, 4.803683, 5.227908",\
|
|
"4.803492, 4.819279, 4.857912, 4.973929, 5.398155",\
|
|
"5.126009, 5.141795, 5.180429, 5.296446, 5.720671",\
|
|
"5.673265, 5.689052, 5.727685, 5.843702, 6.267928");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012127, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032403, 0.042895, 0.073771, 0.204055, 0.779716",\
|
|
"0.032403, 0.042895, 0.073771, 0.204055, 0.779716",\
|
|
"0.032403, 0.042895, 0.073771, 0.204055, 0.779716",\
|
|
"0.032403, 0.042895, 0.073771, 0.204055, 0.779716",\
|
|
"0.032403, 0.042895, 0.073771, 0.204055, 0.779716");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_redg_min*/
|
|
|
|
} /* end of pin irq[2] */
|
|
|
|
pin("irq[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "4.559442, 4.578502, 4.633825, 4.859873, 5.785827",\
|
|
"4.661887, 4.680948, 4.736271, 4.962319, 5.888272",\
|
|
"4.832134, 4.851195, 4.906518, 5.132566, 6.058519",\
|
|
"5.154651, 5.173711, 5.229034, 5.455082, 6.381036",\
|
|
"5.701907, 5.720968, 5.776291, 6.002339, 6.928292");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.036745, 0.054287, 0.116224, 0.425081, 1.729236",\
|
|
"0.036745, 0.054287, 0.116224, 0.425081, 1.729236",\
|
|
"0.036745, 0.054287, 0.116224, 0.425081, 1.729236",\
|
|
"0.036745, 0.054287, 0.116224, 0.425081, 1.729236",\
|
|
"0.036745, 0.054287, 0.116224, 0.425081, 1.729236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "4.514275, 4.529327, 4.567782, 4.686786, 5.121376",\
|
|
"4.616720, 4.631773, 4.670228, 4.789232, 5.223821",\
|
|
"4.786967, 4.802019, 4.840475, 4.959478, 5.394068",\
|
|
"5.109483, 5.124536, 5.162991, 5.281995, 5.716585",\
|
|
"5.656740, 5.671792, 5.710248, 5.829251, 6.263841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.033048, 0.043171, 0.074007, 0.210784, 0.806497",\
|
|
"0.033048, 0.043171, 0.074007, 0.210784, 0.806497",\
|
|
"0.033048, 0.043171, 0.074007, 0.210784, 0.806497",\
|
|
"0.033048, 0.043171, 0.074007, 0.210784, 0.806497",\
|
|
"0.033048, 0.043171, 0.074007, 0.210784, 0.806497");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "4.291516, 4.310577, 4.365900, 4.588617, 5.503511",\
|
|
"4.393961, 4.413022, 4.468345, 4.691062, 5.605957",\
|
|
"4.564208, 4.583269, 4.638592, 4.861309, 5.776203",\
|
|
"4.886725, 4.905786, 4.961109, 5.183825, 6.098720",\
|
|
"5.433981, 5.453042, 5.508365, 5.731082, 6.645977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.036745, 0.054287, 0.116224, 0.418810, 1.701933",\
|
|
"0.036745, 0.054287, 0.116224, 0.418810, 1.701933",\
|
|
"0.036745, 0.054287, 0.116224, 0.418810, 1.701933",\
|
|
"0.036745, 0.054287, 0.116224, 0.418810, 1.701933",\
|
|
"0.036745, 0.054287, 0.116224, 0.418810, 1.701933");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "4.270080, 4.285132, 4.323587, 4.439248, 4.862925",\
|
|
"4.372525, 4.387577, 4.426033, 4.541693, 4.965370",\
|
|
"4.542771, 4.557824, 4.596279, 4.711939, 5.135617",\
|
|
"4.865288, 4.880341, 4.918796, 5.034456, 5.458134",\
|
|
"5.412545, 5.427597, 5.466053, 5.581713, 6.005390");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.033048, 0.043171, 0.074007, 0.204484, 0.779493",\
|
|
"0.033048, 0.043171, 0.074007, 0.204484, 0.779493",\
|
|
"0.033048, 0.043171, 0.074007, 0.204484, 0.779493",\
|
|
"0.033048, 0.043171, 0.074007, 0.204484, 0.779493",\
|
|
"0.033048, 0.043171, 0.074007, 0.204484, 0.779493");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.166278, 1.185341, 1.240668, 1.466717, 2.392671",\
|
|
"1.268096, 1.287160, 1.342487, 1.568535, 2.494489",\
|
|
"1.447605, 1.466668, 1.521995, 1.748043, 2.673998",\
|
|
"1.804495, 1.823559, 1.878887, 2.104936, 3.030890",\
|
|
"2.442127, 2.461192, 2.516522, 2.742571, 3.668526");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.036757, 0.054298, 0.116231, 0.425080, 1.729235",\
|
|
"0.036757, 0.054298, 0.116231, 0.425080, 1.729235",\
|
|
"0.036757, 0.054298, 0.116231, 0.425080, 1.729235",\
|
|
"0.036759, 0.054300, 0.116232, 0.425080, 1.729235",\
|
|
"0.036766, 0.054306, 0.116236, 0.425080, 1.729235");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.064250, 1.079308, 1.117755, 1.236769, 1.671370",\
|
|
"1.168901, 1.183959, 1.222406, 1.341420, 1.776021",\
|
|
"1.359369, 1.374427, 1.412874, 1.531888, 1.966489",\
|
|
"1.743031, 1.758089, 1.796536, 1.915551, 2.350152",\
|
|
"2.392305, 2.407364, 2.445811, 2.564825, 2.999427");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.033041, 0.043173, 0.074010, 0.210787, 0.806509",\
|
|
"0.033041, 0.043173, 0.074010, 0.210787, 0.806509",\
|
|
"0.033041, 0.043173, 0.074010, 0.210787, 0.806509",\
|
|
"0.033041, 0.043173, 0.074010, 0.210787, 0.806509",\
|
|
"0.033041, 0.043173, 0.074011, 0.210788, 0.806510");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.160569, 1.179633, 1.234960, 1.457677, 2.372572",\
|
|
"1.262388, 1.281451, 1.336778, 1.559495, 2.474391",\
|
|
"1.441896, 1.460959, 1.516286, 1.739004, 2.653899",\
|
|
"1.798787, 1.817851, 1.873178, 2.095896, 3.010792",\
|
|
"2.436418, 2.455483, 2.510813, 2.733531, 3.648427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.036757, 0.054298, 0.116231, 0.418809, 1.701931",\
|
|
"0.036757, 0.054298, 0.116231, 0.418809, 1.701931",\
|
|
"0.036757, 0.054298, 0.116231, 0.418809, 1.701931",\
|
|
"0.036759, 0.054300, 0.116232, 0.418809, 1.701931",\
|
|
"0.036766, 0.054306, 0.116236, 0.418809, 1.701931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "1.064250, 1.079308, 1.117755, 1.233426, 1.657114",\
|
|
"1.168901, 1.183959, 1.222406, 1.338077, 1.761765",\
|
|
"1.359369, 1.374427, 1.412874, 1.528545, 1.952233",\
|
|
"1.743031, 1.758089, 1.796536, 1.912207, 2.335896",\
|
|
"2.392305, 2.407364, 2.445811, 2.561482, 2.985170");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002090, 0.012862, 0.052090, 0.234169, 1.000000");
|
|
values ( "0.033041, 0.043173, 0.074010, 0.204488, 0.779505",\
|
|
"0.033041, 0.043173, 0.074010, 0.204488, 0.779505",\
|
|
"0.033041, 0.043173, 0.074010, 0.204488, 0.779505",\
|
|
"0.033041, 0.043173, 0.074010, 0.204488, 0.779505",\
|
|
"0.033041, 0.043173, 0.074011, 0.204488, 0.779505");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una_min*/
|
|
|
|
} /* end of pin irq[1] */
|
|
|
|
pin("irq[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001093 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "4.521128, 4.540483, 4.595509, 4.821555, 5.748656",\
|
|
"4.623573, 4.642928, 4.697954, 4.924000, 5.851101",\
|
|
"4.793819, 4.813174, 4.868200, 5.094247, 6.021348",\
|
|
"5.116336, 5.135691, 5.190717, 5.416763, 6.343864",\
|
|
"5.663592, 5.682947, 5.737973, 5.964020, 6.891121");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.033520, 0.051321, 0.113719, 0.423538, 1.729618",\
|
|
"0.033520, 0.051321, 0.113719, 0.423538, 1.729618",\
|
|
"0.033520, 0.051321, 0.113719, 0.423538, 1.729618",\
|
|
"0.033520, 0.051321, 0.113719, 0.423538, 1.729618",\
|
|
"0.033520, 0.051321, 0.113719, 0.423538, 1.729618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "4.714393, 4.730213, 4.769057, 4.888118, 5.323342",\
|
|
"4.816838, 4.832658, 4.871502, 4.990564, 5.425788",\
|
|
"4.987085, 5.002905, 5.041749, 5.160810, 5.596035",\
|
|
"5.309601, 5.325421, 5.364265, 5.483327, 5.918551",\
|
|
"5.856858, 5.872678, 5.911522, 6.030583, 6.465807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.031972, 0.042368, 0.073282, 0.210066, 0.806731",\
|
|
"0.031972, 0.042368, 0.073282, 0.210066, 0.806731",\
|
|
"0.031972, 0.042368, 0.073282, 0.210066, 0.806731",\
|
|
"0.031972, 0.042368, 0.073282, 0.210066, 0.806731",\
|
|
"0.031972, 0.042368, 0.073282, 0.210066, 0.806731");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "4.290231, 4.309586, 4.364612, 4.587311, 5.503226",\
|
|
"4.392677, 4.412032, 4.467058, 4.689757, 5.605671",\
|
|
"4.562923, 4.582278, 4.637304, 4.860003, 5.775918",\
|
|
"4.885440, 4.904795, 4.959821, 5.182520, 6.098434",\
|
|
"5.432696, 5.452051, 5.507077, 5.729776, 6.645691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.033520, 0.051321, 0.113719, 0.417223, 1.702028",\
|
|
"0.033520, 0.051321, 0.113719, 0.417223, 1.702028",\
|
|
"0.033520, 0.051321, 0.113719, 0.417223, 1.702028",\
|
|
"0.033520, 0.051321, 0.113719, 0.417223, 1.702028",\
|
|
"0.033520, 0.051321, 0.113719, 0.417223, 1.702028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "4.484657, 4.500477, 4.539321, 4.655023, 5.079207",\
|
|
"4.587103, 4.602923, 4.641767, 4.757468, 5.181653",\
|
|
"4.757350, 4.773170, 4.812014, 4.927715, 5.351900",\
|
|
"5.079866, 5.095686, 5.134531, 5.250232, 5.674417",\
|
|
"5.627123, 5.642943, 5.681787, 5.797488, 6.221673");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001093, 0.011865, 0.051093, 0.233172, 1.000000");
|
|
values ( "0.031972, 0.042368, 0.073282, 0.203723, 0.779443",\
|
|
"0.031972, 0.042368, 0.073282, 0.203723, 0.779443",\
|
|
"0.031972, 0.042368, 0.073282, 0.203723, 0.779443",\
|
|
"0.031972, 0.042368, 0.073282, 0.203723, 0.779443",\
|
|
"0.031972, 0.042368, 0.073282, 0.203723, 0.779443");
|
|
}
|
|
|
|
} /* 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.003552 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.929844, 2.820564, 2.622772, 2.204206, 1.460116",\
|
|
"3.032431, 2.923152, 2.725359, 2.306793, 1.562704",\
|
|
"3.166899, 3.057619, 2.859827, 2.441261, 1.697171",\
|
|
"3.403539, 3.294259, 3.096467, 2.677901, 1.933811",\
|
|
"3.794799, 3.685520, 3.487728, 3.069161, 2.325072");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.232046, 6.122767, 5.924974, 5.506408, 4.762319",\
|
|
"6.335038, 6.225759, 6.027966, 5.609400, 4.865311",\
|
|
"6.535661, 6.426382, 6.228589, 5.810023, 5.065933",\
|
|
"6.963005, 6.853726, 6.655933, 6.237367, 5.493278",\
|
|
"7.714599, 7.605319, 7.407527, 6.988961, 6.244871");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.633398, -2.524118, -2.326326, -1.907760, -1.163671",\
|
|
"-2.735985, -2.626706, -2.428914, -2.010347, -1.266258",\
|
|
"-2.870453, -2.761173, -2.563381, -2.144815, -1.400726",\
|
|
"-3.107093, -2.997813, -2.800021, -2.381455, -1.637366",\
|
|
"-3.498354, -3.389075, -3.191282, -2.772716, -2.028627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.322065, -5.212786, -5.014993, -4.596427, -3.852338",\
|
|
"-5.425056, -5.315777, -5.117985, -4.699419, -3.955329",\
|
|
"-5.625679, -5.516400, -5.318608, -4.900042, -4.155952",\
|
|
"-6.053023, -5.943744, -5.745951, -5.327385, -4.583296",\
|
|
"-6.804616, -6.695337, -6.497545, -6.078979, -5.334889");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.962013, 1.866359, 1.714445, 1.438376, 1.009512",\
|
|
"2.064600, 1.968947, 1.817033, 1.540963, 1.112100",\
|
|
"2.199068, 2.103414, 1.951500, 1.675431, 1.246567",\
|
|
"2.435708, 2.340054, 2.188140, 1.912071, 1.483207",\
|
|
"2.826969, 2.731315, 2.579401, 2.303331, 1.874468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.548193, 4.452540, 4.300626, 4.024556, 3.595693",\
|
|
"4.651185, 4.555532, 4.403618, 4.127548, 3.698684",\
|
|
"4.851808, 4.756155, 4.604240, 4.328171, 3.899307",\
|
|
"5.279152, 5.183499, 5.031585, 4.755515, 4.326652",\
|
|
"6.030746, 5.935092, 5.783178, 5.507109, 5.078245");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.607181, -1.490649, -1.299963, -0.914656, -0.178041",\
|
|
"-1.709768, -1.593237, -1.402551, -1.017244, -0.280628",\
|
|
"-1.844236, -1.727705, -1.537018, -1.151711, -0.415096",\
|
|
"-2.080876, -1.964345, -1.773658, -1.388351, -0.651736",\
|
|
"-2.472137, -2.355605, -2.164919, -1.779612, -1.042997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.494888, -3.378356, -3.187670, -2.802363, -2.065748",\
|
|
"-3.597879, -3.481348, -3.290661, -2.905354, -2.168739",\
|
|
"-3.798502, -3.681971, -3.491285, -3.105978, -2.369363",\
|
|
"-4.225846, -4.109314, -3.918628, -3.533321, -2.796706",\
|
|
"-4.977439, -4.860908, -4.670222, -4.284915, -3.548300");
|
|
}
|
|
|
|
} /* 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.004465 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.500016, 2.390737, 2.192944, 1.774378, 1.030289",\
|
|
"2.601089, 2.491810, 2.294017, 1.875451, 1.131362",\
|
|
"2.756191, 2.646912, 2.449119, 2.030553, 1.286464",\
|
|
"3.044163, 2.934884, 2.737091, 2.318525, 1.574436",\
|
|
"3.558184, 3.448905, 3.251112, 2.832546, 2.088457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.190778, 5.081498, 4.883706, 4.465139, 3.721051",\
|
|
"5.295188, 5.185909, 4.988117, 4.569551, 3.825461",\
|
|
"5.458147, 5.348867, 5.151075, 4.732509, 3.988419",\
|
|
"5.747653, 5.638374, 5.440582, 5.022016, 4.277926",\
|
|
"6.209109, 6.099829, 5.902037, 5.483471, 4.739382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.213308, -2.104029, -1.906236, -1.487670, -0.743581",\
|
|
"-2.314381, -2.205102, -2.007310, -1.588743, -0.844654",\
|
|
"-2.469483, -2.360204, -2.162411, -1.743845, -0.999756",\
|
|
"-2.757455, -2.648176, -2.450383, -2.031817, -1.287728",\
|
|
"-3.271476, -3.162197, -2.964404, -2.545838, -1.801749");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.753436, -4.644156, -4.446364, -4.027798, -3.283709",\
|
|
"-4.857846, -4.748567, -4.550775, -4.132208, -3.388119",\
|
|
"-5.020805, -4.911525, -4.713733, -4.295167, -3.551078",\
|
|
"-5.310312, -5.201032, -5.003240, -4.584674, -3.840585",\
|
|
"-5.771767, -5.662488, -5.464695, -5.046129, -4.302040");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.514006, 1.418352, 1.266439, 0.990369, 0.561505",\
|
|
"1.615079, 1.519426, 1.367512, 1.091442, 0.662579",\
|
|
"1.770181, 1.674527, 1.522613, 1.246544, 0.817680",\
|
|
"2.058153, 1.962499, 1.810585, 1.534516, 1.105652",\
|
|
"2.572174, 2.476520, 2.324606, 2.048537, 1.619673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.469616, 3.373962, 3.222049, 2.945979, 2.517116",\
|
|
"3.574026, 3.478373, 3.326459, 3.050389, 2.621526",\
|
|
"3.736984, 3.641331, 3.489417, 3.213347, 2.784484",\
|
|
"4.026491, 3.930838, 3.778924, 3.502854, 3.073991",\
|
|
"4.487947, 4.392293, 4.240379, 3.964309, 3.535446");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.195976, -1.079444, -0.888758, -0.503451, 0.233164",\
|
|
"-1.297049, -1.180518, -0.989832, -0.604525, 0.132090",\
|
|
"-1.452151, -1.335619, -1.144933, -0.759626, -0.023011",\
|
|
"-1.740123, -1.623592, -1.432906, -1.047599, -0.310984",\
|
|
"-2.254144, -2.137613, -1.946926, -1.561619, -0.825004");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.941162, -2.824631, -2.633945, -2.248638, -1.512022",\
|
|
"-3.045572, -2.929041, -2.738355, -2.353048, -1.616433",\
|
|
"-3.208531, -3.092000, -2.901313, -2.516006, -1.779391",\
|
|
"-3.498037, -3.381506, -3.190820, -2.805513, -2.068898",\
|
|
"-3.959493, -3.842961, -3.652275, -3.266968, -2.530353");
|
|
}
|
|
|
|
} /* 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.003551 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.700477, 2.591198, 2.393406, 1.974839, 1.230750",\
|
|
"2.802919, 2.693639, 2.495847, 2.077281, 1.333192",\
|
|
"2.937834, 2.828554, 2.630762, 2.212196, 1.468107",\
|
|
"3.174176, 3.064897, 2.867104, 2.448538, 1.704449",\
|
|
"3.567251, 3.457972, 3.260180, 2.841614, 2.097524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.745577, 4.636298, 4.438506, 4.019939, 3.275850",\
|
|
"4.848425, 4.739146, 4.541354, 4.122787, 3.378698",\
|
|
"5.049238, 4.939958, 4.742166, 4.323600, 3.579510",\
|
|
"5.473833, 5.364553, 5.166761, 4.748195, 4.004106",\
|
|
"6.219594, 6.110314, 5.912522, 5.493956, 4.749866");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.518102, -2.408823, -2.211031, -1.792464, -1.048375",\
|
|
"-2.620544, -2.511264, -2.313472, -1.894906, -1.150817",\
|
|
"-2.755459, -2.646180, -2.448387, -2.029821, -1.285732",\
|
|
"-2.991801, -2.882522, -2.684730, -2.266163, -1.522074",\
|
|
"-3.384876, -3.275597, -3.077805, -2.659239, -1.915149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.483642, -4.374362, -4.176570, -3.758003, -3.013914",\
|
|
"-4.586491, -4.477211, -4.279419, -3.860852, -3.116763",\
|
|
"-4.787302, -4.678023, -4.480231, -4.061665, -3.317575",\
|
|
"-5.211898, -5.102618, -4.904826, -4.486259, -3.742171",\
|
|
"-5.957658, -5.848378, -5.650586, -5.232019, -4.487930");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.668528, 1.572875, 1.420961, 1.144891, 0.716028",\
|
|
"1.770970, 1.675316, 1.523402, 1.247332, 0.818469",\
|
|
"1.905885, 1.810231, 1.658317, 1.382247, 0.953384",\
|
|
"2.142227, 2.046573, 1.894660, 1.618590, 1.189727",\
|
|
"2.535302, 2.439649, 2.287735, 2.011665, 1.582802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.985118, 2.889464, 2.737550, 2.461481, 2.032617",\
|
|
"3.087966, 2.992313, 2.840399, 2.564329, 2.135466",\
|
|
"3.288778, 3.193125, 3.041211, 2.765141, 2.336278",\
|
|
"3.713374, 3.617720, 3.465806, 3.189736, 2.760873",\
|
|
"4.459134, 4.363481, 4.211567, 3.935497, 3.506634");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.505973, -1.389442, -1.198755, -0.813448, -0.076833",\
|
|
"-1.608414, -1.491883, -1.301197, -0.915890, -0.179275",\
|
|
"-1.743329, -1.626798, -1.436112, -1.050805, -0.314190",\
|
|
"-1.979672, -1.863140, -1.672454, -1.287147, -0.550532",\
|
|
"-2.372747, -2.256216, -2.065530, -1.680223, -0.943608");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.671721, -2.555190, -2.364503, -1.979196, -1.242581",\
|
|
"-2.774570, -2.658039, -2.467352, -2.082045, -1.345430",\
|
|
"-2.975382, -2.858850, -2.668164, -2.282857, -1.546242",\
|
|
"-3.399977, -3.283445, -3.092759, -2.707452, -1.970837",\
|
|
"-4.145737, -4.029206, -3.838520, -3.453213, -2.716598");
|
|
}
|
|
|
|
} /* 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.004753 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.113013, 2.003734, 1.805941, 1.387375, 0.643273",\
|
|
"2.217793, 2.108513, 1.910721, 1.492154, 0.748052",\
|
|
"2.380816, 2.271537, 2.073744, 1.655178, 0.911076",\
|
|
"2.686932, 2.577652, 2.379859, 1.961293, 1.217191",\
|
|
"3.221789, 3.112510, 2.914717, 2.496150, 1.752049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.247713, 4.138433, 3.940641, 3.522074, 2.777973",\
|
|
"4.351901, 4.242621, 4.044829, 3.626262, 2.882161",\
|
|
"4.544354, 4.435075, 4.237282, 3.818716, 3.074614",\
|
|
"4.948833, 4.839554, 4.641761, 4.223195, 3.479093",\
|
|
"5.645371, 5.536092, 5.338299, 4.919733, 4.175631");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.830901, -1.721622, -1.523829, -1.105263, -0.361161",\
|
|
"-1.935680, -1.826401, -1.628608, -1.210042, -0.465940",\
|
|
"-2.098704, -1.989424, -1.791632, -1.373065, -0.628963",\
|
|
"-2.404819, -2.295539, -2.097747, -1.679180, -0.935079",\
|
|
"-2.939677, -2.830398, -2.632605, -2.214038, -1.469937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.721844, -3.612565, -3.414772, -2.996205, -2.252104",\
|
|
"-3.826033, -3.716753, -3.518960, -3.100394, -2.356292",\
|
|
"-4.018485, -3.909205, -3.711413, -3.292846, -2.548745",\
|
|
"-4.422965, -4.313685, -4.115892, -3.697326, -2.953224",\
|
|
"-5.119503, -5.010223, -4.812430, -4.393864, -3.649762");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.939993, 1.844338, 1.692425, 1.416351, 0.987474",\
|
|
"2.044772, 1.949117, 1.797204, 1.521130, 1.092253",\
|
|
"2.207796, 2.112141, 1.960227, 1.684154, 1.255277",\
|
|
"2.513911, 2.418256, 2.266343, 1.990269, 1.561392",\
|
|
"3.048769, 2.953114, 2.801200, 2.525126, 2.096250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.339265, 3.243610, 3.091697, 2.815623, 2.386746",\
|
|
"3.443453, 3.347799, 3.195885, 2.919811, 2.490934",\
|
|
"3.635906, 3.540251, 3.388337, 3.112263, 2.683387",\
|
|
"4.040385, 3.944730, 3.792816, 3.516742, 3.087866",\
|
|
"4.736922, 4.641267, 4.489354, 4.213280, 3.784403");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.684772, -1.568241, -1.377555, -0.992248, -0.255633",\
|
|
"-1.789551, -1.673020, -1.482334, -1.097027, -0.360412",\
|
|
"-1.952575, -1.836043, -1.645357, -1.260050, -0.523435",\
|
|
"-2.258690, -2.142159, -1.951472, -1.566165, -0.829550",\
|
|
"-2.793548, -2.677016, -2.486330, -2.101023, -1.364408");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.765419, -2.648887, -2.458201, -2.072894, -1.336279",\
|
|
"-2.869607, -2.753076, -2.562390, -2.177083, -1.440468",\
|
|
"-3.062060, -2.945528, -2.754842, -2.369535, -1.632920",\
|
|
"-3.466538, -3.350007, -3.159321, -2.774014, -2.037399",\
|
|
"-4.163076, -4.046545, -3.855859, -3.470552, -2.733937");
|
|
}
|
|
|
|
} /* 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.004428 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.500093, 2.390814, 2.193021, 1.774455, 1.030366",\
|
|
"2.601944, 2.492665, 2.294873, 1.876306, 1.132217",\
|
|
"2.781048, 2.671769, 2.473977, 2.055410, 1.311321",\
|
|
"3.137905, 3.028625, 2.830833, 2.412267, 1.668177",\
|
|
"3.778793, 3.669513, 3.471721, 3.053155, 2.309066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.183409, 5.074130, 4.876338, 4.457771, 3.713682",\
|
|
"5.288116, 5.178837, 4.981044, 4.562478, 3.818389",\
|
|
"5.478381, 5.369102, 5.171309, 4.752743, 4.008654",\
|
|
"5.860666, 5.751387, 5.553595, 5.135028, 4.390939",\
|
|
"6.509497, 6.400218, 6.202425, 5.783859, 5.039770");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.352825, -2.243545, -2.045753, -1.627187, -0.883097",\
|
|
"-2.454676, -2.345397, -2.147604, -1.729038, -0.984949",\
|
|
"-2.633780, -2.524501, -2.326708, -1.908142, -1.164053",\
|
|
"-2.990636, -2.881357, -2.683565, -2.264998, -1.520909",\
|
|
"-3.631525, -3.522245, -3.324453, -2.905887, -2.161797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.718795, -4.609516, -4.411724, -3.993157, -3.249068",\
|
|
"-4.823503, -4.714224, -4.516431, -4.097865, -3.353776",\
|
|
"-5.013767, -4.904488, -4.706696, -4.288129, -3.544040",\
|
|
"-5.396053, -5.286774, -5.088981, -4.670415, -3.926326",\
|
|
"-6.044883, -5.935604, -5.737812, -5.319245, -4.575156");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.446564, 1.350910, 1.198996, 0.922927, 0.494063",\
|
|
"1.548415, 1.452762, 1.300848, 1.024778, 0.595915",\
|
|
"1.727519, 1.631865, 1.479952, 1.203882, 0.775018",\
|
|
"2.084375, 1.988722, 1.836808, 1.560738, 1.131875",\
|
|
"2.725264, 2.629610, 2.477696, 2.201626, 1.772763");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.416757, 3.321103, 3.169189, 2.893119, 2.464256",\
|
|
"3.521464, 3.425810, 3.273897, 2.997827, 2.568964",\
|
|
"3.711728, 3.616074, 3.464160, 3.188091, 2.759227",\
|
|
"4.094014, 3.998360, 3.846447, 3.570377, 3.141513",\
|
|
"4.742845, 4.647191, 4.495277, 4.219208, 3.790344");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.284756, -1.168225, -0.977539, -0.592232, 0.144383",\
|
|
"-1.386608, -1.270076, -1.079390, -0.694083, 0.042532",\
|
|
"-1.565712, -1.449180, -1.258494, -0.873187, -0.136572",\
|
|
"-1.922568, -1.806037, -1.615350, -1.230044, -0.493428",\
|
|
"-2.563456, -2.446925, -2.256239, -1.870932, -1.134317");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.852220, -2.735689, -2.545003, -2.159696, -1.423081",\
|
|
"-2.956928, -2.840396, -2.649710, -2.264403, -1.527788",\
|
|
"-3.147192, -3.030661, -2.839974, -2.454668, -1.718052",\
|
|
"-3.529478, -3.412946, -3.222260, -2.836953, -2.100338",\
|
|
"-4.178309, -4.061778, -3.871091, -3.485784, -2.749169");
|
|
}
|
|
|
|
} /* 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.005208 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.824087, 1.714808, 1.517016, 1.098449, 0.354360",\
|
|
"1.924967, 1.815687, 1.617895, 1.199329, 0.455239",\
|
|
"2.080931, 1.971652, 1.773859, 1.355293, 0.611204",\
|
|
"2.369885, 2.260605, 2.062813, 1.644247, 0.900157",\
|
|
"2.885592, 2.776313, 2.578521, 2.159954, 1.415865");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.469740, 4.360461, 4.162668, 3.744102, 3.000013",\
|
|
"4.574102, 4.464823, 4.267031, 3.848465, 3.104375",\
|
|
"4.737233, 4.627954, 4.430161, 4.011596, 3.267506",\
|
|
"5.026438, 4.917158, 4.719366, 4.300799, 3.556710",\
|
|
"5.486477, 5.377198, 5.179405, 4.760839, 4.016750");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.530619, -1.421340, -1.223547, -0.804981, -0.060892",\
|
|
"-1.631499, -1.522219, -1.324427, -0.905861, -0.161771",\
|
|
"-1.787462, -1.678183, -1.480391, -1.061825, -0.317735",\
|
|
"-2.076416, -1.967137, -1.769345, -1.350778, -0.606689",\
|
|
"-2.592124, -2.482845, -2.285053, -1.866486, -1.122397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.925875, -3.816596, -3.618804, -3.200238, -2.456148",\
|
|
"-4.030238, -3.920959, -3.723166, -3.304600, -2.560511",\
|
|
"-4.193368, -4.084089, -3.886297, -3.467730, -2.723641",\
|
|
"-4.482573, -4.373293, -4.175501, -3.756934, -3.012845",\
|
|
"-4.942613, -4.833333, -4.635541, -4.216975, -3.472886");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.723790, 1.628136, 1.476222, 1.200152, 0.771289",\
|
|
"1.824669, 1.729015, 1.577101, 1.301032, 0.872168",\
|
|
"1.980633, 1.884980, 1.733066, 1.456996, 1.028133",\
|
|
"2.269587, 2.173934, 2.022020, 1.745950, 1.317087",\
|
|
"2.785295, 2.689641, 2.537727, 2.261657, 1.832794");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.660861, 3.565207, 3.413294, 3.137224, 2.708361",\
|
|
"3.765224, 3.669570, 3.517656, 3.241586, 2.812723",\
|
|
"3.928355, 3.832701, 3.680787, 3.404717, 2.975854",\
|
|
"4.217558, 4.121904, 3.969990, 3.693921, 3.265058",\
|
|
"4.677598, 4.581945, 4.430031, 4.153961, 3.725098");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.289706, -1.173160, -0.982473, -0.597115, 0.139668",\
|
|
"-1.390586, -1.274040, -1.083352, -0.697994, 0.038789",\
|
|
"-1.546550, -1.430004, -1.239317, -0.853958, -0.117176",\
|
|
"-1.835504, -1.718958, -1.528271, -1.142912, -0.406130",\
|
|
"-2.351212, -2.234666, -2.043978, -1.658620, -0.921837");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.885067, -2.768520, -2.577833, -2.192475, -1.455692",\
|
|
"-2.989429, -2.872883, -2.682196, -2.296837, -1.560055",\
|
|
"-3.152559, -3.036013, -2.845325, -2.459967, -1.723185",\
|
|
"-3.441763, -3.325218, -3.134530, -2.749172, -2.012389",\
|
|
"-3.901804, -3.785258, -3.594571, -3.209212, -2.472430");
|
|
}
|
|
|
|
} /* 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.004873 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.546233, 2.436954, 2.239161, 1.820595, 1.076506",\
|
|
"2.650705, 2.541426, 2.343633, 1.925067, 1.180978",\
|
|
"2.808456, 2.699177, 2.501385, 2.082819, 1.338729",\
|
|
"3.102758, 2.993479, 2.795687, 2.377120, 1.633031",\
|
|
"3.618993, 3.509713, 3.311921, 2.893354, 2.149265");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.357221, 5.247941, 5.050149, 4.631583, 3.887494",\
|
|
"5.462246, 5.352967, 5.155174, 4.736608, 3.992519",\
|
|
"5.655210, 5.545931, 5.348139, 4.929573, 4.185483",\
|
|
"6.049107, 5.939827, 5.742035, 5.323469, 4.579380",\
|
|
"6.712178, 6.602899, 6.405107, 5.986540, 5.242451");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.327053, -2.217774, -2.019981, -1.601415, -0.857326",\
|
|
"-2.431525, -2.322245, -2.124453, -1.705887, -0.961797",\
|
|
"-2.589276, -2.479997, -2.282205, -1.863638, -1.119549",\
|
|
"-2.883578, -2.774299, -2.576507, -2.157940, -1.413851",\
|
|
"-3.399812, -3.290533, -3.092741, -2.674174, -1.930085");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.506555, -4.397275, -4.199483, -3.780917, -3.036828",\
|
|
"-4.611580, -4.502301, -4.304509, -3.885942, -3.141853",\
|
|
"-4.804544, -4.695265, -4.497473, -4.078907, -3.334817",\
|
|
"-5.198442, -5.089162, -4.891370, -4.472804, -3.728714",\
|
|
"-5.861513, -5.752234, -5.554441, -5.135875, -4.391786");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.593711, 1.498057, 1.346143, 1.070074, 0.641210",\
|
|
"1.698183, 1.602529, 1.450615, 1.174546, 0.745682",\
|
|
"1.855934, 1.760280, 1.608367, 1.332297, 0.903433",\
|
|
"2.150236, 2.054582, 1.902669, 1.626599, 1.197735",\
|
|
"2.666470, 2.570817, 2.418903, 2.142833, 1.713970");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.688231, 3.592577, 3.440663, 3.164593, 2.735730",\
|
|
"3.793257, 3.697603, 3.545689, 3.269619, 2.840756",\
|
|
"3.986221, 3.890567, 3.738653, 3.462583, 3.033720",\
|
|
"4.380116, 4.284463, 4.132549, 3.856479, 3.427616",\
|
|
"5.043188, 4.947534, 4.795620, 4.519550, 4.090687");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.238926, -1.122380, -0.931693, -0.546334, 0.190448",\
|
|
"-1.343398, -1.226852, -1.036164, -0.650806, 0.085977",\
|
|
"-1.501149, -1.384603, -1.193916, -0.808557, -0.071775",\
|
|
"-1.795451, -1.678905, -1.488218, -1.102859, -0.366077",\
|
|
"-2.311685, -2.195139, -2.004452, -1.619093, -0.882311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.611768, -2.495222, -2.304534, -1.919176, -1.182393",\
|
|
"-2.716793, -2.600247, -2.409560, -2.024201, -1.287419",\
|
|
"-2.909757, -2.793211, -2.602524, -2.217165, -1.480383",\
|
|
"-3.303654, -3.187108, -2.996420, -2.611062, -1.874279",\
|
|
"-3.966725, -3.850179, -3.659492, -3.274133, -2.537351");
|
|
}
|
|
|
|
} /* 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.006737 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.585383, 1.476103, 1.278311, 0.859745, 0.115655",\
|
|
"1.686226, 1.576947, 1.379155, 0.960588, 0.216499",\
|
|
"1.842102, 1.732823, 1.535031, 1.116464, 0.372375",\
|
|
"2.130476, 2.021197, 1.823405, 1.404838, 0.660749",\
|
|
"2.643502, 2.534223, 2.336430, 1.917864, 1.173775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.004462, 2.895182, 2.697390, 2.278824, 1.534734",\
|
|
"3.108812, 2.999532, 2.801740, 2.383174, 1.639085",\
|
|
"3.271984, 3.162704, 2.964912, 2.546346, 1.802256",\
|
|
"3.561208, 3.451929, 3.254137, 2.835570, 2.091481",\
|
|
"4.021212, 3.911932, 3.714140, 3.295574, 2.551484");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.376351, -1.267071, -1.069279, -0.650713, 0.093377",\
|
|
"-1.428503, -1.319224, -1.121431, -0.702865, 0.041224",\
|
|
"-1.495821, -1.386542, -1.188750, -0.770183, -0.026094",\
|
|
"-1.534705, -1.425426, -1.227634, -0.809067, -0.064978",\
|
|
"-1.344851, -1.235572, -1.037780, -0.619213, 0.124876");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.642841, -2.533562, -2.335770, -1.917203, -1.173114",\
|
|
"-2.696791, -2.587512, -2.389719, -1.971153, -1.227064",\
|
|
"-2.768299, -2.659020, -2.461227, -2.042661, -1.298572",\
|
|
"-2.799284, -2.690005, -2.492212, -2.073646, -1.329557",\
|
|
"-2.531757, -2.422478, -2.224686, -1.806119, -1.062030");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.663106, 1.567452, 1.415539, 1.139469, 0.710605",\
|
|
"1.763950, 1.668296, 1.516382, 1.240312, 0.811449",\
|
|
"1.919826, 1.824172, 1.672258, 1.396188, 0.967325",\
|
|
"2.208200, 2.112546, 1.960632, 1.684562, 1.255699",\
|
|
"2.721225, 2.625572, 2.473658, 2.197588, 1.768725");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.113082, 3.017428, 2.865515, 2.589445, 2.160582",\
|
|
"3.217432, 3.121779, 2.969865, 2.693795, 2.264932",\
|
|
"3.380604, 3.284951, 3.133037, 2.856967, 2.428104",\
|
|
"3.669829, 3.574175, 3.422261, 3.146192, 2.717328",\
|
|
"4.129832, 4.034179, 3.882265, 3.606195, 3.177332");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.406167, -1.289624, -1.098937, -0.713594, 0.023139",\
|
|
"-1.458320, -1.341776, -1.151089, -0.765746, -0.029014",\
|
|
"-1.525638, -1.409095, -1.218408, -0.833065, -0.096332",\
|
|
"-1.564522, -1.447979, -1.257292, -0.871949, -0.135216",\
|
|
"-1.374668, -1.258125, -1.067438, -0.682095, 0.054638");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.625702, -2.509159, -2.318472, -1.933129, -1.196397",\
|
|
"-2.679652, -2.563109, -2.372422, -1.987079, -1.250346",\
|
|
"-2.751160, -2.634617, -2.443930, -2.058587, -1.321854",\
|
|
"-2.782145, -2.665602, -2.474915, -2.089571, -1.352839",\
|
|
"-2.514618, -2.398075, -2.207388, -1.822045, -1.085312");
|
|
}
|
|
|
|
} /* 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.007528 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.484269, 2.374990, 2.177197, 1.758631, 1.014542",\
|
|
"2.585189, 2.475909, 2.278117, 1.859551, 1.115462",\
|
|
"2.740716, 2.631436, 2.433644, 2.015078, 1.270988",\
|
|
"3.028983, 2.919703, 2.721911, 2.303345, 1.559255",\
|
|
"3.542657, 3.433378, 3.235586, 2.817019, 2.072930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.015891, 5.906612, 5.708819, 5.290253, 4.546164",\
|
|
"6.120231, 6.010952, 5.813159, 5.394593, 4.650504",\
|
|
"6.283203, 6.173924, 5.976131, 5.557565, 4.813476",\
|
|
"6.572183, 6.462904, 6.265111, 5.846545, 5.102456",\
|
|
"7.031797, 6.922518, 6.724726, 6.306159, 5.562070");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.299012, -2.189733, -1.991940, -1.573374, -0.829285",\
|
|
"-2.375919, -2.266640, -2.068847, -1.650281, -0.906192",\
|
|
"-2.487745, -2.378465, -2.180673, -1.762107, -1.018017",\
|
|
"-2.652895, -2.543615, -2.345823, -1.927257, -1.183167",\
|
|
"-2.819717, -2.710437, -2.512645, -2.094079, -1.349989");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.142471, -5.033192, -4.835400, -4.416833, -3.672744",\
|
|
"-5.222029, -5.112750, -4.914957, -4.496391, -3.752301",\
|
|
"-5.339902, -5.230623, -5.032830, -4.614264, -3.870175",\
|
|
"-5.501826, -5.392547, -5.194754, -4.776188, -4.032099",\
|
|
"-5.603490, -5.494211, -5.296419, -4.877852, -4.133763");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.516432, 1.420779, 1.268865, 0.992795, 0.563932",\
|
|
"1.617353, 1.521699, 1.369785, 1.093715, 0.664852",\
|
|
"1.772879, 1.677225, 1.525311, 1.249241, 0.820378",\
|
|
"2.061146, 1.965492, 1.813578, 1.537509, 1.108645",\
|
|
"2.574821, 2.479167, 2.327254, 2.051184, 1.622320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.332036, 4.236383, 4.084469, 3.808399, 3.379536",\
|
|
"4.436376, 4.340723, 4.188808, 3.912739, 3.483876",\
|
|
"4.599348, 4.503695, 4.351781, 4.075711, 3.646847",\
|
|
"4.888328, 4.792675, 4.640760, 4.364691, 3.935827",\
|
|
"5.347942, 5.252289, 5.100375, 4.824305, 4.395442");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.272774, -1.156243, -0.965556, -0.580249, 0.156366",\
|
|
"-1.349681, -1.233150, -1.042464, -0.657156, 0.079459",\
|
|
"-1.461507, -1.344975, -1.154289, -0.768982, -0.032367",\
|
|
"-1.626657, -1.510125, -1.319439, -0.934132, -0.197517",\
|
|
"-1.793478, -1.676947, -1.486261, -1.100954, -0.364339");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.315291, -3.198760, -3.008074, -2.622767, -1.886152",\
|
|
"-3.394849, -3.278317, -3.087631, -2.702324, -1.965709",\
|
|
"-3.512722, -3.396191, -3.205504, -2.820197, -2.083582",\
|
|
"-3.674646, -3.558115, -3.367428, -2.982121, -2.245506",\
|
|
"-3.776310, -3.659779, -3.469093, -3.083786, -2.347171");
|
|
}
|
|
|
|
} /* 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.007310 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.352472, 2.243192, 2.045400, 1.626834, 0.882745",\
|
|
"2.453588, 2.344308, 2.146516, 1.727950, 0.983860",\
|
|
"2.608588, 2.499309, 2.301517, 1.882950, 1.138861",\
|
|
"2.896950, 2.787671, 2.589878, 2.171312, 1.427223",\
|
|
"3.413602, 3.304323, 3.106530, 2.687964, 1.943875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.910041, 4.800761, 4.602969, 4.184402, 3.440314",\
|
|
"5.014443, 4.905164, 4.707372, 4.288805, 3.544716",\
|
|
"5.177168, 5.067888, 4.870096, 4.451530, 3.707441",\
|
|
"5.465952, 5.356673, 5.158881, 4.740314, 3.996225",\
|
|
"5.925506, 5.816226, 5.618434, 5.199868, 4.455779");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.074582, -1.965302, -1.767510, -1.348944, -0.604855",\
|
|
"-2.143832, -2.034553, -1.836760, -1.418194, -0.674105",\
|
|
"-2.240862, -2.131583, -1.933790, -1.515224, -0.771135",\
|
|
"-2.365906, -2.256627, -2.058835, -1.640269, -0.896179",\
|
|
"-2.422451, -2.313171, -2.115379, -1.696813, -0.952724");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.473736, -4.364457, -4.166665, -3.748098, -3.004009",\
|
|
"-4.545253, -4.435974, -4.238182, -3.819615, -3.075526",\
|
|
"-4.648156, -4.538876, -4.341084, -3.922518, -3.178428",\
|
|
"-4.768404, -4.659125, -4.461333, -4.042767, -3.298677",\
|
|
"-4.753149, -4.643869, -4.446077, -4.027511, -3.283421");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.366462, 1.270808, 1.118894, 0.842824, 0.413961",\
|
|
"1.467578, 1.371924, 1.220010, 0.943941, 0.515077",\
|
|
"1.622578, 1.526924, 1.375011, 1.098941, 0.670077",\
|
|
"1.910940, 1.815286, 1.663372, 1.387302, 0.958439",\
|
|
"2.427592, 2.331938, 2.180024, 1.903955, 1.475091");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.188879, 3.093225, 2.941311, 2.665242, 2.236378",\
|
|
"3.293282, 3.197628, 3.045714, 2.769644, 2.340781",\
|
|
"3.456006, 3.360353, 3.208439, 2.932369, 2.503506",\
|
|
"3.744790, 3.649137, 3.497223, 3.221153, 2.792290",\
|
|
"4.204344, 4.108690, 3.956777, 3.680707, 3.251843");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.057249, -0.940718, -0.750032, -0.364725, 0.371890",\
|
|
"-1.126500, -1.009968, -0.819282, -0.433975, 0.302640",\
|
|
"-1.223530, -1.106998, -0.916312, -0.531005, 0.205610",\
|
|
"-1.348574, -1.232043, -1.041357, -0.656050, 0.080565",\
|
|
"-1.405118, -1.288587, -1.097901, -0.712594, 0.024021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.661462, -2.544931, -2.354245, -1.968938, -1.232323",\
|
|
"-2.732979, -2.616448, -2.425762, -2.040455, -1.303840",\
|
|
"-2.835882, -2.719350, -2.528664, -2.143357, -1.406742",\
|
|
"-2.956131, -2.839599, -2.648913, -2.263606, -1.526991",\
|
|
"-2.940875, -2.824343, -2.633657, -2.248350, -1.511735");
|
|
}
|
|
|
|
} /* 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.007570 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.762515, 2.653236, 2.455444, 2.036877, 1.292788",\
|
|
"2.864702, 2.755423, 2.557631, 2.139065, 1.394975",\
|
|
"2.999828, 2.890549, 2.692756, 2.274190, 1.530101",\
|
|
"3.237944, 3.128665, 2.930873, 2.512306, 1.768217",\
|
|
"3.629678, 3.520399, 3.322606, 2.904040, 2.159951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.888763, 4.779483, 4.581691, 4.163125, 3.419036",\
|
|
"4.991409, 4.882129, 4.684337, 4.265771, 3.521682",\
|
|
"5.192354, 5.083074, 4.885282, 4.466716, 3.722626",\
|
|
"5.614622, 5.505342, 5.307550, 4.888984, 4.144895",\
|
|
"6.354643, 6.245364, 6.047572, 5.629005, 4.884916");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.597743, -2.488464, -2.290672, -1.872105, -1.128016",\
|
|
"-2.659855, -2.550576, -2.352783, -1.934217, -1.190128",\
|
|
"-2.722097, -2.612817, -2.415025, -1.996459, -1.252370",\
|
|
"-2.754877, -2.645597, -2.447805, -2.029239, -1.285150",\
|
|
"-2.568127, -2.458848, -2.261056, -1.842489, -1.098400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.631639, -4.522359, -4.324567, -3.906000, -3.161911",\
|
|
"-4.693338, -4.584059, -4.386267, -3.967700, -3.223611",\
|
|
"-4.819818, -4.710539, -4.512747, -4.094180, -3.350091",\
|
|
"-5.032296, -4.923017, -4.725224, -4.306658, -3.562569",\
|
|
"-5.181284, -5.072004, -4.874212, -4.455646, -3.711557");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.730567, 1.634913, 1.482999, 1.206929, 0.778066",\
|
|
"1.832754, 1.737100, 1.585186, 1.309116, 0.880253",\
|
|
"1.967880, 1.872226, 1.720312, 1.444242, 1.015379",\
|
|
"2.205996, 2.110342, 1.958428, 1.682358, 1.253495",\
|
|
"2.597729, 2.502075, 2.350162, 2.074092, 1.645229");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.128304, 3.032650, 2.880737, 2.604667, 2.175803",\
|
|
"3.230950, 3.135296, 2.983382, 2.707313, 2.278449",\
|
|
"3.431895, 3.336241, 3.184327, 2.908257, 2.479394",\
|
|
"3.854163, 3.758509, 3.606595, 3.330525, 2.901662",\
|
|
"4.594184, 4.498531, 4.346617, 4.070547, 3.641684");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.585614, -1.469083, -1.278397, -0.893090, -0.156475",\
|
|
"-1.647726, -1.531194, -1.340508, -0.955201, -0.218586",\
|
|
"-1.709967, -1.593436, -1.402750, -1.017443, -0.280828",\
|
|
"-1.742748, -1.626217, -1.435530, -1.050223, -0.313608",\
|
|
"-1.555998, -1.439467, -1.248780, -0.863473, -0.126858");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.819718, -2.703187, -2.512500, -2.127193, -1.390578",\
|
|
"-2.881418, -2.764886, -2.574200, -2.188893, -1.452278",\
|
|
"-3.007897, -2.891366, -2.700680, -2.315373, -1.578758",\
|
|
"-3.220375, -3.103844, -2.913157, -2.527851, -1.791235",\
|
|
"-3.369364, -3.252832, -3.062146, -2.676839, -1.940224");
|
|
}
|
|
|
|
} /* 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.009646 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.646540, 2.537261, 2.339468, 1.920901, 1.176800",\
|
|
"2.747366, 2.638087, 2.440295, 2.021728, 1.277626",\
|
|
"2.903185, 2.793906, 2.596113, 2.177547, 1.433445",\
|
|
"3.192035, 3.082756, 2.884963, 2.466396, 1.722295",\
|
|
"3.707871, 3.598591, 3.400799, 2.982232, 2.238131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.110143, 5.000863, 4.803071, 4.384504, 3.640402",\
|
|
"5.214413, 5.105133, 4.907341, 4.488774, 3.744672",\
|
|
"5.377508, 5.268229, 5.070436, 4.651869, 3.907768",\
|
|
"5.666753, 5.557473, 5.359681, 4.941114, 4.197012",\
|
|
"6.127008, 6.017729, 5.819936, 5.401370, 4.657268");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.174871, -2.065591, -1.867799, -1.449232, -0.705131",\
|
|
"-2.200421, -2.091141, -1.893349, -1.474782, -0.730680",\
|
|
"-2.219057, -2.109777, -1.911985, -1.493418, -0.749317",\
|
|
"-2.121427, -2.012147, -1.814355, -1.395788, -0.651686",\
|
|
"-1.548445, -1.439166, -1.241373, -0.822806, -0.078705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.413760, -4.304480, -4.106688, -3.688121, -2.944019",\
|
|
"-4.440847, -4.331567, -4.133775, -3.715208, -2.971107",\
|
|
"-4.463298, -4.354019, -4.156226, -3.737659, -2.993558",\
|
|
"-4.356309, -4.247030, -4.049237, -3.630671, -2.886569",\
|
|
"-3.700272, -3.590992, -3.393200, -2.974633, -2.230532");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.473519, 2.377864, 2.225951, 1.949877, 1.521000",\
|
|
"2.574346, 2.478691, 2.326777, 2.050704, 1.621827",\
|
|
"2.730164, 2.634510, 2.482596, 2.206522, 1.777645",\
|
|
"3.019014, 2.923359, 2.771446, 2.495372, 2.066495",\
|
|
"3.534851, 3.439196, 3.287282, 3.011208, 2.582331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.201694, 4.106039, 3.954126, 3.678052, 3.249175",\
|
|
"4.305964, 4.210309, 4.058395, 3.782322, 3.353445",\
|
|
"4.469059, 4.373405, 4.221491, 3.945417, 3.516540",\
|
|
"4.758304, 4.662649, 4.510736, 4.234662, 3.805785",\
|
|
"5.218560, 5.122905, 4.970992, 4.694918, 4.266041");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.028742, -1.912210, -1.721524, -1.336217, -0.599602",\
|
|
"-2.054291, -1.937760, -1.747074, -1.361767, -0.625152",\
|
|
"-2.072928, -1.956396, -1.765710, -1.380403, -0.643788",\
|
|
"-1.975297, -1.858766, -1.668080, -1.282773, -0.546158",\
|
|
"-1.402316, -1.285784, -1.095098, -0.709791, 0.026824");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.457334, -3.340803, -3.150116, -2.764810, -2.028194",\
|
|
"-3.484421, -3.367890, -3.177204, -2.791897, -2.055282",\
|
|
"-3.506873, -3.390341, -3.199655, -2.814348, -2.077733",\
|
|
"-3.399884, -3.283352, -3.092666, -2.707359, -1.970744",\
|
|
"-2.743846, -2.627315, -2.436629, -2.051322, -1.314707");
|
|
}
|
|
|
|
} /* 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.008966 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.691541, 2.582262, 2.384470, 1.965903, 1.221814",\
|
|
"2.796076, 2.686797, 2.489004, 2.070438, 1.326349",\
|
|
"2.953580, 2.844301, 2.646509, 2.227942, 1.483853",\
|
|
"3.246988, 3.137709, 2.939916, 2.521350, 1.777261",\
|
|
"3.761487, 3.652207, 3.454415, 3.035849, 2.291759");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.230784, 5.121505, 4.923712, 4.505146, 3.761057",\
|
|
"5.335759, 5.226480, 5.028687, 4.610121, 3.866032",\
|
|
"5.528688, 5.419409, 5.221617, 4.803051, 4.058961",\
|
|
"5.924871, 5.815592, 5.617800, 5.199234, 4.455144",\
|
|
"6.591840, 6.482560, 6.284768, 5.866202, 5.122112");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.524331, -2.415052, -2.217259, -1.798693, -1.054604",\
|
|
"-2.537484, -2.428204, -2.230412, -1.811846, -1.067756",\
|
|
"-2.528634, -2.419354, -2.221562, -1.802996, -1.058907",\
|
|
"-2.353377, -2.244097, -2.046305, -1.627739, -0.883650",\
|
|
"-1.547523, -1.438244, -1.240452, -0.821885, -0.077796");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.801140, -4.691861, -4.494069, -4.075502, -3.331413",\
|
|
"-4.812846, -4.703567, -4.505774, -4.087208, -3.343119",\
|
|
"-4.835994, -4.726714, -4.528922, -4.110356, -3.366266",\
|
|
"-4.753855, -4.644576, -4.446784, -4.028217, -3.284128",\
|
|
"-4.073234, -3.963954, -3.766162, -3.347596, -2.603506");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.638013, 1.542359, 1.390445, 1.114375, 0.685512",\
|
|
"1.742547, 1.646893, 1.494980, 1.218910, 0.790046",\
|
|
"1.900051, 1.804397, 1.652484, 1.376414, 0.947551",\
|
|
"2.193459, 2.097806, 1.945892, 1.669822, 1.240958",\
|
|
"2.707957, 2.612304, 2.460390, 2.184320, 1.755457");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.464132, 3.368478, 3.216564, 2.940495, 2.511631",\
|
|
"3.569107, 3.473453, 3.321539, 3.045470, 2.616606",\
|
|
"3.762036, 3.666382, 3.514469, 3.238399, 2.809536",\
|
|
"4.158219, 4.062565, 3.910652, 3.634582, 3.205719",\
|
|
"4.825188, 4.729534, 4.577620, 4.301550, 3.872687");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.456263, -1.339731, -1.149045, -0.763738, -0.027123",\
|
|
"-1.469415, -1.352884, -1.162198, -0.776891, -0.040276",\
|
|
"-1.460566, -1.344034, -1.153348, -0.768041, -0.031426",\
|
|
"-1.285309, -1.168777, -0.978091, -0.592784, 0.143831",\
|
|
"-0.479455, -0.362923, -0.172237, 0.213070, 0.949685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.934565, -2.818034, -2.627347, -2.242041, -1.505425",\
|
|
"-2.946271, -2.829740, -2.639053, -2.253747, -1.517131",\
|
|
"-2.969419, -2.852887, -2.662201, -2.276894, -1.540279",\
|
|
"-2.887280, -2.770749, -2.580062, -2.194756, -1.458140",\
|
|
"-2.206659, -2.090127, -1.899441, -1.514134, -0.777519");
|
|
}
|
|
|
|
} /* 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.010448 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.017102, 1.907822, 1.710030, 1.291464, 0.547374",\
|
|
"2.118913, 2.009634, 1.811841, 1.393275, 0.649186",\
|
|
"2.297308, 2.188029, 1.990237, 1.571670, 0.827581",\
|
|
"2.655493, 2.546214, 2.348421, 1.929855, 1.185766",\
|
|
"3.303567, 3.194288, 2.996495, 2.577929, 1.833840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.666077, 4.556798, 4.359005, 3.940439, 3.196350",\
|
|
"4.770775, 4.661496, 4.463703, 4.045137, 3.301048",\
|
|
"4.960665, 4.851385, 4.653593, 4.235026, 3.490937",\
|
|
"5.344520, 5.235240, 5.037448, 4.618882, 3.874793",\
|
|
"5.996834, 5.887554, 5.689762, 5.271195, 4.527106");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.729940, -1.620660, -1.422868, -1.004302, -0.260212",\
|
|
"-1.831751, -1.722472, -1.524679, -1.106113, -0.362024",\
|
|
"-2.010146, -1.900867, -1.703074, -1.284508, -0.540419",\
|
|
"-2.368331, -2.259052, -2.061260, -1.642693, -0.898604",\
|
|
"-3.016405, -2.907126, -2.709334, -2.290767, -1.546678");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.915955, -3.806676, -3.608884, -3.190317, -2.446228",\
|
|
"-4.020654, -3.911374, -3.713582, -3.295016, -2.550926",\
|
|
"-4.210543, -4.101264, -3.903471, -3.484905, -2.740816",\
|
|
"-4.594398, -4.485119, -4.287327, -3.868761, -3.124671",\
|
|
"-5.246625, -5.137345, -4.939553, -4.520987, -3.776897");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.916804, 1.821150, 1.669236, 1.393166, 0.964303",\
|
|
"2.018615, 1.922962, 1.771048, 1.494978, 1.066115",\
|
|
"2.197011, 2.101357, 1.949443, 1.673373, 1.244510",\
|
|
"2.555195, 2.459542, 2.307628, 2.031558, 1.602695",\
|
|
"3.203269, 3.107615, 2.955702, 2.679632, 2.250769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.857198, 3.761544, 3.609630, 3.333560, 2.904697",\
|
|
"3.961896, 3.866242, 3.714329, 3.438259, 3.009396",\
|
|
"4.151785, 4.056131, 3.904217, 3.628148, 3.199285",\
|
|
"4.535641, 4.439988, 4.288074, 4.012004, 3.583141",\
|
|
"5.187955, 5.092301, 4.940388, 4.664318, 4.235455");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.489027, -1.372481, -1.181794, -0.796435, -0.059653",\
|
|
"-1.590839, -1.474293, -1.283605, -0.898247, -0.161464",\
|
|
"-1.769233, -1.652687, -1.462000, -1.076642, -0.339859",\
|
|
"-2.127419, -2.010872, -1.820185, -1.434827, -0.698044",\
|
|
"-2.775493, -2.658947, -2.468259, -2.082901, -1.346118");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.875146, -2.758600, -2.567913, -2.182555, -1.445772",\
|
|
"-2.979845, -2.863298, -2.672611, -2.287253, -1.550470",\
|
|
"-3.169734, -3.053188, -2.862500, -2.477142, -1.740359",\
|
|
"-3.553590, -3.437044, -3.246356, -2.860998, -2.124216",\
|
|
"-4.205815, -4.089270, -3.898582, -3.513224, -2.776441");
|
|
}
|
|
|
|
} /* 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.011063 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.355536, 2.246256, 2.048464, 1.629898, 0.885808",\
|
|
"2.459918, 2.350639, 2.152846, 1.734280, 0.990191",\
|
|
"2.617653, 2.508373, 2.310581, 1.892015, 1.147925",\
|
|
"2.911922, 2.802642, 2.604850, 2.186284, 1.442194",\
|
|
"3.428159, 3.318880, 3.121088, 2.702521, 1.958432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.078640, 3.969361, 3.771569, 3.353003, 2.608913",\
|
|
"4.183588, 4.074308, 3.876516, 3.457950, 2.713861",\
|
|
"4.376536, 4.267257, 4.069465, 3.650898, 2.906809",\
|
|
"4.770532, 4.661253, 4.463460, 4.044894, 3.300805",\
|
|
"5.433858, 5.324579, 5.126787, 4.708220, 3.964131");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.251514, -2.142235, -1.944442, -1.525876, -0.781787",\
|
|
"-2.332162, -2.222883, -2.025090, -1.606524, -0.862435",\
|
|
"-2.446664, -2.337385, -2.139592, -1.721026, -0.976937",\
|
|
"-2.619136, -2.509856, -2.312064, -1.893498, -1.149408",\
|
|
"-2.792236, -2.682956, -2.485164, -2.066598, -1.322509");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.871602, -3.762322, -3.564530, -3.145964, -2.401875",\
|
|
"-3.952431, -3.843152, -3.645359, -3.226793, -2.482704",\
|
|
"-4.101449, -3.992170, -3.794378, -3.375812, -2.631722",\
|
|
"-4.371683, -4.262404, -4.064611, -3.646045, -2.901956",\
|
|
"-4.686336, -4.577056, -4.379264, -3.960698, -3.216609");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.402972, 1.307318, 1.155405, 0.879335, 0.450472",\
|
|
"1.507354, 1.411701, 1.259787, 0.983717, 0.554854",\
|
|
"1.665089, 1.569435, 1.417522, 1.141452, 0.712588",\
|
|
"1.959358, 1.863704, 1.711791, 1.435721, 1.006858",\
|
|
"2.475596, 2.379942, 2.228028, 1.951958, 1.523095");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.409650, 2.313997, 2.162083, 1.886013, 1.457150",\
|
|
"2.514597, 2.418944, 2.267030, 1.990960, 1.562097",\
|
|
"2.707546, 2.611892, 2.459979, 2.183909, 1.755046",\
|
|
"3.101542, 3.005889, 2.853975, 2.577905, 2.149042",\
|
|
"3.764868, 3.669214, 3.517301, 3.241231, 2.812367");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.163346, -1.046800, -0.856113, -0.470754, 0.266028",\
|
|
"-1.243994, -1.127448, -0.936761, -0.551402, 0.185380",\
|
|
"-1.358496, -1.241950, -1.051263, -0.665904, 0.070878",\
|
|
"-1.530968, -1.414422, -1.223734, -0.838376, -0.101593",\
|
|
"-1.704068, -1.587522, -1.396835, -1.011476, -0.274694");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.976813, -1.860267, -1.669580, -1.284222, -0.547439",\
|
|
"-2.057642, -1.941097, -1.750409, -1.365051, -0.628268",\
|
|
"-2.206661, -2.090115, -1.899428, -1.514069, -0.777287",\
|
|
"-2.476895, -2.360349, -2.169662, -1.784303, -1.047521",\
|
|
"-2.791548, -2.675002, -2.484314, -2.098956, -1.362174");
|
|
}
|
|
|
|
} /* 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.012802 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.657519, 1.548239, 1.350447, 0.931881, 0.187791",\
|
|
"1.758410, 1.649131, 1.451338, 1.032772, 0.288683",\
|
|
"1.913916, 1.804636, 1.606844, 1.188278, 0.444188",\
|
|
"2.202539, 2.093260, 1.895468, 1.476901, 0.732812",\
|
|
"2.718154, 2.608875, 2.411082, 1.992516, 1.248427");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.974829, 2.865550, 2.667758, 2.249191, 1.505102",\
|
|
"3.079103, 2.969823, 2.772031, 2.353465, 1.609375",\
|
|
"3.242127, 3.132848, 2.935055, 2.516489, 1.772400",\
|
|
"3.531485, 3.422205, 3.224413, 2.805847, 2.061757",\
|
|
"3.992297, 3.883017, 3.685225, 3.266659, 2.522569");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.404884, -1.295605, -1.097812, -0.679246, 0.064843",\
|
|
"-1.474515, -1.365236, -1.167444, -0.748877, -0.004788",\
|
|
"-1.573031, -1.463752, -1.265959, -0.847393, -0.103304",\
|
|
"-1.701098, -1.591819, -1.394026, -0.975460, -0.231371",\
|
|
"-1.764382, -1.655103, -1.457311, -1.038744, -0.294655");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.572864, -2.463585, -2.265792, -1.847226, -1.103137",\
|
|
"-2.645291, -2.536012, -2.338219, -1.919653, -1.175564",\
|
|
"-2.750262, -2.640983, -2.443190, -2.024624, -1.280535",\
|
|
"-2.876067, -2.766788, -2.568995, -2.150429, -1.406340",\
|
|
"-2.876109, -2.766830, -2.569037, -2.150471, -1.406382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.735242, 1.639588, 1.487674, 1.211605, 0.782741",\
|
|
"1.836133, 1.740480, 1.588566, 1.312496, 0.883633",\
|
|
"1.991639, 1.895985, 1.744071, 1.468002, 1.039138",\
|
|
"2.280262, 2.184609, 2.032695, 1.756625, 1.327762",\
|
|
"2.795877, 2.700223, 2.548310, 2.272240, 1.843377");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.083449, 2.987796, 2.835882, 2.559812, 2.130949",\
|
|
"3.187723, 3.092069, 2.940155, 2.664085, 2.235222",\
|
|
"3.350747, 3.255094, 3.103180, 2.827110, 2.398247",\
|
|
"3.640105, 3.544451, 3.392537, 3.116467, 2.687604",\
|
|
"4.100917, 4.005264, 3.853350, 3.577280, 3.148417");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.434701, -1.318158, -1.127470, -0.742127, -0.005395",\
|
|
"-1.504332, -1.387789, -1.197101, -0.811758, -0.075026",\
|
|
"-1.602848, -1.486304, -1.295617, -0.910274, -0.173542",\
|
|
"-1.730915, -1.614371, -1.423684, -1.038341, -0.301609",\
|
|
"-1.794199, -1.677656, -1.486969, -1.101626, -0.364893");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.555725, -2.439182, -2.248495, -1.863151, -1.126419",\
|
|
"-2.628152, -2.511609, -2.320921, -1.935578, -1.198846",\
|
|
"-2.733123, -2.616580, -2.425892, -2.040549, -1.303817",\
|
|
"-2.858928, -2.742385, -2.551698, -2.166355, -1.429622",\
|
|
"-2.858970, -2.742427, -2.551740, -2.166397, -1.429664");
|
|
}
|
|
|
|
} /* 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.010149 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.235702, 2.126422, 1.928630, 1.510064, 0.765974",\
|
|
"2.336502, 2.227222, 2.029430, 1.610864, 0.866774",\
|
|
"2.492421, 2.383142, 2.185349, 1.766783, 1.022694",\
|
|
"2.781101, 2.671822, 2.474029, 2.055463, 1.311374",\
|
|
"3.295165, 3.185886, 2.988094, 2.569527, 1.825438");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.395099, 4.285820, 4.088027, 3.669461, 2.925371",\
|
|
"4.499382, 4.390102, 4.192310, 3.773744, 3.029654",\
|
|
"4.662418, 4.553139, 4.355346, 3.936780, 3.192691",\
|
|
"4.951229, 4.841949, 4.644157, 4.225591, 3.481501",\
|
|
"5.410106, 5.300827, 5.103034, 4.684468, 3.940379");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.960703, -1.851424, -1.653631, -1.235065, -0.490976",\
|
|
"-2.061503, -1.952223, -1.754431, -1.335865, -0.591775",\
|
|
"-2.217422, -2.108143, -1.910351, -1.491785, -0.747695",\
|
|
"-2.506103, -2.396823, -2.199031, -1.780465, -1.036375",\
|
|
"-3.020166, -2.910887, -2.713095, -2.294528, -1.550439");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.145488, -4.036209, -3.838416, -3.419850, -2.675761",\
|
|
"-4.249771, -4.140491, -3.942699, -3.524133, -2.780043",\
|
|
"-4.412807, -4.303528, -4.105735, -3.687169, -2.943080",\
|
|
"-4.701617, -4.592338, -4.394546, -3.975979, -3.231890",\
|
|
"-5.160494, -5.051215, -4.853423, -4.434856, -3.690767");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.267902, 1.172249, 1.020335, 0.744265, 0.315402",\
|
|
"1.368703, 1.273049, 1.121135, 0.845065, 0.416202",\
|
|
"1.524622, 1.428969, 1.277055, 1.000985, 0.572122",\
|
|
"1.813302, 1.717649, 1.565735, 1.289665, 0.860802",\
|
|
"2.327367, 2.231713, 2.079799, 1.803729, 1.374866");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.710952, 2.615299, 2.463385, 2.187315, 1.758452",\
|
|
"2.815235, 2.719582, 2.567668, 2.291598, 1.862735",\
|
|
"2.978271, 2.882618, 2.730704, 2.454634, 2.025771",\
|
|
"3.267082, 3.171429, 3.019515, 2.743445, 2.314582",\
|
|
"3.725960, 3.630306, 3.478392, 3.202322, 2.773459");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.934619, -0.818088, -0.627402, -0.242095, 0.494520",\
|
|
"-1.035419, -0.918888, -0.728202, -0.342895, 0.393720",\
|
|
"-1.191339, -1.074808, -0.884122, -0.498815, 0.237800",\
|
|
"-1.480020, -1.363488, -1.172802, -0.787495, -0.050880",\
|
|
"-1.994083, -1.877552, -1.686866, -1.301559, -0.564944");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.318006, -2.201475, -2.010788, -1.625481, -0.888866",\
|
|
"-2.422289, -2.305758, -2.115072, -1.729764, -0.993149",\
|
|
"-2.585325, -2.468794, -2.278108, -1.892801, -1.156186",\
|
|
"-2.874136, -2.757605, -2.566918, -2.181611, -1.444996",\
|
|
"-3.333013, -3.216481, -3.025795, -2.640488, -1.903873");
|
|
}
|
|
|
|
} /* 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.014388 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.248875, 2.139596, 1.941803, 1.523237, 0.779148",\
|
|
"2.353113, 2.243834, 2.046041, 1.627475, 0.883386",\
|
|
"2.510894, 2.401615, 2.203822, 1.785256, 1.041167",\
|
|
"2.804733, 2.695454, 2.497661, 2.079095, 1.335006",\
|
|
"3.318691, 3.209412, 3.011620, 2.593053, 1.848964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.778229, 4.668949, 4.471157, 4.052590, 3.308501",\
|
|
"4.883101, 4.773822, 4.576030, 4.157463, 3.413374",\
|
|
"5.076205, 4.966925, 4.769133, 4.350567, 3.606477",\
|
|
"5.470609, 5.361330, 5.163538, 4.744971, 4.000882",\
|
|
"6.135025, 6.025745, 5.827953, 5.409387, 4.665298");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.979609, -1.870329, -1.672537, -1.253971, -0.509881",\
|
|
"-2.083846, -1.974567, -1.776774, -1.358208, -0.614119",\
|
|
"-2.241627, -2.132348, -1.934556, -1.515989, -0.771900",\
|
|
"-2.535466, -2.426187, -2.228395, -1.809828, -1.065739",\
|
|
"-3.049424, -2.940145, -2.742352, -2.323786, -1.579697");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.256178, -4.146899, -3.949106, -3.530540, -2.786451",\
|
|
"-4.361051, -4.251771, -4.053979, -3.635413, -2.891324",\
|
|
"-4.554154, -4.444875, -4.247083, -3.828516, -3.084427",\
|
|
"-4.948559, -4.839280, -4.641488, -4.222921, -3.478832",\
|
|
"-5.612974, -5.503695, -5.305902, -4.887336, -4.143247");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.262791, 1.167138, 1.015224, 0.739154, 0.310291",\
|
|
"1.367029, 1.271375, 1.119462, 0.843392, 0.414528",\
|
|
"1.524810, 1.429157, 1.277243, 1.001173, 0.572310",\
|
|
"1.818650, 1.722996, 1.571082, 1.295012, 0.866149",\
|
|
"2.332608, 2.236954, 2.085040, 1.808970, 1.380107");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.057102, 2.961448, 2.809535, 2.533465, 2.104601",\
|
|
"3.161975, 3.066321, 2.914407, 2.638338, 2.209474",\
|
|
"3.355078, 3.259424, 3.107510, 2.831440, 2.402577",\
|
|
"3.749483, 3.653829, 3.501915, 3.225846, 2.796982",\
|
|
"4.413898, 4.318244, 4.166331, 3.890261, 3.461398");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.961838, -0.845307, -0.654620, -0.269313, 0.467302",\
|
|
"-1.066076, -0.949544, -0.758858, -0.373551, 0.363064",\
|
|
"-1.223857, -1.107326, -0.916639, -0.531332, 0.205283",\
|
|
"-1.517696, -1.401165, -1.210479, -0.825172, -0.088557",\
|
|
"-2.031654, -1.915123, -1.724437, -1.339130, -0.602515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.443930, -2.327398, -2.136712, -1.751405, -1.014790",\
|
|
"-2.548802, -2.432271, -2.241585, -1.856278, -1.119663",\
|
|
"-2.741906, -2.625374, -2.434688, -2.049381, -1.312766",\
|
|
"-3.136311, -3.019779, -2.829093, -2.443786, -1.707171",\
|
|
"-3.800725, -3.684194, -3.493508, -3.108201, -2.371586");
|
|
}
|
|
|
|
} /* 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.006440 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.640038, 2.530759, 2.332967, 1.914400, 1.170311",\
|
|
"2.741976, 2.632697, 2.434905, 2.016339, 1.272249",\
|
|
"2.877029, 2.767749, 2.569957, 2.151391, 1.407302",\
|
|
"3.116080, 3.006801, 2.809008, 2.390442, 1.646353",\
|
|
"3.504554, 3.395274, 3.197482, 2.778916, 2.034827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.725783, 4.616503, 4.418711, 4.000145, 3.256056",\
|
|
"4.828197, 4.718917, 4.521125, 4.102559, 3.358470",\
|
|
"5.029205, 4.919925, 4.722133, 4.303567, 3.559478",\
|
|
"5.448392, 5.339113, 5.141321, 4.722754, 3.978665",\
|
|
"6.181205, 6.071926, 5.874134, 5.455567, 4.711478");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.457646, -2.348366, -2.150574, -1.732008, -0.987919",\
|
|
"-2.535824, -2.426545, -2.228753, -1.810186, -1.066097",\
|
|
"-2.627666, -2.518387, -2.320595, -1.902029, -1.157939",\
|
|
"-2.744984, -2.635705, -2.437912, -2.019346, -1.275257",\
|
|
"-2.790499, -2.681220, -2.483427, -2.064861, -1.320772");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.463830, -4.354550, -4.156758, -3.738191, -2.994102",\
|
|
"-4.541899, -4.432620, -4.234828, -3.816261, -3.072172",\
|
|
"-4.698634, -4.589355, -4.391562, -3.972996, -3.228907",\
|
|
"-4.993093, -4.883814, -4.686022, -4.267455, -3.523366",\
|
|
"-5.374514, -5.265234, -5.067442, -4.648875, -3.904786");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.608090, 1.512436, 1.360522, 1.084452, 0.655589",\
|
|
"1.710027, 1.614374, 1.462460, 1.186390, 0.757527",\
|
|
"1.845080, 1.749426, 1.597512, 1.321442, 0.892579",\
|
|
"2.084131, 1.988478, 1.836564, 1.560494, 1.131631",\
|
|
"2.472605, 2.376951, 2.225037, 1.948967, 1.520104");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.965323, 2.869670, 2.717756, 2.441686, 2.012823",\
|
|
"3.067738, 2.972084, 2.820171, 2.544101, 2.115237",\
|
|
"3.268745, 3.173092, 3.021178, 2.745108, 2.316245",\
|
|
"3.687933, 3.592280, 3.440366, 3.164296, 2.735433",\
|
|
"4.420746, 4.325093, 4.173179, 3.897109, 3.468246");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.445516, -1.328985, -1.138299, -0.752992, -0.016376",\
|
|
"-1.523695, -1.407164, -1.216477, -0.831170, -0.094555",\
|
|
"-1.615537, -1.499006, -1.308319, -0.923012, -0.186397",\
|
|
"-1.732854, -1.616323, -1.425637, -1.040330, -0.303715",\
|
|
"-1.778370, -1.661838, -1.471152, -1.085845, -0.349230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.651909, -2.535378, -2.344691, -1.959384, -1.222769",\
|
|
"-2.729979, -2.613447, -2.422761, -2.037454, -1.300839",\
|
|
"-2.886714, -2.770182, -2.579496, -2.194189, -1.457574",\
|
|
"-3.181173, -3.064641, -2.873955, -2.488648, -1.752033",\
|
|
"-3.562593, -3.446062, -3.255375, -2.870069, -2.133453");
|
|
}
|
|
|
|
} /* 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.008218 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.185324, 2.076045, 1.878252, 1.459685, 0.715584",\
|
|
"2.286178, 2.176898, 1.979106, 1.560539, 0.816437",\
|
|
"2.442148, 2.332869, 2.135076, 1.716509, 0.972408",\
|
|
"2.731616, 2.622336, 2.424543, 2.005977, 1.261875",\
|
|
"3.247446, 3.138166, 2.940373, 2.521807, 1.777705");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.027580, 4.918301, 4.720508, 4.301941, 3.557840",\
|
|
"5.131906, 5.022626, 4.824833, 4.406267, 3.662165",\
|
|
"5.294868, 5.185588, 4.987795, 4.569229, 3.825127",\
|
|
"5.583497, 5.474217, 5.276425, 4.857858, 4.113757",\
|
|
"6.041939, 5.932659, 5.734867, 5.316300, 4.572198");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.736177, -1.626897, -1.429105, -1.010538, -0.266436",\
|
|
"-1.837030, -1.727750, -1.529958, -1.111391, -0.367290",\
|
|
"-1.993000, -1.883721, -1.685928, -1.267362, -0.523260",\
|
|
"-2.282468, -2.173188, -1.975396, -1.556829, -0.812727",\
|
|
"-2.798298, -2.689018, -2.491226, -2.072659, -1.328557");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.255215, -4.145936, -3.948143, -3.529576, -2.785475",\
|
|
"-4.359540, -4.250261, -4.052468, -3.633902, -2.889800",\
|
|
"-4.522502, -4.413223, -4.215430, -3.796864, -3.052762",\
|
|
"-4.811132, -4.701852, -4.504060, -4.085493, -3.341392",\
|
|
"-5.269575, -5.160295, -4.962502, -4.543936, -3.799834");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.012303, 1.916649, 1.764735, 1.488661, 1.059784",\
|
|
"2.113157, 2.017502, 1.865588, 1.589514, 1.160638",\
|
|
"2.269127, 2.173473, 2.021559, 1.745485, 1.316608",\
|
|
"2.558595, 2.462940, 2.311026, 2.034952, 1.606076",\
|
|
"3.074425, 2.978770, 2.826856, 2.550782, 2.121906");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.119132, 4.023477, 3.871564, 3.595490, 3.166613",\
|
|
"4.223456, 4.127801, 3.975888, 3.699814, 3.270937",\
|
|
"4.386419, 4.290764, 4.138851, 3.862777, 3.433900",\
|
|
"4.675049, 4.579394, 4.427481, 4.151406, 3.722530",\
|
|
"5.133491, 5.037836, 4.885922, 4.609848, 4.180971");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.590048, -1.473516, -1.282830, -0.897523, -0.160908",\
|
|
"-1.690901, -1.574369, -1.383683, -0.998376, -0.261761",\
|
|
"-1.846871, -1.730340, -1.539654, -1.154347, -0.417732",\
|
|
"-2.136338, -2.019807, -1.829121, -1.443814, -0.707199",\
|
|
"-2.652169, -2.535637, -2.344951, -1.959644, -1.223029");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.298790, -3.182259, -2.991572, -2.606266, -1.869650",\
|
|
"-3.403115, -3.286584, -3.095898, -2.710591, -1.973976",\
|
|
"-3.566076, -3.449545, -3.258859, -2.873552, -2.136937",\
|
|
"-3.854707, -3.738175, -3.547489, -3.162182, -2.425567",\
|
|
"-4.313149, -4.196618, -4.005931, -3.620625, -2.884009");
|
|
}
|
|
|
|
} /* 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.007451 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.985991, 2.876712, 2.678919, 2.260353, 1.516264",\
|
|
"3.088441, 2.979161, 2.781369, 2.362803, 1.618713",\
|
|
"3.223371, 3.114092, 2.916299, 2.497733, 1.753644",\
|
|
"3.459659, 3.350379, 3.152587, 2.734021, 1.989931",\
|
|
"3.853219, 3.743940, 3.546147, 3.127581, 2.383492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.369461, 6.260181, 6.062389, 5.643823, 4.899734",\
|
|
"6.472328, 6.363049, 6.165257, 5.746690, 5.002601",\
|
|
"6.673136, 6.563856, 6.366064, 5.947498, 5.203408",\
|
|
"7.098036, 6.988756, 6.790964, 6.372398, 5.628308",\
|
|
"7.844545, 7.735266, 7.537474, 7.118907, 6.374818");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.768188, -2.658909, -2.461117, -2.042551, -1.298461",\
|
|
"-2.870638, -2.761359, -2.563566, -2.145000, -1.400911",\
|
|
"-3.005569, -2.896289, -2.698497, -2.279931, -1.535841",\
|
|
"-3.241856, -3.132576, -2.934784, -2.516218, -1.772129",\
|
|
"-3.635416, -3.526137, -3.328344, -2.909778, -2.165689");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.420811, -5.311531, -5.113739, -4.695173, -3.951083",\
|
|
"-5.523678, -5.414398, -5.216606, -4.798040, -4.053950",\
|
|
"-5.724485, -5.615206, -5.417414, -4.998847, -4.254758",\
|
|
"-6.149386, -6.040107, -5.842315, -5.423748, -4.679659",\
|
|
"-6.895896, -6.786616, -6.588824, -6.170258, -5.426168");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.932462, 1.836808, 1.684894, 1.408825, 0.979961",\
|
|
"2.034912, 1.939258, 1.787344, 1.511274, 1.082411",\
|
|
"2.169842, 2.074188, 1.922274, 1.646205, 1.217341",\
|
|
"2.406129, 2.310476, 2.158562, 1.882492, 1.453629",\
|
|
"2.799690, 2.704036, 2.552122, 2.276052, 1.847189");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.602809, 4.507155, 4.355241, 4.079172, 3.650308",\
|
|
"4.705676, 4.610022, 4.458108, 4.182039, 3.753175",\
|
|
"4.906484, 4.810830, 4.658916, 4.382846, 3.953983",\
|
|
"5.331384, 5.235730, 5.083816, 4.807746, 4.378883",\
|
|
"6.077893, 5.982239, 5.830326, 5.554256, 5.125392");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.700120, -1.583589, -1.392903, -1.007596, -0.270981",\
|
|
"-1.802570, -1.686038, -1.495352, -1.110045, -0.373430",\
|
|
"-1.937500, -1.820969, -1.630283, -1.244976, -0.508361",\
|
|
"-2.173788, -2.057256, -1.866570, -1.481263, -0.744648",\
|
|
"-2.567348, -2.450816, -2.260130, -1.874823, -1.138208");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.554237, -3.437705, -3.247019, -2.861712, -2.125097",\
|
|
"-3.657103, -3.540572, -3.349886, -2.964579, -2.227964",\
|
|
"-3.857911, -3.741380, -3.550694, -3.165387, -2.428772",\
|
|
"-4.282812, -4.166281, -3.975594, -3.590287, -2.853672",\
|
|
"-5.029322, -4.912790, -4.722104, -4.336797, -3.600182");
|
|
}
|
|
|
|
} /* 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.011344 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.860850, 1.751570, 1.553778, 1.135212, 0.391123",\
|
|
"1.965276, 1.855996, 1.658204, 1.239638, 0.495548",\
|
|
"2.122841, 2.013561, 1.815769, 1.397203, 0.653113",\
|
|
"2.416825, 2.307546, 2.109753, 1.691187, 0.947098",\
|
|
"2.933013, 2.823734, 2.625941, 2.207375, 1.463286");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.510344, 4.401064, 4.203272, 3.784705, 3.040616",\
|
|
"4.615262, 4.505982, 4.308190, 3.889624, 3.145535",\
|
|
"4.808130, 4.698851, 4.501059, 4.082493, 3.338403",\
|
|
"5.203023, 5.093743, 4.895951, 4.477385, 3.733295",\
|
|
"5.868633, 5.759354, 5.561562, 5.142996, 4.398906");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.575012, -1.465733, -1.267940, -0.849374, -0.105285",\
|
|
"-1.655440, -1.546161, -1.348368, -0.929802, -0.185713",\
|
|
"-1.769263, -1.659984, -1.462191, -1.043625, -0.299536",\
|
|
"-1.940015, -1.830735, -1.632943, -1.214377, -0.470287",\
|
|
"-2.109022, -1.999743, -1.801951, -1.383384, -0.639295");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.754573, -3.645293, -3.447501, -3.028935, -2.284845",\
|
|
"-3.835118, -3.725839, -3.528046, -3.109480, -2.365391",\
|
|
"-3.983563, -3.874284, -3.676491, -3.257925, -2.513836",\
|
|
"-4.253303, -4.144023, -3.946231, -3.527664, -2.783575",\
|
|
"-4.566323, -4.457044, -4.259252, -3.840685, -3.096596");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.760552, 1.664899, 1.512985, 1.236915, 0.808052",\
|
|
"1.864978, 1.769324, 1.617410, 1.341340, 0.912477",\
|
|
"2.022543, 1.926889, 1.774975, 1.498906, 1.070042",\
|
|
"2.316527, 2.220874, 2.068960, 1.792890, 1.364027",\
|
|
"2.832716, 2.737062, 2.585148, 2.309078, 1.880215");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.701464, 3.605811, 3.453897, 3.177827, 2.748964",\
|
|
"3.806383, 3.710729, 3.558815, 3.282745, 2.853882",\
|
|
"3.999252, 3.903598, 3.751684, 3.475614, 3.046751",\
|
|
"4.394144, 4.298490, 4.146576, 3.870506, 3.441643",\
|
|
"5.059755, 4.964101, 4.812187, 4.536118, 4.107255");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.334099, -1.217553, -1.026866, -0.641508, 0.095275",\
|
|
"-1.414527, -1.297981, -1.107294, -0.721936, 0.014847",\
|
|
"-1.528350, -1.411805, -1.221117, -0.835759, -0.098976",\
|
|
"-1.699102, -1.582556, -1.391868, -1.006510, -0.269727",\
|
|
"-1.868110, -1.751564, -1.560876, -1.175518, -0.438735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.713764, -2.597218, -2.406530, -2.021172, -1.284389",\
|
|
"-2.794309, -2.677763, -2.487076, -2.101717, -1.364935",\
|
|
"-2.942754, -2.826208, -2.635520, -2.250162, -1.513380",\
|
|
"-3.212493, -3.095947, -2.905260, -2.519901, -1.783119",\
|
|
"-3.525514, -3.408968, -3.218280, -2.832922, -2.096139");
|
|
}
|
|
|
|
} /* 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.007313 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.412431, 2.303152, 2.105359, 1.686793, 0.942704",\
|
|
"2.515039, 2.405760, 2.207968, 1.789401, 1.045312",\
|
|
"2.649405, 2.540126, 2.342333, 1.923767, 1.179678",\
|
|
"2.886355, 2.777076, 2.579284, 2.160717, 1.416628",\
|
|
"3.277678, 3.168399, 2.970607, 2.552040, 1.807951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.237302, 5.128023, 4.930230, 4.511664, 3.767575",\
|
|
"5.340313, 5.231034, 5.033241, 4.614675, 3.870586",\
|
|
"5.540834, 5.431555, 5.233763, 4.815197, 4.071107",\
|
|
"5.967160, 5.857881, 5.660088, 5.241522, 4.497433",\
|
|
"6.716179, 6.606900, 6.409108, 5.990541, 5.246452");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.205297, -2.096017, -1.898225, -1.479659, -0.735569",\
|
|
"-2.302549, -2.193270, -1.995477, -1.576911, -0.832822",\
|
|
"-2.427173, -2.317894, -2.120101, -1.701535, -0.957446",\
|
|
"-2.636678, -2.527398, -2.329606, -1.911039, -1.166950",\
|
|
"-2.950678, -2.841398, -2.643606, -2.225039, -1.480950");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.370390, -4.261111, -4.063319, -3.644753, -2.900663",\
|
|
"-4.467929, -4.358650, -4.160857, -3.742291, -2.998202",\
|
|
"-4.658496, -4.549217, -4.351425, -3.932858, -3.188769",\
|
|
"-5.056778, -4.947499, -4.749706, -4.331140, -3.587051",\
|
|
"-5.726792, -5.617513, -5.419720, -5.001154, -4.257065");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.459909, 1.364255, 1.212341, 0.936271, 0.507408",\
|
|
"1.562517, 1.466863, 1.314949, 1.038880, 0.610016",\
|
|
"1.696883, 1.601229, 1.449315, 1.173245, 0.744382",\
|
|
"1.933833, 1.838179, 1.686266, 1.410196, 0.981332",\
|
|
"2.325156, 2.229502, 2.077588, 1.801518, 1.372655");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.568312, 3.472658, 3.320745, 3.044675, 2.615811",\
|
|
"3.671323, 3.575669, 3.423756, 3.147686, 2.718822",\
|
|
"3.871845, 3.776191, 3.624277, 3.348207, 2.919344",\
|
|
"4.298169, 4.202516, 4.050602, 3.774532, 3.345669",\
|
|
"5.047189, 4.951535, 4.799622, 4.523552, 4.094688");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.117170, -1.000624, -0.809936, -0.424578, 0.312205",\
|
|
"-1.214422, -1.097876, -0.907189, -0.521830, 0.214952",\
|
|
"-1.339046, -1.222500, -1.031812, -0.646454, 0.090328",\
|
|
"-1.548550, -1.432004, -1.241317, -0.855959, -0.119176",\
|
|
"-1.862550, -1.746005, -1.555317, -1.169959, -0.433176");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.475603, -2.359057, -2.168369, -1.783011, -1.046228",\
|
|
"-2.573142, -2.456596, -2.265908, -1.880550, -1.143767",\
|
|
"-2.763709, -2.647163, -2.456476, -2.071117, -1.334335",\
|
|
"-3.161991, -3.045445, -2.854757, -2.469399, -1.732616",\
|
|
"-3.832004, -3.715458, -3.524771, -3.139412, -2.402630");
|
|
}
|
|
|
|
} /* 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.006625 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.733724, 1.624444, 1.426652, 1.008086, 0.263996",\
|
|
"1.836190, 1.726910, 1.529118, 1.110551, 0.366462",\
|
|
"1.970993, 1.861714, 1.663921, 1.245355, 0.501266",\
|
|
"2.207367, 2.098087, 1.900295, 1.481729, 0.737639",\
|
|
"2.600359, 2.491080, 2.293288, 1.874721, 1.130632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.108691, 2.999411, 2.801619, 2.383053, 1.638963",\
|
|
"3.211607, 3.102327, 2.904535, 2.485969, 1.741879",\
|
|
"3.412334, 3.303055, 3.105263, 2.686697, 1.942607",\
|
|
"3.837917, 3.728637, 3.530845, 3.112279, 2.368190",\
|
|
"4.586668, 4.477388, 4.279596, 3.861030, 3.116941");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.491081, -1.381802, -1.184010, -0.765443, -0.021354",\
|
|
"-1.559334, -1.450055, -1.252262, -0.833696, -0.089607",\
|
|
"-1.631900, -1.522621, -1.324828, -0.906262, -0.162173",\
|
|
"-1.692934, -1.583655, -1.385863, -0.967296, -0.223207",\
|
|
"-1.591949, -1.482669, -1.284877, -0.866310, -0.122221");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.694371, -2.585092, -2.387300, -1.968733, -1.224644",\
|
|
"-2.762249, -2.652970, -2.455178, -2.036612, -1.292522",\
|
|
"-2.899244, -2.789964, -2.592172, -2.173606, -1.429517",\
|
|
"-3.145270, -3.035991, -2.838199, -2.419632, -1.675543",\
|
|
"-3.388165, -3.278886, -3.081094, -2.662528, -1.918438");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.811448, 1.715794, 1.563880, 1.287810, 0.858947",\
|
|
"1.913913, 1.818260, 1.666346, 1.390276, 0.961413",\
|
|
"2.048717, 1.953063, 1.801149, 1.525079, 1.096216",\
|
|
"2.285090, 2.189437, 2.037523, 1.761453, 1.332590",\
|
|
"2.678083, 2.582429, 2.430516, 2.154446, 1.725582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.217311, 3.121657, 2.969743, 2.693674, 2.264810",\
|
|
"3.320226, 3.224573, 3.072659, 2.796589, 2.367726",\
|
|
"3.520955, 3.425301, 3.273387, 2.997317, 2.568454",\
|
|
"3.946537, 3.850883, 3.698970, 3.422900, 2.994036",\
|
|
"4.695288, 4.599635, 4.447721, 4.171651, 3.742788");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.520899, -1.404355, -1.213668, -0.828325, -0.091593",\
|
|
"-1.589151, -1.472608, -1.281921, -0.896578, -0.159845",\
|
|
"-1.661717, -1.545174, -1.354487, -0.969144, -0.232411",\
|
|
"-1.722751, -1.606208, -1.415521, -1.030178, -0.293446",\
|
|
"-1.621766, -1.505222, -1.314535, -0.929192, -0.192460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.677232, -2.560688, -2.370001, -1.984658, -1.247926",\
|
|
"-2.745110, -2.628567, -2.437880, -2.052536, -1.315804",\
|
|
"-2.882104, -2.765561, -2.574874, -2.189531, -1.452798",\
|
|
"-3.128131, -3.011588, -2.820900, -2.435557, -1.698825",\
|
|
"-3.371026, -3.254483, -3.063796, -2.678452, -1.941720");
|
|
}
|
|
|
|
} /* 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.012560 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.310527, 2.201247, 2.003455, 1.584889, 0.840800",\
|
|
"2.411362, 2.302082, 2.104290, 1.685724, 0.941634",\
|
|
"2.566925, 2.457645, 2.259853, 1.841287, 1.097197",\
|
|
"2.855210, 2.745931, 2.548139, 2.129572, 1.385483",\
|
|
"3.368805, 3.259526, 3.061733, 2.643167, 1.899078");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.758619, 5.649340, 5.451547, 5.032981, 4.288892",\
|
|
"5.862872, 5.753592, 5.555800, 5.137234, 4.393145",\
|
|
"6.025852, 5.916573, 5.718780, 5.300214, 4.556125",\
|
|
"6.314812, 6.205533, 6.007740, 5.589174, 4.845085",\
|
|
"6.774337, 6.665058, 6.467266, 6.048699, 5.304610");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.115729, -2.006449, -1.808657, -1.390091, -0.646001",\
|
|
"-2.216564, -2.107285, -1.909492, -1.490926, -0.746837",\
|
|
"-2.372127, -2.262847, -2.065055, -1.646489, -0.902400",\
|
|
"-2.660412, -2.551133, -2.353340, -1.934774, -1.190685",\
|
|
"-3.174007, -3.064728, -2.866936, -2.448370, -1.704280");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.637204, -4.527925, -4.330132, -3.911566, -3.167477",\
|
|
"-4.741457, -4.632178, -4.434385, -4.015819, -3.271730",\
|
|
"-4.904438, -4.795158, -4.597366, -4.178800, -3.434710",\
|
|
"-5.193398, -5.084119, -4.886326, -4.467760, -3.723671",\
|
|
"-5.652923, -5.543644, -5.345851, -4.927285, -4.183196");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.342690, 1.247036, 1.095122, 0.819053, 0.390189",\
|
|
"1.443525, 1.347871, 1.195957, 0.919888, 0.491024",\
|
|
"1.599088, 1.503434, 1.351520, 1.075451, 0.646587",\
|
|
"1.887374, 1.791720, 1.639806, 1.363736, 0.934873",\
|
|
"2.400968, 2.305315, 2.153401, 1.877331, 1.448467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.074766, 3.979112, 3.827198, 3.551128, 3.122265",\
|
|
"4.179018, 4.083365, 3.931451, 3.655381, 3.226518",\
|
|
"4.341999, 4.246345, 4.094431, 3.818361, 3.389498",\
|
|
"4.630959, 4.535305, 4.383391, 4.107321, 3.678458",\
|
|
"5.090484, 4.994830, 4.842916, 4.566846, 4.137983");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.089491, -0.972959, -0.782273, -0.396966, 0.339649",\
|
|
"-1.190326, -1.073794, -0.883108, -0.497801, 0.238814",\
|
|
"-1.345889, -1.229357, -1.038671, -0.653364, 0.083251",\
|
|
"-1.634174, -1.517643, -1.326957, -0.941649, -0.205034",\
|
|
"-2.147769, -2.031238, -1.840551, -1.455244, -0.718629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.810026, -2.693495, -2.502809, -2.117501, -1.380886",\
|
|
"-2.914279, -2.797748, -2.607062, -2.221755, -1.485139",\
|
|
"-3.077260, -2.960728, -2.770042, -2.384735, -1.648120",\
|
|
"-3.366220, -3.249689, -3.059002, -2.673695, -1.937080",\
|
|
"-3.825745, -3.709214, -3.518528, -3.133220, -2.396605");
|
|
}
|
|
|
|
} /* 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.013988 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.374864, 2.265584, 2.067792, 1.649226, 0.905137",\
|
|
"2.475301, 2.366022, 2.168229, 1.749663, 1.005574",\
|
|
"2.632590, 2.523311, 2.325518, 1.906952, 1.162863",\
|
|
"2.922701, 2.813422, 2.615629, 2.197063, 1.452974",\
|
|
"3.437292, 3.328013, 3.130221, 2.711654, 1.967565");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.925819, 4.816540, 4.618748, 4.200181, 3.456092",\
|
|
"5.029893, 4.920614, 4.722822, 4.304255, 3.560166",\
|
|
"5.193221, 5.083941, 4.886149, 4.467583, 3.723493",\
|
|
"5.481483, 5.372204, 5.174412, 4.755845, 4.011756",\
|
|
"5.937680, 5.828401, 5.630609, 5.212042, 4.467953");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.055615, -1.946336, -1.748544, -1.329978, -0.585888",\
|
|
"-2.156053, -2.046774, -1.848981, -1.430415, -0.686326",\
|
|
"-2.313342, -2.204062, -2.006270, -1.587704, -0.843615",\
|
|
"-2.603452, -2.494173, -2.296381, -1.877815, -1.133725",\
|
|
"-3.118044, -3.008765, -2.810972, -2.392406, -1.648317");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.470012, -4.360732, -4.162940, -3.744374, -3.000284",\
|
|
"-4.574085, -4.464806, -4.267014, -3.848447, -3.104358",\
|
|
"-4.737412, -4.628133, -4.430341, -4.011774, -3.267685",\
|
|
"-5.025675, -4.916396, -4.718604, -4.300037, -3.555948",\
|
|
"-5.481873, -5.372593, -5.174801, -4.756234, -4.012145");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.388783, 1.293129, 1.141215, 0.865146, 0.436282",\
|
|
"1.489220, 1.393567, 1.241653, 0.965583, 0.536720",\
|
|
"1.646509, 1.550856, 1.398942, 1.122872, 0.694009",\
|
|
"1.936620, 1.840966, 1.689053, 1.412983, 0.984120",\
|
|
"2.451211, 2.355558, 2.203644, 1.927574, 1.498711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.204665, 3.109012, 2.957098, 2.681028, 2.252165",\
|
|
"3.308739, 3.213086, 3.061172, 2.785102, 2.356239",\
|
|
"3.472067, 3.376413, 3.224500, 2.948430, 2.519567",\
|
|
"3.760329, 3.664676, 3.512762, 3.236692, 2.807829",\
|
|
"4.216526, 4.120872, 3.968959, 3.692889, 3.264026");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.037862, -0.921330, -0.730644, -0.345337, 0.391278",\
|
|
"-1.138299, -1.021768, -0.831082, -0.445775, 0.290840",\
|
|
"-1.295588, -1.179057, -0.988371, -0.603064, 0.133551",\
|
|
"-1.585699, -1.469168, -1.278481, -0.893175, -0.156559",\
|
|
"-2.100291, -1.983759, -1.793073, -1.407766, -0.671151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.657744, -2.541212, -2.350526, -1.965219, -1.228604",\
|
|
"-2.761817, -2.645286, -2.454600, -2.069293, -1.332678",\
|
|
"-2.925145, -2.808613, -2.617927, -2.232620, -1.496005",\
|
|
"-3.213408, -3.096876, -2.906190, -2.520883, -1.784268",\
|
|
"-3.669604, -3.553073, -3.362387, -2.977080, -2.240465");
|
|
}
|
|
|
|
} /* 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.007655 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.332023, 2.222744, 2.024951, 1.606385, 0.862296",\
|
|
"2.433868, 2.324589, 2.126796, 1.708230, 0.964141",\
|
|
"2.568904, 2.459624, 2.261832, 1.843266, 1.099177",\
|
|
"2.808258, 2.698979, 2.501187, 2.082620, 1.338531",\
|
|
"3.195734, 3.086455, 2.888663, 2.470096, 1.726007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.708247, 4.598967, 4.401175, 3.982609, 3.238519",\
|
|
"4.810587, 4.701308, 4.503516, 4.084949, 3.340860",\
|
|
"5.011613, 4.902334, 4.704542, 4.285975, 3.541886",\
|
|
"5.429864, 5.320585, 5.122793, 4.704226, 3.960137",\
|
|
"6.160476, 6.051196, 5.853404, 5.434837, 4.690748");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.073030, -1.963751, -1.765959, -1.347393, -0.603303",\
|
|
"-2.169189, -2.059909, -1.862117, -1.443551, -0.699462",\
|
|
"-2.293875, -2.184595, -1.986803, -1.568237, -0.824147",\
|
|
"-2.504070, -2.394791, -2.196998, -1.778432, -1.034343",\
|
|
"-2.809398, -2.700119, -2.502327, -2.083760, -1.339671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.501295, -4.392015, -4.194223, -3.775656, -3.031567",\
|
|
"-4.597828, -4.488548, -4.290756, -3.872190, -3.128101",\
|
|
"-4.788286, -4.679007, -4.481215, -4.062648, -3.318559",\
|
|
"-5.176764, -5.067485, -4.869693, -4.451126, -3.707037",\
|
|
"-5.823499, -5.714219, -5.516427, -5.097860, -4.353771");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.300138, 1.204484, 1.052570, 0.776500, 0.347637",\
|
|
"1.401983, 1.306329, 1.154416, 0.878346, 0.449483",\
|
|
"1.537019, 1.441365, 1.289451, 1.013381, 0.584518",\
|
|
"1.776373, 1.680719, 1.528805, 1.252736, 0.823872",\
|
|
"2.163849, 2.068195, 1.916281, 1.640211, 1.211348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.948147, 2.852493, 2.700580, 2.424510, 1.995646",\
|
|
"3.050488, 2.954834, 2.802920, 2.526850, 2.097987",\
|
|
"3.251514, 3.155860, 3.003947, 2.727877, 2.299013",\
|
|
"3.669765, 3.574111, 3.422197, 3.146127, 2.717264",\
|
|
"4.400375, 4.304722, 4.152808, 3.876738, 3.447875");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.061010, -0.944479, -0.753793, -0.368486, 0.368130",\
|
|
"-1.157168, -1.040637, -0.849951, -0.464644, 0.271971",\
|
|
"-1.281854, -1.165323, -0.974636, -0.589329, 0.147286",\
|
|
"-1.492050, -1.375518, -1.184832, -0.799525, -0.062910",\
|
|
"-1.797378, -1.680847, -1.490160, -1.104853, -0.368238");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.689720, -2.573189, -2.382503, -1.997195, -1.260580",\
|
|
"-2.786253, -2.669722, -2.479036, -2.093729, -1.357114",\
|
|
"-2.976712, -2.860180, -2.669494, -2.284187, -1.547572",\
|
|
"-3.365190, -3.248658, -3.057972, -2.672665, -1.936050",\
|
|
"-4.011924, -3.895392, -3.704706, -3.319399, -2.582784");
|
|
}
|
|
|
|
} /* 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.011091 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.766706, 1.657427, 1.459634, 1.041068, 0.296966",\
|
|
"1.871395, 1.762116, 1.564323, 1.145757, 0.401655",\
|
|
"2.028906, 1.919627, 1.721835, 1.303268, 0.559166",\
|
|
"2.321836, 2.212556, 2.014764, 1.596197, 0.852095",\
|
|
"2.837435, 2.728156, 2.530364, 2.111797, 1.367695");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.326242, 4.216963, 4.019170, 3.600604, 2.856502",\
|
|
"4.431164, 4.321884, 4.124092, 3.705525, 2.961423",\
|
|
"4.623281, 4.514001, 4.316208, 3.897642, 3.153540",\
|
|
"5.019666, 4.910386, 4.712594, 4.294027, 3.549925",\
|
|
"5.688143, 5.578863, 5.381071, 4.962504, 4.218402");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.496589, -1.387310, -1.189517, -0.770950, -0.026849",\
|
|
"-1.594677, -1.485397, -1.287605, -0.869038, -0.124937",\
|
|
"-1.740177, -1.630898, -1.433105, -1.014538, -0.270437",\
|
|
"-1.999268, -1.889989, -1.692196, -1.273630, -0.529528",\
|
|
"-2.419537, -2.310258, -2.112465, -1.693899, -0.949797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.649840, -3.540561, -3.342768, -2.924201, -2.180100",\
|
|
"-3.748057, -3.638777, -3.440985, -3.022418, -2.278316",\
|
|
"-3.927974, -3.818694, -3.620902, -3.202335, -2.458233",\
|
|
"-4.289988, -4.180708, -3.982916, -3.564349, -2.820248",\
|
|
"-4.861633, -4.752353, -4.554561, -4.135994, -3.391892");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.593686, 1.498032, 1.346118, 1.070044, 0.641167",\
|
|
"1.698375, 1.602720, 1.450807, 1.174733, 0.745856",\
|
|
"1.855886, 1.760231, 1.608318, 1.332244, 0.903367",\
|
|
"2.148815, 2.053161, 1.901247, 1.625173, 1.196296",\
|
|
"2.664415, 2.568760, 2.416847, 2.140773, 1.711896");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.417794, 3.322140, 3.170226, 2.894152, 2.465275",\
|
|
"3.522716, 3.427061, 3.275147, 2.999073, 2.570196",\
|
|
"3.714832, 3.619178, 3.467264, 3.191190, 2.762313",\
|
|
"4.111217, 4.015563, 3.863649, 3.587575, 3.158698",\
|
|
"4.779694, 4.684039, 4.532125, 4.256051, 3.827174");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.350460, -1.233929, -1.043242, -0.657936, 0.078680",\
|
|
"-1.448548, -1.332016, -1.141330, -0.756023, -0.019408",\
|
|
"-1.594049, -1.477517, -1.286831, -0.901524, -0.164909",\
|
|
"-1.853139, -1.736608, -1.545922, -1.160615, -0.424000",\
|
|
"-2.273408, -2.156877, -1.966191, -1.580884, -0.844269");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.693415, -2.576884, -2.386197, -2.000890, -1.264275",\
|
|
"-2.791631, -2.675100, -2.484414, -2.099107, -1.362492",\
|
|
"-2.971548, -2.855017, -2.664331, -2.279024, -1.542409",\
|
|
"-3.333562, -3.217031, -3.026345, -2.641038, -1.904423",\
|
|
"-3.905208, -3.788676, -3.597990, -3.212683, -2.476068");
|
|
}
|
|
|
|
} /* 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.003675 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.897483, 2.788203, 2.590411, 2.171844, 1.427755",\
|
|
"2.999310, 2.890031, 2.692239, 2.273673, 1.529583",\
|
|
"3.134322, 3.025043, 2.827251, 2.408684, 1.664595",\
|
|
"3.373883, 3.264603, 3.066811, 2.648245, 1.904155",\
|
|
"3.760322, 3.651043, 3.453250, 3.034684, 2.290595");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.328830, 6.219550, 6.021758, 5.603192, 4.859102",\
|
|
"6.431136, 6.321856, 6.124064, 5.705498, 4.961409",\
|
|
"6.632178, 6.522899, 6.325107, 5.906540, 5.162451",\
|
|
"7.049694, 6.940414, 6.742622, 6.324056, 5.579967",\
|
|
"7.778580, 7.669300, 7.471508, 7.052942, 6.308852");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.679680, -2.570401, -2.372608, -1.954042, -1.209953",\
|
|
"-2.781508, -2.672229, -2.474436, -2.055870, -1.311781",\
|
|
"-2.916520, -2.807241, -2.609448, -2.190882, -1.446793",\
|
|
"-3.156080, -3.046801, -2.849008, -2.430442, -1.686353",\
|
|
"-3.542520, -3.433240, -3.235448, -2.816882, -2.072792");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.380108, -5.270828, -5.073036, -4.654470, -3.910381",\
|
|
"-5.482413, -5.373134, -5.175342, -4.756775, -4.012686",\
|
|
"-5.683456, -5.574177, -5.376385, -4.957819, -4.213729",\
|
|
"-6.100972, -5.991693, -5.793900, -5.375334, -4.631245",\
|
|
"-6.829858, -6.720578, -6.522786, -6.104220, -5.360130");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.843954, 1.748300, 1.596386, 1.320316, 0.891453",\
|
|
"1.945781, 1.850128, 1.698214, 1.422144, 0.993281",\
|
|
"2.080793, 1.985140, 1.833226, 1.557156, 1.128293",\
|
|
"2.320354, 2.224700, 2.072786, 1.796716, 1.367853",\
|
|
"2.706793, 2.611139, 2.459225, 2.183156, 1.754292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.562178, 4.466524, 4.314610, 4.038541, 3.609677",\
|
|
"4.664484, 4.568830, 4.416916, 4.140847, 3.711983",\
|
|
"4.865526, 4.769872, 4.617959, 4.341889, 3.913025",\
|
|
"5.283042, 5.187388, 5.035474, 4.759405, 4.330541",\
|
|
"6.011928, 5.916274, 5.764360, 5.488290, 5.059427");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.611612, -1.495080, -1.304394, -0.919087, -0.182472",\
|
|
"-1.713440, -1.596908, -1.406222, -1.020915, -0.284300",\
|
|
"-1.848452, -1.731920, -1.541234, -1.155927, -0.419312",\
|
|
"-2.088012, -1.971480, -1.780794, -1.395487, -0.658872",\
|
|
"-2.474451, -2.357920, -2.167234, -1.781927, -1.045312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.513534, -3.397002, -3.206316, -2.821009, -2.084394",\
|
|
"-3.615839, -3.499308, -3.308622, -2.923315, -2.186700",\
|
|
"-3.816882, -3.700351, -3.509664, -3.124357, -2.387742",\
|
|
"-4.234397, -4.117866, -3.927180, -3.541873, -2.805258",\
|
|
"-4.963284, -4.846752, -4.656066, -4.270759, -3.534144");
|
|
}
|
|
|
|
} /* 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.009901 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.815791, 1.706511, 1.508719, 1.090153, 0.346063",\
|
|
"1.916541, 1.807262, 1.609470, 1.190903, 0.446814",\
|
|
"2.072754, 1.963474, 1.765682, 1.347116, 0.603026",\
|
|
"2.361916, 2.252637, 2.054845, 1.636278, 0.892189",\
|
|
"2.877153, 2.767874, 2.570081, 2.151515, 1.407426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.312454, 4.203175, 4.005383, 3.586817, 2.842727",\
|
|
"4.416722, 4.307443, 4.109651, 3.691084, 2.946995",\
|
|
"4.580086, 4.470806, 4.273014, 3.854448, 3.110358",\
|
|
"4.869576, 4.760296, 4.562504, 4.143937, 3.399848",\
|
|
"5.329368, 5.220088, 5.022296, 4.603729, 3.859640");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.411345, -1.302066, -1.104273, -0.685707, 0.058382",\
|
|
"-1.512096, -1.402816, -1.205024, -0.786458, -0.042368",\
|
|
"-1.668308, -1.559028, -1.361236, -0.942670, -0.198581",\
|
|
"-1.957471, -1.848191, -1.650399, -1.231833, -0.487743",\
|
|
"-2.472707, -2.363428, -2.165636, -1.747069, -1.002980");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.751077, -3.641798, -3.444005, -3.025439, -2.281350",\
|
|
"-3.855344, -3.746065, -3.548272, -3.129706, -2.385617",\
|
|
"-4.018707, -3.909428, -3.711636, -3.293070, -2.548980",\
|
|
"-4.308198, -4.198919, -4.001126, -3.582560, -2.838471",\
|
|
"-4.767990, -4.658711, -4.460918, -4.042353, -3.298263");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.715511, 1.619857, 1.467943, 1.191874, 0.763010",\
|
|
"1.816262, 1.720608, 1.568694, 1.292625, 0.863761",\
|
|
"1.972474, 1.876821, 1.724907, 1.448837, 1.019974",\
|
|
"2.261637, 2.165983, 2.014069, 1.738000, 1.309136",\
|
|
"2.776873, 2.681220, 2.529306, 2.253236, 1.824373");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.503680, 3.408027, 3.256113, 2.980043, 2.551180",\
|
|
"3.607948, 3.512294, 3.360380, 3.084310, 2.655447",\
|
|
"3.771311, 3.675657, 3.523743, 3.247674, 2.818810",\
|
|
"4.060801, 3.965147, 3.813234, 3.537164, 3.108301",\
|
|
"4.520593, 4.424940, 4.273026, 3.996956, 3.568093");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.170747, -1.054201, -0.863513, -0.478155, 0.258628",\
|
|
"-1.271497, -1.154951, -0.964264, -0.578906, 0.157877",\
|
|
"-1.427709, -1.311164, -1.120476, -0.735118, 0.001665",\
|
|
"-1.716872, -1.600326, -1.409639, -1.024281, -0.287498",\
|
|
"-2.232109, -2.115563, -1.924876, -1.539517, -0.802735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.710345, -2.593799, -2.403112, -2.017754, -1.280971",\
|
|
"-2.814612, -2.698066, -2.507379, -2.122021, -1.385238",\
|
|
"-2.977976, -2.861430, -2.670743, -2.285384, -1.548601",\
|
|
"-3.267466, -3.150920, -2.960233, -2.574874, -1.838092",\
|
|
"-3.727258, -3.610713, -3.420025, -3.034667, -2.297884");
|
|
}
|
|
|
|
} /* 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.005747 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.066836, 1.957557, 1.759764, 1.341198, 0.597109",\
|
|
"2.167911, 2.058632, 1.860839, 1.442273, 0.698184",\
|
|
"2.323025, 2.213745, 2.015953, 1.597387, 0.853297",\
|
|
"2.611231, 2.501951, 2.304159, 1.885593, 1.141504",\
|
|
"3.126472, 3.017192, 2.819400, 2.400834, 1.656744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.994083, 3.884804, 3.687011, 3.268445, 2.524356",\
|
|
"4.098482, 3.989202, 3.791410, 3.372844, 2.628755",\
|
|
"4.261321, 4.152042, 3.954250, 3.535683, 2.791594",\
|
|
"4.550400, 4.441121, 4.243328, 3.824762, 3.080673",\
|
|
"5.010674, 4.901395, 4.703602, 4.285036, 3.540947");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.957151, -1.847871, -1.650079, -1.231513, -0.487423",\
|
|
"-2.045536, -1.936257, -1.738464, -1.319898, -0.575809",\
|
|
"-2.177571, -2.068292, -1.870500, -1.451933, -0.707844",\
|
|
"-2.400759, -2.291480, -2.093687, -1.675121, -0.931032",\
|
|
"-2.732825, -2.623546, -2.425754, -2.007187, -1.263098");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.840304, -3.731024, -3.533232, -3.114666, -2.370576",\
|
|
"-3.931515, -3.822236, -3.624443, -3.205877, -2.461788",\
|
|
"-4.070371, -3.961092, -3.763299, -3.344733, -2.600644",\
|
|
"-4.291883, -4.182603, -3.984811, -3.566245, -2.822155",\
|
|
"-4.561801, -4.452522, -4.254729, -3.836163, -3.092074");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.114313, 1.018659, 0.866745, 0.590676, 0.161812",\
|
|
"1.215388, 1.119734, 0.967821, 0.691751, 0.262887",\
|
|
"1.370502, 1.274848, 1.122934, 0.846865, 0.418001",\
|
|
"1.658708, 1.563055, 1.411141, 1.135071, 0.706208",\
|
|
"2.173949, 2.078295, 1.926381, 1.650312, 1.221448");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.325093, 2.229439, 2.077526, 1.801456, 1.372593",\
|
|
"2.429492, 2.333838, 2.181925, 1.905855, 1.476992",\
|
|
"2.592332, 2.496678, 2.344764, 2.068694, 1.639831",\
|
|
"2.881410, 2.785757, 2.633843, 2.357773, 1.928910",\
|
|
"3.341685, 3.246031, 3.094118, 2.818048, 2.389184");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.869023, -0.752477, -0.561790, -0.176431, 0.560351",\
|
|
"-0.957408, -0.840862, -0.650175, -0.264817, 0.471966",\
|
|
"-1.089443, -0.972897, -0.782210, -0.396852, 0.339931",\
|
|
"-1.312631, -1.196085, -1.005398, -0.620039, 0.116743",\
|
|
"-1.644697, -1.528152, -1.337464, -0.952106, -0.215323");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.945516, -1.828970, -1.638283, -1.252924, -0.516142",\
|
|
"-2.036727, -1.920182, -1.729494, -1.344136, -0.607353",\
|
|
"-2.175584, -2.059038, -1.868350, -1.482992, -0.746209",\
|
|
"-2.397095, -2.280549, -2.089862, -1.704503, -0.967721",\
|
|
"-2.667014, -2.550468, -2.359781, -1.974422, -1.237640");
|
|
}
|
|
|
|
} /* 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.004284 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.550257, 1.440978, 1.243185, 0.824619, 0.080530",\
|
|
"1.652773, 1.543494, 1.345701, 0.927135, 0.183046",\
|
|
"1.787723, 1.678443, 1.480651, 1.062085, 0.317995",\
|
|
"2.024712, 1.915432, 1.717640, 1.299074, 0.554984",\
|
|
"2.420486, 2.311207, 2.113415, 1.694848, 0.950759");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.877800, 2.768520, 2.570728, 2.152162, 1.408072",\
|
|
"2.980746, 2.871467, 2.673675, 2.255108, 1.511019",\
|
|
"3.181482, 3.072202, 2.874410, 2.455844, 1.711755",\
|
|
"3.607818, 3.498539, 3.300746, 2.882180, 2.138091",\
|
|
"4.355558, 4.246279, 4.048487, 3.629920, 2.885831");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.388046, -1.278767, -1.080974, -0.662408, 0.081681",\
|
|
"-1.490562, -1.381283, -1.183490, -0.764924, -0.020835",\
|
|
"-1.625512, -1.516232, -1.318440, -0.899874, -0.155784",\
|
|
"-1.862501, -1.753221, -1.555429, -1.136863, -0.392773",\
|
|
"-2.258275, -2.148995, -1.951203, -1.532637, -0.788548");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.491902, -2.382622, -2.184830, -1.766264, -1.022174",\
|
|
"-2.594848, -2.485569, -2.287777, -1.869210, -1.125121",\
|
|
"-2.795584, -2.686305, -2.488512, -2.069946, -1.325857",\
|
|
"-3.221920, -3.112641, -2.914849, -2.496282, -1.752193",\
|
|
"-3.969660, -3.860381, -3.662589, -3.244022, -2.499933");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.627981, 1.532327, 1.380413, 1.104343, 0.675480",\
|
|
"1.730497, 1.634843, 1.482929, 1.206859, 0.777996",\
|
|
"1.865446, 1.769793, 1.617879, 1.341809, 0.912946",\
|
|
"2.102436, 2.006782, 1.854868, 1.578798, 1.149935",\
|
|
"2.498210, 2.402556, 2.250643, 1.974573, 1.545709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.986420, 2.890766, 2.738852, 2.462782, 2.033919",\
|
|
"3.089366, 2.993713, 2.841799, 2.565729, 2.136866",\
|
|
"3.290102, 3.194448, 3.042535, 2.766465, 2.337601",\
|
|
"3.716439, 3.620785, 3.468871, 3.192801, 2.763938",\
|
|
"4.464179, 4.368525, 4.216611, 3.940541, 3.511678");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.417863, -1.301320, -1.110633, -0.725290, 0.011443",\
|
|
"-1.520379, -1.403836, -1.213149, -0.827806, -0.091073",\
|
|
"-1.655329, -1.538786, -1.348098, -0.962755, -0.226023",\
|
|
"-1.892318, -1.775775, -1.585087, -1.199744, -0.463012",\
|
|
"-2.288092, -2.171549, -1.980862, -1.595518, -0.858786");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.474762, -2.358219, -2.167532, -1.782189, -1.045456",\
|
|
"-2.577709, -2.461166, -2.270479, -1.885136, -1.148403",\
|
|
"-2.778445, -2.661901, -2.471214, -2.085871, -1.349139",\
|
|
"-3.204781, -3.088238, -2.897551, -2.512208, -1.775475",\
|
|
"-3.952520, -3.835977, -3.645290, -3.259947, -2.523214");
|
|
}
|
|
|
|
} /* 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.006712 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.915007, 2.805727, 2.607935, 2.189369, 1.445280",\
|
|
"3.020544, 2.911265, 2.713473, 2.294906, 1.550817",\
|
|
"3.193517, 3.084238, 2.886446, 2.467880, 1.723790",\
|
|
"3.525028, 3.415748, 3.217956, 2.799390, 2.055300",\
|
|
"4.106079, 3.996799, 3.799007, 3.380441, 2.636352");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.686346, 5.577066, 5.379274, 4.960708, 4.216619",\
|
|
"5.797731, 5.688451, 5.490659, 5.072093, 4.328004",\
|
|
"5.990738, 5.881458, 5.683666, 5.265100, 4.521010",\
|
|
"6.388583, 6.279304, 6.081511, 5.662945, 4.918856",\
|
|
"7.082721, 6.973441, 6.775649, 6.357082, 5.612993");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.667512, -2.558233, -2.360440, -1.941874, -1.197785",\
|
|
"-2.773050, -2.663770, -2.465978, -2.047412, -1.303323",\
|
|
"-2.946022, -2.836743, -2.638951, -2.220384, -1.476295",\
|
|
"-3.277533, -3.168253, -2.970461, -2.551895, -1.807806",\
|
|
"-3.858584, -3.749305, -3.551512, -3.132946, -2.388857");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.067791, -4.958512, -4.760720, -4.342154, -3.598064",\
|
|
"-5.179177, -5.069898, -4.872106, -4.453539, -3.709450",\
|
|
"-5.372184, -5.262905, -5.065113, -4.646546, -3.902457",\
|
|
"-5.770029, -5.660749, -5.462957, -5.044391, -4.300302",\
|
|
"-6.464167, -6.354887, -6.157095, -5.738529, -4.994440");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.883058, 1.787404, 1.635490, 1.359420, 0.930557",\
|
|
"1.988595, 1.892941, 1.741028, 1.464958, 1.036095",\
|
|
"2.161568, 2.065915, 1.914001, 1.637931, 1.209068",\
|
|
"2.493078, 2.397425, 2.245511, 1.969441, 1.540578",\
|
|
"3.074130, 2.978476, 2.826562, 2.550492, 2.121629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.925901, 3.830247, 3.678334, 3.402264, 2.973400",\
|
|
"4.037286, 3.941633, 3.789719, 3.513649, 3.084786",\
|
|
"4.230293, 4.134640, 3.982726, 3.706656, 3.277793",\
|
|
"4.628139, 4.532485, 4.380571, 4.104501, 3.675638",\
|
|
"5.322276, 5.226623, 5.074709, 4.798639, 4.369776");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.655382, -1.538851, -1.348165, -0.962858, -0.226243",\
|
|
"-1.760920, -1.644389, -1.453702, -1.068395, -0.331780",\
|
|
"-1.933893, -1.817361, -1.626675, -1.241368, -0.504753",\
|
|
"-2.265403, -2.148871, -1.958185, -1.572878, -0.836263",\
|
|
"-2.846455, -2.729923, -2.539237, -2.153930, -1.417315");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.255885, -3.139353, -2.948667, -2.563360, -1.826745",\
|
|
"-3.367270, -3.250739, -3.060052, -2.674746, -1.938130",\
|
|
"-3.560277, -3.443746, -3.253060, -2.867753, -2.131138",\
|
|
"-3.958122, -3.841590, -3.650904, -3.265597, -2.528982",\
|
|
"-4.652260, -4.535729, -4.345043, -3.959736, -3.223121");
|
|
}
|
|
|
|
} /* 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.008150 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.119784, 2.010504, 1.812712, 1.394145, 0.650043",\
|
|
"2.221826, 2.112547, 1.914754, 1.496188, 0.752086",\
|
|
"2.362254, 2.252975, 2.055182, 1.636615, 0.892514",\
|
|
"2.625449, 2.516169, 2.318377, 1.899810, 1.155708",\
|
|
"3.045215, 2.935935, 2.738143, 2.319576, 1.575475");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.702613, 4.593333, 4.395541, 3.976974, 3.232872",\
|
|
"4.808362, 4.699082, 4.501290, 4.082723, 3.338622",\
|
|
"4.998592, 4.889313, 4.691520, 4.272954, 3.528852",\
|
|
"5.384105, 5.274825, 5.077033, 4.658466, 3.914364",\
|
|
"6.044743, 5.935463, 5.737670, 5.319104, 4.575002");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.857603, -1.748323, -1.550531, -1.131964, -0.387862",\
|
|
"-1.959645, -1.850366, -1.652573, -1.234007, -0.489905",\
|
|
"-2.100073, -1.990794, -1.793001, -1.374434, -0.630333",\
|
|
"-2.363267, -2.253988, -2.056196, -1.637629, -0.893527",\
|
|
"-2.783034, -2.673755, -2.475962, -2.057395, -1.313294");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.185269, -4.075989, -3.878197, -3.459630, -2.715528",\
|
|
"-4.291019, -4.181739, -3.983947, -3.565380, -2.821279",\
|
|
"-4.481286, -4.372006, -4.174213, -3.755647, -3.011545",\
|
|
"-4.868352, -4.759073, -4.561280, -4.142714, -3.398612",\
|
|
"-5.527833, -5.418553, -5.220760, -4.802194, -4.058092");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.946763, 1.851109, 1.699195, 1.423121, 0.994244",\
|
|
"2.048806, 1.953151, 1.801237, 1.525163, 1.096287",\
|
|
"2.189234, 2.093579, 1.941665, 1.665591, 1.236714",\
|
|
"2.452428, 2.356773, 2.204860, 1.928786, 1.499909",\
|
|
"2.872195, 2.776540, 2.624626, 2.348552, 1.919675");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.794164, 3.698509, 3.546596, 3.270522, 2.841645",\
|
|
"3.899914, 3.804259, 3.652345, 3.376271, 2.947395",\
|
|
"4.090144, 3.994489, 3.842576, 3.566502, 3.137625",\
|
|
"4.475656, 4.380001, 4.228087, 3.952013, 3.523136",\
|
|
"5.136293, 5.040638, 4.888725, 4.612651, 4.183774");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.711474, -1.594942, -1.404256, -1.018949, -0.282334",\
|
|
"-1.813516, -1.696985, -1.506299, -1.120992, -0.384377",\
|
|
"-1.953944, -1.837413, -1.646726, -1.261419, -0.524804",\
|
|
"-2.217139, -2.100607, -1.909921, -1.524614, -0.787999",\
|
|
"-2.636905, -2.520374, -2.329687, -1.944380, -1.207765");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.228843, -3.112312, -2.921626, -2.536319, -1.799704",\
|
|
"-3.334593, -3.218061, -3.027375, -2.642068, -1.905453",\
|
|
"-3.524859, -3.408328, -3.217642, -2.832335, -2.095720",\
|
|
"-3.911927, -3.795396, -3.604710, -3.219403, -2.482788",\
|
|
"-4.571406, -4.454875, -4.264189, -3.878882, -3.142267");
|
|
}
|
|
|
|
} /* 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.004968 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.336201, 2.226921, 2.029129, 1.610563, 0.866473",\
|
|
"2.440455, 2.331176, 2.133383, 1.714817, 0.970728",\
|
|
"2.598577, 2.489297, 2.291505, 1.872939, 1.128849",\
|
|
"2.893142, 2.783862, 2.586070, 2.167503, 1.423414",\
|
|
"3.407507, 3.298228, 3.100435, 2.681869, 1.937780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.912329, 4.803050, 4.605258, 4.186691, 3.442602",\
|
|
"5.017354, 4.908074, 4.710282, 4.291716, 3.547627",\
|
|
"5.210712, 5.101433, 4.903641, 4.485075, 3.740985",\
|
|
"5.603592, 5.494312, 5.296520, 4.877954, 4.133864",\
|
|
"6.262535, 6.153255, 5.955463, 5.536897, 4.792808");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.179223, -2.069944, -1.872151, -1.453585, -0.709496",\
|
|
"-2.283477, -2.174198, -1.976406, -1.557839, -0.813750",\
|
|
"-2.441599, -2.332319, -2.134527, -1.715961, -0.971872",\
|
|
"-2.736164, -2.626884, -2.429092, -2.010526, -1.266437",\
|
|
"-3.250530, -3.141250, -2.943458, -2.524891, -1.780802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.578206, -4.468926, -4.271134, -3.852568, -3.108479",\
|
|
"-4.683231, -4.573952, -4.376159, -3.957593, -3.213504",\
|
|
"-4.876589, -4.767310, -4.569518, -4.150951, -3.406862",\
|
|
"-5.269468, -5.160189, -4.962397, -4.543830, -3.799741",\
|
|
"-5.928411, -5.819132, -5.621339, -5.202773, -4.458684");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.281884, 1.186230, 1.034316, 0.758247, 0.329383",\
|
|
"1.386138, 1.290484, 1.138571, 0.862501, 0.433637",\
|
|
"1.544260, 1.448606, 1.296692, 1.020622, 0.591759",\
|
|
"1.838825, 1.743171, 1.591257, 1.315187, 0.886324",\
|
|
"2.353190, 2.257536, 2.105623, 1.829553, 1.400689");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.145686, 3.050032, 2.898118, 2.622049, 2.193185",\
|
|
"3.250711, 3.155057, 3.003143, 2.727074, 2.298210",\
|
|
"3.444069, 3.348415, 3.196502, 2.920432, 2.491569",\
|
|
"3.836949, 3.741295, 3.589381, 3.313312, 2.884448",\
|
|
"4.495892, 4.400238, 4.248324, 3.972255, 3.543391");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.110212, -0.993680, -0.802994, -0.417687, 0.318928",\
|
|
"-1.214466, -1.097934, -0.907248, -0.521941, 0.214674",\
|
|
"-1.372587, -1.256056, -1.065370, -0.680063, 0.056552",\
|
|
"-1.667152, -1.550621, -1.359935, -0.974628, -0.238013",\
|
|
"-2.181518, -2.064986, -1.874300, -1.488993, -0.752378");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.711637, -2.595105, -2.404419, -2.019112, -1.282497",\
|
|
"-2.816661, -2.700130, -2.509444, -2.124137, -1.387522",\
|
|
"-3.010020, -2.893488, -2.702802, -2.317495, -1.580880",\
|
|
"-3.402900, -3.286368, -3.095682, -2.710375, -1.973760",\
|
|
"-4.061842, -3.945311, -3.754625, -3.369318, -2.632703");
|
|
}
|
|
|
|
} /* 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.010567 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.400386, 1.291107, 1.093314, 0.674748, -0.069341",\
|
|
"1.500499, 1.391220, 1.193427, 0.774861, 0.030772",\
|
|
"1.637643, 1.528364, 1.330572, 0.912005, 0.167916",\
|
|
"1.885213, 1.775934, 1.578141, 1.159575, 0.415486",\
|
|
"2.267776, 2.158497, 1.960705, 1.542138, 0.798049");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.732893, 3.623613, 3.425821, 3.007255, 2.263165",\
|
|
"3.837790, 3.728511, 3.530719, 3.112152, 2.368063",\
|
|
"4.027369, 3.918089, 3.720297, 3.301730, 2.557641",\
|
|
"4.412318, 4.303039, 4.105247, 3.686681, 2.942591",\
|
|
"5.078262, 4.968983, 4.771191, 4.352624, 3.608535");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.063143, -0.953864, -0.756071, -0.337505, 0.406584",\
|
|
"-1.163256, -1.053977, -0.856184, -0.437618, 0.306471",\
|
|
"-1.300400, -1.191120, -0.993328, -0.574762, 0.169327",\
|
|
"-1.547970, -1.438690, -1.240898, -0.822332, -0.078243",\
|
|
"-1.930533, -1.821254, -1.623461, -1.204895, -0.460806");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.187743, -3.078464, -2.880672, -2.462105, -1.718016",\
|
|
"-3.292641, -3.183361, -2.985569, -2.567003, -1.822913",\
|
|
"-3.483141, -3.373862, -3.176069, -2.757503, -2.013414",\
|
|
"-3.868091, -3.758812, -3.561020, -3.142453, -2.398364",\
|
|
"-4.534035, -4.424756, -4.226963, -3.808397, -3.064308");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.300107, 1.204453, 1.052539, 0.776469, 0.347606",\
|
|
"1.400219, 1.304565, 1.152652, 0.876582, 0.447719",\
|
|
"1.537364, 1.441710, 1.289796, 1.013726, 0.584863",\
|
|
"1.784933, 1.689280, 1.537366, 1.261296, 0.832433",\
|
|
"2.167496, 2.071843, 1.919929, 1.643859, 1.214996");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.924118, 2.828464, 2.676550, 2.400481, 1.971617",\
|
|
"3.029016, 2.933362, 2.781448, 2.505379, 2.076515",\
|
|
"3.218594, 3.122941, 2.971027, 2.694957, 2.266094",\
|
|
"3.603544, 3.507891, 3.355977, 3.079907, 2.651044",\
|
|
"4.269488, 4.173834, 4.021920, 3.745851, 3.316988");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.822544, -0.705999, -0.515311, -0.129953, 0.606830",\
|
|
"-0.922657, -0.806111, -0.615424, -0.230066, 0.506717",\
|
|
"-1.059801, -0.943256, -0.752568, -0.367210, 0.369573",\
|
|
"-1.307371, -1.190825, -1.000138, -0.614780, 0.122003",\
|
|
"-1.689934, -1.573388, -1.382701, -0.997343, -0.260560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.147011, -2.030466, -1.839778, -1.454420, -0.717637",\
|
|
"-2.251909, -2.135363, -1.944676, -1.559317, -0.822535",\
|
|
"-2.442409, -2.325863, -2.135176, -1.749817, -1.013035",\
|
|
"-2.827360, -2.710814, -2.520126, -2.134768, -1.397985",\
|
|
"-3.493303, -3.376757, -3.186069, -2.800711, -2.063929");
|
|
}
|
|
|
|
} /* 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.005804 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.445600, 2.336321, 2.138528, 1.719962, 0.975873",\
|
|
"2.547447, 2.438168, 2.240375, 1.821809, 1.077720",\
|
|
"2.725843, 2.616564, 2.418772, 2.000206, 1.256116",\
|
|
"3.083427, 2.974148, 2.776356, 2.357789, 1.613700",\
|
|
"3.727010, 3.617731, 3.419939, 3.001372, 2.257283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.943754, 4.834475, 4.636682, 4.218116, 3.474027",\
|
|
"5.048471, 4.939192, 4.741399, 4.322833, 3.578744",\
|
|
"5.238207, 5.128928, 4.931135, 4.512569, 3.768480",\
|
|
"5.621763, 5.512484, 5.314691, 4.896125, 4.152036",\
|
|
"6.273680, 6.164401, 5.966609, 5.548042, 4.803953");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.318435, -2.209156, -2.011364, -1.592797, -0.848708",\
|
|
"-2.420282, -2.311003, -2.113211, -1.694644, -0.950555",\
|
|
"-2.598679, -2.489399, -2.291607, -1.873041, -1.128952",\
|
|
"-2.956263, -2.846983, -2.649191, -2.230625, -1.486535",\
|
|
"-3.599845, -3.490566, -3.292773, -2.874207, -2.130118");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.543083, -4.433804, -4.236012, -3.817445, -3.073356",\
|
|
"-4.647801, -4.538522, -4.340729, -3.922163, -3.178074",\
|
|
"-4.837537, -4.728258, -4.530465, -4.111899, -3.367810",\
|
|
"-5.221093, -5.111814, -4.914021, -4.495455, -3.751366",\
|
|
"-5.873010, -5.763731, -5.565938, -5.147372, -4.403283");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.493078, 1.397424, 1.245510, 0.969440, 0.540577",\
|
|
"1.594925, 1.499271, 1.347357, 1.071287, 0.642424",\
|
|
"1.773321, 1.677667, 1.525754, 1.249684, 0.820820",\
|
|
"2.130905, 2.035251, 1.883337, 1.607267, 1.178404",\
|
|
"2.774488, 2.678834, 2.526920, 2.250851, 1.821987");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.274764, 3.179111, 3.027197, 2.751127, 2.322264",\
|
|
"3.379482, 3.283828, 3.131915, 2.855845, 2.426981",\
|
|
"3.569217, 3.473564, 3.321650, 3.045580, 2.616717",\
|
|
"3.952773, 3.857120, 3.705206, 3.429136, 3.000273",\
|
|
"4.604691, 4.509037, 4.357123, 4.081054, 3.652190");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.230308, -1.113762, -0.923075, -0.537717, 0.199066",\
|
|
"-1.332155, -1.215609, -1.024922, -0.639563, 0.097219",\
|
|
"-1.510551, -1.394006, -1.203318, -0.817960, -0.081177",\
|
|
"-1.868135, -1.751589, -1.560902, -1.175543, -0.438761",\
|
|
"-2.511718, -2.395172, -2.204485, -1.819126, -1.082344");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.648296, -2.531750, -2.341063, -1.955705, -1.218922",\
|
|
"-2.753014, -2.636468, -2.445781, -2.060422, -1.323640",\
|
|
"-2.942750, -2.826204, -2.635516, -2.250158, -1.513376",\
|
|
"-3.326306, -3.209760, -3.019073, -2.633714, -1.896932",\
|
|
"-3.978223, -3.861677, -3.670990, -3.285632, -2.548849");
|
|
}
|
|
|
|
} /* 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.004864 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.725253, 1.615973, 1.418181, 0.999615, 0.255526",\
|
|
"1.829537, 1.720257, 1.522465, 1.103899, 0.359809",\
|
|
"1.987571, 1.878291, 1.680499, 1.261932, 0.517843",\
|
|
"2.281594, 2.172314, 1.974522, 1.555956, 0.811866",\
|
|
"2.794440, 2.685160, 2.487368, 2.068801, 1.324712");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.871666, 2.762386, 2.564594, 2.146028, 1.401938",\
|
|
"2.976689, 2.867409, 2.669617, 2.251050, 1.506961",\
|
|
"3.170027, 3.060747, 2.862955, 2.444388, 1.700299",\
|
|
"3.563872, 3.454592, 3.256800, 2.838234, 2.094145",\
|
|
"4.226760, 4.117481, 3.919689, 3.501122, 2.757033");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.489600, -1.380321, -1.182528, -0.763962, -0.019873",\
|
|
"-1.593884, -1.484604, -1.286812, -0.868245, -0.124156",\
|
|
"-1.751918, -1.642638, -1.444846, -1.026280, -0.282191",\
|
|
"-2.045941, -1.936661, -1.738869, -1.320303, -0.576214",\
|
|
"-2.558787, -2.449507, -2.251715, -1.833149, -1.089060");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.502206, -2.392926, -2.195134, -1.776568, -1.032478",\
|
|
"-2.607229, -2.497950, -2.300157, -1.881591, -1.137502",\
|
|
"-2.800566, -2.691287, -2.493495, -2.074928, -1.330839",\
|
|
"-3.194412, -3.085133, -2.887341, -2.468774, -1.724685",\
|
|
"-3.857301, -3.748021, -3.550229, -3.131663, -2.387573");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.802977, 1.707323, 1.555409, 1.279340, 0.850476",\
|
|
"1.907261, 1.811607, 1.659693, 1.383623, 0.954760",\
|
|
"2.065295, 1.969641, 1.817727, 1.541657, 1.112794",\
|
|
"2.359318, 2.263664, 2.111750, 1.835680, 1.406817",\
|
|
"2.872164, 2.776510, 2.624596, 2.348526, 1.919663");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.980287, 2.884633, 2.732719, 2.456649, 2.027786",\
|
|
"3.085310, 2.989655, 2.837742, 2.561672, 2.132809",\
|
|
"3.278647, 3.182994, 3.031080, 2.755010, 2.326147",\
|
|
"3.672493, 3.576839, 3.424926, 3.148856, 2.719992",\
|
|
"4.335381, 4.239727, 4.087813, 3.811744, 3.382880");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.519418, -1.402875, -1.212187, -0.826844, -0.090112",\
|
|
"-1.623701, -1.507158, -1.316471, -0.931128, -0.194396",\
|
|
"-1.781736, -1.665192, -1.474505, -1.089162, -0.352430",\
|
|
"-2.075759, -1.959216, -1.768528, -1.383185, -0.646453",\
|
|
"-2.588605, -2.472062, -2.281374, -1.896031, -1.159299");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.485067, -2.368524, -2.177836, -1.792493, -1.055761",\
|
|
"-2.590090, -2.473547, -2.282860, -1.897517, -1.160784",\
|
|
"-2.783428, -2.666884, -2.476197, -2.090854, -1.354122",\
|
|
"-3.177274, -3.060731, -2.870044, -2.484701, -1.747968",\
|
|
"-3.840162, -3.723619, -3.532931, -3.147588, -2.410856");
|
|
}
|
|
|
|
} /* 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.006063 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.316823, 2.207544, 2.009751, 1.591185, 0.847096",\
|
|
"2.417645, 2.308366, 2.110573, 1.692007, 0.947918",\
|
|
"2.573620, 2.464340, 2.266548, 1.847982, 1.103892",\
|
|
"2.862155, 2.752876, 2.555084, 2.136518, 1.392428",\
|
|
"3.375247, 3.265968, 3.068175, 2.649609, 1.905520");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.672323, 4.563044, 4.365251, 3.946685, 3.202595",\
|
|
"4.776662, 4.667383, 4.469590, 4.051024, 3.306935",\
|
|
"4.939786, 4.830507, 4.632715, 4.214149, 3.470059",\
|
|
"5.228980, 5.119700, 4.921908, 4.503342, 3.759252",\
|
|
"5.689035, 5.579756, 5.381963, 4.963397, 4.219308");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.062413, -1.953133, -1.755341, -1.336775, -0.592685",\
|
|
"-2.163235, -2.053955, -1.856163, -1.437597, -0.693507",\
|
|
"-2.319210, -2.209930, -2.012138, -1.593572, -0.849482",\
|
|
"-2.607745, -2.498466, -2.300673, -1.882107, -1.138018",\
|
|
"-3.120837, -3.011557, -2.813765, -2.395199, -1.651109");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.407263, -4.297984, -4.100191, -3.681625, -2.937536",\
|
|
"-4.511601, -4.402322, -4.204530, -3.785964, -3.041874",\
|
|
"-4.674726, -4.565447, -4.367654, -3.949088, -3.204999",\
|
|
"-4.963919, -4.854640, -4.656847, -4.238281, -3.494192",\
|
|
"-5.423974, -5.314695, -5.116902, -4.698336, -3.954247");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.349025, 1.253371, 1.101457, 0.825387, 0.396524",\
|
|
"1.449847, 1.354193, 1.202279, 0.926210, 0.497346",\
|
|
"1.605821, 1.510168, 1.358254, 1.082184, 0.653321",\
|
|
"1.894357, 1.798704, 1.646790, 1.370720, 0.941857",\
|
|
"2.407449, 2.311795, 2.159881, 1.883812, 1.454948");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.988175, 2.892522, 2.740608, 2.464538, 2.035675",\
|
|
"3.092515, 2.996861, 2.844947, 2.568877, 2.140014",\
|
|
"3.255639, 3.159985, 3.008071, 2.732001, 2.303138",\
|
|
"3.544832, 3.449179, 3.297265, 3.021195, 2.592332",\
|
|
"4.004887, 3.909234, 3.757320, 3.481250, 3.052387");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.036332, -0.919800, -0.729114, -0.343807, 0.392808",\
|
|
"-1.137154, -1.020623, -0.829937, -0.444629, 0.291986",\
|
|
"-1.293129, -1.176598, -0.985911, -0.600604, 0.136011",\
|
|
"-1.581665, -1.465133, -1.274447, -0.889140, -0.152525",\
|
|
"-2.094756, -1.978225, -1.787539, -1.402231, -0.665616");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.579780, -2.463248, -2.272562, -1.887255, -1.150640",\
|
|
"-2.684119, -2.567587, -2.376901, -1.991594, -1.254979",\
|
|
"-2.847243, -2.730712, -2.540026, -2.154719, -1.418103",\
|
|
"-3.136437, -3.019905, -2.829219, -2.443912, -1.707297",\
|
|
"-3.596492, -3.479960, -3.289274, -2.903967, -2.167352");
|
|
}
|
|
|
|
} /* 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.006093 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.247480, 2.138200, 1.940408, 1.521842, 0.777753",\
|
|
"2.351851, 2.242572, 2.044780, 1.626213, 0.882124",\
|
|
"2.515933, 2.406654, 2.208861, 1.790295, 1.046206",\
|
|
"2.822404, 2.713124, 2.515332, 2.096766, 1.352677",\
|
|
"3.352741, 3.243462, 3.045669, 2.627103, 1.883014");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.836304, 4.727024, 4.529232, 4.110665, 3.366576",\
|
|
"4.940333, 4.831053, 4.633261, 4.214695, 3.470606",\
|
|
"5.133415, 5.024136, 4.826344, 4.407777, 3.663688",\
|
|
"5.533769, 5.424489, 5.226697, 4.808130, 4.064041",\
|
|
"6.217423, 6.108144, 5.910352, 5.491785, 4.747696");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.969624, -1.860344, -1.662552, -1.243986, -0.499897",\
|
|
"-2.073995, -1.964716, -1.766923, -1.348357, -0.604268",\
|
|
"-2.238077, -2.128798, -1.931005, -1.512439, -0.768350",\
|
|
"-2.544547, -2.435268, -2.237476, -1.818909, -1.074820",\
|
|
"-3.074884, -2.965605, -2.767813, -2.349247, -1.605157");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.400032, -4.290752, -4.092960, -3.674394, -2.930305",\
|
|
"-4.504061, -4.394782, -4.196990, -3.778423, -3.034334",\
|
|
"-4.697144, -4.587864, -4.390072, -3.971506, -3.227417",\
|
|
"-5.097497, -4.988218, -4.790426, -4.371860, -3.627770",\
|
|
"-5.781152, -5.671873, -5.474081, -5.055514, -4.311425");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.261470, 1.165816, 1.013902, 0.737833, 0.308969",\
|
|
"1.365841, 1.270188, 1.118274, 0.842204, 0.413341",\
|
|
"1.529923, 1.434269, 1.282356, 1.006286, 0.577422",\
|
|
"1.836394, 1.740740, 1.588826, 1.312757, 0.883893",\
|
|
"2.366731, 2.271077, 2.119164, 1.843094, 1.414230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.115142, 3.019488, 2.867574, 2.591505, 2.162641",\
|
|
"3.219171, 3.123517, 2.971603, 2.695534, 2.266670",\
|
|
"3.412254, 3.316600, 3.164686, 2.888616, 2.459753",\
|
|
"3.812607, 3.716953, 3.565039, 3.288969, 2.860106",\
|
|
"4.496262, 4.400608, 4.248694, 3.972624, 3.543761");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.952291, -0.835760, -0.645074, -0.259767, 0.476848",\
|
|
"-1.056663, -0.940131, -0.749445, -0.364138, 0.372477",\
|
|
"-1.220745, -1.104213, -0.913527, -0.528220, 0.208395",\
|
|
"-1.527215, -1.410684, -1.219997, -0.834690, -0.098075",\
|
|
"-2.057553, -1.941021, -1.750335, -1.365028, -0.628413");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.587759, -2.471227, -2.280541, -1.895234, -1.158619",\
|
|
"-2.691787, -2.575256, -2.384570, -1.999263, -1.262648",\
|
|
"-2.884870, -2.768339, -2.577652, -2.192346, -1.455730",\
|
|
"-3.285223, -3.168692, -2.978006, -2.592699, -1.856084",\
|
|
"-3.968878, -3.852346, -3.661660, -3.276353, -2.539738");
|
|
}
|
|
|
|
} /* 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.004489 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.310226, 3.200946, 3.003154, 2.584588, 1.840499",\
|
|
"3.412746, 3.303466, 3.105674, 2.687108, 1.943019",\
|
|
"3.547452, 3.438173, 3.240381, 2.821814, 2.077725",\
|
|
"3.783917, 3.674638, 3.476846, 3.058279, 2.314190",\
|
|
"4.176451, 4.067171, 3.869379, 3.450813, 2.706723");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.770230, 5.660950, 5.463158, 5.044592, 4.300503",\
|
|
"5.873179, 5.763899, 5.566107, 5.147541, 4.403452",\
|
|
"6.073877, 5.964598, 5.766806, 5.348239, 4.604150",\
|
|
"6.499842, 6.390563, 6.192770, 5.774204, 5.030115",\
|
|
"7.249281, 7.140002, 6.942210, 6.523643, 5.779554");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.844444, -2.735165, -2.537372, -2.118806, -1.374717",\
|
|
"-2.946965, -2.837685, -2.639893, -2.221327, -1.477237",\
|
|
"-3.081671, -2.972392, -2.774599, -2.356033, -1.611944",\
|
|
"-3.318136, -3.208857, -3.011064, -2.592498, -1.848409",\
|
|
"-3.710669, -3.601389, -3.403597, -2.985031, -2.240942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.080709, -4.971430, -4.773638, -4.355071, -3.610982",\
|
|
"-5.183659, -5.074379, -4.876587, -4.458021, -3.713932",\
|
|
"-5.384358, -5.275078, -5.077286, -4.658720, -3.914631",\
|
|
"-5.810323, -5.701043, -5.503251, -5.084684, -4.340595",\
|
|
"-6.559762, -6.450482, -6.252690, -5.834124, -5.090034");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.278276, 2.182623, 2.030709, 1.754639, 1.325776",\
|
|
"2.380797, 2.285143, 2.133229, 1.857159, 1.428296",\
|
|
"2.515503, 2.419849, 2.267936, 1.991866, 1.563002",\
|
|
"2.751968, 2.656314, 2.504400, 2.228331, 1.799467",\
|
|
"3.144501, 3.048847, 2.896934, 2.620864, 2.192001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.009785, 3.914131, 3.762217, 3.486147, 3.057284",\
|
|
"4.112734, 4.017080, 3.865166, 3.589097, 3.160233",\
|
|
"4.313433, 4.217779, 4.065866, 3.789795, 3.360932",\
|
|
"4.739398, 4.643744, 4.491830, 4.215760, 3.786897",\
|
|
"5.488837, 5.393183, 5.241269, 4.965199, 4.536336");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.832314, -1.715783, -1.525097, -1.139790, -0.403175",\
|
|
"-1.934835, -1.818303, -1.627617, -1.242310, -0.505695",\
|
|
"-2.069541, -1.953010, -1.762324, -1.377017, -0.640402",\
|
|
"-2.306006, -2.189475, -1.998788, -1.613481, -0.876866",\
|
|
"-2.698539, -2.582008, -2.391322, -2.006015, -1.269399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.268803, -3.152272, -2.961586, -2.576279, -1.839664",\
|
|
"-3.371752, -3.255221, -3.064535, -2.679228, -1.942613",\
|
|
"-3.572451, -3.455920, -3.265234, -2.879927, -2.143312",\
|
|
"-3.998416, -3.881885, -3.691198, -3.305892, -2.569276",\
|
|
"-4.747856, -4.631324, -4.440638, -4.055331, -3.318716");
|
|
}
|
|
|
|
} /* 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.005945 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.534156, 1.424877, 1.227084, 0.808518, 0.064416",\
|
|
"1.635988, 1.526708, 1.328916, 0.910349, 0.166248",\
|
|
"1.815388, 1.706109, 1.508316, 1.089749, 0.345648",\
|
|
"2.173381, 2.064102, 1.866310, 1.447743, 0.703641",\
|
|
"2.816772, 2.707492, 2.509700, 2.091133, 1.347031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.089608, 3.980329, 3.782536, 3.363969, 2.619868",\
|
|
"4.194289, 4.085010, 3.887217, 3.468650, 2.724549",\
|
|
"4.384459, 4.275179, 4.077386, 3.658820, 2.914718",\
|
|
"4.765500, 4.656220, 4.458428, 4.039861, 3.295760",\
|
|
"5.410091, 5.300812, 5.103019, 4.684453, 3.940351");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.267886, -1.158606, -0.960814, -0.542247, 0.201854",\
|
|
"-1.369717, -1.260438, -1.062646, -0.644079, 0.100023",\
|
|
"-1.549118, -1.439838, -1.242046, -0.823479, -0.079377",\
|
|
"-1.907111, -1.797831, -1.600039, -1.181472, -0.437371",\
|
|
"-2.550501, -2.441222, -2.243429, -1.824863, -1.080761");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.405644, -3.296365, -3.098572, -2.680006, -1.935904",\
|
|
"-3.510325, -3.401046, -3.203253, -2.784687, -2.040585",\
|
|
"-3.700495, -3.591216, -3.393423, -2.974856, -2.230755",\
|
|
"-4.081536, -3.972257, -3.774464, -3.355897, -2.611796",\
|
|
"-4.726128, -4.616848, -4.419056, -4.000489, -3.256388");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.361136, 1.265481, 1.113567, 0.837493, 0.408617",\
|
|
"1.462967, 1.367313, 1.215399, 0.939325, 0.510448",\
|
|
"1.642368, 1.546713, 1.394799, 1.118725, 0.689848",\
|
|
"2.000361, 1.904706, 1.752793, 1.476719, 1.047842",\
|
|
"2.643751, 2.548096, 2.396183, 2.120109, 1.691232");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.181160, 3.085506, 2.933592, 2.657518, 2.228641",\
|
|
"3.285841, 3.190186, 3.038273, 2.762199, 2.333322",\
|
|
"3.476010, 3.380356, 3.228442, 2.952368, 2.523491",\
|
|
"3.857051, 3.761396, 3.609483, 3.333409, 2.904532",\
|
|
"4.501643, 4.405988, 4.254075, 3.978001, 3.549124");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.121757, -1.005225, -0.814539, -0.429232, 0.307383",\
|
|
"-1.223588, -1.107057, -0.916371, -0.531064, 0.205551",\
|
|
"-1.402988, -1.286457, -1.095771, -0.710464, 0.026151",\
|
|
"-1.760982, -1.644450, -1.453764, -1.068457, -0.331842",\
|
|
"-2.404372, -2.287841, -2.097155, -1.711848, -0.975233");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.449219, -2.332688, -2.142002, -1.756695, -1.020080",\
|
|
"-2.553900, -2.437369, -2.246683, -1.861376, -1.124761",\
|
|
"-2.744070, -2.627538, -2.436852, -2.051545, -1.314930",\
|
|
"-3.125111, -3.008579, -2.817893, -2.432586, -1.695971",\
|
|
"-3.769702, -3.653171, -3.462484, -3.077178, -2.340562");
|
|
}
|
|
|
|
} /* 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.005968 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.493856, 2.384577, 2.186784, 1.768218, 1.024129",\
|
|
"2.595698, 2.486418, 2.288626, 1.870060, 1.125970",\
|
|
"2.774095, 2.664816, 2.467023, 2.048457, 1.304368",\
|
|
"3.132842, 3.023562, 2.825770, 2.407204, 1.663115",\
|
|
"3.778963, 3.669683, 3.471891, 3.053325, 2.309235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.006350, 4.897071, 4.699278, 4.280712, 3.536623",\
|
|
"5.111054, 5.001775, 4.803983, 4.385417, 3.641327",\
|
|
"5.300701, 5.191422, 4.993629, 4.575063, 3.830974",\
|
|
"5.683081, 5.573801, 5.376009, 4.957443, 4.213353",\
|
|
"6.330851, 6.221571, 6.023779, 5.605213, 4.861123");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.254348, -2.145068, -1.947276, -1.528710, -0.784621",\
|
|
"-2.356189, -2.246910, -2.049118, -1.630551, -0.886462",\
|
|
"-2.534587, -2.425308, -2.227515, -1.808949, -1.064860",\
|
|
"-2.893334, -2.784054, -2.586262, -2.167696, -1.423606",\
|
|
"-3.539454, -3.430175, -3.232382, -2.813816, -2.069727");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.635157, -4.525877, -4.328085, -3.909519, -3.165429",\
|
|
"-4.739861, -4.630582, -4.432789, -4.014223, -3.270134",\
|
|
"-4.929508, -4.820229, -4.622436, -4.203870, -3.459780",\
|
|
"-5.311887, -5.202607, -5.004815, -4.586249, -3.842160",\
|
|
"-5.959657, -5.850377, -5.652585, -5.234019, -4.489929");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.439539, 1.343885, 1.191972, 0.915902, 0.487038",\
|
|
"1.541381, 1.445727, 1.293813, 1.017743, 0.588880",\
|
|
"1.719778, 1.624124, 1.472211, 1.196141, 0.767277",\
|
|
"2.078525, 1.982871, 1.830957, 1.554888, 1.126024",\
|
|
"2.724646, 2.628992, 2.477078, 2.201008, 1.772145");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.239707, 3.144053, 2.992139, 2.716070, 2.287206",\
|
|
"3.344411, 3.248757, 3.096844, 2.820774, 2.391911",\
|
|
"3.534058, 3.438404, 3.286490, 3.010421, 2.581557",\
|
|
"3.916438, 3.820784, 3.668870, 3.392800, 2.963937",\
|
|
"4.564208, 4.468554, 4.316640, 4.040570, 3.611707");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.185336, -1.068805, -0.878119, -0.492812, 0.243803",\
|
|
"-1.287178, -1.170647, -0.979960, -0.594653, 0.141962",\
|
|
"-1.465575, -1.349044, -1.158358, -0.773051, -0.036436",\
|
|
"-1.824322, -1.707791, -1.517105, -1.131798, -0.395183",\
|
|
"-2.470443, -2.353911, -2.163225, -1.777918, -1.041303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.768587, -2.652056, -2.461370, -2.076063, -1.339448",\
|
|
"-2.873292, -2.756760, -2.566074, -2.180767, -1.444152",\
|
|
"-3.062938, -2.946407, -2.755721, -2.370414, -1.633799",\
|
|
"-3.445318, -3.328787, -3.138100, -2.752793, -2.016178",\
|
|
"-4.093088, -3.976557, -3.785870, -3.400563, -2.663948");
|
|
}
|
|
|
|
} /* 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.004599 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.798383, 2.689104, 2.491312, 2.072746, 1.328656",\
|
|
"2.902501, 2.793222, 2.595430, 2.176863, 1.432774",\
|
|
"3.060968, 2.951688, 2.753896, 2.335330, 1.591240",\
|
|
"3.356339, 3.247060, 3.049268, 2.630701, 1.886612",\
|
|
"3.871819, 3.762540, 3.564748, 3.146181, 2.402092");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.864317, 4.755038, 4.557245, 4.138680, 3.394590",\
|
|
"4.969343, 4.860064, 4.662271, 4.243705, 3.499616",\
|
|
"5.162827, 5.053548, 4.855756, 4.437190, 3.693100",\
|
|
"5.554627, 5.445348, 5.247556, 4.828989, 4.084900",\
|
|
"6.209792, 6.100513, 5.902720, 5.484155, 4.740065");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.855691, -1.746412, -1.548620, -1.130053, -0.385964",\
|
|
"-1.959810, -1.850531, -1.652738, -1.234172, -0.490083",\
|
|
"-2.118276, -2.008996, -1.811204, -1.392638, -0.648549",\
|
|
"-2.413648, -2.304368, -2.106576, -1.688010, -0.943921",\
|
|
"-2.929127, -2.819848, -2.622056, -2.203490, -1.459400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.995477, -3.886198, -3.688405, -3.269839, -2.525750",\
|
|
"-4.100503, -3.991224, -3.793432, -3.374865, -2.630776",\
|
|
"-4.293988, -4.184709, -3.986916, -3.568350, -2.824261",\
|
|
"-4.685788, -4.576509, -4.378716, -3.960150, -3.216061",\
|
|
"-5.340953, -5.231673, -5.033881, -4.615314, -3.871225");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.698086, 2.602432, 2.450518, 2.174448, 1.745585",\
|
|
"2.802204, 2.706550, 2.554636, 2.278566, 1.849703",\
|
|
"2.960670, 2.865016, 2.713103, 2.437033, 2.008170",\
|
|
"3.256042, 3.160388, 3.008474, 2.732404, 2.303541",\
|
|
"3.771522, 3.675868, 3.523954, 3.247884, 2.819021");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.055438, 3.959785, 3.807871, 3.531801, 3.102938",\
|
|
"4.160463, 4.064810, 3.912896, 3.636826, 3.207963",\
|
|
"4.353949, 4.258295, 4.106381, 3.830311, 3.401448",\
|
|
"4.745749, 4.650095, 4.498181, 4.222111, 3.793248",\
|
|
"5.400914, 5.305260, 5.153346, 4.877276, 4.448413");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.614779, -1.498233, -1.307546, -0.922187, -0.185405",\
|
|
"-1.718897, -1.602352, -1.411664, -1.026306, -0.289523",\
|
|
"-1.877364, -1.760818, -1.570130, -1.184772, -0.447989",\
|
|
"-2.172735, -2.056190, -1.865502, -1.480144, -0.743361",\
|
|
"-2.688215, -2.571669, -2.380982, -1.995623, -1.258841");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.954668, -2.838122, -2.647435, -2.262076, -1.525294",\
|
|
"-3.059694, -2.943148, -2.752461, -2.367103, -1.630320",\
|
|
"-3.253179, -3.136633, -2.945946, -2.560587, -1.823805",\
|
|
"-3.644979, -3.528433, -3.337746, -2.952387, -2.215605",\
|
|
"-4.300143, -4.183598, -3.992910, -3.607552, -2.870769");
|
|
}
|
|
|
|
} /* 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.004637 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.567624, 2.458345, 2.260552, 1.841986, 1.097897",\
|
|
"2.672193, 2.562913, 2.365121, 1.946555, 1.202466",\
|
|
"2.829756, 2.720477, 2.522684, 2.104118, 1.360029",\
|
|
"3.123195, 3.013916, 2.816123, 2.397557, 1.653468",\
|
|
"3.637360, 3.528080, 3.330288, 2.911722, 2.167633");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.067847, 4.958568, 4.760775, 4.342209, 3.598120",\
|
|
"5.172874, 5.063595, 4.865802, 4.447236, 3.703147",\
|
|
"5.365906, 5.256627, 5.058834, 4.640268, 3.896179",\
|
|
"5.762383, 5.653104, 5.455312, 5.036746, 4.292656",\
|
|
"6.432455, 6.323176, 6.125383, 5.706817, 4.962728");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.402356, -2.293077, -2.095285, -1.676718, -0.932629",\
|
|
"-2.506925, -2.397646, -2.199853, -1.781287, -1.037198",\
|
|
"-2.664488, -2.555209, -2.357417, -1.938850, -1.194761",\
|
|
"-2.957927, -2.848648, -2.650856, -2.232289, -1.488200",\
|
|
"-3.472092, -3.362813, -3.165020, -2.746454, -2.002365");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.657571, -4.548292, -4.350499, -3.931933, -3.187844",\
|
|
"-4.762598, -4.653318, -4.455526, -4.036960, -3.292871",\
|
|
"-4.955629, -4.846350, -4.648558, -4.229991, -3.485902",\
|
|
"-5.352107, -5.242828, -5.045035, -4.626469, -3.882380",\
|
|
"-6.022179, -5.912900, -5.715107, -5.296541, -4.552452");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.615102, 1.519448, 1.367534, 1.091465, 0.662601",\
|
|
"1.719671, 1.624017, 1.472103, 1.196033, 0.767170",\
|
|
"1.877234, 1.781580, 1.629666, 1.353596, 0.924733",\
|
|
"2.170673, 2.075019, 1.923105, 1.647035, 1.218172",\
|
|
"2.684838, 2.589184, 2.437270, 2.161200, 1.732337");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.398857, 3.303204, 3.151290, 2.875220, 2.446357",\
|
|
"3.503885, 3.408231, 3.256317, 2.980247, 2.551384",\
|
|
"3.696916, 3.601263, 3.449349, 3.173279, 2.744416",\
|
|
"4.093394, 3.997740, 3.845827, 3.569757, 3.140893",\
|
|
"4.763466, 4.667812, 4.515898, 4.239828, 3.810965");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.314229, -1.197683, -1.006996, -0.621637, 0.115145",\
|
|
"-1.418798, -1.302252, -1.111565, -0.726206, 0.010576",\
|
|
"-1.576361, -1.459815, -1.269128, -0.883769, -0.146987",\
|
|
"-1.869800, -1.753254, -1.562567, -1.177208, -0.440426",\
|
|
"-2.383965, -2.267419, -2.076731, -1.691373, -0.954590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.762784, -2.646238, -2.455550, -2.070192, -1.333410",\
|
|
"-2.867810, -2.751265, -2.560577, -2.175219, -1.438436",\
|
|
"-3.060842, -2.944296, -2.753609, -2.368250, -1.631468",\
|
|
"-3.457320, -3.340774, -3.150087, -2.764729, -2.027946",\
|
|
"-4.127393, -4.010847, -3.820159, -3.434801, -2.698019");
|
|
}
|
|
|
|
} /* 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.006958 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.895424, 1.786144, 1.588352, 1.169786, 0.425696",\
|
|
"1.996050, 1.886771, 1.688978, 1.270412, 0.526323",\
|
|
"2.152843, 2.043563, 1.845771, 1.427205, 0.683115",\
|
|
"2.442124, 2.332844, 2.135052, 1.716486, 0.972396",\
|
|
"2.954144, 2.844865, 2.647073, 2.228506, 1.484417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.205420, 3.096140, 2.898348, 2.479782, 1.735692",\
|
|
"3.309710, 3.200430, 3.002638, 2.584072, 1.839983",\
|
|
"3.473131, 3.363852, 3.166059, 2.747493, 2.003404",\
|
|
"3.762222, 3.652942, 3.455150, 3.036584, 2.292495",\
|
|
"4.221201, 4.111922, 3.914130, 3.495564, 2.751474");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.700729, -1.591450, -1.393658, -0.975091, -0.231002",\
|
|
"-1.801356, -1.692076, -1.494284, -1.075718, -0.331629",\
|
|
"-1.958149, -1.848870, -1.651077, -1.232511, -0.488422",\
|
|
"-2.247429, -2.138150, -1.940358, -1.521791, -0.777702",\
|
|
"-2.759450, -2.650171, -2.452378, -2.033812, -1.289723");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.835422, -2.726143, -2.528351, -2.109784, -1.365695",\
|
|
"-2.939713, -2.830433, -2.632641, -2.214075, -1.469985",\
|
|
"-3.103134, -2.993855, -2.796062, -2.377496, -1.633407",\
|
|
"-3.392224, -3.282945, -3.085153, -2.666586, -1.922497",\
|
|
"-3.851204, -3.741925, -3.544132, -3.125566, -2.381477");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.973096, 1.877443, 1.725529, 1.449459, 1.020596",\
|
|
"2.073723, 1.978069, 1.826155, 1.550086, 1.121222",\
|
|
"2.230515, 2.134862, 1.982948, 1.706878, 1.278015",\
|
|
"2.519796, 2.424143, 2.272229, 1.996159, 1.567296",\
|
|
"3.031817, 2.936163, 2.784250, 2.508180, 2.079316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.314041, 3.218388, 3.066474, 2.790404, 2.361541",\
|
|
"3.418331, 3.322678, 3.170764, 2.894694, 2.465831",\
|
|
"3.581753, 3.486099, 3.334185, 3.058115, 2.629252",\
|
|
"3.870843, 3.775190, 3.623276, 3.347206, 2.918343",\
|
|
"4.329823, 4.234169, 4.082255, 3.806186, 3.377322");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.730507, -1.613964, -1.423277, -1.037933, -0.301201",\
|
|
"-1.831133, -1.714590, -1.523903, -1.138560, -0.401828",\
|
|
"-1.987927, -1.871383, -1.680696, -1.295353, -0.558621",\
|
|
"-2.277207, -2.160664, -1.969977, -1.584633, -0.847901",\
|
|
"-2.789227, -2.672684, -2.481997, -2.096654, -1.359922");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.818285, -2.701741, -2.511054, -2.125711, -1.388978",\
|
|
"-2.922575, -2.806031, -2.615344, -2.230001, -1.493269",\
|
|
"-3.085996, -2.969453, -2.778766, -2.393423, -1.656690",\
|
|
"-3.375087, -3.258543, -3.067856, -2.682513, -1.945781",\
|
|
"-3.834066, -3.717523, -3.526836, -3.141493, -2.404760");
|
|
}
|
|
|
|
} /* 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.005280 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.738534, 2.629255, 2.431463, 2.012897, 1.268807",\
|
|
"2.842815, 2.733536, 2.535744, 2.117177, 1.373088",\
|
|
"3.000879, 2.891600, 2.693808, 2.275241, 1.531152",\
|
|
"3.295357, 3.186077, 2.988285, 2.569719, 1.825629",\
|
|
"3.809789, 3.700509, 3.502717, 3.084151, 2.340061");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.074193, 5.964913, 5.767121, 5.348555, 4.604465",\
|
|
"6.179215, 6.069936, 5.872143, 5.453577, 4.709488",\
|
|
"6.372541, 6.263262, 6.065469, 5.646903, 4.902814",\
|
|
"6.765591, 6.656312, 6.458519, 6.039953, 5.295864",\
|
|
"7.425371, 7.316092, 7.118299, 6.699733, 5.955644");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.459675, -2.350396, -2.152603, -1.734037, -0.989948",\
|
|
"-2.563956, -2.454677, -2.256885, -1.838319, -1.094229",\
|
|
"-2.722020, -2.612741, -2.414949, -1.996382, -1.252293",\
|
|
"-3.016497, -2.907218, -2.709425, -2.290859, -1.546770",\
|
|
"-3.530930, -3.421651, -3.223858, -2.805292, -2.061203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.936576, -4.827297, -4.629505, -4.210938, -3.466849",\
|
|
"-5.041598, -4.932319, -4.734527, -4.315960, -3.571871",\
|
|
"-5.234925, -5.125646, -4.927853, -4.509287, -3.765198",\
|
|
"-5.627975, -5.518695, -5.320903, -4.902337, -4.158247",\
|
|
"-6.287754, -6.178475, -5.980682, -5.562116, -4.818027");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.770698, 1.675044, 1.523130, 1.247060, 0.818197",\
|
|
"1.874979, 1.779325, 1.627411, 1.351341, 0.922478",\
|
|
"2.033042, 1.937389, 1.785475, 1.509405, 1.080542",\
|
|
"2.327519, 2.231866, 2.079952, 1.803882, 1.375019",\
|
|
"2.841952, 2.746298, 2.594384, 2.318315, 1.889451");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.390339, 4.294685, 4.142772, 3.866702, 3.437838",\
|
|
"4.495361, 4.399708, 4.247794, 3.971724, 3.542861",\
|
|
"4.688687, 4.593034, 4.441120, 4.165050, 3.736187",\
|
|
"5.081738, 4.986084, 4.834170, 4.558100, 4.129237",\
|
|
"5.741517, 5.645864, 5.493950, 5.217880, 4.789017");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.433437, -1.316906, -1.126220, -0.740913, -0.004297",\
|
|
"-1.537719, -1.421187, -1.230501, -0.845194, -0.108579",\
|
|
"-1.695782, -1.579251, -1.388565, -1.003258, -0.266642",\
|
|
"-1.990259, -1.873728, -1.683041, -1.297734, -0.561119",\
|
|
"-2.504692, -2.388160, -2.197474, -1.812167, -1.075552");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.109398, -2.992867, -2.802181, -2.416873, -1.680258",\
|
|
"-3.214420, -3.097889, -2.907203, -2.521896, -1.785280",\
|
|
"-3.407747, -3.291215, -3.100529, -2.715222, -1.978607",\
|
|
"-3.800797, -3.684265, -3.493579, -3.108272, -2.371657",\
|
|
"-4.460576, -4.344045, -4.153358, -3.768051, -3.031436");
|
|
}
|
|
|
|
} /* 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.005197 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.869338, 2.760058, 2.562266, 2.143700, 1.399611",\
|
|
"2.971175, 2.861896, 2.664103, 2.245537, 1.501448",\
|
|
"3.150570, 3.041291, 2.843499, 2.424932, 1.680843",\
|
|
"3.508330, 3.399051, 3.201258, 2.782692, 2.038603",\
|
|
"4.150734, 4.041454, 3.843662, 3.425096, 2.681007");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.945848, 5.836569, 5.638777, 5.220210, 4.476121",\
|
|
"6.050533, 5.941254, 5.743462, 5.324895, 4.580806",\
|
|
"6.240752, 6.131472, 5.933680, 5.515114, 4.771025",\
|
|
"6.622276, 6.512997, 6.315205, 5.896638, 5.152549",\
|
|
"7.267676, 7.158397, 6.960605, 6.542038, 5.797949");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.533643, -2.424363, -2.226571, -1.808005, -1.063915",\
|
|
"-2.635480, -2.526201, -2.328408, -1.909842, -1.165753",\
|
|
"-2.814875, -2.705596, -2.507804, -2.089237, -1.345148",\
|
|
"-3.172635, -3.063356, -2.865564, -2.446997, -1.702908",\
|
|
"-3.815039, -3.705760, -3.507967, -3.089401, -2.345312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.486644, -5.377364, -5.179572, -4.761005, -4.016916",\
|
|
"-5.591329, -5.482049, -5.284257, -4.865690, -4.121601",\
|
|
"-5.781547, -5.672267, -5.474475, -5.055908, -4.311819",\
|
|
"-6.163071, -6.053792, -5.855999, -5.437433, -4.693344",\
|
|
"-6.808471, -6.699192, -6.501400, -6.082833, -5.338744");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.883328, 1.787674, 1.635760, 1.359690, 0.930827",\
|
|
"1.985165, 1.889511, 1.737597, 1.461528, 1.032664",\
|
|
"2.164560, 2.068907, 1.916993, 1.640923, 1.212060",\
|
|
"2.522320, 2.426666, 2.274753, 1.998683, 1.569819",\
|
|
"3.164724, 3.069070, 2.917156, 2.641086, 2.212223");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.224687, 4.129033, 3.977119, 3.701049, 3.272186",\
|
|
"4.329371, 4.233717, 4.081804, 3.805734, 3.376871",\
|
|
"4.519589, 4.423936, 4.272022, 3.995952, 3.567089",\
|
|
"4.901114, 4.805460, 4.653547, 4.377477, 3.948614",\
|
|
"5.546515, 5.450861, 5.298947, 5.022877, 4.594014");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.516310, -1.399779, -1.209093, -0.823786, -0.087171",\
|
|
"-1.618148, -1.501616, -1.310930, -0.925623, -0.189008",\
|
|
"-1.797543, -1.681012, -1.490326, -1.105019, -0.368404",\
|
|
"-2.155303, -2.038771, -1.848085, -1.462778, -0.726163",\
|
|
"-2.797706, -2.681175, -2.490489, -2.105182, -1.368567");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.674369, -3.557838, -3.367152, -2.981845, -2.245230",\
|
|
"-3.779054, -3.662523, -3.471837, -3.086530, -2.349915",\
|
|
"-3.969272, -3.852741, -3.662055, -3.276748, -2.540133",\
|
|
"-4.350797, -4.234266, -4.043580, -3.658273, -2.921658",\
|
|
"-4.996197, -4.879666, -4.688980, -4.303673, -3.567058");
|
|
}
|
|
|
|
} /* 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.005258 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.292686, 2.183406, 1.985614, 1.567048, 0.822959",\
|
|
"2.393646, 2.284367, 2.086574, 1.668008, 0.923919",\
|
|
"2.549328, 2.440049, 2.242256, 1.823690, 1.079601",\
|
|
"2.838185, 2.728906, 2.531113, 2.112547, 1.368458",\
|
|
"3.354245, 3.244966, 3.047173, 2.628607, 1.884518");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.439576, 4.330297, 4.132504, 3.713938, 2.969849",\
|
|
"4.543956, 4.434677, 4.236885, 3.818318, 3.074229",\
|
|
"4.706873, 4.597594, 4.399802, 3.981235, 3.237146",\
|
|
"4.995655, 4.886375, 4.688583, 4.270017, 3.525928",\
|
|
"5.454734, 5.345455, 5.147663, 4.729096, 3.985007");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.074015, -1.964736, -1.766944, -1.348377, -0.604288",\
|
|
"-2.174975, -2.065696, -1.867904, -1.449337, -0.705248",\
|
|
"-2.330658, -2.221378, -2.023586, -1.605020, -0.860931",\
|
|
"-2.619514, -2.510235, -2.312443, -1.893877, -1.149787",\
|
|
"-3.135575, -3.026295, -2.828503, -2.409937, -1.665848");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.241502, -4.132223, -3.934430, -3.515864, -2.771775",\
|
|
"-4.345882, -4.236602, -4.038810, -3.620244, -2.876155",\
|
|
"-4.508800, -4.399520, -4.201728, -3.783161, -3.039072",\
|
|
"-4.797582, -4.688302, -4.490510, -4.071943, -3.327854",\
|
|
"-5.256661, -5.147381, -4.949589, -4.531023, -3.786934");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.260801, 1.165147, 1.013234, 0.737164, 0.308300",\
|
|
"1.361761, 1.266108, 1.114194, 0.838124, 0.409261",\
|
|
"1.517443, 1.421790, 1.269876, 0.993806, 0.564943",\
|
|
"1.806300, 1.710647, 1.558733, 1.282663, 0.853800",\
|
|
"2.322360, 2.226707, 2.074793, 1.798723, 1.369860");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.679472, 2.583819, 2.431905, 2.155835, 1.726972",\
|
|
"2.783853, 2.688199, 2.536285, 2.260215, 1.831352",\
|
|
"2.946770, 2.851116, 2.699202, 2.423132, 1.994269",\
|
|
"3.235551, 3.139898, 2.987984, 2.711914, 2.283051",\
|
|
"3.694631, 3.598977, 3.447063, 3.170993, 2.742130");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.061996, -0.945465, -0.754778, -0.369471, 0.367144",\
|
|
"-1.162956, -1.046425, -0.855738, -0.470431, 0.266184",\
|
|
"-1.318638, -1.202107, -1.011421, -0.626114, 0.110501",\
|
|
"-1.607495, -1.490964, -1.300278, -0.914971, -0.178356",\
|
|
"-2.123556, -2.007024, -1.816338, -1.431031, -0.694416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.429924, -2.313393, -2.122706, -1.737399, -1.000784",\
|
|
"-2.534304, -2.417772, -2.227086, -1.841779, -1.105164",\
|
|
"-2.697221, -2.580690, -2.390004, -2.004697, -1.268081",\
|
|
"-2.986003, -2.869472, -2.678785, -2.293478, -1.556863",\
|
|
"-3.445082, -3.328551, -3.137865, -2.752558, -2.015943");
|
|
}
|
|
|
|
} /* 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.004541 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.769286, 1.660007, 1.462214, 1.043647, 0.299546",\
|
|
"1.873852, 1.764573, 1.566780, 1.148214, 0.404112",\
|
|
"2.031415, 1.922136, 1.724344, 1.305777, 0.561675",\
|
|
"2.324927, 2.215648, 2.017855, 1.599288, 0.855187",\
|
|
"2.839939, 2.730660, 2.532867, 2.114301, 1.370199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.467695, 4.358416, 4.160623, 3.742056, 2.997955",\
|
|
"4.572721, 4.463442, 4.265649, 3.847083, 3.102981",\
|
|
"4.765691, 4.656411, 4.458619, 4.040052, 3.295950",\
|
|
"5.161505, 5.052225, 4.854433, 4.435866, 3.691764",\
|
|
"5.829482, 5.720202, 5.522410, 5.103843, 4.359742");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.440206, -1.330927, -1.133134, -0.714567, 0.029534",\
|
|
"-1.544772, -1.435493, -1.237700, -0.819134, -0.075032",\
|
|
"-1.702336, -1.593056, -1.395264, -0.976697, -0.232595",\
|
|
"-1.995847, -1.886567, -1.688775, -1.270208, -0.526107",\
|
|
"-2.510859, -2.401580, -2.203787, -1.785221, -1.041119");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.762133, -3.652853, -3.455061, -3.036494, -2.292393",\
|
|
"-3.867159, -3.757880, -3.560087, -3.141521, -2.397419",\
|
|
"-4.060129, -3.950849, -3.753057, -3.334490, -2.590388",\
|
|
"-4.455943, -4.346663, -4.148870, -3.730304, -2.986202",\
|
|
"-5.123920, -5.014640, -4.816848, -4.398281, -3.654180");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.596266, 1.500611, 1.348697, 1.072623, 0.643747",\
|
|
"1.700832, 1.605177, 1.453264, 1.177190, 0.748313",\
|
|
"1.858396, 1.762741, 1.610827, 1.334753, 0.905876",\
|
|
"2.151907, 2.056252, 1.904339, 1.628265, 1.199388",\
|
|
"2.666919, 2.571265, 2.419351, 2.143277, 1.714400");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.559247, 3.463592, 3.311679, 3.035605, 2.606728",\
|
|
"3.664273, 3.568619, 3.416705, 3.140631, 2.711754",\
|
|
"3.857242, 3.761587, 3.609674, 3.333600, 2.904723",\
|
|
"4.253057, 4.157402, 4.005488, 3.729414, 3.300537",\
|
|
"4.921034, 4.825379, 4.673466, 4.397391, 3.968515");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.294077, -1.177546, -0.986859, -0.601552, 0.135063",\
|
|
"-1.398643, -1.282112, -1.091426, -0.706119, 0.030496",\
|
|
"-1.556207, -1.439676, -1.248990, -0.863683, -0.127068",\
|
|
"-1.849718, -1.733187, -1.542501, -1.157194, -0.420579",\
|
|
"-2.364731, -2.248199, -2.057513, -1.672206, -0.935591");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.805708, -2.689176, -2.498490, -2.113183, -1.376568",\
|
|
"-2.910734, -2.794203, -2.603516, -2.218209, -1.481594",\
|
|
"-3.103703, -2.987172, -2.796485, -2.411179, -1.674563",\
|
|
"-3.499516, -3.382985, -3.192299, -2.806992, -2.070377",\
|
|
"-4.167495, -4.050963, -3.860277, -3.474970, -2.738355");
|
|
}
|
|
|
|
} /* 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.003842 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.642705, 2.533426, 2.335633, 1.917067, 1.172978",\
|
|
"2.746875, 2.637596, 2.439804, 2.021237, 1.277148",\
|
|
"2.905233, 2.795954, 2.598161, 2.179595, 1.435506",\
|
|
"3.200328, 3.091048, 2.893256, 2.474689, 1.730600",\
|
|
"3.715393, 3.606114, 3.408321, 2.989755, 2.245666");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.419123, 5.309844, 5.112051, 4.693485, 3.949396",\
|
|
"5.524156, 5.414876, 5.217084, 4.798518, 4.054428",\
|
|
"5.717705, 5.608425, 5.410633, 4.992067, 4.247977",\
|
|
"6.110950, 6.001670, 5.803878, 5.385312, 4.641222",\
|
|
"6.769765, 6.660486, 6.462694, 6.044127, 5.300038");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.443782, -2.334502, -2.136710, -1.718144, -0.974055",\
|
|
"-2.547952, -2.438673, -2.240880, -1.822314, -1.078225",\
|
|
"-2.706310, -2.597030, -2.399238, -1.980672, -1.236583",\
|
|
"-3.001404, -2.892125, -2.694333, -2.275766, -1.531677",\
|
|
"-3.516470, -3.407191, -3.209398, -2.790832, -2.046743");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.089390, -4.980110, -4.782318, -4.363752, -3.619663",\
|
|
"-5.194422, -5.085143, -4.887351, -4.468784, -3.724695",\
|
|
"-5.387971, -5.278692, -5.080900, -4.662333, -3.918244",\
|
|
"-5.781216, -5.671937, -5.474144, -5.055578, -4.311489",\
|
|
"-6.440033, -6.330754, -6.132962, -5.714396, -4.970306");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.588497, 1.492844, 1.340930, 1.064860, 0.635997",\
|
|
"1.692668, 1.597014, 1.445100, 1.169030, 0.740167",\
|
|
"1.851025, 1.755371, 1.603458, 1.327388, 0.898525",\
|
|
"2.146120, 2.050466, 1.898552, 1.622483, 1.193619",\
|
|
"2.661185, 2.565532, 2.413618, 2.137548, 1.708685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.652483, 3.556829, 3.404915, 3.128846, 2.699982",\
|
|
"3.757515, 3.661861, 3.509947, 3.233878, 2.805014",\
|
|
"3.951064, 3.855410, 3.703496, 3.427427, 2.998563",\
|
|
"4.344309, 4.248655, 4.096741, 3.820672, 3.391808",\
|
|
"5.003125, 4.907471, 4.755558, 4.479488, 4.050624");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.374970, -1.258439, -1.067753, -0.682446, 0.054169",\
|
|
"-1.479141, -1.362609, -1.171923, -0.786616, -0.050001",\
|
|
"-1.637498, -1.520967, -1.330281, -0.944974, -0.208359",\
|
|
"-1.932593, -1.816062, -1.625376, -1.240069, -0.503453",\
|
|
"-2.447659, -2.331127, -2.140441, -1.755134, -1.018519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.222822, -3.106291, -2.915604, -2.530297, -1.793682",\
|
|
"-3.327855, -3.211323, -3.020637, -2.635330, -1.898715",\
|
|
"-3.521404, -3.404873, -3.214186, -2.828879, -2.092264",\
|
|
"-3.914649, -3.798117, -3.607431, -3.222124, -2.485509",\
|
|
"-4.573466, -4.456935, -4.266249, -3.880941, -3.144326");
|
|
}
|
|
|
|
} /* 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.005889 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.091559, 1.982280, 1.784488, 1.365921, 0.621832",\
|
|
"2.193384, 2.084104, 1.886312, 1.467746, 0.723656",\
|
|
"2.372861, 2.263581, 2.065789, 1.647223, 0.903133",\
|
|
"2.729371, 2.620091, 2.422299, 2.003733, 1.259644",\
|
|
"3.365592, 3.256312, 3.058520, 2.639954, 1.895864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.546661, 4.437382, 4.239590, 3.821023, 3.076934",\
|
|
"4.651318, 4.542038, 4.344246, 3.925679, 3.181590",\
|
|
"4.841565, 4.732285, 4.534493, 4.115927, 3.371838",\
|
|
"5.223039, 5.113760, 4.915967, 4.497401, 3.753312",\
|
|
"5.867427, 5.758148, 5.560355, 5.141789, 4.397700");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.680440, -1.571161, -1.373369, -0.954802, -0.210713",\
|
|
"-1.782264, -1.672985, -1.475192, -1.056626, -0.312537",\
|
|
"-1.961741, -1.852461, -1.654669, -1.236103, -0.492013",\
|
|
"-2.318251, -2.208972, -2.011179, -1.592613, -0.848524",\
|
|
"-2.954472, -2.845193, -2.647401, -2.228834, -1.484745");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.947743, -3.838463, -3.640671, -3.222105, -2.478015",\
|
|
"-4.052399, -3.943119, -3.745327, -3.326761, -2.582671",\
|
|
"-4.242646, -4.133367, -3.935574, -3.517008, -2.772919",\
|
|
"-4.624121, -4.514841, -4.317049, -3.898483, -3.154393",\
|
|
"-5.268509, -5.159229, -4.961437, -4.542871, -3.798781");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.991262, 1.895608, 1.743694, 1.467625, 1.038761",\
|
|
"2.093086, 1.997432, 1.845519, 1.569449, 1.140586",\
|
|
"2.272563, 2.176909, 2.024996, 1.748926, 1.320063",\
|
|
"2.629073, 2.533420, 2.381506, 2.105436, 1.676573",\
|
|
"3.265294, 3.169641, 3.017727, 2.741657, 2.312794");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.737782, 3.642128, 3.490214, 3.214144, 2.785281",\
|
|
"3.842438, 3.746784, 3.594870, 3.318800, 2.889937",\
|
|
"4.032685, 3.937032, 3.785118, 3.509048, 3.080185",\
|
|
"4.414160, 4.318506, 4.166593, 3.890522, 3.461659",\
|
|
"5.058548, 4.962895, 4.810981, 4.534911, 4.106048");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.439527, -1.322981, -1.132294, -0.746936, -0.010153",\
|
|
"-1.541352, -1.424806, -1.234118, -0.848760, -0.111977",\
|
|
"-1.720828, -1.604282, -1.413595, -1.028237, -0.291454",\
|
|
"-2.077339, -1.960793, -1.770105, -1.384747, -0.647964",\
|
|
"-2.713560, -2.597014, -2.406326, -2.020968, -1.284185");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.906934, -2.790388, -2.599700, -2.214342, -1.477559",\
|
|
"-3.011590, -2.895043, -2.704356, -2.318998, -1.582215",\
|
|
"-3.201837, -3.085291, -2.894604, -2.509245, -1.772463",\
|
|
"-3.583312, -3.466766, -3.276078, -2.890720, -2.153937",\
|
|
"-4.227699, -4.111154, -3.920466, -3.535108, -2.798325");
|
|
}
|
|
|
|
} /* 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.003950 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.980251, 2.870971, 2.673179, 2.254613, 1.510524",\
|
|
"3.084548, 2.975268, 2.777476, 2.358910, 1.614820",\
|
|
"3.242653, 3.133374, 2.935582, 2.517015, 1.772926",\
|
|
"3.537479, 3.428199, 3.230407, 2.811841, 2.067751",\
|
|
"4.053114, 3.943835, 3.746042, 3.327476, 2.583387");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.833159, 4.723880, 4.526087, 4.107521, 3.363432",\
|
|
"4.938196, 4.828917, 4.631124, 4.212558, 3.468469",\
|
|
"5.131519, 5.022240, 4.824447, 4.405881, 3.661792",\
|
|
"5.524568, 5.415289, 5.217496, 4.798930, 4.054841",\
|
|
"6.184255, 6.074975, 5.877183, 5.458617, 4.714528");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.709114, -2.599834, -2.402042, -1.983476, -1.239387",\
|
|
"-2.813411, -2.704132, -2.506339, -2.087773, -1.343684",\
|
|
"-2.971516, -2.862237, -2.664445, -2.245878, -1.501789",\
|
|
"-3.266342, -3.157063, -2.959270, -2.540704, -1.796615",\
|
|
"-3.781977, -3.672698, -3.474905, -3.056339, -2.312250");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.530999, -4.421720, -4.223927, -3.805361, -3.061272",\
|
|
"-4.636036, -4.526757, -4.328964, -3.910398, -3.166309",\
|
|
"-4.829359, -4.720080, -4.522287, -4.103721, -3.359632",\
|
|
"-5.222408, -5.113129, -4.915337, -4.496770, -3.752681",\
|
|
"-5.882095, -5.772816, -5.575024, -5.156457, -4.412368");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.027688, 1.932034, 1.780120, 1.504051, 1.075187",\
|
|
"2.131985, 2.036331, 1.884417, 1.608347, 1.179484",\
|
|
"2.290091, 2.194437, 2.042523, 1.766453, 1.337590",\
|
|
"2.584916, 2.489262, 2.337348, 2.061278, 1.632415",\
|
|
"3.100551, 3.004897, 2.852983, 2.576914, 2.148050");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.164169, 3.068515, 2.916602, 2.640532, 2.211668",\
|
|
"3.269206, 3.173552, 3.021638, 2.745569, 2.316705",\
|
|
"3.462529, 3.366875, 3.214962, 2.938892, 2.510028",\
|
|
"3.855578, 3.759924, 3.608011, 3.331941, 2.903078",\
|
|
"4.515265, 4.419611, 4.267697, 3.991627, 3.562764");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.620947, -1.504401, -1.313713, -0.928355, -0.191572",\
|
|
"-1.725244, -1.608698, -1.418010, -1.032652, -0.295870",\
|
|
"-1.883349, -1.766803, -1.576116, -1.190757, -0.453975",\
|
|
"-2.178175, -2.061629, -1.870941, -1.485583, -0.748801",\
|
|
"-2.693810, -2.577264, -2.386576, -2.001218, -1.264436");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.636211, -2.519665, -2.328978, -1.943619, -1.206837",\
|
|
"-2.741248, -2.624702, -2.434015, -2.048656, -1.311874",\
|
|
"-2.934571, -2.818025, -2.627338, -2.241979, -1.505197",\
|
|
"-3.327621, -3.211075, -3.020387, -2.635029, -1.898246",\
|
|
"-3.987308, -3.870762, -3.680074, -3.294716, -2.557933");
|
|
}
|
|
|
|
} /* 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.004289 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.034657, 1.925378, 1.727586, 1.309019, 0.564930",\
|
|
"2.135526, 2.026247, 1.828455, 1.409888, 0.665799",\
|
|
"2.291587, 2.182308, 1.984515, 1.565949, 0.821860",\
|
|
"2.580630, 2.471351, 2.273558, 1.854992, 1.110903",\
|
|
"3.095947, 2.986668, 2.788875, 2.370309, 1.626220");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.341974, 3.232695, 3.034903, 2.616336, 1.872247",\
|
|
"3.446343, 3.337064, 3.139272, 2.720706, 1.976616",\
|
|
"3.609501, 3.500221, 3.302429, 2.883863, 2.139774",\
|
|
"3.898721, 3.789441, 3.591649, 3.173083, 2.428993",\
|
|
"4.358737, 4.249457, 4.051665, 3.633099, 2.889009");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.839963, -1.730684, -1.532892, -1.114325, -0.370236",\
|
|
"-1.940832, -1.831553, -1.633760, -1.215194, -0.471105",\
|
|
"-2.096893, -1.987614, -1.789821, -1.371255, -0.627166",\
|
|
"-2.385936, -2.276657, -2.078864, -1.660298, -0.916209",\
|
|
"-2.901253, -2.791974, -2.594181, -2.175615, -1.431526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.971977, -2.862698, -2.664906, -2.246339, -1.502250",\
|
|
"-3.076346, -2.967067, -2.769274, -2.350708, -1.606619",\
|
|
"-3.239504, -3.130224, -2.932432, -2.513865, -1.769776",\
|
|
"-3.528724, -3.419444, -3.221652, -2.803086, -2.058996",\
|
|
"-3.988739, -3.879460, -3.681667, -3.263101, -2.519012");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.112330, 2.016676, 1.864763, 1.588693, 1.159830",\
|
|
"2.213199, 2.117546, 1.965632, 1.689562, 1.260699",\
|
|
"2.369260, 2.273606, 2.121692, 1.845623, 1.416759",\
|
|
"2.658303, 2.562649, 2.410735, 2.134665, 1.705802",\
|
|
"3.173620, 3.077966, 2.926052, 2.649982, 2.221119");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.450596, 3.354942, 3.203028, 2.926959, 2.498095",\
|
|
"3.554965, 3.459311, 3.307397, 3.031327, 2.602464",\
|
|
"3.718122, 3.622468, 3.470555, 3.194485, 2.765621",\
|
|
"4.007342, 3.911689, 3.759775, 3.483705, 3.054842",\
|
|
"4.467358, 4.371705, 4.219790, 3.943721, 3.514858");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.869741, -1.753198, -1.562511, -1.177168, -0.440435",\
|
|
"-1.970610, -1.854066, -1.663379, -1.278036, -0.541304",\
|
|
"-2.126671, -2.010128, -1.819440, -1.434097, -0.697365",\
|
|
"-2.415714, -2.299170, -2.108483, -1.723140, -0.986408",\
|
|
"-2.931031, -2.814487, -2.623800, -2.238457, -1.501725");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.954840, -2.838296, -2.647609, -2.262266, -1.525534",\
|
|
"-3.059208, -2.942665, -2.751978, -2.366635, -1.629902",\
|
|
"-3.222366, -3.105823, -2.915135, -2.529792, -1.793060",\
|
|
"-3.511586, -3.395043, -3.204356, -2.819013, -2.082280",\
|
|
"-3.971601, -3.855058, -3.664371, -3.279027, -2.542295");
|
|
}
|
|
|
|
} /* 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.005001 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.841277, 2.731998, 2.534205, 2.115639, 1.371550",\
|
|
"2.948081, 2.838802, 2.641010, 2.222444, 1.478354",\
|
|
"3.127542, 3.018262, 2.820470, 2.401904, 1.657814",\
|
|
"3.485297, 3.376017, 3.178225, 2.759659, 2.015569",\
|
|
"4.125573, 4.016294, 3.818501, 3.399935, 2.655846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "6.353259, 6.243979, 6.046187, 5.627621, 4.883532",\
|
|
"6.462960, 6.353681, 6.155889, 5.737322, 4.993233",\
|
|
"6.653104, 6.543825, 6.346032, 5.927466, 5.183376",\
|
|
"7.033927, 6.924648, 6.726855, 6.308289, 5.564199",\
|
|
"7.676281, 7.567002, 7.369209, 6.950643, 6.206553");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.638055, -2.528775, -2.330983, -1.912417, -1.168327",\
|
|
"-2.744859, -2.635580, -2.437787, -2.019221, -1.275132",\
|
|
"-2.924319, -2.815040, -2.617247, -2.198681, -1.454592",\
|
|
"-3.282075, -3.172796, -2.975003, -2.556437, -1.812348",\
|
|
"-3.922351, -3.813071, -3.615279, -3.196713, -2.452624");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.473755, -5.364476, -5.166684, -4.748117, -4.004028",\
|
|
"-5.583457, -5.474178, -5.276386, -4.857820, -4.113730",\
|
|
"-5.773601, -5.664322, -5.466529, -5.047963, -4.303874",\
|
|
"-6.154424, -6.045145, -5.847352, -5.428786, -4.684696",\
|
|
"-6.796778, -6.687499, -6.489706, -6.071140, -5.327050");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.873440, 1.777787, 1.625873, 1.349803, 0.920940",\
|
|
"1.980245, 1.884591, 1.732677, 1.456607, 1.027744",\
|
|
"2.159705, 2.064051, 1.912137, 1.636068, 1.207204",\
|
|
"2.517460, 2.421807, 2.269893, 1.993823, 1.564960",\
|
|
"3.157736, 3.062083, 2.910169, 2.634099, 2.205236");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.669404, 4.573750, 4.421836, 4.145766, 3.716903",\
|
|
"4.779105, 4.683452, 4.531538, 4.255468, 3.826605",\
|
|
"4.969249, 4.873595, 4.721682, 4.445611, 4.016748",\
|
|
"5.350072, 5.254418, 5.102505, 4.826435, 4.397572",\
|
|
"5.992426, 5.896772, 5.744859, 5.468789, 5.039926");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.611816, -1.495285, -1.304599, -0.919292, -0.182677",\
|
|
"-1.718621, -1.602089, -1.411403, -1.026096, -0.289481",\
|
|
"-1.898081, -1.781550, -1.590863, -1.205556, -0.468941",\
|
|
"-2.255836, -2.139305, -1.948619, -1.563312, -0.826697",\
|
|
"-2.896113, -2.779581, -2.588895, -2.203588, -1.466973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.646575, -3.530044, -3.339358, -2.954051, -2.217436",\
|
|
"-3.756278, -3.639746, -3.449060, -3.063753, -2.327138",\
|
|
"-3.946421, -3.829890, -3.639204, -3.253896, -2.517281",\
|
|
"-4.327244, -4.210712, -4.020026, -3.634719, -2.898104",\
|
|
"-4.969598, -4.853066, -4.662380, -4.277073, -3.540458");
|
|
}
|
|
|
|
} /* 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.006060 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.786509, 2.677229, 2.479437, 2.060871, 1.316782",\
|
|
"2.887149, 2.777869, 2.580077, 2.161511, 1.417422",\
|
|
"3.044366, 2.935087, 2.737294, 2.318728, 1.574639",\
|
|
"3.334786, 3.225507, 3.027714, 2.609148, 1.865059",\
|
|
"3.851040, 3.741761, 3.543968, 3.125402, 2.381313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.369540, 5.260261, 5.062469, 4.643902, 3.899813",\
|
|
"5.473859, 5.364579, 5.166787, 4.748220, 4.004131",\
|
|
"5.637241, 5.527962, 5.330170, 4.911603, 4.167514",\
|
|
"5.926188, 5.816908, 5.619116, 5.200549, 4.456460",\
|
|
"6.384749, 6.275470, 6.077678, 5.659111, 4.915022");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.280834, -2.171555, -1.973762, -1.555196, -0.811107",\
|
|
"-2.381474, -2.272194, -2.074402, -1.655836, -0.911747",\
|
|
"-2.538691, -2.429412, -2.231619, -1.813053, -1.068964",\
|
|
"-2.829110, -2.719831, -2.522038, -2.103472, -1.359383",\
|
|
"-3.345365, -3.236086, -3.038294, -2.619727, -1.875638");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.759897, -4.650618, -4.452826, -4.034259, -3.290170",\
|
|
"-4.864217, -4.754937, -4.557145, -4.138578, -3.394490",\
|
|
"-5.027598, -4.918319, -4.720527, -4.301960, -3.557871",\
|
|
"-5.316545, -5.207266, -5.009474, -4.590907, -3.846818",\
|
|
"-5.775106, -5.665827, -5.468035, -5.049468, -4.305379");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.800425, 1.704771, 1.552858, 1.276788, 0.847924",\
|
|
"1.901065, 1.805411, 1.653498, 1.377428, 0.948564",\
|
|
"2.058283, 1.962629, 1.810715, 1.534645, 1.105782",\
|
|
"2.348702, 2.253048, 2.101134, 1.825065, 1.396201",\
|
|
"2.864956, 2.769303, 2.617389, 2.341319, 1.912456");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.648414, 3.552760, 3.400846, 3.124777, 2.695913",\
|
|
"3.752733, 3.657079, 3.505166, 3.229096, 2.800232",\
|
|
"3.916115, 3.820461, 3.668548, 3.392478, 2.963614",\
|
|
"4.205062, 4.109408, 3.957494, 3.681424, 3.252561",\
|
|
"4.663623, 4.567969, 4.416055, 4.139985, 3.711122");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.263063, -1.146532, -0.955846, -0.570539, 0.166076",\
|
|
"-1.363703, -1.247172, -1.056486, -0.671179, 0.065436",\
|
|
"-1.520921, -1.404389, -1.213703, -0.828396, -0.091781",\
|
|
"-1.811340, -1.694808, -1.504122, -1.118815, -0.382200",\
|
|
"-2.327595, -2.211063, -2.020377, -1.635070, -0.898455");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.947650, -2.831118, -2.640432, -2.255125, -1.518510",\
|
|
"-3.051969, -2.935437, -2.744751, -2.359444, -1.622829",\
|
|
"-3.215351, -3.098819, -2.908133, -2.522826, -1.786211",\
|
|
"-3.504297, -3.387766, -3.197080, -2.811773, -2.075158",\
|
|
"-3.962858, -3.846327, -3.655641, -3.270334, -2.533719");
|
|
}
|
|
|
|
} /* 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.004066 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.426907, 2.317627, 2.119835, 1.701269, 0.957180",\
|
|
"2.529310, 2.420031, 2.222239, 1.803673, 1.059583",\
|
|
"2.664497, 2.555217, 2.357425, 1.938859, 1.194770",\
|
|
"2.901688, 2.792408, 2.594616, 2.176050, 1.431961",\
|
|
"3.298085, 3.188806, 2.991014, 2.572448, 1.828358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.179229, 5.069950, 4.872158, 4.453591, 3.709502",\
|
|
"5.282076, 5.172796, 4.975004, 4.556437, 3.812349",\
|
|
"5.482832, 5.373552, 5.175760, 4.757194, 4.013104",\
|
|
"5.906741, 5.797461, 5.599669, 5.181103, 4.437014",\
|
|
"6.649664, 6.540384, 6.342592, 5.924026, 5.179936");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.248623, -2.139344, -1.941551, -1.522985, -0.778896",\
|
|
"-2.351027, -2.241747, -2.043955, -1.625389, -0.881299",\
|
|
"-2.486213, -2.376934, -2.179141, -1.760575, -1.016486",\
|
|
"-2.723403, -2.614124, -2.416332, -1.997766, -1.253676",\
|
|
"-3.119801, -3.010522, -2.812730, -2.394163, -1.650074");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.597939, -4.488659, -4.290867, -3.872300, -3.128211",\
|
|
"-4.700786, -4.591506, -4.393714, -3.975147, -3.231058",\
|
|
"-4.901541, -4.792262, -4.594470, -4.175903, -3.431814",\
|
|
"-5.325450, -5.216171, -5.018379, -4.599813, -3.855723",\
|
|
"-6.068373, -5.959094, -5.761302, -5.342735, -4.598646");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.394958, 1.299304, 1.147390, 0.871320, 0.442457",\
|
|
"1.497362, 1.401708, 1.249794, 0.973724, 0.544861",\
|
|
"1.632548, 1.536894, 1.384980, 1.108911, 0.680047",\
|
|
"1.869739, 1.774085, 1.622171, 1.346101, 0.917238",\
|
|
"2.266136, 2.170483, 2.018569, 1.742499, 1.313636");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.418785, 3.323131, 3.171217, 2.895147, 2.466284",\
|
|
"3.521631, 3.425977, 3.274063, 2.997993, 2.569130",\
|
|
"3.722387, 3.626733, 3.474819, 3.198750, 2.769886",\
|
|
"4.146296, 4.050642, 3.898728, 3.622658, 3.193795",\
|
|
"4.889219, 4.793566, 4.641652, 4.365582, 3.936719");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.236493, -1.119962, -0.929275, -0.543968, 0.192647",\
|
|
"-1.338897, -1.222365, -1.031679, -0.646372, 0.090243",\
|
|
"-1.474083, -1.357551, -1.166865, -0.781558, -0.044943",\
|
|
"-1.711274, -1.594743, -1.404056, -1.018749, -0.282134",\
|
|
"-2.107672, -1.991140, -1.800454, -1.415147, -0.678532");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.786032, -2.669501, -2.478815, -2.093508, -1.356893",\
|
|
"-2.888879, -2.772347, -2.581661, -2.196354, -1.459739",\
|
|
"-3.089635, -2.973104, -2.782417, -2.397110, -1.660495",\
|
|
"-3.513544, -3.397012, -3.206326, -2.821019, -2.084404",\
|
|
"-4.256466, -4.139935, -3.949249, -3.563942, -2.827327");
|
|
}
|
|
|
|
} /* 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.007643 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.764526, 1.655247, 1.457454, 1.038888, 0.294786",\
|
|
"1.871487, 1.762208, 1.564415, 1.145849, 0.401747",\
|
|
"2.044316, 1.935037, 1.737244, 1.318678, 0.574576",\
|
|
"2.377233, 2.267954, 2.070161, 1.651595, 0.907493",\
|
|
"2.971900, 2.862621, 2.664828, 2.246262, 1.502160");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.546597, 4.437317, 4.239524, 3.820958, 3.076856",\
|
|
"4.659169, 4.549890, 4.352097, 3.933530, 3.189429",\
|
|
"4.850970, 4.741691, 4.543898, 4.125331, 3.381230",\
|
|
"5.252746, 5.143466, 4.945673, 4.527107, 3.783005",\
|
|
"5.958536, 5.849257, 5.651464, 5.232897, 4.488796");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.494417, -1.385138, -1.187345, -0.768779, -0.024677",\
|
|
"-1.601378, -1.492099, -1.294306, -0.875739, -0.131638",\
|
|
"-1.774207, -1.664928, -1.467135, -1.048569, -0.304467",\
|
|
"-2.107124, -1.997845, -1.800052, -1.381486, -0.637384",\
|
|
"-2.701791, -2.592512, -2.394719, -1.976153, -1.232051");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.870203, -3.760924, -3.563131, -3.144565, -2.400463",\
|
|
"-3.982776, -3.873496, -3.675704, -3.257137, -2.513035",\
|
|
"-4.174577, -4.065297, -3.867505, -3.448938, -2.704836",\
|
|
"-4.576353, -4.467073, -4.269280, -3.850714, -3.106612",\
|
|
"-5.282143, -5.172863, -4.975071, -4.556504, -3.812403");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.591506, 1.495851, 1.343938, 1.067864, 0.638987",\
|
|
"1.698467, 1.602812, 1.450899, 1.174825, 0.745948",\
|
|
"1.871296, 1.775641, 1.623728, 1.347654, 0.918777",\
|
|
"2.204213, 2.108558, 1.956645, 1.680571, 1.251694",\
|
|
"2.798880, 2.703225, 2.551311, 2.275238, 1.846361");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.638148, 3.542493, 3.390579, 3.114506, 2.685629",\
|
|
"3.750721, 3.655066, 3.503152, 3.227078, 2.798201",\
|
|
"3.942522, 3.846867, 3.694953, 3.418879, 2.990002",\
|
|
"4.344296, 4.248641, 4.096728, 3.820654, 3.391777",\
|
|
"5.050087, 4.954432, 4.802519, 4.526444, 4.097568");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.348289, -1.231757, -1.041071, -0.655764, 0.080851",\
|
|
"-1.455249, -1.338718, -1.148032, -0.762725, -0.026110",\
|
|
"-1.628078, -1.511547, -1.320861, -0.935554, -0.198939",\
|
|
"-1.960995, -1.844464, -1.653778, -1.268471, -0.531856",\
|
|
"-2.555662, -2.439131, -2.248445, -1.863138, -1.126523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.913778, -2.797247, -2.606560, -2.221253, -1.484638",\
|
|
"-3.026350, -2.909819, -2.719133, -2.333826, -1.597211",\
|
|
"-3.218151, -3.101620, -2.910933, -2.525627, -1.789011",\
|
|
"-3.619926, -3.503395, -3.312709, -2.927402, -2.190787",\
|
|
"-4.325717, -4.209186, -4.018500, -3.633193, -2.896578");
|
|
}
|
|
|
|
} /* 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.004724 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.232196, 3.122917, 2.925125, 2.506558, 1.762469",\
|
|
"3.337092, 3.227813, 3.030020, 2.611454, 1.867365",\
|
|
"3.499963, 3.390683, 3.192891, 2.774325, 2.030236",\
|
|
"3.806279, 3.697000, 3.499207, 3.080641, 2.336552",\
|
|
"4.343457, 4.234178, 4.036386, 3.617819, 2.873730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.714835, 5.605556, 5.407763, 4.989197, 4.245108",\
|
|
"5.819038, 5.709759, 5.511967, 5.093400, 4.349311",\
|
|
"6.011432, 5.902152, 5.704360, 5.285794, 4.541704",\
|
|
"6.414952, 6.305673, 6.107881, 5.689314, 4.945225",\
|
|
"7.109617, 7.000338, 6.802546, 6.383979, 5.639890");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.947906, -2.838626, -2.640834, -2.222268, -1.478179",\
|
|
"-3.052801, -2.943522, -2.745730, -2.327163, -1.583074",\
|
|
"-3.215672, -3.106393, -2.908601, -2.490034, -1.745945",\
|
|
"-3.521988, -3.412709, -3.214917, -2.796350, -2.052261",\
|
|
"-4.059166, -3.949887, -3.752094, -3.333528, -2.589439");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.307092, -5.197813, -5.000021, -4.581454, -3.837365",\
|
|
"-5.411296, -5.302016, -5.104224, -4.685658, -3.941569",\
|
|
"-5.603689, -5.494410, -5.296618, -4.878051, -4.133962",\
|
|
"-6.007210, -5.897930, -5.700138, -5.281572, -4.537482",\
|
|
"-6.701875, -6.592595, -6.394803, -5.976237, -5.232147");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.178901, 2.083247, 1.931333, 1.655263, 1.226400",\
|
|
"2.283796, 2.188142, 2.036229, 1.760159, 1.331295",\
|
|
"2.446667, 2.351013, 2.199100, 1.923030, 1.494166",\
|
|
"2.752984, 2.657330, 2.505416, 2.229346, 1.800483",\
|
|
"3.290162, 3.194508, 3.042594, 2.766524, 2.337661");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.948178, 3.852524, 3.700611, 3.424541, 2.995677",\
|
|
"4.052382, 3.956728, 3.804814, 3.528745, 3.099881",\
|
|
"4.244775, 4.149121, 3.997208, 3.721138, 3.292274",\
|
|
"4.648296, 4.552642, 4.400728, 4.124659, 3.695795",\
|
|
"5.342961, 5.247307, 5.095393, 4.819324, 4.390460");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.880265, -1.763734, -1.573048, -1.187741, -0.451126",\
|
|
"-1.985161, -1.868629, -1.677943, -1.292636, -0.556021",\
|
|
"-2.148032, -2.031501, -1.840814, -1.455507, -0.718892",\
|
|
"-2.454348, -2.337817, -2.147131, -1.761824, -1.025209",\
|
|
"-2.991526, -2.874995, -2.684308, -2.299001, -1.562386");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.440515, -3.323983, -3.133297, -2.747990, -2.011375",\
|
|
"-3.544719, -3.428187, -3.237501, -2.852194, -2.115579",\
|
|
"-3.737112, -3.620580, -3.429894, -3.044587, -2.307972",\
|
|
"-4.140633, -4.024101, -3.833415, -3.448108, -2.711493",\
|
|
"-4.835298, -4.718767, -4.528080, -4.142773, -3.406158");
|
|
}
|
|
|
|
} /* 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.004796 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.193977, 2.084698, 1.886905, 1.468339, 0.724250",\
|
|
"2.298648, 2.189369, 1.991576, 1.573010, 0.828921",\
|
|
"2.456012, 2.346733, 2.148941, 1.730375, 0.986285",\
|
|
"2.749586, 2.640307, 2.442514, 2.023948, 1.279859",\
|
|
"3.265555, 3.156275, 2.958483, 2.539917, 1.795827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.394142, 4.284863, 4.087070, 3.668504, 2.924415",\
|
|
"4.499176, 4.389897, 4.192104, 3.773538, 3.029449",\
|
|
"4.692017, 4.582737, 4.384945, 3.966379, 3.222290",\
|
|
"5.088646, 4.979367, 4.781574, 4.363008, 3.618919",\
|
|
"5.756367, 5.647087, 5.449295, 5.030728, 4.286639");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.868644, -1.759365, -1.561573, -1.143007, -0.398917",\
|
|
"-1.973315, -1.864036, -1.666244, -1.247678, -0.503588",\
|
|
"-2.130680, -2.021401, -1.823609, -1.405042, -0.660953",\
|
|
"-2.424254, -2.314974, -2.117182, -1.698616, -0.954526",\
|
|
"-2.940223, -2.830943, -2.633151, -2.214585, -1.470495");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.831096, -3.721817, -3.524025, -3.105458, -2.361369",\
|
|
"-3.936130, -3.826851, -3.629059, -3.210492, -2.466403",\
|
|
"-4.128971, -4.019692, -3.821900, -3.403333, -2.659244",\
|
|
"-4.525600, -4.416321, -4.218529, -3.799962, -3.055873",\
|
|
"-5.193254, -5.083974, -4.886182, -4.467616, -3.723526");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.093679, 1.998026, 1.846112, 1.570042, 1.141179",\
|
|
"2.198350, 2.102697, 1.950783, 1.674713, 1.245850",\
|
|
"2.355715, 2.260061, 2.108147, 1.832077, 1.403214",\
|
|
"2.649288, 2.553635, 2.401721, 2.125651, 1.696788",\
|
|
"3.165257, 3.069603, 2.917689, 2.641620, 2.212756");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.585263, 3.489609, 3.337695, 3.061625, 2.632762",\
|
|
"3.690297, 3.594643, 3.442729, 3.166659, 2.737796",\
|
|
"3.883138, 3.787484, 3.635570, 3.359500, 2.930637",\
|
|
"4.279767, 4.184113, 4.032199, 3.756129, 3.327266",\
|
|
"4.947488, 4.851834, 4.699921, 4.423851, 3.994987");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.627732, -1.511186, -1.320498, -0.935140, -0.198357",\
|
|
"-1.732403, -1.615857, -1.425169, -1.039811, -0.303028",\
|
|
"-1.889768, -1.773222, -1.582534, -1.197176, -0.460393",\
|
|
"-2.183341, -2.066795, -1.876108, -1.490749, -0.753967",\
|
|
"-2.699309, -2.582764, -2.392076, -2.006718, -1.269935");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.790287, -2.673741, -2.483054, -2.097696, -1.360913",\
|
|
"-2.895321, -2.778775, -2.588088, -2.202730, -1.465947",\
|
|
"-3.088162, -2.971616, -2.780929, -2.395571, -1.658788",\
|
|
"-3.484791, -3.368246, -3.177558, -2.792200, -2.055417",\
|
|
"-4.152444, -4.035899, -3.845211, -3.459853, -2.723070");
|
|
}
|
|
|
|
} /* 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.004550 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.625720, 2.516440, 2.318648, 1.900082, 1.155993",\
|
|
"2.730136, 2.620857, 2.423064, 2.004498, 1.260409",\
|
|
"2.888019, 2.778740, 2.580948, 2.162381, 1.418292",\
|
|
"3.182441, 3.073162, 2.875370, 2.456803, 1.712714",\
|
|
"3.698230, 3.588950, 3.391158, 2.972591, 2.228502");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.669640, 5.560360, 5.362568, 4.944002, 4.199913",\
|
|
"5.774673, 5.665394, 5.467602, 5.049036, 4.304946",\
|
|
"5.967767, 5.858488, 5.660695, 5.242129, 4.498040",\
|
|
"6.361879, 6.252600, 6.054808, 5.636241, 4.892152",\
|
|
"7.024683, 6.915404, 6.717611, 6.299045, 5.554956");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.488432, -2.379152, -2.181360, -1.762794, -1.018704",\
|
|
"-2.592848, -2.483569, -2.285777, -1.867210, -1.123121",\
|
|
"-2.750731, -2.641452, -2.443660, -2.025094, -1.281004",\
|
|
"-3.045154, -2.935874, -2.738082, -2.319516, -1.575426",\
|
|
"-3.560941, -3.451662, -3.253869, -2.835303, -2.091214");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.844762, -4.735483, -4.537690, -4.119124, -3.375035",\
|
|
"-4.949796, -4.840517, -4.642725, -4.224158, -3.480069",\
|
|
"-5.142890, -5.033611, -4.835819, -4.417253, -3.673163",\
|
|
"-5.537002, -5.427723, -5.229930, -4.811364, -4.067275",\
|
|
"-6.199806, -6.090527, -5.892734, -5.474168, -4.730079");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.673198, 1.577544, 1.425630, 1.149560, 0.720697",\
|
|
"1.777614, 1.681960, 1.530046, 1.253977, 0.825113",\
|
|
"1.935497, 1.839843, 1.687930, 1.411860, 0.982996",\
|
|
"2.229919, 2.134265, 1.982352, 1.706282, 1.277418",\
|
|
"2.745707, 2.650054, 2.498140, 2.222070, 1.793207");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.000649, 3.904996, 3.753082, 3.477012, 3.048149",\
|
|
"4.105684, 4.010030, 3.858117, 3.582047, 3.153183",\
|
|
"4.298777, 4.203123, 4.051209, 3.775140, 3.346276",\
|
|
"4.692889, 4.597235, 4.445322, 4.169251, 3.740388",\
|
|
"5.355693, 5.260039, 5.108125, 4.832055, 4.403192");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.400305, -1.283759, -1.093071, -0.707713, 0.029070",\
|
|
"-1.504721, -1.388175, -1.197488, -0.812129, -0.075347",\
|
|
"-1.662604, -1.546058, -1.355371, -0.970012, -0.233230",\
|
|
"-1.957026, -1.840480, -1.649793, -1.264434, -0.527652",\
|
|
"-2.472814, -2.356268, -2.165581, -1.780222, -1.043440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.949975, -2.833429, -2.642741, -2.257383, -1.520601",\
|
|
"-3.055009, -2.938463, -2.747776, -2.362417, -1.625635",\
|
|
"-3.248103, -3.131557, -2.940869, -2.555511, -1.818728",\
|
|
"-3.642214, -3.525668, -3.334981, -2.949623, -2.212840",\
|
|
"-4.305018, -4.188472, -3.997785, -3.612426, -2.875644");
|
|
}
|
|
|
|
} /* 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.004453 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.567642, 1.458363, 1.260571, 0.842004, 0.097915",\
|
|
"1.668874, 1.559594, 1.361802, 0.943236, 0.199147",\
|
|
"1.823066, 1.713786, 1.515994, 1.097428, 0.353338",\
|
|
"2.111123, 2.001844, 1.804052, 1.385485, 0.641396",\
|
|
"2.626111, 2.516832, 2.319039, 1.900473, 1.156384");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.688577, 2.579297, 2.381505, 1.962939, 1.218849",\
|
|
"2.793027, 2.683748, 2.485956, 2.067389, 1.323300",\
|
|
"2.955103, 2.845824, 2.648032, 2.229465, 1.485376",\
|
|
"3.245152, 3.135873, 2.938081, 2.519514, 1.775425",\
|
|
"3.706665, 3.597385, 3.399593, 2.981027, 2.236937");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.360819, -1.251539, -1.053747, -0.635181, 0.108909",\
|
|
"-1.462050, -1.352771, -1.154979, -0.736412, 0.007677",\
|
|
"-1.616242, -1.506963, -1.309170, -0.890604, -0.146515",\
|
|
"-1.904300, -1.795020, -1.597228, -1.178662, -0.434572",\
|
|
"-2.419287, -2.310008, -2.112216, -1.693649, -0.949560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.365924, -2.256645, -2.058852, -1.640286, -0.896197",\
|
|
"-2.470375, -2.361095, -2.163303, -1.744737, -1.000648",\
|
|
"-2.632451, -2.523171, -2.325379, -1.906813, -1.162724",\
|
|
"-2.922500, -2.813221, -2.615428, -2.196862, -1.452773",\
|
|
"-3.384012, -3.274733, -3.076941, -2.658374, -1.914285");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.645315, 1.549662, 1.397748, 1.121678, 0.692815",\
|
|
"1.746547, 1.650893, 1.498979, 1.222909, 0.794046",\
|
|
"1.900739, 1.805085, 1.653171, 1.377101, 0.948238",\
|
|
"2.188797, 2.093143, 1.941229, 1.665159, 1.236296",\
|
|
"2.703784, 2.608130, 2.456217, 2.180147, 1.751283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.797198, 2.701544, 2.549630, 2.273561, 1.844697",\
|
|
"2.901649, 2.805995, 2.654081, 2.378011, 1.949148",\
|
|
"3.063725, 2.968071, 2.816157, 2.540087, 2.111224",\
|
|
"3.353774, 3.258120, 3.106206, 2.830136, 2.401273",\
|
|
"3.815286, 3.719633, 3.567719, 3.291649, 2.862786");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.390597, -1.274053, -1.083366, -0.698023, 0.038709",\
|
|
"-1.491828, -1.375285, -1.184598, -0.799255, -0.062522",\
|
|
"-1.646020, -1.529477, -1.338790, -0.953447, -0.216714",\
|
|
"-1.934078, -1.817534, -1.626847, -1.241504, -0.504772",\
|
|
"-2.449065, -2.332522, -2.141835, -1.756492, -1.019759");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.348786, -2.232243, -2.041555, -1.656212, -0.919480",\
|
|
"-2.453237, -2.336693, -2.146006, -1.760663, -1.023931",\
|
|
"-2.615313, -2.498769, -2.308082, -1.922739, -1.186007",\
|
|
"-2.905362, -2.788818, -2.598131, -2.212788, -1.476056",\
|
|
"-3.366874, -3.250331, -3.059644, -2.674301, -1.937568");
|
|
}
|
|
|
|
} /* 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.006086 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.120549, 2.011270, 1.813478, 1.394911, 0.650822",\
|
|
"2.222367, 2.113088, 1.915296, 1.496729, 0.752640",\
|
|
"2.401839, 2.292559, 2.094767, 1.676201, 0.932112",\
|
|
"2.758506, 2.649226, 2.451434, 2.032868, 1.288779",\
|
|
"3.395458, 3.286179, 3.088387, 2.669820, 1.925731");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.998182, 4.888903, 4.691110, 4.272544, 3.528455",\
|
|
"5.102833, 4.993554, 4.795761, 4.377195, 3.633106",\
|
|
"5.293082, 5.183803, 4.986010, 4.567444, 3.823354",\
|
|
"5.674582, 5.565303, 5.367511, 4.948945, 4.204855",\
|
|
"6.317209, 6.207930, 6.010137, 5.591571, 4.847482");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.941696, -1.832417, -1.634624, -1.216058, -0.471969",\
|
|
"-2.043514, -1.934235, -1.736442, -1.317876, -0.573787",\
|
|
"-2.222986, -2.113707, -1.915914, -1.497348, -0.753259",\
|
|
"-2.579653, -2.470373, -2.272581, -1.854015, -1.109925",\
|
|
"-3.216605, -3.107326, -2.909534, -2.490967, -1.746878");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.126985, -4.017706, -3.819913, -3.401347, -2.657258",\
|
|
"-4.231636, -4.122357, -3.924564, -3.505998, -2.761909",\
|
|
"-4.421885, -4.312605, -4.114813, -3.696247, -2.952157",\
|
|
"-4.803385, -4.694106, -4.496314, -4.077747, -3.333658",\
|
|
"-5.446011, -5.336732, -5.138939, -4.720373, -3.976284");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.152712, 1.057058, 0.905145, 0.629075, 0.200212",\
|
|
"1.254530, 1.158877, 1.006963, 0.730893, 0.302030",\
|
|
"1.434002, 1.338348, 1.186435, 0.910365, 0.481501",\
|
|
"1.790669, 1.695015, 1.543102, 1.267032, 0.838168",\
|
|
"2.427621, 2.331968, 2.180054, 1.903984, 1.475121");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.314327, 3.218674, 3.066760, 2.790690, 2.361827",\
|
|
"3.418978, 3.323325, 3.171411, 2.895341, 2.466478",\
|
|
"3.609227, 3.513573, 3.361659, 3.085589, 2.656726",\
|
|
"3.990727, 3.895074, 3.743160, 3.467090, 3.038227",\
|
|
"4.633354, 4.537700, 4.385786, 4.109716, 3.680853");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.915458, -0.798927, -0.608240, -0.222933, 0.513682",\
|
|
"-1.017276, -0.900745, -0.710059, -0.324751, 0.411864",\
|
|
"-1.196748, -1.080216, -0.889530, -0.504223, 0.232392",\
|
|
"-1.553415, -1.436883, -1.246197, -0.860890, -0.124275",\
|
|
"-2.190367, -2.073835, -1.883149, -1.497842, -0.761227");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.299805, -2.183274, -1.992588, -1.607280, -0.870665",\
|
|
"-2.404456, -2.287925, -2.097239, -1.711931, -0.975316",\
|
|
"-2.594705, -2.478173, -2.287487, -1.902180, -1.165565",\
|
|
"-2.976205, -2.859674, -2.668988, -2.283681, -1.547065",\
|
|
"-3.618832, -3.502300, -3.311614, -2.926307, -2.189692");
|
|
}
|
|
|
|
} /* 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.003971 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.526700, 2.417420, 2.219628, 1.801062, 1.056973",\
|
|
"2.628706, 2.519427, 2.321634, 1.903068, 1.158979",\
|
|
"2.763599, 2.654320, 2.456527, 2.037961, 1.293872",\
|
|
"3.001882, 2.892603, 2.694810, 2.276244, 1.532155",\
|
|
"3.388771, 3.279491, 3.081699, 2.663133, 1.919044");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.320669, 5.211390, 5.013597, 4.595031, 3.850942",\
|
|
"5.423141, 5.313861, 5.116069, 4.697502, 3.953413",\
|
|
"5.623971, 5.514691, 5.316899, 4.898333, 4.154243",\
|
|
"6.042477, 5.933197, 5.735405, 5.316838, 4.572749",\
|
|
"6.773629, 6.664349, 6.466557, 6.047991, 5.303902");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.102673, -1.993394, -1.795602, -1.377035, -0.632946",\
|
|
"-2.204680, -2.095401, -1.897608, -1.479042, -0.734953",\
|
|
"-2.339573, -2.230294, -2.032501, -1.613935, -0.869846",\
|
|
"-2.577856, -2.468576, -2.270784, -1.852218, -1.108129",\
|
|
"-2.964744, -2.855465, -2.657673, -2.239106, -1.495017");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.833279, -4.724000, -4.526207, -4.107641, -3.363552",\
|
|
"-4.935750, -4.826471, -4.628679, -4.210113, -3.466023",\
|
|
"-5.136581, -5.027302, -4.829510, -4.410943, -3.666854",\
|
|
"-5.555087, -5.445807, -5.248015, -4.829449, -4.085360",\
|
|
"-6.286238, -6.176958, -5.979166, -5.560599, -4.816510");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.540690, 1.445036, 1.293122, 1.017052, 0.588189",\
|
|
"1.642696, 1.547042, 1.395129, 1.119059, 0.690195",\
|
|
"1.777589, 1.681936, 1.530022, 1.253952, 0.825089",\
|
|
"2.015872, 1.920218, 1.768304, 1.492235, 1.063371",\
|
|
"2.402761, 2.307107, 2.155193, 1.879123, 1.450260");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.599507, 3.503853, 3.351940, 3.075870, 2.647007",\
|
|
"3.701978, 3.606325, 3.454411, 3.178341, 2.749478",\
|
|
"3.902809, 3.807155, 3.655241, 3.379172, 2.950308",\
|
|
"4.321315, 4.225661, 4.073747, 3.797677, 3.368814",\
|
|
"5.052466, 4.956813, 4.804899, 4.528830, 4.099966");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.085341, -0.968810, -0.778124, -0.392817, 0.343798",\
|
|
"-1.187348, -1.070817, -0.880130, -0.494823, 0.241792",\
|
|
"-1.322241, -1.205710, -1.015023, -0.629717, 0.106899",\
|
|
"-1.560524, -1.443992, -1.253306, -0.867999, -0.131384",\
|
|
"-1.947412, -1.830881, -1.640195, -1.254888, -0.518273");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.021005, -2.904474, -2.713788, -2.328481, -1.591866",\
|
|
"-3.123477, -3.006945, -2.816259, -2.430952, -1.694337",\
|
|
"-3.324307, -3.207776, -3.017089, -2.631783, -1.895167",\
|
|
"-3.742812, -3.626281, -3.435595, -3.050288, -2.313673",\
|
|
"-4.473964, -4.357432, -4.166746, -3.781439, -3.044824");
|
|
}
|
|
|
|
} /* 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.016654 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.458677, 2.349397, 2.151605, 1.733039, 0.988950",\
|
|
"2.560125, 2.450845, 2.253053, 1.834487, 1.090398",\
|
|
"2.700461, 2.591182, 2.393389, 1.974823, 1.230734",\
|
|
"2.953762, 2.844483, 2.646691, 2.228124, 1.484035",\
|
|
"3.372889, 3.263609, 3.065817, 2.647251, 1.903162");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.324646, 4.215366, 4.017574, 3.599007, 2.854918",\
|
|
"4.430311, 4.321031, 4.123239, 3.704673, 2.960583",\
|
|
"4.624856, 4.515577, 4.317785, 3.899218, 3.155129",\
|
|
"5.001371, 4.892091, 4.694299, 4.275733, 3.531644",\
|
|
"5.665323, 5.556043, 5.358251, 4.939685, 4.195596");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.331880, -2.222600, -2.024808, -1.606242, -0.862153",\
|
|
"-2.433328, -2.324049, -2.126256, -1.707690, -0.963601",\
|
|
"-2.573664, -2.464385, -2.266593, -1.848027, -1.103937",\
|
|
"-2.826966, -2.717686, -2.519894, -2.101328, -1.357239",\
|
|
"-3.246092, -3.136813, -2.939021, -2.520454, -1.776365");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.092238, -3.982959, -3.785167, -3.366600, -2.622511",\
|
|
"-4.197904, -4.088624, -3.890832, -3.472265, -2.728176",\
|
|
"-4.392449, -4.283170, -4.085378, -3.666811, -2.922722",\
|
|
"-4.768964, -4.659684, -4.461892, -4.043325, -3.299237",\
|
|
"-5.432916, -5.323636, -5.125844, -4.707277, -3.963188");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.426728, 1.331074, 1.179160, 0.903090, 0.474227",\
|
|
"1.528176, 1.432522, 1.280608, 1.004539, 0.575675",\
|
|
"1.668512, 1.572859, 1.420945, 1.144875, 0.716012",\
|
|
"1.921814, 1.826160, 1.674246, 1.398176, 0.969313",\
|
|
"2.340940, 2.245286, 2.093373, 1.817303, 1.388440");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.564187, 2.468533, 2.316619, 2.040549, 1.611686",\
|
|
"2.669852, 2.574198, 2.422284, 2.146214, 1.717351",\
|
|
"2.864398, 2.768744, 2.616830, 2.340760, 1.911897",\
|
|
"3.240911, 3.145258, 2.993344, 2.717274, 2.288411",\
|
|
"3.904864, 3.809210, 3.657296, 3.381227, 2.952363");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.319750, -1.203219, -1.012533, -0.627226, 0.109389",\
|
|
"-1.421198, -1.304667, -1.113981, -0.728674, 0.007941",\
|
|
"-1.561535, -1.445004, -1.254317, -0.869010, -0.132395",\
|
|
"-1.814837, -1.698305, -1.507619, -1.122312, -0.385697",\
|
|
"-2.233963, -2.117432, -1.926746, -1.541439, -0.804823");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.280318, -2.163787, -1.973101, -1.587794, -0.851178",\
|
|
"-2.385983, -2.269452, -2.078766, -1.693459, -0.956844",\
|
|
"-2.580529, -2.463998, -2.273312, -1.888005, -1.151389",\
|
|
"-2.957043, -2.840512, -2.649826, -2.264518, -1.527903",\
|
|
"-3.620996, -3.504464, -3.313778, -2.928471, -2.191856");
|
|
}
|
|
|
|
} /* 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.080097 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.900564");
|
|
}
|
|
|
|
} /* 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 ( "1.135098");
|
|
}
|
|
|
|
} /* 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.009562 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.453540, 3.351094, 3.180848, 2.858331, 2.311074",\
|
|
"3.554013, 3.451567, 3.281321, 2.958804, 2.411547",\
|
|
"3.696073, 3.593627, 3.423381, 3.100864, 2.553608",\
|
|
"3.936935, 3.834490, 3.664243, 3.341727, 2.794470",\
|
|
"4.317699, 4.215254, 4.045008, 3.722491, 3.175235");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.962176, 3.859730, 3.689484, 3.366967, 2.819710",\
|
|
"4.067293, 3.964848, 3.794601, 3.472085, 2.924828",\
|
|
"4.264191, 4.161746, 3.991499, 3.668982, 3.121726",\
|
|
"4.644654, 4.542209, 4.371963, 4.049446, 3.502189",\
|
|
"5.323569, 5.221124, 5.050877, 4.728360, 4.181104");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.137739, 3.028460, 2.830667, 2.412101, 1.668012",\
|
|
"3.238212, 3.128933, 2.931140, 2.512574, 1.768485",\
|
|
"3.380753, 3.271474, 3.073681, 2.655115, 1.911026",\
|
|
"3.620922, 3.511642, 3.313850, 2.895284, 2.151194",\
|
|
"4.001254, 3.891974, 3.694182, 3.275616, 2.531526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "5.850337, 5.741057, 5.543265, 5.124699, 4.380610",\
|
|
"5.955454, 5.846175, 5.648383, 5.229816, 4.485727",\
|
|
"6.152647, 6.043367, 5.845575, 5.427009, 4.682920",\
|
|
"6.532100, 6.422821, 6.225029, 5.806462, 5.062373",\
|
|
"7.208309, 7.099030, 6.901237, 6.482671, 5.738582");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.269720, 0.372165, 0.542412, 0.864928, 1.412185",\
|
|
"0.169247, 0.271693, 0.441939, 0.764456, 1.311712",\
|
|
"0.027187, 0.129632, 0.299879, 0.622395, 1.169652",\
|
|
"-0.213675, -0.111230, 0.059017, 0.381533, 0.928790",\
|
|
"-0.594439, -0.491994, -0.321747, 0.000769, 0.548026");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.224334, 0.326779, 0.497025, 0.819542, 1.366798",\
|
|
"0.119216, 0.221661, 0.391908, 0.714424, 1.261681",\
|
|
"-0.077682, 0.024763, 0.195010, 0.517526, 1.064783",\
|
|
"-0.458145, -0.355700, -0.185454, 0.137063, 0.684319",\
|
|
"-1.137060, -1.034615, -0.864368, -0.541852, 0.005405");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.967786, -2.858507, -2.660714, -2.242148, -1.498059",\
|
|
"-3.068259, -2.958980, -2.761187, -2.342621, -1.598532",\
|
|
"-3.210800, -3.101521, -2.903728, -2.485162, -1.741073",\
|
|
"-3.450968, -3.341689, -3.143897, -2.725330, -1.981241",\
|
|
"-3.831300, -3.722021, -3.524229, -3.105662, -2.361573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-5.421943, -5.312664, -5.114872, -4.696305, -3.952216",\
|
|
"-5.527061, -5.417782, -5.219989, -4.801423, -4.057334",\
|
|
"-5.724253, -5.614974, -5.417181, -4.998615, -4.254526",\
|
|
"-6.103707, -5.994428, -5.796635, -5.378069, -4.633980",\
|
|
"-6.779915, -6.670636, -6.472844, -6.054277, -5.310188");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.597766, 1.495321, 1.325074, 1.002558, 0.455301",\
|
|
"1.702884, 1.600439, 1.430192, 1.107676, 0.560419",\
|
|
"1.899782, 1.797336, 1.627090, 1.304573, 0.757317",\
|
|
"2.280245, 2.177800, 2.007553, 1.685037, 1.137780",\
|
|
"2.959160, 2.856714, 2.686468, 2.363951, 1.816695");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.676665, 1.567383, 1.369590, 0.951186, 0.207079",\
|
|
"1.781783, 1.672500, 1.474707, 1.056304, 0.312196",\
|
|
"1.978680, 1.869398, 1.671605, 1.253201, 0.509094",\
|
|
"2.359144, 2.249862, 2.052069, 1.633665, 0.889558",\
|
|
"3.038059, 2.928776, 2.730983, 2.312580, 1.568472");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.388061, -0.285617, -0.115386, 0.207073, 0.754403",\
|
|
"-0.493178, -0.390734, -0.220504, 0.101956, 0.649286",\
|
|
"-0.690076, -0.587632, -0.417401, -0.094942, 0.452388",\
|
|
"-1.070539, -0.968095, -0.797865, -0.475406, 0.071924",\
|
|
"-1.749454, -1.647010, -1.476780, -1.154320, -0.606990");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.185912, -0.076632, 0.121160, 0.539727, 1.283828",\
|
|
"-0.291029, -0.181750, 0.016043, 0.434609, 1.178711",\
|
|
"-0.487927, -0.378648, -0.180855, 0.237712, 0.981813",\
|
|
"-0.868391, -0.759112, -0.561319, -0.142752, 0.601349",\
|
|
"-1.547305, -1.438026, -1.240234, -0.821667, -0.077565");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.583985, 2.488326, 2.336411, 2.060302, 1.631309",\
|
|
"2.684458, 2.588799, 2.436884, 2.160775, 1.731782",\
|
|
"2.826519, 2.730859, 2.578945, 2.302836, 1.873843",\
|
|
"3.067380, 2.971721, 2.819807, 2.543698, 2.114704",\
|
|
"3.448144, 3.352485, 3.200571, 2.924462, 2.495468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.083684, 3.988030, 3.836117, 3.560047, 3.131184",\
|
|
"4.188802, 4.093148, 3.941234, 3.665164, 3.236301",\
|
|
"4.385994, 4.290340, 4.138426, 3.862357, 3.433493",\
|
|
"4.765449, 4.669795, 4.517881, 4.241811, 3.812948",\
|
|
"5.441657, 5.346003, 5.194089, 4.918020, 4.489156");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.195825, -1.079289, -0.888602, -0.503260, 0.233472",\
|
|
"-1.296298, -1.179762, -0.989075, -0.603733, 0.132999",\
|
|
"-1.438358, -1.321822, -1.131135, -0.745793, -0.009062",\
|
|
"-1.679220, -1.562684, -1.371998, -0.986655, -0.249924",\
|
|
"-2.059984, -1.943448, -1.752762, -1.367419, -0.630688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.752243, -1.635707, -1.445020, -1.059678, -0.322947",\
|
|
"-1.857361, -1.740825, -1.550138, -1.164796, -0.428064",\
|
|
"-2.054258, -1.937722, -1.747036, -1.361693, -0.624962",\
|
|
"-2.434722, -2.318186, -2.127499, -1.742157, -1.005425",\
|
|
"-3.113637, -2.997101, -2.806414, -2.421072, -1.684340");
|
|
}
|
|
|
|
} /* 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.011781 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "7.799493, 7.697047, 7.526801, 7.204285, 6.657028",\
|
|
"7.900329, 7.797883, 7.627637, 7.305120, 6.757864",\
|
|
"8.037387, 7.934941, 7.764695, 7.442179, 6.894922",\
|
|
"8.280902, 8.178456, 8.008210, 7.685694, 7.138437",\
|
|
"8.668313, 8.565867, 8.395621, 8.073105, 7.525848");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.571178, 9.468733, 9.298487, 8.975970, 8.428714",\
|
|
"9.677515, 9.575069, 9.404823, 9.082307, 8.535050",\
|
|
"9.872577, 9.770131, 9.599885, 9.277369, 8.730112",\
|
|
"10.275331, 10.172886, 10.002640, 9.680123, 9.132867",\
|
|
"11.004429, 10.901983, 10.731737, 10.409221, 9.861964");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "11.974771, 11.865492, 11.667700, 11.249134, 10.505044",\
|
|
"12.075606, 11.966327, 11.768535, 11.349968, 10.605879",\
|
|
"12.212666, 12.103386, 11.905594, 11.487028, 10.742938",\
|
|
"12.456180, 12.346900, 12.149108, 11.730541, 10.986452",\
|
|
"12.843592, 12.734312, 12.536520, 12.117954, 11.373864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "10.568641, 10.459362, 10.261569, 9.843003, 9.098914",\
|
|
"10.674977, 10.565699, 10.367906, 9.949340, 9.205251",\
|
|
"10.870039, 10.760760, 10.562967, 10.144402, 9.400312",\
|
|
"11.272794, 11.163515, 10.965722, 10.547156, 9.803067",\
|
|
"12.001890, 11.892612, 11.694818, 11.276253, 10.532164");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.119990, -0.017546, 0.152685, 0.475144, 1.022474",\
|
|
"-0.220824, -0.118380, 0.051851, 0.374310, 0.921640",\
|
|
"-0.357891, -0.255447, -0.085216, 0.237243, 0.784573",\
|
|
"-0.601481, -0.499037, -0.328807, -0.006348, 0.540983",\
|
|
"-0.989245, -0.886800, -0.716570, -0.394111, 0.153219");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.184321, -0.081877, 0.088357, 0.410828, 0.958132",\
|
|
"-0.290657, -0.188212, -0.017979, 0.304492, 0.851797",\
|
|
"-0.485829, -0.383385, -0.213152, 0.109319, 0.656624",\
|
|
"-0.888477, -0.786032, -0.615799, -0.293328, 0.253976",\
|
|
"-1.614747, -1.512303, -1.342070, -1.019599, -0.472294");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.564131, -1.454852, -1.257060, -0.838493, -0.094404",\
|
|
"-1.664966, -1.555687, -1.357894, -0.939328, -0.195239",\
|
|
"-1.802058, -1.692779, -1.494987, -1.076421, -0.332331",\
|
|
"-2.045872, -1.936593, -1.738801, -1.320235, -0.576145",\
|
|
"-2.434029, -2.324749, -2.126957, -1.708391, -0.964301");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-3.667897, -3.558618, -3.360826, -2.942260, -2.198170",\
|
|
"-3.774235, -3.664956, -3.467163, -3.048597, -2.304508",\
|
|
"-3.969425, -3.860146, -3.662353, -3.243787, -2.499698",\
|
|
"-4.372408, -4.263129, -4.065336, -3.646770, -2.902681",\
|
|
"-5.099676, -4.990396, -4.792604, -4.374038, -3.629949");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "10.290921, 10.195268, 10.043354, 9.767284, 9.338421",\
|
|
"10.391756, 10.296103, 10.144189, 9.868119, 9.439256",\
|
|
"10.528815, 10.433162, 10.281248, 10.005178, 9.576315",\
|
|
"10.772329, 10.676676, 10.524762, 10.248693, 9.819829",\
|
|
"11.159741, 11.064088, 10.912174, 10.636105, 10.207241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.536692, 9.441038, 9.289124, 9.013054, 8.584191",\
|
|
"9.643028, 9.547375, 9.395461, 9.119390, 8.690528",\
|
|
"9.838090, 9.742436, 9.590523, 9.314453, 8.885590",\
|
|
"10.240845, 10.145191, 9.993278, 9.717207, 9.288344",\
|
|
"10.969941, 10.874288, 10.722374, 10.446304, 10.017441");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.323532, -1.206986, -1.016299, -0.630941, 0.105842",\
|
|
"-1.424367, -1.307821, -1.117134, -0.731775, 0.005007",\
|
|
"-1.561459, -1.444914, -1.254226, -0.868868, -0.132085",\
|
|
"-1.805273, -1.688727, -1.498040, -1.112682, -0.375899",\
|
|
"-2.193429, -2.076884, -1.886196, -1.500838, -0.764055");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.627089, -2.510543, -2.319855, -1.934497, -1.197714",\
|
|
"-2.733426, -2.616880, -2.426193, -2.040834, -1.304052",\
|
|
"-2.928616, -2.812070, -2.621382, -2.236024, -1.499241",\
|
|
"-3.331599, -3.215053, -3.024365, -2.639007, -1.902225",\
|
|
"-4.058867, -3.942321, -3.751633, -3.366275, -2.629492");
|
|
}
|
|
|
|
} /* 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.004054 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.573910, 2.464631, 2.266839, 1.848272, 1.104183",\
|
|
"2.674562, 2.565282, 2.367490, 1.948924, 1.204834",\
|
|
"2.831435, 2.722156, 2.524364, 2.105797, 1.361708",\
|
|
"3.120976, 3.011697, 2.813905, 2.395338, 1.651249",\
|
|
"3.633863, 3.524584, 3.326792, 2.908225, 2.164136");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "4.927315, 4.818036, 4.620244, 4.201677, 3.457588",\
|
|
"5.031635, 4.922356, 4.724563, 4.305997, 3.561908",\
|
|
"5.194937, 5.085658, 4.887866, 4.469299, 3.725210",\
|
|
"5.483671, 5.374392, 5.176600, 4.758033, 4.013944",\
|
|
"5.941715, 5.832436, 5.634644, 5.216077, 4.471988");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.314394, -2.205115, -2.007323, -1.588756, -0.844667",\
|
|
"-2.415046, -2.305767, -2.107975, -1.689408, -0.945319",\
|
|
"-2.571919, -2.462640, -2.264848, -1.846281, -1.102192",\
|
|
"-2.861461, -2.752181, -2.554389, -2.135823, -1.391733",\
|
|
"-3.374347, -3.265068, -3.067275, -2.648709, -1.904620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-4.600376, -4.491096, -4.293304, -3.874738, -3.130649",\
|
|
"-4.704695, -4.595416, -4.397624, -3.979057, -3.234968",\
|
|
"-4.867998, -4.758718, -4.560926, -4.142360, -3.398271",\
|
|
"-5.156731, -5.047452, -4.849659, -4.431093, -3.687004",\
|
|
"-5.614776, -5.505497, -5.307704, -4.889138, -4.145049");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.621388, 1.525734, 1.373820, 1.097750, 0.668887",\
|
|
"1.722039, 1.626385, 1.474472, 1.198402, 0.769539",\
|
|
"1.878913, 1.783259, 1.631346, 1.355276, 0.926412",\
|
|
"2.168454, 2.072800, 1.920886, 1.644817, 1.215953",\
|
|
"2.681341, 2.585687, 2.433773, 2.157703, 1.728840");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "3.258326, 3.162673, 3.010759, 2.734689, 2.305826",\
|
|
"3.362646, 3.266992, 3.115078, 2.839009, 2.410145",\
|
|
"3.525948, 3.430294, 3.278380, 3.002311, 2.573447",\
|
|
"3.814681, 3.719028, 3.567114, 3.291044, 2.862181",\
|
|
"4.272726, 4.177073, 4.025159, 3.749089, 3.320226");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.226267, -1.109721, -0.919034, -0.533675, 0.203107",\
|
|
"-1.326919, -1.210373, -1.019685, -0.634327, 0.102456",\
|
|
"-1.483793, -1.367247, -1.176559, -0.791201, -0.054418",\
|
|
"-1.773333, -1.656787, -1.466100, -1.080742, -0.343959",\
|
|
"-2.286220, -2.169674, -1.978987, -1.593628, -0.856846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.705589, -2.589043, -2.398355, -2.012997, -1.276215",\
|
|
"-2.809908, -2.693362, -2.502675, -2.117317, -1.380534",\
|
|
"-2.973211, -2.856665, -2.665977, -2.280619, -1.543837",\
|
|
"-3.261944, -3.145398, -2.954711, -2.569353, -1.832570",\
|
|
"-3.719989, -3.603443, -3.412756, -3.027398, -2.290615");
|
|
}
|
|
|
|
} /* 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.006212 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.353025, 1.243745, 1.045953, 0.627387, -0.116703",\
|
|
"1.454541, 1.345261, 1.147469, 0.728903, -0.015187",\
|
|
"1.627269, 1.517989, 1.320197, 0.901631, 0.157542",\
|
|
"1.967986, 1.858707, 1.660914, 1.242348, 0.498259",\
|
|
"2.555075, 2.445796, 2.248003, 1.829437, 1.085348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.616160, 2.506881, 2.309089, 1.890522, 1.146433",\
|
|
"2.723022, 2.613742, 2.415950, 1.997383, 1.253294",\
|
|
"2.914539, 2.805260, 2.607468, 2.188901, 1.444812",\
|
|
"3.324303, 3.215024, 3.017232, 2.598665, 1.854576",\
|
|
"4.024212, 3.914932, 3.717140, 3.298574, 2.554485");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.180548, -1.071269, -0.873477, -0.454910, 0.289179",\
|
|
"-1.282064, -1.172785, -0.974993, -0.556426, 0.187663",\
|
|
"-1.454792, -1.345513, -1.147721, -0.729154, 0.014935",\
|
|
"-1.795510, -1.686230, -1.488438, -1.069872, -0.325783",\
|
|
"-2.382598, -2.273319, -2.075526, -1.656960, -0.912871");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.282180, -2.172900, -1.975108, -1.556542, -0.812452",\
|
|
"-2.389041, -2.279762, -2.081969, -1.663403, -0.919314",\
|
|
"-2.581878, -2.472599, -2.274806, -1.856240, -1.112151",\
|
|
"-2.991642, -2.882363, -2.684571, -2.266004, -1.521915",\
|
|
"-3.691550, -3.582271, -3.384479, -2.965912, -2.221823");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.430698, 1.335044, 1.183130, 0.907060, 0.478197",\
|
|
"1.532214, 1.436560, 1.284646, 1.008576, 0.579713",\
|
|
"1.704942, 1.609288, 1.457374, 1.181304, 0.752441",\
|
|
"2.045659, 1.950005, 1.798091, 1.522022, 1.093158",\
|
|
"2.632748, 2.537094, 2.385180, 2.109110, 1.680247");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.724782, 2.629128, 2.477214, 2.201144, 1.772281",\
|
|
"2.831643, 2.735989, 2.584075, 2.308006, 1.879142",\
|
|
"3.023161, 2.927507, 2.775593, 2.499523, 2.070660",\
|
|
"3.432925, 3.337271, 3.185357, 2.909287, 2.480424",\
|
|
"4.132833, 4.037180, 3.885266, 3.609196, 3.180333");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.210326, -1.093783, -0.903096, -0.517753, 0.218980",\
|
|
"-1.311842, -1.195299, -1.004612, -0.619269, 0.117464",\
|
|
"-1.484570, -1.368027, -1.177339, -0.791996, -0.055264",\
|
|
"-1.825287, -1.708744, -1.518057, -1.132714, -0.395982",\
|
|
"-2.412376, -2.295833, -2.105145, -1.719802, -0.983070");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.265042, -2.148499, -1.957811, -1.572468, -0.835736",\
|
|
"-2.371903, -2.255360, -2.064672, -1.679330, -0.942597",\
|
|
"-2.564740, -2.448197, -2.257510, -1.872167, -1.135434",\
|
|
"-2.974504, -2.857961, -2.667274, -2.281931, -1.545198",\
|
|
"-3.674413, -3.557869, -3.367182, -2.981839, -2.245107");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_hldr*/
|
|
|
|
} /* end of pin mgmt_gpio_in[0] */
|
|
} /* end of bus mgmt_gpio_in */
|
|
bus ( mgmt_gpio_oeb ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_oeb[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002174 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "5.027839, 5.046479, 5.101429, 5.328338, 6.258127",\
|
|
"5.130284, 5.148924, 5.203875, 5.430783, 6.360572",\
|
|
"5.300530, 5.319170, 5.374121, 5.601029, 6.530818",\
|
|
"5.623047, 5.641687, 5.696637, 5.923546, 6.853335",\
|
|
"6.170303, 6.188943, 6.243894, 6.470802, 7.400591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035235, 0.052849, 0.115236, 0.427423, 1.738814",\
|
|
"0.035235, 0.052849, 0.115236, 0.427423, 1.738814",\
|
|
"0.035235, 0.052849, 0.115236, 0.427423, 1.738814",\
|
|
"0.035235, 0.052849, 0.115236, 0.427423, 1.738814",\
|
|
"0.035235, 0.052849, 0.115236, 0.427423, 1.738814");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "5.081385, 5.096427, 5.134982, 5.254975, 5.682460",\
|
|
"5.183830, 5.198873, 5.237428, 5.357421, 5.784906",\
|
|
"5.354077, 5.369120, 5.407674, 5.527668, 5.955153",\
|
|
"5.676593, 5.691636, 5.730191, 5.850184, 6.277669",\
|
|
"6.223850, 6.238893, 6.277447, 6.397440, 6.824925");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033119, 0.043207, 0.073923, 0.213041, 0.808509",\
|
|
"0.033119, 0.043207, 0.073923, 0.213041, 0.808509",\
|
|
"0.033119, 0.043207, 0.073923, 0.213041, 0.808509",\
|
|
"0.033119, 0.043207, 0.073923, 0.213041, 0.808509",\
|
|
"0.033119, 0.043207, 0.073923, 0.213041, 0.808509");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "4.789967, 4.808607, 4.863557, 5.085977, 6.000884",\
|
|
"4.892412, 4.911052, 4.966002, 5.188422, 6.103329",\
|
|
"5.062659, 5.081299, 5.136249, 5.358669, 6.273576",\
|
|
"5.385175, 5.403815, 5.458766, 5.681185, 6.596092",\
|
|
"5.932432, 5.951072, 6.006022, 6.228442, 7.143349");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035235, 0.052849, 0.115236, 0.418985, 1.702068",\
|
|
"0.035235, 0.052849, 0.115236, 0.418985, 1.702068",\
|
|
"0.035235, 0.052849, 0.115236, 0.418985, 1.702068",\
|
|
"0.035235, 0.052849, 0.115236, 0.418985, 1.702068",\
|
|
"0.035235, 0.052849, 0.115236, 0.418985, 1.702068");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "4.849166, 4.864209, 4.902763, 5.018248, 5.441909",\
|
|
"4.951612, 4.966654, 5.005209, 5.120694, 5.544354",\
|
|
"5.121858, 5.136900, 5.175455, 5.290940, 5.714601",\
|
|
"5.444374, 5.459417, 5.497972, 5.613456, 6.037117",\
|
|
"5.991631, 6.006673, 6.045228, 6.160713, 6.584373");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033119, 0.043207, 0.073923, 0.204557, 0.779527",\
|
|
"0.033119, 0.043207, 0.073923, 0.204557, 0.779527",\
|
|
"0.033119, 0.043207, 0.073923, 0.204557, 0.779527",\
|
|
"0.033119, 0.043207, 0.073923, 0.204557, 0.779527",\
|
|
"0.033119, 0.043207, 0.073923, 0.204557, 0.779527");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.084047, 1.102691, 1.157650, 1.384522, 2.314528",\
|
|
"1.184332, 1.202977, 1.257935, 1.484807, 2.414813",\
|
|
"1.321135, 1.339779, 1.394737, 1.621610, 2.551616",\
|
|
"1.561390, 1.580034, 1.634993, 1.861865, 2.791872",\
|
|
"1.941768, 1.960413, 2.015371, 2.242243, 3.172251");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035211, 0.052825, 0.115212, 0.427382, 1.738835",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738835",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.240587, 1.255627, 1.294185, 1.414174, 1.841655",\
|
|
"1.348365, 1.363405, 1.401963, 1.521952, 1.949433",\
|
|
"1.539629, 1.554670, 1.593228, 1.713217, 2.140698",\
|
|
"1.917839, 1.932879, 1.971437, 2.091426, 2.518907",\
|
|
"2.586415, 2.601455, 2.640013, 2.760002, 3.187483");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.076429, 1.095073, 1.150033, 1.372413, 2.287553",\
|
|
"1.176714, 1.195359, 1.250318, 1.472699, 2.387838",\
|
|
"1.313525, 1.332170, 1.387129, 1.609510, 2.524649",\
|
|
"1.553815, 1.572460, 1.627419, 1.849800, 2.764938",\
|
|
"1.934269, 1.952914, 2.007873, 2.230255, 3.145386");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418941, 1.702091",\
|
|
"0.035210, 0.052824, 0.115211, 0.418942, 1.702091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.237434, 1.252469, 1.291035, 1.406506, 1.830152",\
|
|
"1.345212, 1.360247, 1.398812, 1.514283, 1.937930",\
|
|
"1.536479, 1.551514, 1.590079, 1.705550, 2.129196",\
|
|
"1.914704, 1.929738, 1.968304, 2.083775, 2.507421",\
|
|
"2.583225, 2.598259, 2.636825, 2.752296, 3.175942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.343426, 1.358467, 1.397025, 1.517014, 1.944495",\
|
|
"1.443712, 1.458752, 1.497310, 1.617299, 2.044780",\
|
|
"1.580214, 1.595254, 1.633812, 1.753801, 2.181282",\
|
|
"1.819449, 1.834489, 1.873047, 1.993036, 2.420517",\
|
|
"2.196289, 2.211329, 2.249887, 2.369876, 2.797357");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504",\
|
|
"0.033121, 0.043206, 0.073921, 0.213039, 0.808504");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.073135, 1.091779, 1.146738, 1.373610, 2.303616",\
|
|
"1.180912, 1.199557, 1.254515, 1.481387, 2.411393",\
|
|
"1.372521, 1.391165, 1.446123, 1.672996, 2.603002",\
|
|
"1.752437, 1.771082, 1.826040, 2.052912, 2.982920",\
|
|
"2.420889, 2.439534, 2.494493, 2.721364, 3.651372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035211, 0.052825, 0.115212, 0.427382, 1.738835",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738835",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836",\
|
|
"0.035211, 0.052825, 0.115212, 0.427382, 1.738836");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.340274, 1.355308, 1.393874, 1.509345, 1.932991",\
|
|
"1.440559, 1.455594, 1.494159, 1.609630, 2.033277",\
|
|
"1.577063, 1.592098, 1.630664, 1.746135, 2.169781",\
|
|
"1.816313, 1.831348, 1.869914, 1.985384, 2.409031",\
|
|
"2.193099, 2.208134, 2.246700, 2.362170, 2.785816");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510",\
|
|
"0.033128, 0.043204, 0.073917, 0.204553, 0.779510");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.065516, 1.084161, 1.139120, 1.361501, 2.276641",\
|
|
"1.173294, 1.191939, 1.246898, 1.469279, 2.384418",\
|
|
"1.364911, 1.383556, 1.438515, 1.660896, 2.576035",\
|
|
"1.744863, 1.763508, 1.818467, 2.040848, 2.955985",\
|
|
"2.413390, 2.432035, 2.486994, 2.709376, 3.624507");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418940, 1.702091",\
|
|
"0.035209, 0.052823, 0.115210, 0.418941, 1.702091",\
|
|
"0.035210, 0.052824, 0.115211, 0.418942, 1.702091");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.067051, 1.085690, 1.140640, 1.367551, 2.297326",\
|
|
"1.171189, 1.189828, 1.244778, 1.471689, 2.401464",\
|
|
"1.329629, 1.348268, 1.403218, 1.630129, 2.559903",\
|
|
"1.625034, 1.643674, 1.698623, 1.925535, 2.855305",\
|
|
"2.140709, 2.159349, 2.214298, 2.441212, 3.370969");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035236, 0.052851, 0.115238, 0.427426, 1.738812",\
|
|
"0.035236, 0.052851, 0.115238, 0.427426, 1.738812",\
|
|
"0.035237, 0.052851, 0.115238, 0.427426, 1.738812",\
|
|
"0.035237, 0.052851, 0.115238, 0.427427, 1.738812",\
|
|
"0.035238, 0.052853, 0.115239, 0.427430, 1.738810");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.211795, 1.226830, 1.265396, 1.385375, 1.812847",\
|
|
"1.316831, 1.331866, 1.370431, 1.490411, 1.917882",\
|
|
"1.510310, 1.525345, 1.563910, 1.683890, 2.111362",\
|
|
"1.902127, 1.917162, 1.955727, 2.075707, 2.503179",\
|
|
"2.560155, 2.575190, 2.613755, 2.733735, 3.161206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033128, 0.043204, 0.073918, 0.213036, 0.808493",\
|
|
"0.033128, 0.043204, 0.073918, 0.213036, 0.808493",\
|
|
"0.033128, 0.043204, 0.073918, 0.213036, 0.808493",\
|
|
"0.033128, 0.043204, 0.073918, 0.213037, 0.808493",\
|
|
"0.033128, 0.043204, 0.073918, 0.213037, 0.808493");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.059612, 1.078251, 1.133201, 1.355623, 2.270515",\
|
|
"1.163750, 1.182389, 1.237339, 1.459761, 2.374654",\
|
|
"1.322189, 1.340829, 1.395779, 1.618201, 2.533093",\
|
|
"1.617595, 1.636234, 1.691184, 1.913607, 2.828495",\
|
|
"2.133270, 2.151910, 2.206858, 2.429284, 3.344158");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.035236, 0.052851, 0.115238, 0.418988, 1.702066",\
|
|
"0.035236, 0.052851, 0.115238, 0.418988, 1.702066",\
|
|
"0.035237, 0.052851, 0.115238, 0.418988, 1.702066",\
|
|
"0.035237, 0.052851, 0.115238, 0.418989, 1.702066",\
|
|
"0.035238, 0.052853, 0.115239, 0.418992, 1.702065");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "1.210560, 1.225595, 1.264160, 1.379631, 1.803278",\
|
|
"1.315595, 1.330630, 1.369195, 1.484667, 1.908314",\
|
|
"1.509074, 1.524109, 1.562675, 1.678146, 2.101793",\
|
|
"1.900891, 1.915926, 1.954491, 2.069963, 2.493610",\
|
|
"2.558919, 2.573954, 2.612520, 2.727991, 3.151638");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002174, 0.012946, 0.052174, 0.234253, 1.000000");
|
|
values ( "0.033128, 0.043204, 0.073918, 0.204553, 0.779511",\
|
|
"0.033128, 0.043204, 0.073918, 0.204553, 0.779511",\
|
|
"0.033128, 0.043204, 0.073918, 0.204553, 0.779511",\
|
|
"0.033128, 0.043204, 0.073918, 0.204553, 0.779511",\
|
|
"0.033128, 0.043204, 0.073918, 0.204553, 0.779511");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[37] */
|
|
|
|
pin("mgmt_gpio_oeb[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002884 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "5.102863, 5.117832, 5.172748, 5.400170, 6.331403",\
|
|
"5.205308, 5.220277, 5.275193, 5.502616, 6.433848",\
|
|
"5.375555, 5.390523, 5.445440, 5.672862, 6.604095",\
|
|
"5.698071, 5.713040, 5.767956, 5.995378, 6.926611",\
|
|
"6.245328, 6.260296, 6.315213, 6.542635, 7.473868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036403, 0.053943, 0.116300, 0.429852, 1.744205",\
|
|
"0.036403, 0.053943, 0.116300, 0.429852, 1.744205",\
|
|
"0.036403, 0.053943, 0.116300, 0.429852, 1.744205",\
|
|
"0.036403, 0.053943, 0.116300, 0.429852, 1.744205",\
|
|
"0.036403, 0.053943, 0.116300, 0.429852, 1.744205");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "5.250042, 5.262649, 5.301044, 5.421533, 5.849978",\
|
|
"5.352488, 5.365094, 5.403489, 5.523978, 5.952424",\
|
|
"5.522734, 5.535340, 5.573735, 5.694224, 6.122670",\
|
|
"5.845251, 5.857857, 5.896252, 6.016741, 6.445187",\
|
|
"6.392507, 6.405113, 6.443508, 6.563997, 6.992443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033832, 0.043747, 0.074335, 0.214848, 0.813372",\
|
|
"0.033832, 0.043747, 0.074335, 0.214848, 0.813372",\
|
|
"0.033832, 0.043747, 0.074335, 0.214848, 0.813372",\
|
|
"0.033832, 0.043747, 0.074335, 0.214848, 0.813372",\
|
|
"0.033832, 0.043747, 0.074335, 0.214848, 0.813372");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "4.826164, 4.844510, 4.899426, 5.121688, 6.035878",\
|
|
"4.928610, 4.946955, 5.001872, 5.224133, 6.138323",\
|
|
"5.098856, 5.117201, 5.172118, 5.394380, 6.308569",\
|
|
"5.421372, 5.439718, 5.494634, 5.716896, 6.631086",\
|
|
"5.968629, 5.986974, 6.041891, 6.264153, 7.178342");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036403, 0.053943, 0.116300, 0.420150, 1.702082",\
|
|
"0.036403, 0.053943, 0.116300, 0.420150, 1.702082",\
|
|
"0.036403, 0.053943, 0.116300, 0.420150, 1.702082",\
|
|
"0.036403, 0.053943, 0.116300, 0.420150, 1.702082",\
|
|
"0.036403, 0.053943, 0.116300, 0.420150, 1.702082");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "4.928165, 4.942838, 4.981233, 5.096537, 5.519801",\
|
|
"5.030610, 5.045283, 5.083678, 5.198981, 5.622246",\
|
|
"5.200856, 5.215529, 5.253924, 5.369227, 5.792492",\
|
|
"5.523373, 5.538046, 5.576441, 5.691745, 6.115009",\
|
|
"6.070630, 6.085302, 6.123697, 6.239001, 6.662265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033832, 0.043747, 0.074335, 0.205089, 0.779522",\
|
|
"0.033832, 0.043747, 0.074335, 0.205089, 0.779522",\
|
|
"0.033832, 0.043747, 0.074335, 0.205089, 0.779522",\
|
|
"0.033832, 0.043747, 0.074335, 0.205089, 0.779522",\
|
|
"0.033832, 0.043747, 0.074335, 0.205089, 0.779522");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.084948, 1.099924, 1.154849, 1.382236, 2.313683",\
|
|
"1.185233, 1.200210, 1.255134, 1.482521, 2.413968",\
|
|
"1.322036, 1.337012, 1.391937, 1.619324, 2.550771",\
|
|
"1.562292, 1.577268, 1.632193, 1.859579, 2.791028",\
|
|
"1.942672, 1.957648, 2.012573, 2.239959, 3.171409");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036379, 0.053919, 0.116276, 0.429810, 1.744226",\
|
|
"0.036379, 0.053919, 0.116276, 0.429810, 1.744226");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.243564, 1.256167, 1.294566, 1.415050, 1.843492",\
|
|
"1.351342, 1.363945, 1.402344, 1.522828, 1.951270",\
|
|
"1.542607, 1.555211, 1.593609, 1.714094, 2.142535",\
|
|
"1.920821, 1.933424, 1.971823, 2.092307, 2.520749",\
|
|
"2.589406, 2.602009, 2.640407, 2.760892, 3.189333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.072442, 1.090792, 1.145717, 1.367941, 2.282362",\
|
|
"1.172728, 1.191077, 1.246002, 1.468226, 2.382647",\
|
|
"1.309539, 1.327889, 1.382814, 1.605038, 2.519458",\
|
|
"1.549830, 1.568180, 1.623104, 1.845329, 2.759747",\
|
|
"1.930286, 1.948635, 2.003560, 2.225785, 3.140197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053918, 0.116275, 0.420105, 1.702105",\
|
|
"0.036379, 0.053918, 0.116275, 0.420106, 1.702104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.235896, 1.250561, 1.288967, 1.404256, 1.827506",\
|
|
"1.343673, 1.358338, 1.396744, 1.512034, 1.935283",\
|
|
"1.534941, 1.549606, 1.588012, 1.703302, 2.126551",\
|
|
"1.913171, 1.927836, 1.966242, 2.081531, 2.504781",\
|
|
"2.581700, 2.596365, 2.634771, 2.750061, 3.173310");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.346462, 1.359065, 1.397463, 1.517948, 1.946389",\
|
|
"1.446747, 1.459350, 1.497749, 1.618233, 2.046675",\
|
|
"1.583249, 1.595853, 1.634251, 1.754735, 2.183177",\
|
|
"1.822484, 1.835088, 1.873486, 1.993970, 2.422412",\
|
|
"2.199327, 2.211930, 2.250328, 2.370813, 2.799254");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367",\
|
|
"0.033834, 0.043746, 0.074334, 0.214847, 0.813367");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.073991, 1.088967, 1.143892, 1.371279, 2.302726",\
|
|
"1.181768, 1.196745, 1.251669, 1.479056, 2.410503",\
|
|
"1.373378, 1.388354, 1.443279, 1.670666, 2.602113",\
|
|
"1.753300, 1.768276, 1.823201, 2.050587, 2.982036",\
|
|
"2.421763, 2.436740, 2.491664, 2.719051, 3.650500");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036380, 0.053919, 0.116276, 0.429811, 1.744226",\
|
|
"0.036379, 0.053919, 0.116276, 0.429810, 1.744226",\
|
|
"0.036379, 0.053919, 0.116276, 0.429810, 1.744226");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.338793, 1.353458, 1.391864, 1.507154, 1.930403",\
|
|
"1.439078, 1.453743, 1.492149, 1.607439, 2.030689",\
|
|
"1.575583, 1.590248, 1.628654, 1.743944, 2.167193",\
|
|
"1.814834, 1.829499, 1.867905, 1.983194, 2.406444",\
|
|
"2.191621, 2.206286, 2.244692, 2.359982, 2.783231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505",\
|
|
"0.033841, 0.043744, 0.074330, 0.205084, 0.779505");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.061485, 1.079835, 1.134760, 1.356984, 2.271405",\
|
|
"1.169263, 1.187612, 1.242537, 1.464761, 2.379182",\
|
|
"1.360881, 1.379231, 1.434156, 1.656380, 2.570800",\
|
|
"1.740838, 1.759188, 1.814112, 2.036336, 2.950755",\
|
|
"2.409377, 2.427727, 2.482651, 2.704876, 3.619289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053917, 0.116274, 0.420105, 1.702105",\
|
|
"0.036378, 0.053918, 0.116275, 0.420105, 1.702105",\
|
|
"0.036379, 0.053918, 0.116275, 0.420106, 1.702104");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.096201, 1.111168, 1.166083, 1.393511, 2.324717",\
|
|
"1.200414, 1.215381, 1.270296, 1.497724, 2.428930",\
|
|
"1.358712, 1.373679, 1.428595, 1.656023, 2.587228",\
|
|
"1.653841, 1.668808, 1.723724, 1.951152, 2.882353",\
|
|
"2.169547, 2.184513, 2.239428, 2.466858, 3.398048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036406, 0.053946, 0.116303, 0.429857, 1.744201",\
|
|
"0.036406, 0.053946, 0.116303, 0.429857, 1.744201",\
|
|
"0.036406, 0.053946, 0.116303, 0.429857, 1.744201",\
|
|
"0.036407, 0.053947, 0.116304, 0.429858, 1.744201",\
|
|
"0.036408, 0.053948, 0.116305, 0.429861, 1.744199");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.233239, 1.245838, 1.284243, 1.404718, 1.833151",\
|
|
"1.338273, 1.350871, 1.389277, 1.509752, 1.938184",\
|
|
"1.531658, 1.544256, 1.582662, 1.703137, 2.131569",\
|
|
"1.924238, 1.936836, 1.975242, 2.095717, 2.524150",\
|
|
"2.584169, 2.596767, 2.635173, 2.755648, 3.184080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033840, 0.043744, 0.074330, 0.214844, 0.813356",\
|
|
"0.033840, 0.043744, 0.074330, 0.214844, 0.813356",\
|
|
"0.033840, 0.043744, 0.074330, 0.214844, 0.813356",\
|
|
"0.033840, 0.043744, 0.074330, 0.214844, 0.813356",\
|
|
"0.033840, 0.043744, 0.074330, 0.214844, 0.813356");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.083870, 1.102214, 1.157130, 1.379397, 2.293560",\
|
|
"1.188083, 1.206427, 1.261343, 1.483610, 2.397773",\
|
|
"1.346381, 1.364726, 1.419641, 1.641908, 2.556071",\
|
|
"1.641510, 1.659854, 1.714770, 1.937037, 2.851196",\
|
|
"2.157215, 2.175559, 2.230474, 2.452744, 3.366891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.036406, 0.053946, 0.116303, 0.420155, 1.702079",\
|
|
"0.036406, 0.053946, 0.116303, 0.420155, 1.702079",\
|
|
"0.036406, 0.053946, 0.116303, 0.420155, 1.702079",\
|
|
"0.036407, 0.053947, 0.116304, 0.420155, 1.702078",\
|
|
"0.036408, 0.053948, 0.116305, 0.420158, 1.702077");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "1.227480, 1.242146, 1.280551, 1.395842, 1.819092",\
|
|
"1.332514, 1.347179, 1.385585, 1.500875, 1.924126",\
|
|
"1.525899, 1.540564, 1.578970, 1.694260, 2.117510",\
|
|
"1.918479, 1.933145, 1.971550, 2.086841, 2.510091",\
|
|
"2.578410, 2.593075, 2.631481, 2.746771, 3.170021");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002884, 0.013656, 0.052884, 0.234963, 1.000000");
|
|
values ( "0.033840, 0.043744, 0.074330, 0.205084, 0.779506",\
|
|
"0.033840, 0.043744, 0.074330, 0.205084, 0.779506",\
|
|
"0.033840, 0.043744, 0.074330, 0.205084, 0.779506",\
|
|
"0.033840, 0.043744, 0.074330, 0.205084, 0.779506",\
|
|
"0.033840, 0.043744, 0.074330, 0.205084, 0.779506");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[36] */
|
|
|
|
pin("mgmt_gpio_oeb[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002582 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "5.315001, 5.330799, 5.386598, 5.613651, 6.543059",\
|
|
"5.417446, 5.433245, 5.489043, 5.716097, 6.645505",\
|
|
"5.587693, 5.603491, 5.659290, 5.886343, 6.815752",\
|
|
"5.910209, 5.926007, 5.981806, 6.208860, 7.138268",\
|
|
"6.457466, 6.473265, 6.529063, 6.756117, 7.685525");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038871, 0.056227, 0.117620, 0.428065, 1.738792",\
|
|
"0.038871, 0.056227, 0.117620, 0.428065, 1.738792",\
|
|
"0.038871, 0.056227, 0.117620, 0.428065, 1.738792",\
|
|
"0.038871, 0.056227, 0.117620, 0.428065, 1.738792",\
|
|
"0.038871, 0.056227, 0.117620, 0.428065, 1.738792");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "5.624655, 5.637334, 5.675759, 5.795974, 6.223336",\
|
|
"5.727101, 5.739779, 5.778205, 5.898420, 6.325781",\
|
|
"5.897347, 5.910026, 5.948451, 6.068666, 6.496027",\
|
|
"6.219863, 6.232542, 6.270967, 6.391182, 6.818544",\
|
|
"6.767120, 6.779799, 6.818224, 6.938439, 7.365801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033821, 0.043901, 0.074497, 0.213548, 0.808862",\
|
|
"0.033821, 0.043901, 0.074497, 0.213548, 0.808862",\
|
|
"0.033821, 0.043901, 0.074497, 0.213548, 0.808862",\
|
|
"0.033821, 0.043901, 0.074497, 0.213548, 0.808862",\
|
|
"0.033821, 0.043901, 0.074497, 0.213548, 0.808862");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "5.026803, 5.045944, 5.101743, 5.324281, 6.238738",\
|
|
"5.129247, 5.148389, 5.204188, 5.426726, 6.341182",\
|
|
"5.299494, 5.318636, 5.374434, 5.596972, 6.511429",\
|
|
"5.622011, 5.641152, 5.696951, 5.919489, 6.833946",\
|
|
"6.169267, 6.188409, 6.244208, 6.466746, 7.381202");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038871, 0.056227, 0.117620, 0.419561, 1.701848",\
|
|
"0.038871, 0.056227, 0.117620, 0.419561, 1.701848",\
|
|
"0.038871, 0.056227, 0.117620, 0.419561, 1.701848",\
|
|
"0.038871, 0.056227, 0.117620, 0.419561, 1.701848",\
|
|
"0.038871, 0.056227, 0.117620, 0.419561, 1.701848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "5.306093, 5.321028, 5.359450, 5.475126, 5.898664",\
|
|
"5.408538, 5.423473, 5.461895, 5.577572, 6.001109",\
|
|
"5.578785, 5.593720, 5.632142, 5.747818, 6.171356",\
|
|
"5.901302, 5.916237, 5.954659, 6.070335, 6.493873",\
|
|
"6.448558, 6.463493, 6.501915, 6.617592, 7.041129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033810, 0.043891, 0.074490, 0.204996, 0.779723",\
|
|
"0.033810, 0.043891, 0.074490, 0.204996, 0.779723",\
|
|
"0.033810, 0.043891, 0.074490, 0.204996, 0.779723",\
|
|
"0.033810, 0.043891, 0.074490, 0.204996, 0.779723",\
|
|
"0.033810, 0.043891, 0.074490, 0.204996, 0.779723");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.139836, 1.155630, 1.211412, 1.438464, 2.367866",\
|
|
"1.244054, 1.259849, 1.315630, 1.542683, 2.472085",\
|
|
"1.408610, 1.424405, 1.480186, 1.707238, 2.636641",\
|
|
"1.715209, 1.731003, 1.786784, 2.013836, 2.943238",\
|
|
"2.242055, 2.257849, 2.313628, 2.540680, 3.470081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038815, 0.056175, 0.117587, 0.428068, 1.738796",\
|
|
"0.038810, 0.056171, 0.117585, 0.428068, 1.738797");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.423519, 1.436197, 1.474622, 1.594836, 2.022197",\
|
|
"1.527446, 1.540125, 1.578549, 1.698763, 2.126125",\
|
|
"1.720665, 1.733343, 1.771767, 1.891981, 2.319343",\
|
|
"2.118972, 2.131651, 2.170076, 2.290290, 2.717652",\
|
|
"2.794023, 2.806702, 2.845128, 2.965343, 3.392705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033820, 0.043900, 0.074496, 0.213548, 0.808862",\
|
|
"0.033823, 0.043903, 0.074498, 0.213549, 0.808862");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.136348, 1.155474, 1.211252, 1.433788, 2.348237",\
|
|
"1.240566, 1.259692, 1.315470, 1.538006, 2.452455",\
|
|
"1.405128, 1.424254, 1.480032, 1.702568, 2.617017",\
|
|
"1.711765, 1.730891, 1.786670, 2.009205, 2.923654",\
|
|
"2.238696, 2.257823, 2.313601, 2.536137, 3.450587");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038807, 0.056168, 0.117583, 0.419564, 1.701853",\
|
|
"0.038808, 0.056169, 0.117584, 0.419564, 1.701853");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.420720, 1.435653, 1.474071, 1.589743, 2.013282",\
|
|
"1.524648, 1.539580, 1.577998, 1.693670, 2.117209",\
|
|
"1.717858, 1.732791, 1.771208, 1.886881, 2.310419",\
|
|
"2.116110, 2.131043, 2.169461, 2.285133, 2.708671",\
|
|
"2.791033, 2.805965, 2.844383, 2.960054, 3.383593");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043878, 0.074481, 0.204992, 0.779722",\
|
|
"0.033795, 0.043877, 0.074480, 0.204992, 0.779722");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.530550, 1.543229, 1.581653, 1.701867, 2.129228",\
|
|
"1.634768, 1.647447, 1.685871, 1.806085, 2.233447",\
|
|
"1.799256, 1.811934, 1.850359, 1.970573, 2.397935",\
|
|
"2.105630, 2.118309, 2.156734, 2.276948, 2.704310",\
|
|
"2.631666, 2.644345, 2.682771, 2.802986, 3.230347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033818, 0.043898, 0.074495, 0.213547, 0.808861",\
|
|
"0.033820, 0.043900, 0.074496, 0.213548, 0.808862",\
|
|
"0.033823, 0.043903, 0.074498, 0.213549, 0.808862");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.260039, 1.275833, 1.331615, 1.558667, 2.488069",\
|
|
"1.363966, 1.379760, 1.435542, 1.662594, 2.591996",\
|
|
"1.557276, 1.573071, 1.628852, 1.855904, 2.785306",\
|
|
"1.956369, 1.972163, 2.027944, 2.254996, 3.184397",\
|
|
"2.633293, 2.649087, 2.704866, 2.931919, 3.861320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038817, 0.056177, 0.117589, 0.428068, 1.738796",\
|
|
"0.038815, 0.056175, 0.117587, 0.428068, 1.738796",\
|
|
"0.038810, 0.056171, 0.117585, 0.428068, 1.738797");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.527751, 1.542684, 1.581102, 1.696774, 2.120313",\
|
|
"1.631970, 1.646902, 1.685320, 1.800992, 2.224531",\
|
|
"1.796449, 1.811382, 1.849800, 1.965472, 2.389011",\
|
|
"2.102768, 2.117701, 2.156118, 2.271791, 2.695329",\
|
|
"2.628676, 2.643608, 2.682025, 2.797697, 3.221236");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043879, 0.074481, 0.204992, 0.779722",\
|
|
"0.033796, 0.043878, 0.074481, 0.204992, 0.779722",\
|
|
"0.033795, 0.043877, 0.074480, 0.204992, 0.779722");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.256550, 1.275676, 1.331455, 1.553990, 2.468439",\
|
|
"1.360478, 1.379604, 1.435382, 1.657918, 2.572366",\
|
|
"1.553793, 1.572920, 1.628698, 1.851234, 2.765682",\
|
|
"1.952924, 1.972051, 2.027829, 2.250365, 3.164814",\
|
|
"2.629935, 2.649061, 2.704840, 2.927376, 3.841825");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038806, 0.056167, 0.117582, 0.419564, 1.701852",\
|
|
"0.038807, 0.056168, 0.117583, 0.419564, 1.701853",\
|
|
"0.038808, 0.056169, 0.117584, 0.419564, 1.701853");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.158241, 1.174039, 1.229837, 1.456891, 2.386299",\
|
|
"1.259077, 1.274875, 1.330673, 1.557726, 2.487134",\
|
|
"1.415241, 1.431039, 1.486837, 1.713891, 2.643298",\
|
|
"1.704323, 1.720122, 1.775920, 2.002973, 2.932381",\
|
|
"2.219773, 2.235572, 2.291371, 2.518425, 3.447834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038867, 0.056224, 0.117618, 0.428065, 1.738793",\
|
|
"0.038867, 0.056224, 0.117618, 0.428065, 1.738793",\
|
|
"0.038868, 0.056224, 0.117618, 0.428065, 1.738793",\
|
|
"0.038869, 0.056225, 0.117619, 0.428065, 1.738793",\
|
|
"0.038874, 0.056230, 0.117622, 0.428065, 1.738793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.393175, 1.405853, 1.444270, 1.564479, 1.991843",\
|
|
"1.497535, 1.510212, 1.548629, 1.668838, 2.096202",\
|
|
"1.660679, 1.673356, 1.711773, 1.831982, 2.259346",\
|
|
"1.950126, 1.962803, 2.001221, 2.121429, 2.548793",\
|
|
"2.411208, 2.423885, 2.462302, 2.582510, 3.009874");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033796, 0.043879, 0.074481, 0.213542, 0.808859",\
|
|
"0.033796, 0.043879, 0.074481, 0.213542, 0.808859",\
|
|
"0.033796, 0.043879, 0.074481, 0.213542, 0.808859",\
|
|
"0.033796, 0.043878, 0.074480, 0.213542, 0.808859",\
|
|
"0.033794, 0.043877, 0.074479, 0.213541, 0.808859");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.154898, 1.174039, 1.229837, 1.452375, 2.366831",\
|
|
"1.255734, 1.274875, 1.330673, 1.553210, 2.467666",\
|
|
"1.411898, 1.431039, 1.486837, 1.709374, 2.623831",\
|
|
"1.700980, 1.720122, 1.775920, 1.998457, 2.912914",\
|
|
"2.216429, 2.235572, 2.291371, 2.513909, 3.428366");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.038867, 0.056224, 0.117618, 0.419561, 1.701849",\
|
|
"0.038867, 0.056224, 0.117618, 0.419561, 1.701849",\
|
|
"0.038868, 0.056224, 0.117618, 0.419561, 1.701849",\
|
|
"0.038869, 0.056225, 0.117619, 0.419561, 1.701849",\
|
|
"0.038874, 0.056230, 0.117622, 0.419561, 1.701849");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "1.390644, 1.405574, 1.443989, 1.559658, 1.983198",\
|
|
"1.495003, 1.509933, 1.548348, 1.664017, 2.087557",\
|
|
"1.658147, 1.673077, 1.711492, 1.827161, 2.250701",\
|
|
"1.947594, 1.962525, 2.000939, 2.116608, 2.540148",\
|
|
"2.408676, 2.423607, 2.462020, 2.577689, 3.001229");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002582, 0.013354, 0.052582, 0.234661, 1.000000");
|
|
values ( "0.033785, 0.043869, 0.074474, 0.204989, 0.779721",\
|
|
"0.033785, 0.043869, 0.074474, 0.204989, 0.779721",\
|
|
"0.033785, 0.043869, 0.074474, 0.204989, 0.779721",\
|
|
"0.033785, 0.043868, 0.074473, 0.204989, 0.779721",\
|
|
"0.033783, 0.043867, 0.074472, 0.204989, 0.779721");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[35] */
|
|
|
|
pin("mgmt_gpio_oeb[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001949 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "4.653516, 4.672386, 4.727487, 4.953534, 5.886576",\
|
|
"4.755962, 4.774832, 4.829932, 5.055980, 5.989021",\
|
|
"4.926208, 4.945079, 5.000179, 5.226226, 6.159268",\
|
|
"5.248725, 5.267595, 5.322695, 5.548743, 6.481784",\
|
|
"5.795981, 5.814851, 5.869951, 6.095999, 7.029040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.034428, 0.052075, 0.114477, 0.425812, 1.735565",\
|
|
"0.034428, 0.052075, 0.114477, 0.425812, 1.735565",\
|
|
"0.034428, 0.052075, 0.114477, 0.425812, 1.735565",\
|
|
"0.034428, 0.052075, 0.114477, 0.425812, 1.735565",\
|
|
"0.034428, 0.052075, 0.114477, 0.425812, 1.735565");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "4.586710, 4.601830, 4.640553, 4.760180, 5.187465",\
|
|
"4.689155, 4.704275, 4.742998, 4.862626, 5.289910",\
|
|
"4.859402, 4.874521, 4.913244, 5.032872, 5.460157",\
|
|
"5.181918, 5.197038, 5.235761, 5.355389, 5.782673",\
|
|
"5.729175, 5.744294, 5.783017, 5.902645, 6.329930");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.032980, 0.043003, 0.073741, 0.212317, 0.806629",\
|
|
"0.032980, 0.043003, 0.073741, 0.212317, 0.806629",\
|
|
"0.032980, 0.043003, 0.073741, 0.212317, 0.806629",\
|
|
"0.032980, 0.043003, 0.073741, 0.212317, 0.806629",\
|
|
"0.032980, 0.043003, 0.073741, 0.212317, 0.806629");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "4.403032, 4.421902, 4.477003, 4.698832, 5.617617",\
|
|
"4.505477, 4.524347, 4.579448, 4.801277, 5.720062",\
|
|
"4.675724, 4.694594, 4.749694, 4.971524, 5.890309",\
|
|
"4.998240, 5.017110, 5.072211, 5.294040, 6.212825",\
|
|
"5.545497, 5.564367, 5.619467, 5.841297, 6.760082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.034428, 0.052075, 0.114477, 0.417874, 1.700400",\
|
|
"0.034428, 0.052075, 0.114477, 0.417874, 1.700400",\
|
|
"0.034428, 0.052075, 0.114477, 0.417874, 1.700400",\
|
|
"0.034428, 0.052075, 0.114477, 0.417874, 1.700400",\
|
|
"0.034428, 0.052075, 0.114477, 0.417874, 1.700400");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "4.317434, 4.332553, 4.371276, 4.486669, 4.910287",\
|
|
"4.419879, 4.434999, 4.473722, 4.589114, 5.012733",\
|
|
"4.590126, 4.605245, 4.643968, 4.759360, 5.182979",\
|
|
"4.912642, 4.927762, 4.966485, 5.081877, 5.505496",\
|
|
"5.459899, 5.475019, 5.513741, 5.629134, 6.052752");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001949, 0.012722, 0.051949, 0.234028, 1.000000");
|
|
values ( "0.032980, 0.043003, 0.073741, 0.204338, 0.779339",\
|
|
"0.032980, 0.043003, 0.073741, 0.204338, 0.779339",\
|
|
"0.032980, 0.043003, 0.073741, 0.204338, 0.779339",\
|
|
"0.032980, 0.043003, 0.073741, 0.204338, 0.779339",\
|
|
"0.032980, 0.043003, 0.073741, 0.204338, 0.779339");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[34] */
|
|
|
|
pin("mgmt_gpio_oeb[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002558 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "4.650218, 4.668734, 4.723775, 4.950781, 5.884374",\
|
|
"4.752664, 4.771179, 4.826221, 5.053226, 5.986818",\
|
|
"4.922911, 4.941426, 4.996468, 5.223474, 6.157065",\
|
|
"5.245427, 5.263942, 5.318984, 5.545990, 6.479582",\
|
|
"5.792684, 5.811199, 5.866241, 6.093246, 7.026838");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.035631, 0.053189, 0.115536, 0.428712, 1.742295",\
|
|
"0.035631, 0.053189, 0.115536, 0.428712, 1.742295",\
|
|
"0.035631, 0.053189, 0.115536, 0.428712, 1.742295",\
|
|
"0.035631, 0.053189, 0.115536, 0.428712, 1.742295",\
|
|
"0.035631, 0.053189, 0.115536, 0.428712, 1.742295");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "4.534287, 4.549051, 4.587641, 4.707971, 5.136412",\
|
|
"4.636733, 4.651497, 4.690087, 4.810417, 5.238858",\
|
|
"4.806979, 4.821743, 4.860333, 4.980663, 5.409104",\
|
|
"5.129496, 5.144260, 5.182849, 5.303180, 5.731621",\
|
|
"5.676752, 5.691516, 5.730106, 5.850436, 6.278877");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.033592, 0.043466, 0.074073, 0.214382, 0.812671",\
|
|
"0.033592, 0.043466, 0.074073, 0.214382, 0.812671",\
|
|
"0.033592, 0.043466, 0.074073, 0.214382, 0.812671",\
|
|
"0.033592, 0.043466, 0.074073, 0.214382, 0.812671",\
|
|
"0.033592, 0.043466, 0.074073, 0.214382, 0.812671");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "4.404576, 4.423091, 4.478133, 4.700063, 5.616585",\
|
|
"4.507021, 4.525537, 4.580578, 4.802508, 5.719030",\
|
|
"4.677268, 4.695783, 4.750825, 4.972754, 5.889277",\
|
|
"4.999784, 5.018300, 5.073341, 5.295271, 6.211793",\
|
|
"5.547041, 5.565556, 5.620598, 5.842527, 6.759050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.035631, 0.053189, 0.115536, 0.419191, 1.700173",\
|
|
"0.035631, 0.053189, 0.115536, 0.419191, 1.700173",\
|
|
"0.035631, 0.053189, 0.115536, 0.419191, 1.700173",\
|
|
"0.035631, 0.053189, 0.115536, 0.419191, 1.700173",\
|
|
"0.035631, 0.053189, 0.115536, 0.419191, 1.700173");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "4.284536, 4.299301, 4.337890, 4.453120, 4.876440",\
|
|
"4.386981, 4.401746, 4.440336, 4.555565, 4.978885",\
|
|
"4.557229, 4.571993, 4.610583, 4.725812, 5.149132",\
|
|
"4.879745, 4.894509, 4.933099, 5.048329, 5.471649",\
|
|
"5.427001, 5.441766, 5.480356, 5.595585, 6.018905");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002558, 0.013330, 0.052558, 0.234637, 1.000000");
|
|
values ( "0.033592, 0.043466, 0.074073, 0.204806, 0.779381",\
|
|
"0.033592, 0.043466, 0.074073, 0.204806, 0.779381",\
|
|
"0.033592, 0.043466, 0.074073, 0.204806, 0.779381",\
|
|
"0.033592, 0.043466, 0.074073, 0.204806, 0.779381",\
|
|
"0.033592, 0.043466, 0.074073, 0.204806, 0.779381");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[33]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[33] */
|
|
|
|
pin("mgmt_gpio_oeb[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001863 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "4.617794, 4.636729, 4.691864, 4.918069, 5.851703",\
|
|
"4.720240, 4.739174, 4.794309, 5.020514, 5.954148",\
|
|
"4.890486, 4.909421, 4.964556, 5.190761, 6.124395",\
|
|
"5.213003, 5.231937, 5.287072, 5.513278, 6.446911",\
|
|
"5.760259, 5.779193, 5.834328, 6.060534, 6.994167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.034286, 0.051941, 0.114321, 0.425989, 1.736949",\
|
|
"0.034286, 0.051941, 0.114321, 0.425989, 1.736949",\
|
|
"0.034286, 0.051941, 0.114321, 0.425989, 1.736949",\
|
|
"0.034286, 0.051941, 0.114321, 0.425989, 1.736949",\
|
|
"0.034286, 0.051941, 0.114321, 0.425989, 1.736949");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "4.566789, 4.581985, 4.620758, 4.740541, 5.167988",\
|
|
"4.669235, 4.684431, 4.723203, 4.842986, 5.270434",\
|
|
"4.839481, 4.854678, 4.893450, 5.013233, 5.440681",\
|
|
"5.161998, 5.177194, 5.215966, 5.335749, 5.763197",\
|
|
"5.709254, 5.724450, 5.763222, 5.883005, 6.310453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.032881, 0.042930, 0.073659, 0.212563, 0.807710",\
|
|
"0.032881, 0.042930, 0.073659, 0.212563, 0.807710",\
|
|
"0.032881, 0.042930, 0.073659, 0.212563, 0.807710",\
|
|
"0.032881, 0.042930, 0.073659, 0.212563, 0.807710",\
|
|
"0.032881, 0.042930, 0.073659, 0.212563, 0.807710");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "4.339819, 4.358754, 4.413889, 4.635705, 5.554513",\
|
|
"4.442265, 4.461199, 4.516334, 4.738151, 5.656958",\
|
|
"4.612511, 4.631445, 4.686581, 4.908397, 5.827204",\
|
|
"4.935028, 4.953962, 5.009098, 5.230914, 6.149721",\
|
|
"5.482285, 5.501219, 5.556354, 5.778171, 6.696978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.034286, 0.051941, 0.114321, 0.417744, 1.700387",\
|
|
"0.034286, 0.051941, 0.114321, 0.417744, 1.700387",\
|
|
"0.034286, 0.051941, 0.114321, 0.417744, 1.700387",\
|
|
"0.034286, 0.051941, 0.114321, 0.417744, 1.700387",\
|
|
"0.034286, 0.051941, 0.114321, 0.417744, 1.700387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "4.226456, 4.241652, 4.280425, 4.395801, 4.819472",\
|
|
"4.328901, 4.344098, 4.382870, 4.498246, 4.921917",\
|
|
"4.499148, 4.514344, 4.553116, 4.668492, 5.092164",\
|
|
"4.821665, 4.836861, 4.875633, 4.991009, 5.414680",\
|
|
"5.368921, 5.384118, 5.422890, 5.538266, 5.961937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001863, 0.012635, 0.051863, 0.233942, 1.000000");
|
|
values ( "0.032881, 0.042930, 0.073659, 0.204275, 0.779344",\
|
|
"0.032881, 0.042930, 0.073659, 0.204275, 0.779344",\
|
|
"0.032881, 0.042930, 0.073659, 0.204275, 0.779344",\
|
|
"0.032881, 0.042930, 0.073659, 0.204275, 0.779344",\
|
|
"0.032881, 0.042930, 0.073659, 0.204275, 0.779344");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[32]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[32] */
|
|
|
|
pin("mgmt_gpio_oeb[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001894 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "4.658633, 4.677533, 4.732622, 4.958599, 5.891132",\
|
|
"4.761078, 4.779978, 4.835067, 5.061044, 5.993577",\
|
|
"4.931324, 4.950225, 5.005313, 5.231290, 6.163824",\
|
|
"5.253841, 5.272741, 5.327830, 5.553807, 6.486340",\
|
|
"5.801097, 5.819998, 5.875086, 6.101063, 7.033597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.034350, 0.052010, 0.114421, 0.425528, 1.734549",\
|
|
"0.034350, 0.052010, 0.114421, 0.425528, 1.734549",\
|
|
"0.034350, 0.052010, 0.114421, 0.425528, 1.734549",\
|
|
"0.034350, 0.052010, 0.114421, 0.425528, 1.734549",\
|
|
"0.034350, 0.052010, 0.114421, 0.425528, 1.734549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "4.587960, 4.603127, 4.641844, 4.761387, 5.188639",\
|
|
"4.690405, 4.705572, 4.744289, 4.863832, 5.291084",\
|
|
"4.860652, 4.875818, 4.914536, 5.034079, 5.461331",\
|
|
"5.183168, 5.198335, 5.237052, 5.356596, 5.783847",\
|
|
"5.730425, 5.745591, 5.784308, 5.903852, 6.331104");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.032911, 0.042965, 0.073722, 0.212054, 0.805880",\
|
|
"0.032911, 0.042965, 0.073722, 0.212054, 0.805880",\
|
|
"0.032911, 0.042965, 0.073722, 0.212054, 0.805880",\
|
|
"0.032911, 0.042965, 0.073722, 0.212054, 0.805880",\
|
|
"0.032911, 0.042965, 0.073722, 0.212054, 0.805880");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "4.433326, 4.452227, 4.507315, 4.729196, 5.647873",\
|
|
"4.535772, 4.554672, 4.609761, 4.831641, 5.750319",\
|
|
"4.706018, 4.724918, 4.780007, 5.001887, 5.920565",\
|
|
"5.028534, 5.047435, 5.102523, 5.324404, 6.243081",\
|
|
"5.575791, 5.594691, 5.649780, 5.871660, 6.790338");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.034350, 0.052010, 0.114421, 0.417814, 1.700374",\
|
|
"0.034350, 0.052010, 0.114421, 0.417814, 1.700374",\
|
|
"0.034350, 0.052010, 0.114421, 0.417814, 1.700374",\
|
|
"0.034350, 0.052010, 0.114421, 0.417814, 1.700374",\
|
|
"0.034350, 0.052010, 0.114421, 0.417814, 1.700374");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "4.362654, 4.377820, 4.416537, 4.531967, 4.955630",\
|
|
"4.465099, 4.480266, 4.518983, 4.634413, 5.058075",\
|
|
"4.635345, 4.650512, 4.689229, 4.804659, 5.228322",\
|
|
"4.957862, 4.973028, 5.011745, 5.127175, 5.550838",\
|
|
"5.505118, 5.520285, 5.559002, 5.674432, 6.098094");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001894, 0.012666, 0.051894, 0.233973, 1.000000");
|
|
values ( "0.032911, 0.042965, 0.073722, 0.204300, 0.779354",\
|
|
"0.032911, 0.042965, 0.073722, 0.204300, 0.779354",\
|
|
"0.032911, 0.042965, 0.073722, 0.204300, 0.779354",\
|
|
"0.032911, 0.042965, 0.073722, 0.204300, 0.779354",\
|
|
"0.032911, 0.042965, 0.073722, 0.204300, 0.779354");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[31] */
|
|
|
|
pin("mgmt_gpio_oeb[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002478 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "4.712067, 4.730589, 4.785588, 5.012578, 5.944760",\
|
|
"4.814512, 4.833035, 4.888033, 5.115024, 6.047206",\
|
|
"4.984759, 5.003281, 5.058280, 5.285271, 6.217453",\
|
|
"5.307275, 5.325798, 5.380796, 5.607787, 6.539969",\
|
|
"5.854531, 5.873054, 5.928052, 6.155043, 7.087225");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.035594, 0.053163, 0.115527, 0.428381, 1.740570",\
|
|
"0.035594, 0.053163, 0.115527, 0.428381, 1.740570",\
|
|
"0.035594, 0.053163, 0.115527, 0.428381, 1.740570",\
|
|
"0.035594, 0.053163, 0.115527, 0.428381, 1.740570",\
|
|
"0.035594, 0.053163, 0.115527, 0.428381, 1.740570");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "4.788667, 4.803626, 4.842060, 4.962525, 5.391085",\
|
|
"4.891112, 4.906071, 4.944505, 5.064970, 5.493530",\
|
|
"5.061358, 5.076318, 5.114751, 5.235217, 5.663777",\
|
|
"5.383875, 5.398834, 5.437268, 5.557733, 5.986293",\
|
|
"5.931131, 5.946090, 5.984524, 6.104989, 6.533549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.033472, 0.043583, 0.074220, 0.214070, 0.811718",\
|
|
"0.033472, 0.043583, 0.074220, 0.214070, 0.811718",\
|
|
"0.033472, 0.043583, 0.074220, 0.214070, 0.811718",\
|
|
"0.033472, 0.043583, 0.074220, 0.214070, 0.811718",\
|
|
"0.033472, 0.043583, 0.074220, 0.214070, 0.811718");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "4.459811, 4.478333, 4.533332, 4.755442, 5.671202",\
|
|
"4.562256, 4.580779, 4.635777, 4.857887, 5.773647",\
|
|
"4.732503, 4.751025, 4.806024, 5.028133, 5.943893",\
|
|
"5.055020, 5.073542, 5.128541, 5.350650, 6.266410",\
|
|
"5.602276, 5.620799, 5.675797, 5.897907, 6.813667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.035594, 0.053163, 0.115526, 0.419223, 1.700045",\
|
|
"0.035594, 0.053163, 0.115526, 0.419223, 1.700045",\
|
|
"0.035594, 0.053163, 0.115526, 0.419223, 1.700045",\
|
|
"0.035594, 0.053163, 0.115526, 0.419223, 1.700045",\
|
|
"0.035594, 0.053163, 0.115526, 0.419223, 1.700045");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "4.512986, 4.527946, 4.566379, 4.681942, 5.105563",\
|
|
"4.615432, 4.630391, 4.668825, 4.784387, 5.208008",\
|
|
"4.785678, 4.800637, 4.839071, 4.954633, 5.378254",\
|
|
"5.108195, 5.123154, 5.161588, 5.277150, 5.700771",\
|
|
"5.655451, 5.670411, 5.708844, 5.824407, 6.248028");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002478, 0.013250, 0.052478, 0.234557, 1.000000");
|
|
values ( "0.033472, 0.043583, 0.074220, 0.204860, 0.779701",\
|
|
"0.033472, 0.043583, 0.074220, 0.204860, 0.779701",\
|
|
"0.033472, 0.043583, 0.074220, 0.204860, 0.779701",\
|
|
"0.033472, 0.043583, 0.074220, 0.204860, 0.779701",\
|
|
"0.033472, 0.043583, 0.074220, 0.204860, 0.779701");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[30] */
|
|
|
|
pin("mgmt_gpio_oeb[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001765 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "4.790388, 4.809802, 4.865416, 5.092260, 6.021756",\
|
|
"4.892833, 4.912247, 4.967862, 5.194705, 6.124202",\
|
|
"5.063080, 5.082494, 5.138108, 5.364952, 6.294448",\
|
|
"5.385596, 5.405010, 5.460625, 5.687469, 6.616964",\
|
|
"5.932853, 5.952267, 6.007881, 6.234725, 7.164221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.036511, 0.054050, 0.115752, 0.426266, 1.736895",\
|
|
"0.036511, 0.054050, 0.115752, 0.426266, 1.736895",\
|
|
"0.036511, 0.054050, 0.115752, 0.426266, 1.736895",\
|
|
"0.036511, 0.054050, 0.115752, 0.426266, 1.736895",\
|
|
"0.036511, 0.054050, 0.115752, 0.426266, 1.736895");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "4.615399, 4.630805, 4.669417, 4.789333, 5.216995",\
|
|
"4.717845, 4.733250, 4.771863, 4.891778, 5.319440",\
|
|
"4.888092, 4.903497, 4.942110, 5.062025, 5.489687",\
|
|
"5.210608, 5.226013, 5.264626, 5.384542, 5.812203",\
|
|
"5.757864, 5.773270, 5.811882, 5.931798, 6.359460");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.032614, 0.042904, 0.073689, 0.212334, 0.807216",\
|
|
"0.032614, 0.042904, 0.073689, 0.212334, 0.807216",\
|
|
"0.032614, 0.042904, 0.073689, 0.212334, 0.807216",\
|
|
"0.032614, 0.042904, 0.073689, 0.212334, 0.807216",\
|
|
"0.032614, 0.042904, 0.073689, 0.212334, 0.807216");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "4.518313, 4.537727, 4.593342, 4.815919, 5.731239",\
|
|
"4.620759, 4.640172, 4.695787, 4.918364, 5.833684",\
|
|
"4.791005, 4.810419, 4.866034, 5.088611, 6.003931",\
|
|
"5.113522, 5.132936, 5.188550, 5.411128, 6.326448",\
|
|
"5.660779, 5.680192, 5.735807, 5.958384, 6.873704");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.036511, 0.054050, 0.115752, 0.418247, 1.701912",\
|
|
"0.036511, 0.054050, 0.115752, 0.418247, 1.701912",\
|
|
"0.036511, 0.054050, 0.115752, 0.418247, 1.701912",\
|
|
"0.036511, 0.054050, 0.115752, 0.418247, 1.701912",\
|
|
"0.036511, 0.054050, 0.115752, 0.418247, 1.701912");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "4.363869, 4.379274, 4.417887, 4.533518, 4.957482",\
|
|
"4.466314, 4.481719, 4.520332, 4.635963, 5.059927",\
|
|
"4.636561, 4.651966, 4.690579, 4.806210, 5.230174",\
|
|
"4.959078, 4.974483, 5.013096, 5.128727, 5.552691",\
|
|
"5.506334, 5.521739, 5.560352, 5.675983, 6.099947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001765, 0.012537, 0.051765, 0.233844, 1.000000");
|
|
values ( "0.032614, 0.042904, 0.073689, 0.204273, 0.779613",\
|
|
"0.032614, 0.042904, 0.073689, 0.204273, 0.779613",\
|
|
"0.032614, 0.042904, 0.073689, 0.204273, 0.779613",\
|
|
"0.032614, 0.042904, 0.073689, 0.204273, 0.779613",\
|
|
"0.032614, 0.042904, 0.073689, 0.204273, 0.779613");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[29] */
|
|
|
|
pin("mgmt_gpio_oeb[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001811 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "4.604337, 4.623274, 4.678343, 4.904480, 5.836225",\
|
|
"4.706782, 4.725719, 4.780788, 5.006926, 5.938670",\
|
|
"4.877029, 4.895966, 4.951035, 5.177172, 6.108916",\
|
|
"5.199545, 5.218482, 5.273551, 5.499689, 6.431433",\
|
|
"5.746802, 5.765738, 5.820807, 6.046945, 6.978689");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.034305, 0.051979, 0.114385, 0.425568, 1.734454",\
|
|
"0.034305, 0.051979, 0.114385, 0.425568, 1.734454",\
|
|
"0.034305, 0.051979, 0.114385, 0.425568, 1.734454",\
|
|
"0.034305, 0.051979, 0.114385, 0.425568, 1.734454",\
|
|
"0.034305, 0.051979, 0.114385, 0.425568, 1.734454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "4.622157, 4.637506, 4.676100, 4.795849, 5.223354",\
|
|
"4.724602, 4.739951, 4.778545, 4.898294, 5.325799",\
|
|
"4.894849, 4.910197, 4.948792, 5.068541, 5.496046",\
|
|
"5.217365, 5.232714, 5.271308, 5.391057, 5.818562",\
|
|
"5.764622, 5.779970, 5.818565, 5.938314, 6.365819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.032682, 0.042941, 0.073734, 0.212057, 0.806142",\
|
|
"0.032682, 0.042941, 0.073734, 0.212057, 0.806142",\
|
|
"0.032682, 0.042941, 0.073734, 0.212057, 0.806142",\
|
|
"0.032682, 0.042941, 0.073734, 0.212057, 0.806142",\
|
|
"0.032682, 0.042941, 0.073734, 0.212057, 0.806142");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "4.359963, 4.378900, 4.433969, 4.656004, 5.573874",\
|
|
"4.462409, 4.481345, 4.536414, 4.758450, 5.676319",\
|
|
"4.632655, 4.651591, 4.706660, 4.928696, 5.846565",\
|
|
"4.955172, 4.974108, 5.029177, 5.251213, 6.169082",\
|
|
"5.502428, 5.521365, 5.576434, 5.798469, 6.716339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.034305, 0.051979, 0.114385, 0.417850, 1.700240",\
|
|
"0.034305, 0.051979, 0.114385, 0.417850, 1.700240",\
|
|
"0.034305, 0.051979, 0.114385, 0.417850, 1.700240",\
|
|
"0.034305, 0.051979, 0.114385, 0.417850, 1.700240",\
|
|
"0.034305, 0.051979, 0.114385, 0.417850, 1.700240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "4.355131, 4.370479, 4.409074, 4.524704, 4.948617",\
|
|
"4.457576, 4.472925, 4.511519, 4.627149, 5.051062",\
|
|
"4.627822, 4.643170, 4.681765, 4.797395, 5.221308",\
|
|
"4.950339, 4.965687, 5.004282, 5.119912, 5.543825",\
|
|
"5.497595, 5.512944, 5.551538, 5.667168, 6.091081");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001811, 0.012583, 0.051811, 0.233890, 1.000000");
|
|
values ( "0.032682, 0.042941, 0.073734, 0.204300, 0.779584",\
|
|
"0.032682, 0.042941, 0.073734, 0.204300, 0.779584",\
|
|
"0.032682, 0.042941, 0.073734, 0.204300, 0.779584",\
|
|
"0.032682, 0.042941, 0.073734, 0.204300, 0.779584",\
|
|
"0.032682, 0.042941, 0.073734, 0.204300, 0.779584");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[28] */
|
|
|
|
pin("mgmt_gpio_oeb[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002177 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "4.683661, 4.702388, 4.757507, 4.984032, 5.918369",\
|
|
"4.786107, 4.804833, 4.859953, 5.086477, 6.020814",\
|
|
"4.956354, 4.975080, 5.030200, 5.256724, 6.191061",\
|
|
"5.278870, 5.297596, 5.352716, 5.579240, 6.513578",\
|
|
"5.826126, 5.844852, 5.899972, 6.126496, 7.060833");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.034844, 0.052444, 0.114803, 0.427217, 1.739903",\
|
|
"0.034844, 0.052444, 0.114803, 0.427217, 1.739903",\
|
|
"0.034844, 0.052444, 0.114803, 0.427217, 1.739903",\
|
|
"0.034844, 0.052444, 0.114803, 0.427217, 1.739903",\
|
|
"0.034844, 0.052444, 0.114803, 0.427217, 1.739903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "4.637564, 4.652531, 4.691232, 4.811304, 5.238797",\
|
|
"4.740009, 4.754977, 4.793677, 4.913750, 5.341242",\
|
|
"4.910256, 4.925223, 4.963923, 5.083996, 5.511489",\
|
|
"5.232772, 5.247740, 5.286440, 5.406513, 5.834005",\
|
|
"5.780028, 5.794996, 5.833696, 5.953769, 6.381261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.033221, 0.043170, 0.073837, 0.213485, 0.810009",\
|
|
"0.033221, 0.043170, 0.073837, 0.213485, 0.810009",\
|
|
"0.033221, 0.043170, 0.073837, 0.213485, 0.810009",\
|
|
"0.033221, 0.043170, 0.073837, 0.213485, 0.810009",\
|
|
"0.033221, 0.043170, 0.073837, 0.213485, 0.810009");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "4.426788, 4.445515, 4.500634, 4.722403, 5.640712",\
|
|
"4.529233, 4.547960, 4.603079, 4.824848, 5.743157",\
|
|
"4.699480, 4.718206, 4.773326, 4.995094, 5.913404",\
|
|
"5.021997, 5.040723, 5.095843, 5.317611, 6.235921",\
|
|
"5.569253, 5.587980, 5.643099, 5.864868, 6.783177");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.034844, 0.052444, 0.114803, 0.418295, 1.700370",\
|
|
"0.034844, 0.052444, 0.114803, 0.418295, 1.700370",\
|
|
"0.034844, 0.052444, 0.114803, 0.418295, 1.700370",\
|
|
"0.034844, 0.052444, 0.114803, 0.418295, 1.700370",\
|
|
"0.034844, 0.052444, 0.114803, 0.418295, 1.700370");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "4.337131, 4.352098, 4.390799, 4.506094, 4.929601",\
|
|
"4.439576, 4.454543, 4.493243, 4.608539, 5.032046",\
|
|
"4.609822, 4.624790, 4.663490, 4.778785, 5.202292",\
|
|
"4.932339, 4.947306, 4.986007, 5.101302, 5.524809",\
|
|
"5.479595, 5.494563, 5.533263, 5.648558, 6.072065");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002177, 0.012949, 0.052177, 0.234256, 1.000000");
|
|
values ( "0.033221, 0.043170, 0.073837, 0.204513, 0.779355",\
|
|
"0.033221, 0.043170, 0.073837, 0.204513, 0.779355",\
|
|
"0.033221, 0.043170, 0.073837, 0.204513, 0.779355",\
|
|
"0.033221, 0.043170, 0.073837, 0.204513, 0.779355",\
|
|
"0.033221, 0.043170, 0.073837, 0.204513, 0.779355");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[27] */
|
|
|
|
pin("mgmt_gpio_oeb[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001915 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "4.715227, 4.734076, 4.789103, 5.015401, 5.946426",\
|
|
"4.817672, 4.836521, 4.891548, 5.117846, 6.048871",\
|
|
"4.987919, 5.006768, 5.061795, 5.288094, 6.219118",\
|
|
"5.310436, 5.329284, 5.384311, 5.610610, 6.541635",\
|
|
"5.857692, 5.876541, 5.931568, 6.157866, 7.088891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.034567, 0.052226, 0.114634, 0.425974, 1.734711",\
|
|
"0.034567, 0.052226, 0.114634, 0.425974, 1.734711",\
|
|
"0.034567, 0.052226, 0.114634, 0.425974, 1.734711",\
|
|
"0.034567, 0.052226, 0.114634, 0.425974, 1.734711",\
|
|
"0.034567, 0.052226, 0.114634, 0.425974, 1.734711");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "4.651154, 4.666349, 4.705007, 4.824665, 5.252014",\
|
|
"4.753600, 4.768795, 4.807453, 4.927111, 5.354459",\
|
|
"4.923846, 4.939041, 4.977699, 5.097357, 5.524706",\
|
|
"5.246363, 5.261558, 5.300216, 5.419874, 5.847222",\
|
|
"5.793619, 5.808814, 5.847472, 5.967130, 6.394479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.032882, 0.042996, 0.073758, 0.212185, 0.806283",\
|
|
"0.032882, 0.042996, 0.073758, 0.212185, 0.806283",\
|
|
"0.032882, 0.042996, 0.073758, 0.212185, 0.806283",\
|
|
"0.032882, 0.042996, 0.073758, 0.212185, 0.806283",\
|
|
"0.032882, 0.042996, 0.073758, 0.212185, 0.806283");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "4.480550, 4.499398, 4.554426, 4.776577, 5.693580",\
|
|
"4.582995, 4.601843, 4.656870, 4.879022, 5.796025",\
|
|
"4.753242, 4.772090, 4.827117, 5.049268, 5.966272",\
|
|
"5.075758, 5.094606, 5.149634, 5.371785, 6.288788",\
|
|
"5.623014, 5.641863, 5.696890, 5.919041, 6.836045");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.034567, 0.052226, 0.114634, 0.418169, 1.700129",\
|
|
"0.034567, 0.052226, 0.114634, 0.418169, 1.700129",\
|
|
"0.034567, 0.052226, 0.114634, 0.418169, 1.700129",\
|
|
"0.034567, 0.052226, 0.114634, 0.418169, 1.700129",\
|
|
"0.034567, 0.052226, 0.114634, 0.418169, 1.700129");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "4.409676, 4.424870, 4.463529, 4.579022, 5.002751",\
|
|
"4.512121, 4.527316, 4.565974, 4.681468, 5.105196",\
|
|
"4.682367, 4.697562, 4.736220, 4.851714, 5.275443",\
|
|
"5.004884, 5.020079, 5.058737, 5.174231, 5.597960",\
|
|
"5.552141, 5.567336, 5.605994, 5.721488, 6.145216");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001915, 0.012687, 0.051915, 0.233994, 1.000000");
|
|
values ( "0.032882, 0.042996, 0.073758, 0.204340, 0.779441",\
|
|
"0.032882, 0.042996, 0.073758, 0.204340, 0.779441",\
|
|
"0.032882, 0.042996, 0.073758, 0.204340, 0.779441",\
|
|
"0.032882, 0.042996, 0.073758, 0.204340, 0.779441",\
|
|
"0.032882, 0.042996, 0.073758, 0.204340, 0.779441");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[26] */
|
|
|
|
pin("mgmt_gpio_oeb[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002318 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "4.628097, 4.640848, 4.693872, 4.920258, 5.854101",\
|
|
"4.730542, 4.743293, 4.796318, 5.022703, 5.956547",\
|
|
"4.900788, 4.913540, 4.966565, 5.192950, 6.126794",\
|
|
"5.223305, 5.236056, 5.289081, 5.515466, 6.449310",\
|
|
"5.770561, 5.783313, 5.836338, 6.062723, 6.996567");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.035078, 0.052660, 0.115040, 0.427214, 1.738863",\
|
|
"0.035078, 0.052660, 0.115040, 0.427214, 1.738863",\
|
|
"0.035078, 0.052660, 0.115040, 0.427214, 1.738863",\
|
|
"0.035078, 0.052660, 0.115040, 0.427214, 1.738863",\
|
|
"0.035078, 0.052660, 0.115040, 0.427214, 1.738863");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "4.564925, 4.574536, 4.611741, 4.731671, 5.158985",\
|
|
"4.667370, 4.676981, 4.714186, 4.834116, 5.261430",\
|
|
"4.837616, 4.847228, 4.884432, 5.004363, 5.431676",\
|
|
"5.160133, 5.169744, 5.206949, 5.326880, 5.754193",\
|
|
"5.707389, 5.717000, 5.754205, 5.874136, 6.301449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.033386, 0.043283, 0.073949, 0.213367, 0.809177",\
|
|
"0.033386, 0.043283, 0.073949, 0.213367, 0.809177",\
|
|
"0.033386, 0.043283, 0.073949, 0.213367, 0.809177",\
|
|
"0.033386, 0.043283, 0.073949, 0.213367, 0.809177",\
|
|
"0.033386, 0.043283, 0.073949, 0.213367, 0.809177");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "4.375059, 4.393684, 4.448766, 4.670534, 5.588790",\
|
|
"4.477504, 4.496130, 4.551211, 4.772979, 5.691235",\
|
|
"4.647751, 4.666376, 4.721458, 4.943225, 5.861482",\
|
|
"4.970268, 4.988893, 5.043975, 5.265742, 6.183999",\
|
|
"5.517524, 5.536150, 5.591231, 5.812999, 6.731255");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.035078, 0.052660, 0.115040, 0.418509, 1.700386",\
|
|
"0.035078, 0.052660, 0.115040, 0.418509, 1.700386",\
|
|
"0.035078, 0.052660, 0.115040, 0.418509, 1.700386",\
|
|
"0.035078, 0.052660, 0.115040, 0.418509, 1.700386",\
|
|
"0.035078, 0.052660, 0.115040, 0.418509, 1.700386");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "4.281488, 4.296332, 4.334975, 4.450268, 4.873683",\
|
|
"4.383934, 4.398777, 4.437421, 4.552713, 4.976129",\
|
|
"4.554180, 4.569024, 4.607667, 4.722960, 5.146375",\
|
|
"4.876697, 4.891541, 4.930184, 5.045476, 5.468892",\
|
|
"5.423953, 5.438797, 5.477440, 5.592733, 6.016149");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002318, 0.013091, 0.052318, 0.234397, 1.000000");
|
|
values ( "0.033386, 0.043283, 0.073949, 0.204616, 0.779340",\
|
|
"0.033386, 0.043283, 0.073949, 0.204616, 0.779340",\
|
|
"0.033386, 0.043283, 0.073949, 0.204616, 0.779340",\
|
|
"0.033386, 0.043283, 0.073949, 0.204616, 0.779340",\
|
|
"0.033386, 0.043283, 0.073949, 0.204616, 0.779340");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[25] */
|
|
|
|
pin("mgmt_gpio_oeb[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002140 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "4.664952, 4.683698, 4.738806, 4.965242, 5.899150",\
|
|
"4.767398, 4.786143, 4.841252, 5.067688, 6.001596",\
|
|
"4.937644, 4.956389, 5.011498, 5.237934, 6.171842",\
|
|
"5.260160, 5.278906, 5.334014, 5.560451, 6.494359",\
|
|
"5.807417, 5.826162, 5.881271, 6.107707, 7.041615");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.034787, 0.052396, 0.114765, 0.426946, 1.738903",\
|
|
"0.034787, 0.052396, 0.114765, 0.426946, 1.738903",\
|
|
"0.034787, 0.052396, 0.114765, 0.426946, 1.738903",\
|
|
"0.034787, 0.052396, 0.114765, 0.426946, 1.738903",\
|
|
"0.034787, 0.052396, 0.114765, 0.426946, 1.738903");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "4.610619, 4.625616, 4.664308, 4.784289, 5.211741",\
|
|
"4.713064, 4.728061, 4.766753, 4.886734, 5.314186",\
|
|
"4.883311, 4.898307, 4.937000, 5.056981, 5.484433",\
|
|
"5.205827, 5.220824, 5.259516, 5.379498, 5.806949",\
|
|
"5.753084, 5.768080, 5.806773, 5.926754, 6.354206");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.033174, 0.043145, 0.073829, 0.213236, 0.809257",\
|
|
"0.033174, 0.043145, 0.073829, 0.213236, 0.809257",\
|
|
"0.033174, 0.043145, 0.073829, 0.213236, 0.809257",\
|
|
"0.033174, 0.043145, 0.073829, 0.213236, 0.809257",\
|
|
"0.033174, 0.043145, 0.073829, 0.213236, 0.809257");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "4.428647, 4.447392, 4.502501, 4.724303, 5.642585",\
|
|
"4.531093, 4.549838, 4.604947, 4.826749, 5.745031",\
|
|
"4.701339, 4.720084, 4.775193, 4.996995, 5.915277",\
|
|
"5.023856, 5.042601, 5.097710, 5.319512, 6.237793",\
|
|
"5.571112, 5.589858, 5.644966, 5.866768, 6.785050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.034787, 0.052396, 0.114765, 0.418246, 1.700359",\
|
|
"0.034787, 0.052396, 0.114765, 0.418246, 1.700359",\
|
|
"0.034787, 0.052396, 0.114765, 0.418246, 1.700359",\
|
|
"0.034787, 0.052396, 0.114765, 0.418246, 1.700359",\
|
|
"0.034787, 0.052396, 0.114765, 0.418246, 1.700359");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "4.364740, 4.379736, 4.418429, 4.533756, 4.957293",\
|
|
"4.467185, 4.482182, 4.520875, 4.636201, 5.059738",\
|
|
"4.637432, 4.652428, 4.691121, 4.806448, 5.229984",\
|
|
"4.959949, 4.974945, 5.013638, 5.128964, 5.552501",\
|
|
"5.507205, 5.522202, 5.560894, 5.676221, 6.099758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002140, 0.012912, 0.052140, 0.234219, 1.000000");
|
|
values ( "0.033174, 0.043145, 0.073829, 0.204488, 0.779364",\
|
|
"0.033174, 0.043145, 0.073829, 0.204488, 0.779364",\
|
|
"0.033174, 0.043145, 0.073829, 0.204488, 0.779364",\
|
|
"0.033174, 0.043145, 0.073829, 0.204488, 0.779364",\
|
|
"0.033174, 0.043145, 0.073829, 0.204488, 0.779364");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[24] */
|
|
|
|
pin("mgmt_gpio_oeb[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002207 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "4.581357, 4.600053, 4.655126, 4.881283, 5.814506",\
|
|
"4.683803, 4.702499, 4.757571, 4.983729, 5.916951",\
|
|
"4.854050, 4.872746, 4.927818, 5.153976, 6.087198",\
|
|
"5.176566, 5.195262, 5.250335, 5.476492, 6.409715",\
|
|
"5.723823, 5.742519, 5.797591, 6.023749, 6.956971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034872, 0.052478, 0.114879, 0.426513, 1.736737",\
|
|
"0.034872, 0.052478, 0.114879, 0.426513, 1.736737",\
|
|
"0.034872, 0.052478, 0.114879, 0.426513, 1.736737",\
|
|
"0.034872, 0.052478, 0.114879, 0.426513, 1.736737",\
|
|
"0.034872, 0.052478, 0.114879, 0.426513, 1.736737");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "4.518682, 4.533606, 4.572253, 4.691982, 5.119211",\
|
|
"4.621127, 4.636052, 4.674699, 4.794428, 5.221656",\
|
|
"4.791374, 4.806298, 4.844945, 4.964674, 5.391903",\
|
|
"5.113890, 5.128815, 5.167462, 5.287191, 5.714419",\
|
|
"5.661147, 5.676071, 5.714718, 5.834447, 6.261676");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033262, 0.043203, 0.073905, 0.212787, 0.807532",\
|
|
"0.033262, 0.043203, 0.073905, 0.212787, 0.807532",\
|
|
"0.033262, 0.043203, 0.073905, 0.212787, 0.807532",\
|
|
"0.033262, 0.043203, 0.073905, 0.212787, 0.807532",\
|
|
"0.033262, 0.043203, 0.073905, 0.212787, 0.807532");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "4.334603, 4.353299, 4.408371, 4.630167, 5.548665",\
|
|
"4.437048, 4.455744, 4.510817, 4.732613, 5.651110",\
|
|
"4.607295, 4.625991, 4.681063, 4.902859, 5.821356",\
|
|
"4.929811, 4.948508, 5.003580, 5.225376, 6.143873",\
|
|
"5.477068, 5.495764, 5.550837, 5.772633, 6.691130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.034872, 0.052478, 0.114879, 0.418301, 1.700404",\
|
|
"0.034872, 0.052478, 0.114879, 0.418301, 1.700404",\
|
|
"0.034872, 0.052478, 0.114879, 0.418301, 1.700404",\
|
|
"0.034872, 0.052478, 0.114879, 0.418301, 1.700404",\
|
|
"0.034872, 0.052478, 0.114879, 0.418301, 1.700404");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "4.262505, 4.277429, 4.316076, 4.431425, 4.854906",\
|
|
"4.364950, 4.379875, 4.418522, 4.533871, 4.957351",\
|
|
"4.535196, 4.550121, 4.588768, 4.704117, 5.127597",\
|
|
"4.857713, 4.872638, 4.911285, 5.026634, 5.450114",\
|
|
"5.404970, 5.419894, 5.458541, 5.573890, 5.997370");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002207, 0.012979, 0.052207, 0.234286, 1.000000");
|
|
values ( "0.033262, 0.043203, 0.073905, 0.204532, 0.779343",\
|
|
"0.033262, 0.043203, 0.073905, 0.204532, 0.779343",\
|
|
"0.033262, 0.043203, 0.073905, 0.204532, 0.779343",\
|
|
"0.033262, 0.043203, 0.073905, 0.204532, 0.779343",\
|
|
"0.033262, 0.043203, 0.073905, 0.204532, 0.779343");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[23] */
|
|
|
|
pin("mgmt_gpio_oeb[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002332 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "4.658044, 4.676662, 4.731733, 4.958048, 5.891690",\
|
|
"4.760489, 4.779107, 4.834178, 5.060493, 5.994135",\
|
|
"4.930736, 4.949354, 5.004425, 5.230740, 6.164382",\
|
|
"5.253252, 5.271870, 5.326941, 5.553256, 6.486898",\
|
|
"5.800508, 5.819127, 5.874198, 6.100513, 7.034154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.035092, 0.052676, 0.115065, 0.427064, 1.738214",\
|
|
"0.035092, 0.052676, 0.115065, 0.427064, 1.738214",\
|
|
"0.035092, 0.052676, 0.115065, 0.427064, 1.738214",\
|
|
"0.035092, 0.052676, 0.115065, 0.427064, 1.738214",\
|
|
"0.035092, 0.052676, 0.115065, 0.427064, 1.738214");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "4.608853, 4.623691, 4.662313, 4.782191, 5.209464",\
|
|
"4.711298, 4.726136, 4.764759, 4.884637, 5.311909",\
|
|
"4.881545, 4.896382, 4.935005, 5.054883, 5.482155",\
|
|
"5.204061, 5.218899, 5.257522, 5.377399, 5.804672",\
|
|
"5.751318, 5.766155, 5.804778, 5.924656, 6.351928");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.033396, 0.043298, 0.073972, 0.213221, 0.808679",\
|
|
"0.033396, 0.043298, 0.073972, 0.213221, 0.808679",\
|
|
"0.033396, 0.043298, 0.073972, 0.213221, 0.808679",\
|
|
"0.033396, 0.043298, 0.073972, 0.213221, 0.808679",\
|
|
"0.033396, 0.043298, 0.073972, 0.213221, 0.808679");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "4.413232, 4.431850, 4.486921, 4.708689, 5.627007",\
|
|
"4.515677, 4.534296, 4.589367, 4.811135, 5.729452",\
|
|
"4.685924, 4.704542, 4.759613, 4.981381, 5.899698",\
|
|
"5.008440, 5.027058, 5.082129, 5.303897, 6.222215",\
|
|
"5.555696, 5.574315, 5.629386, 5.851154, 6.769471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.035092, 0.052676, 0.115065, 0.418518, 1.700398",\
|
|
"0.035092, 0.052676, 0.115065, 0.418518, 1.700398",\
|
|
"0.035092, 0.052676, 0.115065, 0.418518, 1.700398",\
|
|
"0.035092, 0.052676, 0.115065, 0.418518, 1.700398",\
|
|
"0.035092, 0.052676, 0.115065, 0.418518, 1.700398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "4.347754, 4.362591, 4.401214, 4.516526, 4.939941",\
|
|
"4.450199, 4.465037, 4.503660, 4.618971, 5.042387",\
|
|
"4.620445, 4.635283, 4.673906, 4.789217, 5.212633",\
|
|
"4.942962, 4.957800, 4.996423, 5.111734, 5.535150",\
|
|
"5.490219, 5.505056, 5.543679, 5.658991, 6.082407");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002332, 0.013105, 0.052332, 0.234411, 1.000000");
|
|
values ( "0.033396, 0.043298, 0.073972, 0.204628, 0.779348",\
|
|
"0.033396, 0.043298, 0.073972, 0.204628, 0.779348",\
|
|
"0.033396, 0.043298, 0.073972, 0.204628, 0.779348",\
|
|
"0.033396, 0.043298, 0.073972, 0.204628, 0.779348",\
|
|
"0.033396, 0.043298, 0.073972, 0.204628, 0.779348");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[22] */
|
|
|
|
pin("mgmt_gpio_oeb[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002012 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "4.744328, 4.763143, 4.818232, 5.044687, 5.977648",\
|
|
"4.846774, 4.865588, 4.920678, 5.147133, 6.080094",\
|
|
"5.017020, 5.035834, 5.090924, 5.317379, 6.250340",\
|
|
"5.339537, 5.358351, 5.413440, 5.639895, 6.572856",\
|
|
"5.886794, 5.905608, 5.960698, 6.187153, 7.120114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.034642, 0.052274, 0.114649, 0.426639, 1.737806",\
|
|
"0.034642, 0.052274, 0.114649, 0.426639, 1.737806",\
|
|
"0.034642, 0.052274, 0.114649, 0.426639, 1.737806",\
|
|
"0.034642, 0.052274, 0.114649, 0.426639, 1.737806",\
|
|
"0.034642, 0.052274, 0.114649, 0.426639, 1.737806");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "4.815352, 4.830487, 4.869153, 4.989114, 5.416641",\
|
|
"4.917798, 4.932932, 4.971598, 5.091559, 5.519086",\
|
|
"5.088044, 5.103179, 5.141845, 5.261806, 5.689333",\
|
|
"5.410561, 5.425695, 5.464361, 5.584322, 6.011849",\
|
|
"5.957818, 5.972952, 6.011618, 6.131579, 6.559106");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.032984, 0.043063, 0.073781, 0.212932, 0.808578",\
|
|
"0.032984, 0.043063, 0.073781, 0.212932, 0.808578",\
|
|
"0.032984, 0.043063, 0.073781, 0.212932, 0.808578",\
|
|
"0.032984, 0.043063, 0.073781, 0.212932, 0.808578",\
|
|
"0.032984, 0.043063, 0.073781, 0.212932, 0.808578");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "4.380554, 4.399368, 4.454457, 4.676401, 5.594136",\
|
|
"4.482999, 4.501813, 4.556903, 4.778847, 5.696581",\
|
|
"4.653245, 4.672060, 4.727149, 4.949093, 5.866827",\
|
|
"4.975762, 4.994576, 5.049666, 5.271610, 6.189344",\
|
|
"5.523019, 5.541833, 5.596922, 5.818866, 6.736601");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.034642, 0.052274, 0.114649, 0.418167, 1.700255",\
|
|
"0.034642, 0.052274, 0.114649, 0.418167, 1.700255",\
|
|
"0.034642, 0.052274, 0.114649, 0.418167, 1.700255",\
|
|
"0.034642, 0.052274, 0.114649, 0.418167, 1.700255",\
|
|
"0.034642, 0.052274, 0.114649, 0.418167, 1.700255");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "4.336680, 4.351815, 4.390481, 4.505911, 4.929593",\
|
|
"4.439125, 4.454260, 4.492926, 4.608356, 5.032038",\
|
|
"4.609371, 4.624506, 4.663172, 4.778602, 5.202284",\
|
|
"4.931889, 4.947023, 4.985689, 5.101120, 5.524801",\
|
|
"5.479145, 5.494280, 5.532946, 5.648376, 6.072058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002012, 0.012784, 0.052012, 0.234091, 1.000000");
|
|
values ( "0.032984, 0.043063, 0.073781, 0.204414, 0.779449",\
|
|
"0.032984, 0.043063, 0.073781, 0.204414, 0.779449",\
|
|
"0.032984, 0.043063, 0.073781, 0.204414, 0.779449",\
|
|
"0.032984, 0.043063, 0.073781, 0.204414, 0.779449",\
|
|
"0.032984, 0.043063, 0.073781, 0.204414, 0.779449");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[21] */
|
|
|
|
pin("mgmt_gpio_oeb[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001511 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "4.718338, 4.737495, 4.792630, 5.018532, 5.950925",\
|
|
"4.820783, 4.839941, 4.895075, 5.120978, 6.053370",\
|
|
"4.991030, 5.010188, 5.065322, 5.291224, 6.223617",\
|
|
"5.313546, 5.332704, 5.387838, 5.613741, 6.546134",\
|
|
"5.860802, 5.879960, 5.935094, 6.160997, 7.093390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.033702, 0.051422, 0.113827, 0.424660, 1.733441",\
|
|
"0.033702, 0.051422, 0.113827, 0.424660, 1.733441",\
|
|
"0.033702, 0.051422, 0.113827, 0.424660, 1.733441",\
|
|
"0.033702, 0.051422, 0.113827, 0.424660, 1.733441",\
|
|
"0.033702, 0.051422, 0.113827, 0.424660, 1.733441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "4.725757, 4.741240, 4.780050, 4.899548, 5.326967",\
|
|
"4.828202, 4.843685, 4.882495, 5.001993, 5.429412",\
|
|
"4.998449, 5.013932, 5.052742, 5.172240, 5.599659",\
|
|
"5.320965, 5.336449, 5.375259, 5.494756, 5.922176",\
|
|
"5.868221, 5.883705, 5.922515, 6.042012, 6.469432");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.032464, 0.042672, 0.073481, 0.211516, 0.805086",\
|
|
"0.032464, 0.042672, 0.073481, 0.211516, 0.805086",\
|
|
"0.032464, 0.042672, 0.073481, 0.211516, 0.805086",\
|
|
"0.032464, 0.042672, 0.073481, 0.211516, 0.805086",\
|
|
"0.032464, 0.042672, 0.073481, 0.211516, 0.805086");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "4.467928, 4.487086, 4.542220, 4.764161, 5.683128",\
|
|
"4.570373, 4.589531, 4.644665, 4.866606, 5.785573",\
|
|
"4.740620, 4.759778, 4.814912, 5.036852, 5.955820",\
|
|
"5.063137, 5.082294, 5.137429, 5.359369, 6.278337",\
|
|
"5.610393, 5.629551, 5.684685, 5.906626, 6.825593");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.033702, 0.051422, 0.113827, 0.417204, 1.700348",\
|
|
"0.033702, 0.051422, 0.113827, 0.417204, 1.700348",\
|
|
"0.033702, 0.051422, 0.113827, 0.417204, 1.700348",\
|
|
"0.033702, 0.051422, 0.113827, 0.417204, 1.700348",\
|
|
"0.033702, 0.051422, 0.113827, 0.417204, 1.700348");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "4.398883, 4.414367, 4.453177, 4.568696, 4.992605",\
|
|
"4.501328, 4.516812, 4.555622, 4.671141, 5.095050",\
|
|
"4.671576, 4.687059, 4.725869, 4.841388, 5.265297",\
|
|
"4.994092, 5.009575, 5.048386, 5.163905, 5.587813",\
|
|
"5.541348, 5.556832, 5.595642, 5.711161, 6.135070");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001511, 0.012283, 0.051511, 0.233590, 1.000000");
|
|
values ( "0.032464, 0.042672, 0.073481, 0.204023, 0.779392",\
|
|
"0.032464, 0.042672, 0.073481, 0.204023, 0.779392",\
|
|
"0.032464, 0.042672, 0.073481, 0.204023, 0.779392",\
|
|
"0.032464, 0.042672, 0.073481, 0.204023, 0.779392",\
|
|
"0.032464, 0.042672, 0.073481, 0.204023, 0.779392");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[20] */
|
|
|
|
pin("mgmt_gpio_oeb[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000725 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "4.745485, 4.765064, 4.820077, 5.045363, 5.972009",\
|
|
"4.847930, 4.867510, 4.922523, 5.147809, 6.074455",\
|
|
"5.018177, 5.037756, 5.092769, 5.318056, 6.244701",\
|
|
"5.340693, 5.360273, 5.415286, 5.640572, 6.567217",\
|
|
"5.887949, 5.907529, 5.962542, 6.187828, 7.114474");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.032602, 0.050483, 0.112979, 0.421450, 1.722615",\
|
|
"0.032602, 0.050483, 0.112979, 0.421450, 1.722615",\
|
|
"0.032602, 0.050483, 0.112979, 0.421450, 1.722615",\
|
|
"0.032602, 0.050483, 0.112979, 0.421450, 1.722615",\
|
|
"0.032602, 0.050483, 0.112979, 0.421450, 1.722615");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "4.847919, 4.864216, 4.903040, 5.021883, 5.455355",\
|
|
"4.950365, 4.966661, 5.005486, 5.124329, 5.557800",\
|
|
"5.120611, 5.136908, 5.175732, 5.294575, 5.728046",\
|
|
"5.443128, 5.459424, 5.498248, 5.617092, 6.050563",\
|
|
"5.990384, 6.006680, 6.045505, 6.164348, 6.597819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.031750, 0.042447, 0.073400, 0.208702, 0.801717",\
|
|
"0.031750, 0.042447, 0.073400, 0.208702, 0.801717",\
|
|
"0.031750, 0.042447, 0.073400, 0.208702, 0.801717",\
|
|
"0.031750, 0.042447, 0.073400, 0.208702, 0.801717",\
|
|
"0.031750, 0.042447, 0.073400, 0.208702, 0.801717");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "4.473727, 4.493306, 4.548319, 4.770911, 5.688369",\
|
|
"4.576172, 4.595751, 4.650764, 4.873356, 5.790814",\
|
|
"4.746419, 4.765998, 4.821011, 5.043603, 5.961061",\
|
|
"5.068935, 5.088515, 5.143528, 5.366120, 6.283578",\
|
|
"5.616192, 5.635771, 5.690784, 5.913376, 6.830834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.032602, 0.050483, 0.112979, 0.416362, 1.699985",\
|
|
"0.032602, 0.050483, 0.112979, 0.416362, 1.699985",\
|
|
"0.032602, 0.050483, 0.112979, 0.416362, 1.699985",\
|
|
"0.032602, 0.050483, 0.112979, 0.416362, 1.699985",\
|
|
"0.032602, 0.050483, 0.112979, 0.416362, 1.699985");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "4.538532, 4.554829, 4.593653, 4.709793, 5.134362",\
|
|
"4.640977, 4.657274, 4.696098, 4.812238, 5.236807",\
|
|
"4.811224, 4.827520, 4.866344, 4.982485, 5.407053",\
|
|
"5.133741, 5.150037, 5.188861, 5.305002, 5.729570",\
|
|
"5.680997, 5.697294, 5.736118, 5.852258, 6.276827");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000725, 0.011498, 0.050725, 0.232804, 1.000000");
|
|
values ( "0.031750, 0.042447, 0.073400, 0.203593, 0.779720",\
|
|
"0.031750, 0.042447, 0.073400, 0.203593, 0.779720",\
|
|
"0.031750, 0.042447, 0.073400, 0.203593, 0.779720",\
|
|
"0.031750, 0.042447, 0.073400, 0.203593, 0.779720",\
|
|
"0.031750, 0.042447, 0.073400, 0.203593, 0.779720");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[19] */
|
|
|
|
pin("mgmt_gpio_oeb[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001030 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "4.711891, 4.731338, 4.786399, 5.011331, 5.940192",\
|
|
"4.814336, 4.833783, 4.888844, 5.113776, 6.042637",\
|
|
"4.984583, 5.004030, 5.059092, 5.284023, 6.212884",\
|
|
"5.307100, 5.326546, 5.381608, 5.606540, 6.535401",\
|
|
"5.854356, 5.873803, 5.928864, 6.153796, 7.082657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.032877, 0.050703, 0.113209, 0.421629, 1.723505",\
|
|
"0.032877, 0.050703, 0.113209, 0.421629, 1.723505",\
|
|
"0.032877, 0.050703, 0.113209, 0.421629, 1.723505",\
|
|
"0.032877, 0.050703, 0.113209, 0.421629, 1.723505",\
|
|
"0.032877, 0.050703, 0.113209, 0.421629, 1.723505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "4.698196, 4.714019, 4.752839, 4.871379, 5.304669",\
|
|
"4.800641, 4.816464, 4.855284, 4.973824, 5.407115",\
|
|
"4.970888, 4.986711, 5.025531, 5.144071, 5.577361",\
|
|
"5.293404, 5.309227, 5.348047, 5.466587, 5.899878",\
|
|
"5.840661, 5.856484, 5.895304, 6.013844, 6.447134");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.031931, 0.042329, 0.073303, 0.208899, 0.801918",\
|
|
"0.031931, 0.042329, 0.073303, 0.208899, 0.801918",\
|
|
"0.031931, 0.042329, 0.073303, 0.208899, 0.801918",\
|
|
"0.031931, 0.042329, 0.073303, 0.208899, 0.801918",\
|
|
"0.031931, 0.042329, 0.073303, 0.208899, 0.801918");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "4.484390, 4.503836, 4.558898, 4.781066, 5.700523",\
|
|
"4.586835, 4.606281, 4.661343, 4.883512, 5.802969",\
|
|
"4.757082, 4.776528, 4.831590, 5.053758, 5.973215",\
|
|
"5.079598, 5.099044, 5.154106, 5.376274, 6.295732",\
|
|
"5.626854, 5.646301, 5.701363, 5.923531, 6.842988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.032877, 0.050703, 0.113209, 0.416414, 1.700336",\
|
|
"0.032877, 0.050703, 0.113209, 0.416414, 1.700336",\
|
|
"0.032877, 0.050703, 0.113209, 0.416414, 1.700336",\
|
|
"0.032877, 0.050703, 0.113209, 0.416414, 1.700336",\
|
|
"0.032877, 0.050703, 0.113209, 0.416414, 1.700336");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "4.460928, 4.476751, 4.515571, 4.631338, 5.055517",\
|
|
"4.563374, 4.579196, 4.618017, 4.733784, 5.157962",\
|
|
"4.733620, 4.749443, 4.788263, 4.904030, 5.328208",\
|
|
"5.056137, 5.071959, 5.110780, 5.226547, 5.650725",\
|
|
"5.603393, 5.619216, 5.658036, 5.773803, 6.197982");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.031931, 0.042329, 0.073303, 0.203663, 0.779396",\
|
|
"0.031931, 0.042329, 0.073303, 0.203663, 0.779396",\
|
|
"0.031931, 0.042329, 0.073303, 0.203663, 0.779396",\
|
|
"0.031931, 0.042329, 0.073303, 0.203663, 0.779396",\
|
|
"0.031931, 0.042329, 0.073303, 0.203663, 0.779396");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[18] */
|
|
|
|
pin("mgmt_gpio_oeb[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000983 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "4.735999, 4.755392, 4.810342, 5.035697, 5.961627",\
|
|
"4.838444, 4.857837, 4.912788, 5.138142, 6.064072",\
|
|
"5.008690, 5.028083, 5.083034, 5.308388, 6.234318",\
|
|
"5.331207, 5.350600, 5.405550, 5.630905, 6.556835",\
|
|
"5.878464, 5.897857, 5.952807, 6.178162, 7.104092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.033096, 0.050940, 0.113450, 0.421964, 1.724767",\
|
|
"0.033096, 0.050940, 0.113450, 0.421964, 1.724767",\
|
|
"0.033096, 0.050940, 0.113450, 0.421964, 1.724767",\
|
|
"0.033096, 0.050940, 0.113450, 0.421964, 1.724767",\
|
|
"0.033096, 0.050940, 0.113450, 0.421964, 1.724767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "4.792023, 4.808149, 4.846944, 4.965821, 5.399125",\
|
|
"4.894469, 4.910595, 4.949390, 5.068266, 5.501570",\
|
|
"5.064715, 5.080841, 5.119636, 5.238513, 5.671816",\
|
|
"5.387231, 5.403358, 5.442153, 5.561029, 5.994333",\
|
|
"5.934488, 5.950614, 5.989409, 6.108286, 6.541590");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.032230, 0.042828, 0.073705, 0.208944, 0.801732",\
|
|
"0.032230, 0.042828, 0.073705, 0.208944, 0.801732",\
|
|
"0.032230, 0.042828, 0.073705, 0.208944, 0.801732",\
|
|
"0.032230, 0.042828, 0.073705, 0.208944, 0.801732",\
|
|
"0.032230, 0.042828, 0.073705, 0.208944, 0.801732");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "4.438957, 4.458350, 4.513300, 4.735956, 5.652788",\
|
|
"4.541402, 4.560795, 4.615746, 4.838402, 5.755234",\
|
|
"4.711649, 4.731042, 4.785993, 5.008648, 5.925480",\
|
|
"5.034166, 5.053559, 5.108510, 5.331165, 6.247997",\
|
|
"5.581422, 5.600815, 5.655766, 5.878422, 6.795254");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.033096, 0.050940, 0.113450, 0.416873, 1.702346",\
|
|
"0.033096, 0.050940, 0.113450, 0.416873, 1.702346",\
|
|
"0.033096, 0.050940, 0.113450, 0.416873, 1.702346",\
|
|
"0.033096, 0.050940, 0.113450, 0.416873, 1.702346",\
|
|
"0.033096, 0.050940, 0.113450, 0.416873, 1.702346");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "4.461765, 4.477891, 4.516686, 4.632854, 5.057259",\
|
|
"4.564210, 4.580337, 4.619132, 4.735300, 5.159705",\
|
|
"4.734457, 4.750583, 4.789378, 4.905547, 5.329951",\
|
|
"5.056974, 5.073100, 5.111895, 5.228064, 5.652468",\
|
|
"5.604230, 5.620357, 5.659152, 5.775320, 6.199725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000983, 0.011755, 0.050983, 0.233062, 1.000000");
|
|
values ( "0.032230, 0.042828, 0.073705, 0.203833, 0.779738",\
|
|
"0.032230, 0.042828, 0.073705, 0.203833, 0.779738",\
|
|
"0.032230, 0.042828, 0.073705, 0.203833, 0.779738",\
|
|
"0.032230, 0.042828, 0.073705, 0.203833, 0.779738",\
|
|
"0.032230, 0.042828, 0.073705, 0.203833, 0.779738");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[17] */
|
|
|
|
pin("mgmt_gpio_oeb[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001307 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "4.822108, 4.842270, 4.898329, 5.123988, 6.049286",\
|
|
"4.924553, 4.944715, 5.000775, 5.226434, 6.151731",\
|
|
"5.094800, 5.114962, 5.171021, 5.396680, 6.321978",\
|
|
"5.417316, 5.437479, 5.493538, 5.719197, 6.644495",\
|
|
"5.964573, 5.984735, 6.040794, 6.266453, 7.191751");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.037416, 0.054947, 0.116181, 0.422604, 1.724587",\
|
|
"0.037416, 0.054947, 0.116181, 0.422604, 1.724587",\
|
|
"0.037416, 0.054947, 0.116181, 0.422604, 1.724587",\
|
|
"0.037416, 0.054947, 0.116181, 0.422604, 1.724587",\
|
|
"0.037416, 0.054947, 0.116181, 0.422604, 1.724587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "4.532164, 4.547920, 4.586451, 4.705209, 5.138595",\
|
|
"4.634610, 4.650366, 4.688897, 4.807654, 5.241040",\
|
|
"4.804856, 4.820612, 4.859143, 4.977901, 5.411287",\
|
|
"5.127373, 5.143129, 5.181660, 5.300417, 5.733803",\
|
|
"5.674629, 5.690385, 5.728916, 5.847674, 6.281060");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.032066, 0.042600, 0.073587, 0.209190, 0.802203",\
|
|
"0.032066, 0.042600, 0.073587, 0.209190, 0.802203",\
|
|
"0.032066, 0.042600, 0.073587, 0.209190, 0.802203",\
|
|
"0.032066, 0.042600, 0.073587, 0.209190, 0.802203",\
|
|
"0.032066, 0.042600, 0.073587, 0.209190, 0.802203");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "4.417311, 4.437473, 4.493533, 4.716426, 5.632488",\
|
|
"4.519756, 4.539918, 4.595978, 4.818871, 5.734933",\
|
|
"4.690003, 4.710165, 4.766224, 4.989118, 5.905180",\
|
|
"5.012520, 5.032682, 5.088741, 5.311635, 6.227697",\
|
|
"5.559776, 5.579938, 5.635998, 5.858891, 6.774953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.037416, 0.054947, 0.116181, 0.417383, 1.701802",\
|
|
"0.037416, 0.054947, 0.116181, 0.417383, 1.701802",\
|
|
"0.037416, 0.054947, 0.116181, 0.417383, 1.701802",\
|
|
"0.037416, 0.054947, 0.116181, 0.417383, 1.701802",\
|
|
"0.037416, 0.054947, 0.116181, 0.417383, 1.701802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "4.245499, 4.261255, 4.299787, 4.415769, 4.840046",\
|
|
"4.347945, 4.363701, 4.402232, 4.518214, 4.942492",\
|
|
"4.518191, 4.533947, 4.572478, 4.688461, 5.112738",\
|
|
"4.840708, 4.856464, 4.894995, 5.010978, 5.435255",\
|
|
"5.387965, 5.403721, 5.442252, 5.558234, 5.982512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001307, 0.012079, 0.051307, 0.233386, 1.000000");
|
|
values ( "0.032066, 0.042600, 0.073587, 0.203947, 0.779681",\
|
|
"0.032066, 0.042600, 0.073587, 0.203947, 0.779681",\
|
|
"0.032066, 0.042600, 0.073587, 0.203947, 0.779681",\
|
|
"0.032066, 0.042600, 0.073587, 0.203947, 0.779681",\
|
|
"0.032066, 0.042600, 0.073587, 0.203947, 0.779681");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[16] */
|
|
|
|
pin("mgmt_gpio_oeb[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000976 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "4.659509, 4.678997, 4.734069, 4.958908, 5.887845",\
|
|
"4.761954, 4.781442, 4.836515, 5.061354, 5.990290",\
|
|
"4.932200, 4.951688, 5.006761, 5.231600, 6.160536",\
|
|
"5.254717, 5.274205, 5.329278, 5.554116, 6.483053",\
|
|
"5.801974, 5.821462, 5.876535, 6.101374, 7.030310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.032759, 0.050593, 0.113104, 0.421372, 1.722999",\
|
|
"0.032759, 0.050593, 0.113104, 0.421372, 1.722999",\
|
|
"0.032759, 0.050593, 0.113104, 0.421372, 1.722999",\
|
|
"0.032759, 0.050593, 0.113104, 0.421372, 1.722999",\
|
|
"0.032759, 0.050593, 0.113104, 0.421372, 1.722999");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "4.603166, 4.619008, 4.657864, 4.776322, 5.209397",\
|
|
"4.705611, 4.721454, 4.760310, 4.878768, 5.311843",\
|
|
"4.875858, 4.891700, 4.930556, 5.049015, 5.482089",\
|
|
"5.198374, 5.214217, 5.253073, 5.371531, 5.804605",\
|
|
"5.745631, 5.761473, 5.800329, 5.918787, 6.351862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.031895, 0.042281, 0.073262, 0.208725, 0.801354",\
|
|
"0.031895, 0.042281, 0.073262, 0.208725, 0.801354",\
|
|
"0.031895, 0.042281, 0.073262, 0.208725, 0.801354",\
|
|
"0.031895, 0.042281, 0.073262, 0.208725, 0.801354",\
|
|
"0.031895, 0.042281, 0.073262, 0.208725, 0.801354");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "4.423664, 4.443152, 4.498225, 4.720366, 5.640117",\
|
|
"4.526110, 4.545598, 4.600670, 4.822811, 5.742562",\
|
|
"4.696356, 4.715844, 4.770916, 4.993057, 5.912808",\
|
|
"5.018873, 5.038361, 5.093434, 5.315575, 6.235326",\
|
|
"5.566130, 5.585618, 5.640690, 5.862831, 6.782582");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.032759, 0.050593, 0.113104, 0.416280, 1.700370",\
|
|
"0.032759, 0.050593, 0.113104, 0.416280, 1.700370",\
|
|
"0.032759, 0.050593, 0.113104, 0.416280, 1.700370",\
|
|
"0.032759, 0.050593, 0.113104, 0.416280, 1.700370",\
|
|
"0.032759, 0.050593, 0.113104, 0.416280, 1.700370");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "4.353439, 4.369281, 4.408137, 4.523889, 4.948064",\
|
|
"4.455884, 4.471726, 4.510582, 4.626334, 5.050509",\
|
|
"4.626131, 4.641973, 4.680829, 4.796580, 5.220756",\
|
|
"4.948647, 4.964489, 5.003345, 5.119097, 5.543272",\
|
|
"5.495903, 5.511746, 5.550602, 5.666353, 6.090528");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000976, 0.011748, 0.050976, 0.233055, 1.000000");
|
|
values ( "0.031895, 0.042281, 0.073262, 0.203613, 0.779359",\
|
|
"0.031895, 0.042281, 0.073262, 0.203613, 0.779359",\
|
|
"0.031895, 0.042281, 0.073262, 0.203613, 0.779359",\
|
|
"0.031895, 0.042281, 0.073262, 0.203613, 0.779359",\
|
|
"0.031895, 0.042281, 0.073262, 0.203613, 0.779359");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[15]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[15] */
|
|
|
|
pin("mgmt_gpio_oeb[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001348 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "4.639802, 4.659045, 4.714088, 4.939078, 5.868550",\
|
|
"4.742247, 4.761490, 4.816534, 5.041524, 5.970995",\
|
|
"4.912493, 4.931736, 4.986780, 5.211770, 6.141242",\
|
|
"5.235010, 5.254253, 5.309296, 5.534286, 6.463758",\
|
|
"5.782266, 5.801509, 5.856553, 6.081543, 7.011014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.033384, 0.051157, 0.113662, 0.422394, 1.724945",\
|
|
"0.033384, 0.051157, 0.113662, 0.422394, 1.724945",\
|
|
"0.033384, 0.051157, 0.113662, 0.422394, 1.724945",\
|
|
"0.033384, 0.051157, 0.113662, 0.422394, 1.724945",\
|
|
"0.033384, 0.051157, 0.113662, 0.422394, 1.724945");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "4.583583, 4.599131, 4.637897, 4.756505, 5.190111",\
|
|
"4.686028, 4.701577, 4.740343, 4.858951, 5.292557",\
|
|
"4.856275, 4.871823, 4.910589, 5.029197, 5.462803",\
|
|
"5.178791, 5.194339, 5.233106, 5.351714, 5.785319",\
|
|
"5.726048, 5.741596, 5.780362, 5.898970, 6.332576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.032317, 0.042567, 0.073489, 0.209441, 0.803205",\
|
|
"0.032317, 0.042567, 0.073489, 0.209441, 0.803205",\
|
|
"0.032317, 0.042567, 0.073489, 0.209441, 0.803205",\
|
|
"0.032317, 0.042567, 0.073489, 0.209441, 0.803205",\
|
|
"0.032317, 0.042567, 0.073489, 0.209441, 0.803205");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "4.403638, 4.422882, 4.477925, 4.699983, 5.619498",\
|
|
"4.506084, 4.525327, 4.580370, 4.802429, 5.721943",\
|
|
"4.676330, 4.695573, 4.750617, 4.972675, 5.892190",\
|
|
"4.998847, 5.018090, 5.073133, 5.295192, 6.214706",\
|
|
"5.546103, 5.565347, 5.620390, 5.842448, 6.761963");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.033384, 0.051157, 0.113662, 0.416863, 1.700401",\
|
|
"0.033384, 0.051157, 0.113662, 0.416863, 1.700401",\
|
|
"0.033384, 0.051157, 0.113662, 0.416863, 1.700401",\
|
|
"0.033384, 0.051157, 0.113662, 0.416863, 1.700401",\
|
|
"0.033384, 0.051157, 0.113662, 0.416863, 1.700401");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "4.330084, 4.345632, 4.384398, 4.500064, 4.924018",\
|
|
"4.432529, 4.448077, 4.486844, 4.602509, 5.026464",\
|
|
"4.602775, 4.618323, 4.657090, 4.772755, 5.196710",\
|
|
"4.925292, 4.940840, 4.979607, 5.095272, 5.519227",\
|
|
"5.472548, 5.488097, 5.526863, 5.642529, 6.066483");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001348, 0.012120, 0.051348, 0.233427, 1.000000");
|
|
values ( "0.032317, 0.042567, 0.073489, 0.203888, 0.779342",\
|
|
"0.032317, 0.042567, 0.073489, 0.203888, 0.779342",\
|
|
"0.032317, 0.042567, 0.073489, 0.203888, 0.779342",\
|
|
"0.032317, 0.042567, 0.073489, 0.203888, 0.779342",\
|
|
"0.032317, 0.042567, 0.073489, 0.203888, 0.779342");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[14]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[14] */
|
|
|
|
pin("mgmt_gpio_oeb[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001002 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "4.677361, 4.696831, 4.751899, 4.976736, 5.905653",\
|
|
"4.779807, 4.799276, 4.854344, 5.079181, 6.008098",\
|
|
"4.950053, 4.969522, 5.024590, 5.249427, 6.178344",\
|
|
"5.272569, 5.292039, 5.347107, 5.571944, 6.500861",\
|
|
"5.819826, 5.839295, 5.894363, 6.119200, 7.048117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.032803, 0.050634, 0.113146, 0.421414, 1.723000",\
|
|
"0.032803, 0.050634, 0.113146, 0.421414, 1.723000",\
|
|
"0.032803, 0.050634, 0.113146, 0.421414, 1.723000",\
|
|
"0.032803, 0.050634, 0.113146, 0.421414, 1.723000",\
|
|
"0.032803, 0.050634, 0.113146, 0.421414, 1.723000");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "4.651464, 4.667290, 4.706131, 4.824594, 5.257661",\
|
|
"4.753910, 4.769735, 4.808577, 4.927039, 5.360106",\
|
|
"4.924156, 4.939981, 4.978823, 5.097286, 5.530353",\
|
|
"5.246673, 5.262498, 5.301340, 5.419802, 5.852869",\
|
|
"5.793929, 5.809754, 5.848596, 5.967059, 6.400126");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.031919, 0.042304, 0.073283, 0.208747, 0.801361",\
|
|
"0.031919, 0.042304, 0.073283, 0.208747, 0.801361",\
|
|
"0.031919, 0.042304, 0.073283, 0.208747, 0.801361",\
|
|
"0.031919, 0.042304, 0.073283, 0.208747, 0.801361",\
|
|
"0.031919, 0.042304, 0.073283, 0.208747, 0.801361");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "4.442135, 4.461605, 4.516673, 4.738811, 5.658543",\
|
|
"4.544580, 4.564050, 4.619118, 4.841256, 5.760989",\
|
|
"4.714827, 4.734296, 4.789364, 5.011502, 5.931235",\
|
|
"5.037344, 5.056813, 5.111881, 5.334019, 6.253752",\
|
|
"5.584600, 5.604070, 5.659138, 5.881276, 6.801008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.032803, 0.050634, 0.113146, 0.416321, 1.700371",\
|
|
"0.032803, 0.050634, 0.113146, 0.416321, 1.700371",\
|
|
"0.032803, 0.050634, 0.113146, 0.416321, 1.700371",\
|
|
"0.032803, 0.050634, 0.113146, 0.416321, 1.700371",\
|
|
"0.032803, 0.050634, 0.113146, 0.416321, 1.700371");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "4.378729, 4.394555, 4.433396, 4.549151, 4.973319",\
|
|
"4.481175, 4.497000, 4.535842, 4.651597, 5.075764",\
|
|
"4.651421, 4.667246, 4.706088, 4.821843, 5.246010",\
|
|
"4.973938, 4.989763, 5.028605, 5.144360, 5.568527",\
|
|
"5.521194, 5.537020, 5.575861, 5.691617, 6.115784");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001002, 0.011775, 0.051002, 0.233081, 1.000000");
|
|
values ( "0.031919, 0.042304, 0.073283, 0.203635, 0.779366",\
|
|
"0.031919, 0.042304, 0.073283, 0.203635, 0.779366",\
|
|
"0.031919, 0.042304, 0.073283, 0.203635, 0.779366",\
|
|
"0.031919, 0.042304, 0.073283, 0.203635, 0.779366",\
|
|
"0.031919, 0.042304, 0.073283, 0.203635, 0.779366");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[13]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[13] */
|
|
|
|
pin("mgmt_gpio_oeb[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001189 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "4.505905, 4.525279, 4.580371, 4.805142, 5.735295",\
|
|
"4.608350, 4.627724, 4.682817, 4.907587, 5.837740",\
|
|
"4.778597, 4.797971, 4.853063, 5.077834, 6.007987",\
|
|
"5.101113, 5.120487, 5.175580, 5.400350, 6.330503",\
|
|
"5.648370, 5.667744, 5.722836, 5.947607, 6.877759");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.033018, 0.050814, 0.113322, 0.421780, 1.724250",\
|
|
"0.033018, 0.050814, 0.113322, 0.421780, 1.724250",\
|
|
"0.033018, 0.050814, 0.113322, 0.421780, 1.724250",\
|
|
"0.033018, 0.050814, 0.113322, 0.421780, 1.724250",\
|
|
"0.033018, 0.050814, 0.113322, 0.421780, 1.724250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "4.389316, 4.404939, 4.443808, 4.562273, 4.995570",\
|
|
"4.491761, 4.507384, 4.546253, 4.664718, 5.098015",\
|
|
"4.662007, 4.677631, 4.716499, 4.834965, 5.268262",\
|
|
"4.984524, 5.000147, 5.039016, 5.157481, 5.590778",\
|
|
"5.531780, 5.547404, 5.586272, 5.704738, 6.138035");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.032192, 0.042428, 0.073363, 0.209110, 0.802321",\
|
|
"0.032192, 0.042428, 0.073363, 0.209110, 0.802321",\
|
|
"0.032192, 0.042428, 0.073363, 0.209110, 0.802321",\
|
|
"0.032192, 0.042428, 0.073363, 0.209110, 0.802321",\
|
|
"0.032192, 0.042428, 0.073363, 0.209110, 0.802321");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "4.279277, 4.298651, 4.353743, 4.575681, 5.496204",\
|
|
"4.381723, 4.401097, 4.456189, 4.678127, 5.598651",\
|
|
"4.551969, 4.571343, 4.626435, 4.848373, 5.768897",\
|
|
"4.874486, 4.893860, 4.948952, 5.170890, 6.091413",\
|
|
"5.421742, 5.441116, 5.496209, 5.718146, 6.638670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.033018, 0.050814, 0.113322, 0.416438, 1.700523",\
|
|
"0.033018, 0.050814, 0.113322, 0.416438, 1.700523",\
|
|
"0.033018, 0.050814, 0.113322, 0.416438, 1.700523",\
|
|
"0.033018, 0.050814, 0.113322, 0.416438, 1.700523",\
|
|
"0.033018, 0.050814, 0.113322, 0.416438, 1.700523");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "4.157342, 4.172966, 4.211834, 4.327457, 4.751423",\
|
|
"4.259788, 4.275411, 4.314280, 4.429902, 4.853868",\
|
|
"4.430035, 4.445658, 4.484527, 4.600149, 5.024116",\
|
|
"4.752551, 4.768175, 4.807043, 4.922666, 5.346632",\
|
|
"5.299808, 5.315431, 5.354300, 5.469922, 5.893888");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001189, 0.011961, 0.051189, 0.233268, 1.000000");
|
|
values ( "0.032192, 0.042428, 0.073363, 0.203746, 0.779256",\
|
|
"0.032192, 0.042428, 0.073363, 0.203746, 0.779256",\
|
|
"0.032192, 0.042428, 0.073363, 0.203746, 0.779256",\
|
|
"0.032192, 0.042428, 0.073363, 0.203746, 0.779256",\
|
|
"0.032192, 0.042428, 0.073363, 0.203746, 0.779256");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[12] */
|
|
|
|
pin("mgmt_gpio_oeb[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "4.514488, 4.533867, 4.588950, 4.813739, 5.743617",\
|
|
"4.616933, 4.636312, 4.691395, 4.916184, 5.846062",\
|
|
"4.787180, 4.806559, 4.861642, 5.086431, 6.016309",\
|
|
"5.109696, 5.129075, 5.184158, 5.408947, 6.338825",\
|
|
"5.656953, 5.676332, 5.731415, 5.956204, 6.886082");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.033013, 0.050813, 0.113323, 0.421750, 1.724024",\
|
|
"0.033013, 0.050813, 0.113323, 0.421750, 1.724024",\
|
|
"0.033013, 0.050813, 0.113323, 0.421750, 1.724024",\
|
|
"0.033013, 0.050813, 0.113323, 0.421750, 1.724024",\
|
|
"0.033013, 0.050813, 0.113323, 0.421750, 1.724024");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "4.387046, 4.402686, 4.441550, 4.560006, 4.993244",\
|
|
"4.489491, 4.505131, 4.543996, 4.662452, 5.095690",\
|
|
"4.659738, 4.675377, 4.714242, 4.832698, 5.265936",\
|
|
"4.982254, 4.997894, 5.036758, 5.155214, 5.588452",\
|
|
"5.529510, 5.545150, 5.584015, 5.702471, 6.135709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.032169, 0.042418, 0.073357, 0.209055, 0.802142",\
|
|
"0.032169, 0.042418, 0.073357, 0.209055, 0.802142",\
|
|
"0.032169, 0.042418, 0.073357, 0.209055, 0.802142",\
|
|
"0.032169, 0.042418, 0.073357, 0.209055, 0.802142",\
|
|
"0.032169, 0.042418, 0.073357, 0.209055, 0.802142");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "4.287185, 4.306563, 4.361647, 4.583626, 5.503953",\
|
|
"4.389630, 4.409009, 4.464092, 4.686071, 5.606399",\
|
|
"4.559876, 4.579255, 4.634338, 4.856318, 5.776645",\
|
|
"4.882393, 4.901772, 4.956855, 5.178834, 6.099161",\
|
|
"5.429649, 5.449028, 5.504111, 5.726090, 6.646418");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.033013, 0.050813, 0.113323, 0.416452, 1.700490",\
|
|
"0.033013, 0.050813, 0.113323, 0.416452, 1.700490",\
|
|
"0.033013, 0.050813, 0.113323, 0.416452, 1.700490",\
|
|
"0.033013, 0.050813, 0.113323, 0.416452, 1.700490",\
|
|
"0.033013, 0.050813, 0.113323, 0.416452, 1.700490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "4.161734, 4.177373, 4.216238, 4.331874, 4.755858",\
|
|
"4.264179, 4.279819, 4.318683, 4.434319, 4.858303",\
|
|
"4.434426, 4.450066, 4.488930, 4.604567, 5.028550",\
|
|
"4.756943, 4.772583, 4.811447, 4.927083, 5.351067",\
|
|
"5.304199, 5.319839, 5.358704, 5.474340, 5.898324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001173, 0.011945, 0.051173, 0.233252, 1.000000");
|
|
values ( "0.032169, 0.042418, 0.073357, 0.203735, 0.779265",\
|
|
"0.032169, 0.042418, 0.073357, 0.203735, 0.779265",\
|
|
"0.032169, 0.042418, 0.073357, 0.203735, 0.779265",\
|
|
"0.032169, 0.042418, 0.073357, 0.203735, 0.779265",\
|
|
"0.032169, 0.042418, 0.073357, 0.203735, 0.779265");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[11] */
|
|
|
|
pin("mgmt_gpio_oeb[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001142 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "4.534011, 4.553417, 4.608531, 4.833518, 5.764071",\
|
|
"4.636457, 4.655862, 4.710976, 4.935964, 5.866517",\
|
|
"4.806703, 4.826108, 4.881222, 5.106210, 6.036763",\
|
|
"5.129220, 5.148625, 5.203739, 5.428726, 6.359279",\
|
|
"5.676476, 5.695881, 5.750995, 5.975983, 6.906536");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.032970, 0.050769, 0.113253, 0.422130, 1.725837",\
|
|
"0.032970, 0.050769, 0.113253, 0.422130, 1.725837",\
|
|
"0.032970, 0.050769, 0.113253, 0.422130, 1.725837",\
|
|
"0.032970, 0.050769, 0.113253, 0.422130, 1.725837",\
|
|
"0.032970, 0.050769, 0.113253, 0.422130, 1.725837");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "4.425739, 4.441420, 4.480314, 4.598967, 5.032958",\
|
|
"4.528184, 4.543865, 4.582759, 4.701412, 5.135403",\
|
|
"4.698431, 4.714112, 4.753006, 4.871659, 5.305649",\
|
|
"5.020947, 5.036628, 5.075522, 5.194175, 5.628166",\
|
|
"5.568204, 5.583885, 5.622779, 5.741432, 6.175422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.032125, 0.042389, 0.073310, 0.209451, 0.803941",\
|
|
"0.032125, 0.042389, 0.073310, 0.209451, 0.803941",\
|
|
"0.032125, 0.042389, 0.073310, 0.209451, 0.803941",\
|
|
"0.032125, 0.042389, 0.073310, 0.209451, 0.803941",\
|
|
"0.032125, 0.042389, 0.073310, 0.209451, 0.803941");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "4.307711, 4.327116, 4.382230, 4.604191, 5.524451",\
|
|
"4.410157, 4.429562, 4.484675, 4.706636, 5.626896",\
|
|
"4.580403, 4.599808, 4.654922, 4.876883, 5.797143",\
|
|
"4.902920, 4.922325, 4.977439, 5.199400, 6.119660",\
|
|
"5.450177, 5.469582, 5.524695, 5.746656, 6.666916");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.032970, 0.050769, 0.113253, 0.416421, 1.700475",\
|
|
"0.032970, 0.050769, 0.113253, 0.416421, 1.700475",\
|
|
"0.032970, 0.050769, 0.113253, 0.416421, 1.700475",\
|
|
"0.032970, 0.050769, 0.113253, 0.416421, 1.700475",\
|
|
"0.032970, 0.050769, 0.113253, 0.416421, 1.700475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "4.193060, 4.208741, 4.247635, 4.363250, 4.787264",\
|
|
"4.295506, 4.311186, 4.350080, 4.465696, 4.889710",\
|
|
"4.465752, 4.481433, 4.520327, 4.635942, 5.059957",\
|
|
"4.788269, 4.803949, 4.842844, 4.958459, 5.382473",\
|
|
"5.335525, 5.351206, 5.390100, 5.505715, 5.929729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001142, 0.011914, 0.051142, 0.233221, 1.000000");
|
|
values ( "0.032125, 0.042389, 0.073310, 0.203716, 0.779281",\
|
|
"0.032125, 0.042389, 0.073310, 0.203716, 0.779281",\
|
|
"0.032125, 0.042389, 0.073310, 0.203716, 0.779281",\
|
|
"0.032125, 0.042389, 0.073310, 0.203716, 0.779281",\
|
|
"0.032125, 0.042389, 0.073310, 0.203716, 0.779281");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[10] */
|
|
|
|
pin("mgmt_gpio_oeb[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "4.475121, 4.494443, 4.549519, 4.774265, 5.704274",\
|
|
"4.577566, 4.596888, 4.651964, 4.876710, 5.806719",\
|
|
"4.747812, 4.767135, 4.822211, 5.046957, 5.976966",\
|
|
"5.070329, 5.089651, 5.144727, 5.369473, 6.299482",\
|
|
"5.617585, 5.636908, 5.691984, 5.916730, 6.846739");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.033143, 0.050930, 0.113444, 0.421859, 1.724062",\
|
|
"0.033143, 0.050930, 0.113444, 0.421859, 1.724062",\
|
|
"0.033143, 0.050930, 0.113444, 0.421859, 1.724062",\
|
|
"0.033143, 0.050930, 0.113444, 0.421859, 1.724062",\
|
|
"0.033143, 0.050930, 0.113444, 0.421859, 1.724062");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "4.350091, 4.365663, 4.404501, 4.522937, 4.956112",\
|
|
"4.452537, 4.468108, 4.506946, 4.625382, 5.058558",\
|
|
"4.622783, 4.638355, 4.677193, 4.795629, 5.228804",\
|
|
"4.945300, 4.960871, 4.999709, 5.118145, 5.551321",\
|
|
"5.492556, 5.508128, 5.546966, 5.665401, 6.098577");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.032263, 0.042482, 0.073418, 0.209134, 0.802134",\
|
|
"0.032263, 0.042482, 0.073418, 0.209134, 0.802134",\
|
|
"0.032263, 0.042482, 0.073418, 0.209134, 0.802134",\
|
|
"0.032263, 0.042482, 0.073418, 0.209134, 0.802134",\
|
|
"0.032263, 0.042482, 0.073418, 0.209134, 0.802134");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "4.241832, 4.261154, 4.316230, 4.538167, 5.458626",\
|
|
"4.344278, 4.363600, 4.418676, 4.640614, 5.561072",\
|
|
"4.514524, 4.533847, 4.588923, 4.810860, 5.731319",\
|
|
"4.837041, 4.856363, 4.911439, 5.133377, 6.053835",\
|
|
"5.384297, 5.403620, 5.458696, 5.680633, 6.601092");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.033143, 0.050930, 0.113444, 0.416557, 1.700526",\
|
|
"0.033143, 0.050930, 0.113444, 0.416557, 1.700526",\
|
|
"0.033143, 0.050930, 0.113444, 0.416557, 1.700526",\
|
|
"0.033143, 0.050930, 0.113444, 0.416557, 1.700526",\
|
|
"0.033143, 0.050930, 0.113444, 0.416557, 1.700526");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "4.114189, 4.129761, 4.168599, 4.284215, 4.708138",\
|
|
"4.216634, 4.232206, 4.271044, 4.386661, 4.810583",\
|
|
"4.386881, 4.402453, 4.441291, 4.556908, 4.980830",\
|
|
"4.709398, 4.724969, 4.763807, 4.879424, 5.303346",\
|
|
"5.256654, 5.272226, 5.311064, 5.426681, 5.850603");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001263, 0.012035, 0.051263, 0.233342, 1.000000");
|
|
values ( "0.032263, 0.042482, 0.073418, 0.203810, 0.779256",\
|
|
"0.032263, 0.042482, 0.073418, 0.203810, 0.779256",\
|
|
"0.032263, 0.042482, 0.073418, 0.203810, 0.779256",\
|
|
"0.032263, 0.042482, 0.073418, 0.203810, 0.779256",\
|
|
"0.032263, 0.042482, 0.073418, 0.203810, 0.779256");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[9]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[9] */
|
|
|
|
pin("mgmt_gpio_oeb[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001204 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "4.601334, 4.620682, 4.675759, 4.900718, 5.830559",\
|
|
"4.703779, 4.723128, 4.778205, 5.003164, 5.933005",\
|
|
"4.874026, 4.893374, 4.948452, 5.173410, 6.103251",\
|
|
"5.196542, 5.215891, 5.270968, 5.495927, 6.425768",\
|
|
"5.743799, 5.763148, 5.818225, 6.043184, 6.973025");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.033112, 0.050906, 0.113404, 0.422111, 1.724974",\
|
|
"0.033112, 0.050906, 0.113404, 0.422111, 1.724974",\
|
|
"0.033112, 0.050906, 0.113404, 0.422111, 1.724974",\
|
|
"0.033112, 0.050906, 0.113404, 0.422111, 1.724974",\
|
|
"0.033112, 0.050906, 0.113404, 0.422111, 1.724974");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "4.509350, 4.524997, 4.563832, 4.682428, 5.116092",\
|
|
"4.611795, 4.627442, 4.666277, 4.784873, 5.218536",\
|
|
"4.782042, 4.797689, 4.836524, 4.955121, 5.388783",\
|
|
"5.104558, 5.120205, 5.159040, 5.277637, 5.711300",\
|
|
"5.651815, 5.667462, 5.706297, 5.824893, 6.258556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.032174, 0.042448, 0.073379, 0.209322, 0.803177",\
|
|
"0.032174, 0.042448, 0.073379, 0.209322, 0.803177",\
|
|
"0.032174, 0.042448, 0.073379, 0.209322, 0.803177",\
|
|
"0.032174, 0.042448, 0.073379, 0.209322, 0.803177",\
|
|
"0.032174, 0.042448, 0.073379, 0.209322, 0.803177");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "4.376022, 4.395370, 4.450448, 4.672476, 5.592357",\
|
|
"4.478467, 4.497816, 4.552893, 4.774921, 5.694802",\
|
|
"4.648714, 4.668062, 4.723139, 4.945168, 5.865049",\
|
|
"4.971231, 4.990579, 5.045656, 5.267684, 6.187565",\
|
|
"5.518487, 5.537836, 5.592913, 5.814941, 6.734822");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.033112, 0.050906, 0.113404, 0.416585, 1.700430",\
|
|
"0.033112, 0.050906, 0.113404, 0.416585, 1.700430",\
|
|
"0.033112, 0.050906, 0.113404, 0.416585, 1.700430",\
|
|
"0.033112, 0.050906, 0.113404, 0.416585, 1.700430",\
|
|
"0.033112, 0.050906, 0.113404, 0.416585, 1.700430");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "4.284038, 4.299685, 4.338520, 4.454175, 4.878186",\
|
|
"4.386483, 4.402130, 4.440965, 4.556621, 4.980631",\
|
|
"4.556730, 4.572377, 4.611212, 4.726868, 5.150878",\
|
|
"4.879246, 4.894893, 4.933728, 5.049384, 5.473394",\
|
|
"5.426503, 5.442150, 5.480985, 5.596641, 6.020651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001204, 0.011977, 0.051204, 0.233283, 1.000000");
|
|
values ( "0.032174, 0.042448, 0.073379, 0.203773, 0.779315",\
|
|
"0.032174, 0.042448, 0.073379, 0.203773, 0.779315",\
|
|
"0.032174, 0.042448, 0.073379, 0.203773, 0.779315",\
|
|
"0.032174, 0.042448, 0.073379, 0.203773, 0.779315",\
|
|
"0.032174, 0.042448, 0.073379, 0.203773, 0.779315");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[8] */
|
|
|
|
pin("mgmt_gpio_oeb[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001277 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "4.530037, 4.549305, 4.604323, 4.829405, 5.757989",\
|
|
"4.632483, 4.651751, 4.706769, 4.931850, 5.860435",\
|
|
"4.802729, 4.821998, 4.877015, 5.102097, 6.030682",\
|
|
"5.125246, 5.144514, 5.199532, 5.424613, 6.353198",\
|
|
"5.672502, 5.691771, 5.746788, 5.971870, 6.900455");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.033346, 0.051133, 0.113640, 0.422323, 1.724375",\
|
|
"0.033346, 0.051133, 0.113640, 0.422323, 1.724375",\
|
|
"0.033346, 0.051133, 0.113640, 0.422323, 1.724375",\
|
|
"0.033346, 0.051133, 0.113640, 0.422323, 1.724375",\
|
|
"0.033346, 0.051133, 0.113640, 0.422323, 1.724375");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "4.378835, 4.394416, 4.433226, 4.551763, 4.985197",\
|
|
"4.481280, 4.496861, 4.535672, 4.654208, 5.087642",\
|
|
"4.651527, 4.667108, 4.705918, 4.824455, 5.257889",\
|
|
"4.974043, 4.989625, 5.028435, 5.146971, 5.580405",\
|
|
"5.521300, 5.536881, 5.575691, 5.694228, 6.127662");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.032261, 0.042505, 0.073434, 0.209273, 0.802725",\
|
|
"0.032261, 0.042505, 0.073434, 0.209273, 0.802725",\
|
|
"0.032261, 0.042505, 0.073434, 0.209273, 0.802725",\
|
|
"0.032261, 0.042505, 0.073434, 0.209273, 0.802725",\
|
|
"0.032261, 0.042505, 0.073434, 0.209273, 0.802725");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "4.295523, 4.314791, 4.369809, 4.592013, 5.510821",\
|
|
"4.397968, 4.417236, 4.472254, 4.694458, 5.613266",\
|
|
"4.568214, 4.587483, 4.642500, 4.864705, 5.783513",\
|
|
"4.890731, 4.910000, 4.965017, 5.187222, 6.106030",\
|
|
"5.437988, 5.457256, 5.512274, 5.734478, 6.653286");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.033346, 0.051133, 0.113640, 0.416897, 1.700283",\
|
|
"0.033346, 0.051133, 0.113640, 0.416897, 1.700283",\
|
|
"0.033346, 0.051133, 0.113640, 0.416897, 1.700283",\
|
|
"0.033346, 0.051133, 0.113640, 0.416897, 1.700283",\
|
|
"0.033346, 0.051133, 0.113640, 0.416897, 1.700283");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "4.142518, 4.158099, 4.196909, 4.312558, 4.736518",\
|
|
"4.244963, 4.260544, 4.299355, 4.415003, 4.838963",\
|
|
"4.415210, 4.430791, 4.469601, 4.585250, 5.009210",\
|
|
"4.737727, 4.753308, 4.792118, 4.907767, 5.331727",\
|
|
"5.284983, 5.300564, 5.339375, 5.455023, 5.878983");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001277, 0.012049, 0.051277, 0.233356, 1.000000");
|
|
values ( "0.032261, 0.042505, 0.073434, 0.203824, 0.779304",\
|
|
"0.032261, 0.042505, 0.073434, 0.203824, 0.779304",\
|
|
"0.032261, 0.042505, 0.073434, 0.203824, 0.779304",\
|
|
"0.032261, 0.042505, 0.073434, 0.203824, 0.779304",\
|
|
"0.032261, 0.042505, 0.073434, 0.203824, 0.779304");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[7] */
|
|
|
|
pin("mgmt_gpio_oeb[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001180 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "4.631903, 4.651268, 4.706340, 4.931204, 5.860822",\
|
|
"4.734349, 4.753713, 4.808785, 5.033649, 5.963267",\
|
|
"4.904595, 4.923959, 4.979032, 5.203896, 6.133513",\
|
|
"5.227111, 5.246476, 5.301548, 5.526412, 6.456030",\
|
|
"5.774368, 5.793732, 5.848804, 6.073668, 7.003286");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.033061, 0.050861, 0.113368, 0.421870, 1.724168",\
|
|
"0.033061, 0.050861, 0.113368, 0.421870, 1.724168",\
|
|
"0.033061, 0.050861, 0.113368, 0.421870, 1.724168",\
|
|
"0.033061, 0.050861, 0.113368, 0.421870, 1.724168",\
|
|
"0.033061, 0.050861, 0.113368, 0.421870, 1.724168");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "4.565018, 4.580677, 4.619513, 4.738024, 5.171373",\
|
|
"4.667463, 4.683122, 4.721958, 4.840469, 5.273818",\
|
|
"4.837710, 4.853369, 4.892204, 5.010715, 5.444065",\
|
|
"5.160226, 5.175885, 5.214721, 5.333232, 5.766582",\
|
|
"5.707483, 5.723142, 5.761977, 5.880488, 6.313838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.032151, 0.042431, 0.073373, 0.209116, 0.802374",\
|
|
"0.032151, 0.042431, 0.073373, 0.209116, 0.802374",\
|
|
"0.032151, 0.042431, 0.073373, 0.209116, 0.802374",\
|
|
"0.032151, 0.042431, 0.073373, 0.209116, 0.802374",\
|
|
"0.032151, 0.042431, 0.073373, 0.209116, 0.802374");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "4.401495, 4.420859, 4.475931, 4.697962, 5.617951",\
|
|
"4.503940, 4.523304, 4.578376, 4.800407, 5.720397",\
|
|
"4.674186, 4.693551, 4.748623, 4.970654, 5.890643",\
|
|
"4.996703, 5.016067, 5.071139, 5.293170, 6.213160",\
|
|
"5.543959, 5.563323, 5.618396, 5.840427, 6.760416");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.033061, 0.050861, 0.113368, 0.416528, 1.700441",\
|
|
"0.033061, 0.050861, 0.113368, 0.416528, 1.700441",\
|
|
"0.033061, 0.050861, 0.113368, 0.416528, 1.700441",\
|
|
"0.033061, 0.050861, 0.113368, 0.416528, 1.700441",\
|
|
"0.033061, 0.050861, 0.113368, 0.416528, 1.700441");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "4.312233, 4.327892, 4.366728, 4.482397, 4.906415",\
|
|
"4.414679, 4.430337, 4.469173, 4.584842, 5.008860",\
|
|
"4.584925, 4.600584, 4.639420, 4.755088, 5.179107",\
|
|
"4.907442, 4.923101, 4.961936, 5.077605, 5.501624",\
|
|
"5.454699, 5.470357, 5.509193, 5.624862, 6.048880");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001180, 0.011952, 0.051180, 0.233259, 1.000000");
|
|
values ( "0.032151, 0.042431, 0.073373, 0.203753, 0.779309",\
|
|
"0.032151, 0.042431, 0.073373, 0.203753, 0.779309",\
|
|
"0.032151, 0.042431, 0.073373, 0.203753, 0.779309",\
|
|
"0.032151, 0.042431, 0.073373, 0.203753, 0.779309",\
|
|
"0.032151, 0.042431, 0.073373, 0.203753, 0.779309");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[6]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[6] */
|
|
|
|
pin("mgmt_gpio_oeb[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001217 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "4.603255, 4.622592, 4.677647, 4.902400, 5.831696",\
|
|
"4.705700, 4.725038, 4.780092, 5.004846, 5.934142",\
|
|
"4.875947, 4.895284, 4.950338, 5.175092, 6.104388",\
|
|
"5.198463, 5.217800, 5.272855, 5.497608, 6.426904",\
|
|
"5.745719, 5.765057, 5.820111, 6.044865, 6.974161");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.033115, 0.050913, 0.113434, 0.421709, 1.723260",\
|
|
"0.033115, 0.050913, 0.113434, 0.421709, 1.723260",\
|
|
"0.033115, 0.050913, 0.113434, 0.421709, 1.723260",\
|
|
"0.033115, 0.050913, 0.113434, 0.421709, 1.723260",\
|
|
"0.033115, 0.050913, 0.113434, 0.421709, 1.723260");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "4.502817, 4.518434, 4.557252, 4.675653, 5.108603",\
|
|
"4.605262, 4.620879, 4.659698, 4.778098, 5.211048",\
|
|
"4.775508, 4.791125, 4.829944, 4.948345, 5.381294",\
|
|
"5.098025, 5.113642, 5.152461, 5.270861, 5.703811",\
|
|
"5.645281, 5.660898, 5.699717, 5.818117, 6.251067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.032202, 0.042461, 0.073409, 0.208935, 0.801459",\
|
|
"0.032202, 0.042461, 0.073409, 0.208935, 0.801459",\
|
|
"0.032202, 0.042461, 0.073409, 0.208935, 0.801459",\
|
|
"0.032202, 0.042461, 0.073409, 0.208935, 0.801459",\
|
|
"0.032202, 0.042461, 0.073409, 0.208935, 0.801459");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "4.378086, 4.397423, 4.452477, 4.674510, 5.594553",\
|
|
"4.480531, 4.499868, 4.554923, 4.776956, 5.696998",\
|
|
"4.650777, 4.670115, 4.725169, 4.947202, 5.867244",\
|
|
"4.973294, 4.992631, 5.047686, 5.269718, 6.189761",\
|
|
"5.520550, 5.539887, 5.594942, 5.816975, 6.737017");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.033115, 0.050913, 0.113434, 0.416572, 1.700456",\
|
|
"0.033115, 0.050913, 0.113434, 0.416572, 1.700456",\
|
|
"0.033115, 0.050913, 0.113434, 0.416572, 1.700456",\
|
|
"0.033115, 0.050913, 0.113434, 0.416572, 1.700456",\
|
|
"0.033115, 0.050913, 0.113434, 0.416572, 1.700456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "4.271682, 4.287299, 4.326118, 4.441789, 4.865772",\
|
|
"4.374127, 4.389744, 4.428563, 4.544234, 4.968217",\
|
|
"4.544374, 4.559991, 4.598810, 4.714480, 5.138464",\
|
|
"4.866891, 4.882508, 4.921327, 5.036997, 5.460981",\
|
|
"5.414147, 5.429764, 5.468583, 5.584254, 6.008237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001217, 0.011989, 0.051217, 0.233296, 1.000000");
|
|
values ( "0.032202, 0.042461, 0.073409, 0.203776, 0.779293",\
|
|
"0.032202, 0.042461, 0.073409, 0.203776, 0.779293",\
|
|
"0.032202, 0.042461, 0.073409, 0.203776, 0.779293",\
|
|
"0.032202, 0.042461, 0.073409, 0.203776, 0.779293",\
|
|
"0.032202, 0.042461, 0.073409, 0.203776, 0.779293");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[5] */
|
|
|
|
pin("mgmt_gpio_oeb[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001008 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "4.663337, 4.682807, 4.737890, 4.962841, 5.892170",\
|
|
"4.765782, 4.785253, 4.840336, 5.065286, 5.994616",\
|
|
"4.936028, 4.955499, 5.010582, 5.235532, 6.164862",\
|
|
"5.258545, 5.278015, 5.333098, 5.558049, 6.487379",\
|
|
"5.805801, 5.825272, 5.880355, 6.105305, 7.034635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.032816, 0.050642, 0.113140, 0.421676, 1.724096",\
|
|
"0.032816, 0.050642, 0.113140, 0.421676, 1.724096",\
|
|
"0.032816, 0.050642, 0.113140, 0.421676, 1.724096",\
|
|
"0.032816, 0.050642, 0.113140, 0.421676, 1.724096",\
|
|
"0.032816, 0.050642, 0.113140, 0.421676, 1.724096");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "4.641479, 4.657307, 4.696162, 4.814737, 5.248238",\
|
|
"4.743924, 4.759752, 4.798607, 4.917182, 5.350683",\
|
|
"4.914171, 4.929999, 4.968854, 5.087429, 5.520930",\
|
|
"5.236688, 5.252516, 5.291370, 5.409945, 5.843446",\
|
|
"5.783944, 5.799772, 5.838627, 5.957202, 6.390703");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.031923, 0.042305, 0.073270, 0.209002, 0.802437",\
|
|
"0.031923, 0.042305, 0.073270, 0.209002, 0.802437",\
|
|
"0.031923, 0.042305, 0.073270, 0.209002, 0.802437",\
|
|
"0.031923, 0.042305, 0.073270, 0.209002, 0.802437",\
|
|
"0.031923, 0.042305, 0.073270, 0.209002, 0.802437");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "4.432991, 4.452461, 4.507545, 4.729665, 5.649364",\
|
|
"4.535437, 4.554907, 4.609990, 4.832110, 5.751810",\
|
|
"4.705683, 4.725153, 4.780237, 5.002357, 5.922056",\
|
|
"5.028200, 5.047670, 5.102754, 5.324874, 6.244573",\
|
|
"5.575457, 5.594927, 5.650010, 5.872130, 6.791830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.032816, 0.050642, 0.113140, 0.416336, 1.700367",\
|
|
"0.032816, 0.050642, 0.113140, 0.416336, 1.700367",\
|
|
"0.032816, 0.050642, 0.113140, 0.416336, 1.700367",\
|
|
"0.032816, 0.050642, 0.113140, 0.416336, 1.700367",\
|
|
"0.032816, 0.050642, 0.113140, 0.416336, 1.700367");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "4.385674, 4.401503, 4.440357, 4.556093, 4.980260",\
|
|
"4.488120, 4.503948, 4.542803, 4.658538, 5.082706",\
|
|
"4.658367, 4.674195, 4.713049, 4.828785, 5.252953",\
|
|
"4.980883, 4.996711, 5.035566, 5.151301, 5.575469",\
|
|
"5.528140, 5.543968, 5.582822, 5.698558, 6.122725");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001008, 0.011780, 0.051008, 0.233087, 1.000000");
|
|
values ( "0.031923, 0.042305, 0.073270, 0.203640, 0.779370",\
|
|
"0.031923, 0.042305, 0.073270, 0.203640, 0.779370",\
|
|
"0.031923, 0.042305, 0.073270, 0.203640, 0.779370",\
|
|
"0.031923, 0.042305, 0.073270, 0.203640, 0.779370",\
|
|
"0.031923, 0.042305, 0.073270, 0.203640, 0.779370");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[4] */
|
|
|
|
pin("mgmt_gpio_oeb[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000775 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "4.887235, 4.906836, 4.961912, 5.186893, 6.115246",\
|
|
"4.989680, 5.009281, 5.064357, 5.289339, 6.217691",\
|
|
"5.159926, 5.179528, 5.234603, 5.459585, 6.387938",\
|
|
"5.482443, 5.502044, 5.557120, 5.782102, 6.710454",\
|
|
"6.029699, 6.049301, 6.104376, 6.329358, 7.257711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.032498, 0.050365, 0.112865, 0.421192, 1.722877",\
|
|
"0.032498, 0.050365, 0.112865, 0.421192, 1.722877",\
|
|
"0.032498, 0.050365, 0.112865, 0.421192, 1.722877",\
|
|
"0.032498, 0.050365, 0.112865, 0.421192, 1.722877",\
|
|
"0.032498, 0.050365, 0.112865, 0.421192, 1.722877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "4.993988, 5.010049, 5.048903, 5.167466, 5.600750",\
|
|
"5.096432, 5.112494, 5.151347, 5.269911, 5.703195",\
|
|
"5.266679, 5.282741, 5.321594, 5.440158, 5.873442",\
|
|
"5.589196, 5.605258, 5.644111, 5.762674, 6.195959",\
|
|
"6.136452, 6.152514, 6.191367, 6.309931, 6.743215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.031605, 0.042141, 0.073153, 0.208600, 0.801464",\
|
|
"0.031605, 0.042141, 0.073153, 0.208600, 0.801464",\
|
|
"0.031605, 0.042141, 0.073153, 0.208600, 0.801464",\
|
|
"0.031605, 0.042141, 0.073153, 0.208600, 0.801464",\
|
|
"0.031605, 0.042141, 0.073153, 0.208600, 0.801464");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "4.622815, 4.642416, 4.697492, 4.919779, 5.838944",\
|
|
"4.725260, 4.744861, 4.799937, 5.022224, 5.941389",\
|
|
"4.895506, 4.915108, 4.970183, 5.192471, 6.111636",\
|
|
"5.218023, 5.237625, 5.292700, 5.514987, 6.434153",\
|
|
"5.765280, 5.784881, 5.839957, 6.062244, 6.981409");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.032498, 0.050365, 0.112865, 0.416103, 1.700247",\
|
|
"0.032498, 0.050365, 0.112865, 0.416103, 1.700247",\
|
|
"0.032498, 0.050365, 0.112865, 0.416103, 1.700247",\
|
|
"0.032498, 0.050365, 0.112865, 0.416103, 1.700247",\
|
|
"0.032498, 0.050365, 0.112865, 0.416103, 1.700247");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "4.587027, 4.603088, 4.641942, 4.757802, 5.182183",\
|
|
"4.689472, 4.705534, 4.744387, 4.860247, 5.284629",\
|
|
"4.859718, 4.875780, 4.914633, 5.030493, 5.454875",\
|
|
"5.182236, 5.198298, 5.237151, 5.353011, 5.777392",\
|
|
"5.729492, 5.745554, 5.784407, 5.900267, 6.324649");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000775, 0.011547, 0.050775, 0.232854, 1.000000");
|
|
values ( "0.031605, 0.042141, 0.073153, 0.203491, 0.779467",\
|
|
"0.031605, 0.042141, 0.073153, 0.203491, 0.779467",\
|
|
"0.031605, 0.042141, 0.073153, 0.203491, 0.779467",\
|
|
"0.031605, 0.042141, 0.073153, 0.203491, 0.779467",\
|
|
"0.031605, 0.042141, 0.073153, 0.203491, 0.779467");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[3] */
|
|
|
|
pin("mgmt_gpio_oeb[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000942 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "4.703618, 4.723074, 4.778091, 5.003376, 5.930839",\
|
|
"4.806063, 4.825520, 4.880537, 5.105821, 6.033284",\
|
|
"4.976309, 4.995766, 5.050783, 5.276067, 6.203531",\
|
|
"5.298826, 5.318283, 5.373300, 5.598584, 6.526047",\
|
|
"5.846082, 5.865539, 5.920556, 6.145840, 7.073304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.032912, 0.050755, 0.113248, 0.421941, 1.723807",\
|
|
"0.032912, 0.050755, 0.113248, 0.421941, 1.723807",\
|
|
"0.032912, 0.050755, 0.113248, 0.421941, 1.723807",\
|
|
"0.032912, 0.050755, 0.113248, 0.421941, 1.723807",\
|
|
"0.032912, 0.050755, 0.113248, 0.421941, 1.723807");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "4.727985, 4.744037, 4.782705, 4.901545, 5.335355",\
|
|
"4.830431, 4.846482, 4.885150, 5.003990, 5.437801",\
|
|
"5.000677, 5.016729, 5.055397, 5.174237, 5.608047",\
|
|
"5.323194, 5.339245, 5.377913, 5.496753, 5.930563",\
|
|
"5.870450, 5.886502, 5.925169, 6.044010, 6.477820");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.031660, 0.042307, 0.073319, 0.209033, 0.802746",\
|
|
"0.031660, 0.042307, 0.073319, 0.209033, 0.802746",\
|
|
"0.031660, 0.042307, 0.073319, 0.209033, 0.802746",\
|
|
"0.031660, 0.042307, 0.073319, 0.209033, 0.802746",\
|
|
"0.031660, 0.042307, 0.073319, 0.209033, 0.802746");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "4.478448, 4.497905, 4.552922, 4.775377, 5.693209",\
|
|
"4.580894, 4.600350, 4.655367, 4.877822, 5.795655",\
|
|
"4.751140, 4.770597, 4.825613, 5.048069, 5.965901",\
|
|
"5.073657, 5.093113, 5.148130, 5.370585, 6.288418",\
|
|
"5.620913, 5.640370, 5.695387, 5.917842, 6.835674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.032912, 0.050755, 0.113248, 0.416603, 1.700080",\
|
|
"0.032912, 0.050755, 0.113248, 0.416603, 1.700080",\
|
|
"0.032912, 0.050755, 0.113248, 0.416603, 1.700080",\
|
|
"0.032912, 0.050755, 0.113248, 0.416603, 1.700080",\
|
|
"0.032912, 0.050755, 0.113248, 0.416603, 1.700080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "4.502816, 4.518867, 4.557535, 4.673536, 5.098013",\
|
|
"4.605261, 4.621313, 4.659980, 4.775981, 5.200459",\
|
|
"4.775507, 4.791559, 4.830227, 4.946228, 5.370705",\
|
|
"5.098024, 5.114076, 5.152744, 5.268745, 5.693222",\
|
|
"5.645281, 5.661333, 5.700000, 5.816001, 6.240479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000942, 0.011715, 0.050942, 0.233021, 1.000000");
|
|
values ( "0.031660, 0.042307, 0.073319, 0.203673, 0.779679",\
|
|
"0.031660, 0.042307, 0.073319, 0.203673, 0.779679",\
|
|
"0.031660, 0.042307, 0.073319, 0.203673, 0.779679",\
|
|
"0.031660, 0.042307, 0.073319, 0.203673, 0.779679",\
|
|
"0.031660, 0.042307, 0.073319, 0.203673, 0.779679");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[2] */
|
|
|
|
pin("mgmt_gpio_oeb[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000755 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.824870, 1.844392, 1.899352, 2.124839, 3.050302",\
|
|
"1.925343, 1.944865, 1.999825, 2.225312, 3.150774",\
|
|
"2.067404, 2.086926, 2.141886, 2.367373, 3.292835",\
|
|
"2.308266, 2.327788, 2.382748, 2.608235, 3.533697",\
|
|
"2.689030, 2.708552, 2.763512, 2.988999, 3.914461");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.689270, 2.705383, 2.744201, 2.862818, 3.296169",\
|
|
"2.794387, 2.810500, 2.849318, 2.967936, 3.401286",\
|
|
"2.991285, 3.007398, 3.046216, 3.164833, 3.598183",\
|
|
"3.371749, 3.387862, 3.426680, 3.545297, 3.978647",\
|
|
"4.050663, 4.066776, 4.105594, 4.224211, 4.657562");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.811150, 1.830673, 1.885633, 2.108424, 3.024870",\
|
|
"1.911623, 1.931145, 1.986106, 2.208897, 3.125342",\
|
|
"2.053684, 2.073206, 2.128167, 2.350958, 3.267403",\
|
|
"2.294546, 2.314068, 2.369029, 2.591820, 3.508265",\
|
|
"2.675310, 2.694832, 2.749793, 2.972584, 3.889029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.386423, 2.402529, 2.441355, 2.557259, 2.981696",\
|
|
"2.491541, 2.507646, 2.546473, 2.662376, 3.086813",\
|
|
"2.688438, 2.704544, 2.743371, 2.859274, 3.283711",\
|
|
"3.068902, 3.085008, 3.123835, 3.239738, 3.664175",\
|
|
"3.747817, 3.763922, 3.802749, 3.918653, 4.343089");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.988392, 2.004504, 2.043323, 2.161940, 2.595290",\
|
|
"2.088865, 2.104977, 2.143795, 2.262413, 2.695763",\
|
|
"2.230925, 2.247038, 2.285856, 2.404473, 2.837824",\
|
|
"2.471787, 2.487900, 2.526718, 2.645335, 3.078686",\
|
|
"2.852551, 2.868664, 2.907482, 3.026100, 3.459450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526",\
|
|
"0.031544, 0.042136, 0.073158, 0.208602, 0.801526");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.443892, 2.463415, 2.518375, 2.743861, 3.669324",\
|
|
"2.549010, 2.568532, 2.623492, 2.848979, 3.774441",\
|
|
"2.745907, 2.765430, 2.820390, 3.045876, 3.971339",\
|
|
"3.126371, 3.145894, 3.200854, 3.426340, 4.351803",\
|
|
"3.805286, 3.824808, 3.879768, 4.105255, 5.030717");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305",\
|
|
"0.032781, 0.050662, 0.113159, 0.421728, 1.724305");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "1.972525, 1.988630, 2.027457, 2.143360, 2.567797",\
|
|
"2.072998, 2.089103, 2.127930, 2.243833, 2.668270",\
|
|
"2.215058, 2.231164, 2.269990, 2.385894, 2.810331",\
|
|
"2.455920, 2.472026, 2.510853, 2.626756, 3.051193",\
|
|
"2.836684, 2.852790, 2.891617, 3.007520, 3.431957");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.142743, 2.162266, 2.217226, 2.440017, 3.356463",\
|
|
"2.247861, 2.267383, 2.322344, 2.545135, 3.461580",\
|
|
"2.444758, 2.464281, 2.519241, 2.742032, 3.658478",\
|
|
"2.825222, 2.844745, 2.899705, 3.122496, 4.038941",\
|
|
"3.504137, 3.523659, 3.578620, 3.801411, 4.717856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.910076, 2.929608, 2.984579, 3.210089, 4.135423",\
|
|
"3.019359, 3.038891, 3.093861, 3.319372, 4.244706",\
|
|
"3.217152, 3.236684, 3.291654, 3.517165, 4.442499",\
|
|
"3.635555, 3.655087, 3.710058, 3.935569, 4.860902",\
|
|
"4.379663, 4.399194, 4.454165, 4.679676, 5.605010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032843, 0.050721, 0.113201, 0.421751, 1.724289",\
|
|
"0.032843, 0.050721, 0.113201, 0.421751, 1.724289",\
|
|
"0.032843, 0.050721, 0.113201, 0.421751, 1.724289",\
|
|
"0.032843, 0.050721, 0.113201, 0.421751, 1.724289",\
|
|
"0.032843, 0.050721, 0.113201, 0.421751, 1.724289");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.647010, 2.663116, 2.701942, 2.820550, 3.253891",\
|
|
"2.756293, 2.772399, 2.811225, 2.929833, 3.363174",\
|
|
"2.954085, 2.970192, 3.009017, 3.127626, 3.560966",\
|
|
"3.372489, 3.388596, 3.427421, 3.546029, 3.979370",\
|
|
"4.116596, 4.132703, 4.171529, 4.290137, 4.723477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031551, 0.042134, 0.073155, 0.208599, 0.801515",\
|
|
"0.031551, 0.042134, 0.073155, 0.208599, 0.801515",\
|
|
"0.031551, 0.042134, 0.073155, 0.208599, 0.801515",\
|
|
"0.031551, 0.042134, 0.073155, 0.208599, 0.801515",\
|
|
"0.031551, 0.042134, 0.073155, 0.208599, 0.801515");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.905225, 2.924757, 2.979728, 3.202545, 4.118852",\
|
|
"3.014508, 3.034040, 3.089010, 3.311827, 4.228134",\
|
|
"3.212301, 3.231833, 3.286803, 3.509620, 4.425927",\
|
|
"3.630704, 3.650236, 3.705207, 3.928024, 4.844331",\
|
|
"4.374812, 4.394343, 4.449314, 4.672131, 5.588438");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032843, 0.050721, 0.113201, 0.416662, 1.702035",\
|
|
"0.032843, 0.050721, 0.113201, 0.416662, 1.702035",\
|
|
"0.032843, 0.050721, 0.113201, 0.416662, 1.702035",\
|
|
"0.032843, 0.050721, 0.113201, 0.416662, 1.702035",\
|
|
"0.032843, 0.050721, 0.113201, 0.416662, 1.702035");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "2.645878, 2.661985, 2.700810, 2.816715, 3.241153",\
|
|
"2.755161, 2.771267, 2.810093, 2.925998, 3.350436",\
|
|
"2.952953, 2.969060, 3.007885, 3.123790, 3.548229",\
|
|
"3.371357, 3.387464, 3.426289, 3.542194, 3.966633",\
|
|
"4.115464, 4.131571, 4.170397, 4.286302, 4.710740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031551, 0.042134, 0.073155, 0.203489, 0.779519",\
|
|
"0.031551, 0.042134, 0.073155, 0.203489, 0.779519",\
|
|
"0.031551, 0.042134, 0.073155, 0.203489, 0.779519",\
|
|
"0.031551, 0.042134, 0.073155, 0.203489, 0.779519",\
|
|
"0.031551, 0.042134, 0.073155, 0.203489, 0.779519");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "6.762407, 6.781936, 6.836903, 7.062413, 7.987746",\
|
|
"6.864852, 6.884381, 6.939347, 7.164858, 8.090191",\
|
|
"7.035099, 7.054627, 7.109594, 7.335105, 8.260438",\
|
|
"7.357615, 7.377144, 7.432111, 7.657621, 8.582954",\
|
|
"7.904872, 7.924400, 7.979367, 8.204878, 9.130211");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032831, 0.050710, 0.113194, 0.421752, 1.724290",\
|
|
"0.032831, 0.050710, 0.113194, 0.421752, 1.724290",\
|
|
"0.032831, 0.050710, 0.113194, 0.421752, 1.724290",\
|
|
"0.032831, 0.050710, 0.113194, 0.421752, 1.724290",\
|
|
"0.032831, 0.050710, 0.113194, 0.421752, 1.724290");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "7.006693, 7.022809, 7.061623, 7.180245, 7.613600",\
|
|
"7.109138, 7.125254, 7.164068, 7.282690, 7.716045",\
|
|
"7.279385, 7.295500, 7.334315, 7.452937, 7.886292",\
|
|
"7.601901, 7.618017, 7.656831, 7.775453, 8.208808",\
|
|
"8.149158, 8.165274, 8.204088, 8.322709, 8.756064");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031541, 0.042137, 0.073160, 0.208603, 0.801531",\
|
|
"0.031541, 0.042137, 0.073160, 0.208603, 0.801531",\
|
|
"0.031541, 0.042137, 0.073160, 0.208603, 0.801531",\
|
|
"0.031541, 0.042137, 0.073160, 0.208603, 0.801531",\
|
|
"0.031541, 0.042137, 0.073160, 0.208603, 0.801531");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "4.802421, 4.821944, 4.876904, 5.099695, 6.016140",\
|
|
"4.904866, 4.924388, 4.979349, 5.202140, 6.118585",\
|
|
"5.075113, 5.094635, 5.149596, 5.372387, 6.288832",\
|
|
"5.397629, 5.417152, 5.472113, 5.694903, 6.611349",\
|
|
"5.944886, 5.964408, 6.019369, 6.242160, 7.158605");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052",\
|
|
"0.032780, 0.050661, 0.113158, 0.416637, 1.702052");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "4.899243, 4.915349, 4.954175, 5.070079, 5.494515",\
|
|
"5.001688, 5.017793, 5.056620, 5.172523, 5.596960",\
|
|
"5.171934, 5.188040, 5.226867, 5.342770, 5.767207",\
|
|
"5.494452, 5.510557, 5.549384, 5.665287, 6.089724",\
|
|
"6.041708, 6.057814, 6.096641, 6.212544, 6.636981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000755, 0.011527, 0.050755, 0.232834, 1.000000");
|
|
values ( "0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517",\
|
|
"0.031552, 0.042133, 0.073155, 0.203489, 0.779517");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[1] */
|
|
|
|
pin("mgmt_gpio_oeb[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.968227, 0.987800, 1.042912, 1.268543, 2.194196",\
|
|
"1.071986, 1.091559, 1.146671, 1.372303, 2.297955",\
|
|
"1.231093, 1.250665, 1.305777, 1.531409, 2.457062",\
|
|
"1.527238, 1.546810, 1.601921, 1.827553, 2.753206",\
|
|
"2.039870, 2.059441, 2.114552, 2.340183, 3.265836");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033547, 0.051367, 0.113680, 0.422213, 1.725339",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725339",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.308900, 1.324946, 1.363680, 1.482460, 1.916231",\
|
|
"1.413929, 1.429975, 1.468709, 1.587490, 2.021260",\
|
|
"1.607983, 1.624029, 1.662763, 1.781544, 2.215314",\
|
|
"1.997273, 2.013320, 2.052054, 2.170834, 2.604604",\
|
|
"2.646895, 2.662941, 2.701676, 2.820456, 3.254226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.968013, 0.987581, 1.042688, 1.265491, 2.181679",\
|
|
"1.071772, 1.091340, 1.146447, 1.369250, 2.285438",\
|
|
"1.230880, 1.250448, 1.305555, 1.528358, 2.444546",\
|
|
"1.527044, 1.546612, 1.601719, 1.824521, 2.740709",\
|
|
"2.039776, 2.059345, 2.114453, 2.337256, 3.253444");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033535, 0.051356, 0.113673, 0.416876, 1.702006");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.308215, 1.324259, 1.362996, 1.478935, 1.903367",\
|
|
"1.413244, 1.429288, 1.468025, 1.583964, 2.008396",\
|
|
"1.607300, 1.623344, 1.662080, 1.778020, 2.202452",\
|
|
"1.996608, 2.012652, 2.051389, 2.167328, 2.591760",\
|
|
"2.646285, 2.662329, 2.701066, 2.817005, 3.241437");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031659, 0.042257, 0.073263, 0.203618, 0.779601",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779601",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.386834, 1.402880, 1.441614, 1.560395, 1.994166",\
|
|
"1.490593, 1.506639, 1.545373, 1.664154, 2.097924",\
|
|
"1.650019, 1.666065, 1.704799, 1.823580, 2.257350",\
|
|
"1.947666, 1.963712, 2.002446, 2.121227, 2.554997",\
|
|
"2.459859, 2.475905, 2.514640, 2.633420, 3.067190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672",\
|
|
"0.031656, 0.042258, 0.073264, 0.208979, 0.802672");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.115385, 1.134957, 1.190070, 1.415701, 2.341354",\
|
|
"1.220414, 1.239987, 1.295099, 1.520730, 2.446383",\
|
|
"1.414569, 1.434141, 1.489254, 1.714885, 2.640538",\
|
|
"1.804819, 1.824391, 1.879502, 2.105134, 3.030787",\
|
|
"2.456405, 2.475976, 2.531086, 2.756718, 3.682370");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033547, 0.051367, 0.113680, 0.422213, 1.725339",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725339",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340",\
|
|
"0.033547, 0.051367, 0.113680, 0.422213, 1.725340");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.386150, 1.402194, 1.440930, 1.556869, 1.981302",\
|
|
"1.489908, 1.505952, 1.544689, 1.660628, 2.085061",\
|
|
"1.649336, 1.665380, 1.704117, 1.820056, 2.244488",\
|
|
"1.947000, 1.963044, 2.001781, 2.117720, 2.542152",\
|
|
"2.459249, 2.475293, 2.514030, 2.629969, 3.054401");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031659, 0.042257, 0.073263, 0.203618, 0.779601",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779601",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.115171, 1.134739, 1.189846, 1.412649, 2.328837",\
|
|
"1.220200, 1.239768, 1.294875, 1.517678, 2.433866",\
|
|
"1.414357, 1.433925, 1.489032, 1.711835, 2.628022",\
|
|
"1.804625, 1.824193, 1.879300, 2.102103, 3.018290",\
|
|
"2.456311, 2.475879, 2.530988, 2.753791, 3.669979");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033531, 0.051352, 0.113670, 0.416876, 1.702006",\
|
|
"0.033535, 0.051356, 0.113673, 0.416876, 1.702006");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.924319, 0.943916, 0.999058, 1.224692, 2.150355",\
|
|
"1.026553, 1.046150, 1.101292, 1.326926, 2.252589",\
|
|
"1.161662, 1.181260, 1.236402, 1.462036, 2.387699",\
|
|
"1.399468, 1.419066, 1.474207, 1.699841, 2.625504",\
|
|
"1.791783, 1.811382, 1.866525, 2.092160, 3.017823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033635, 0.051449, 0.113731, 0.422208, 1.725334",\
|
|
"0.033635, 0.051449, 0.113731, 0.422208, 1.725334",\
|
|
"0.033635, 0.051449, 0.113731, 0.422208, 1.725334",\
|
|
"0.033635, 0.051449, 0.113731, 0.422208, 1.725334",\
|
|
"0.033641, 0.051454, 0.113734, 0.422208, 1.725334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.288508, 1.304552, 1.343289, 1.462066, 1.895832",\
|
|
"1.391170, 1.407214, 1.445951, 1.564728, 1.998494",\
|
|
"1.591986, 1.608029, 1.646766, 1.765543, 2.199310",\
|
|
"2.013491, 2.029535, 2.068272, 2.187049, 2.620815",\
|
|
"2.751817, 2.767860, 2.806597, 2.925374, 3.359140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031659, 0.042257, 0.073263, 0.208977, 0.802667",\
|
|
"0.031659, 0.042257, 0.073263, 0.208977, 0.802667",\
|
|
"0.031659, 0.042257, 0.073263, 0.208977, 0.802667",\
|
|
"0.031659, 0.042257, 0.073263, 0.208977, 0.802667",\
|
|
"0.031659, 0.042257, 0.073263, 0.208977, 0.802667");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.924319, 0.943916, 0.999058, 1.221864, 2.138063",\
|
|
"1.026553, 1.046150, 1.101292, 1.324098, 2.240297",\
|
|
"1.161662, 1.181260, 1.236402, 1.459207, 2.375407",\
|
|
"1.399468, 1.419066, 1.474207, 1.697013, 2.613212",\
|
|
"1.791783, 1.811382, 1.866525, 2.089332, 3.005532");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033635, 0.051448, 0.113730, 0.416870, 1.701999",\
|
|
"0.033635, 0.051448, 0.113730, 0.416870, 1.701999",\
|
|
"0.033635, 0.051448, 0.113730, 0.416870, 1.701999",\
|
|
"0.033635, 0.051448, 0.113730, 0.416870, 1.701999",\
|
|
"0.033641, 0.051454, 0.113734, 0.416870, 1.701999");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.288508, 1.304552, 1.343289, 1.459228, 1.883659",\
|
|
"1.391170, 1.407214, 1.445951, 1.561890, 1.986322",\
|
|
"1.591986, 1.608029, 1.646766, 1.762705, 2.187137",\
|
|
"2.013491, 2.029535, 2.068272, 2.184211, 2.608643",\
|
|
"2.751817, 2.767860, 2.806597, 2.922536, 3.346968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600",\
|
|
"0.031659, 0.042257, 0.073263, 0.203618, 0.779600");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.267616, 5.287216, 5.342360, 5.567994, 6.493658",\
|
|
"5.370061, 5.389661, 5.444806, 5.670440, 6.596104",\
|
|
"5.540308, 5.559908, 5.615052, 5.840686, 6.766350",\
|
|
"5.862824, 5.882424, 5.937568, 6.163203, 7.088867",\
|
|
"6.410081, 6.429681, 6.484825, 6.710459, 7.636123");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033643, 0.051456, 0.113735, 0.422207, 1.725333",\
|
|
"0.033643, 0.051456, 0.113735, 0.422207, 1.725333",\
|
|
"0.033643, 0.051456, 0.113735, 0.422207, 1.725333",\
|
|
"0.033643, 0.051456, 0.113735, 0.422207, 1.725333",\
|
|
"0.033643, 0.051456, 0.113735, 0.422207, 1.725333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.539746, 5.555792, 5.594527, 5.713307, 6.147078",\
|
|
"5.642192, 5.658238, 5.696972, 5.815753, 6.249523",\
|
|
"5.812438, 5.828484, 5.867218, 5.985999, 6.419769",\
|
|
"6.134954, 6.151000, 6.189735, 6.308515, 6.742286",\
|
|
"6.682211, 6.698257, 6.736991, 6.855772, 7.289542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031656, 0.042258, 0.073264, 0.208978, 0.802671",\
|
|
"0.031656, 0.042258, 0.073264, 0.208978, 0.802671",\
|
|
"0.031656, 0.042258, 0.073264, 0.208978, 0.802671",\
|
|
"0.031656, 0.042258, 0.073264, 0.208978, 0.802671",\
|
|
"0.031656, 0.042258, 0.073264, 0.208978, 0.802671");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.006867, 5.026467, 5.081611, 5.304417, 6.220617",\
|
|
"5.109312, 5.128912, 5.184056, 5.406862, 6.323062",\
|
|
"5.279559, 5.299159, 5.354303, 5.577108, 6.493309",\
|
|
"5.602075, 5.621675, 5.676819, 5.899625, 6.815825",\
|
|
"6.149332, 6.168931, 6.224076, 6.446881, 7.363081");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033643, 0.051456, 0.113735, 0.416870, 1.701999",\
|
|
"0.033643, 0.051456, 0.113735, 0.416870, 1.701999",\
|
|
"0.033643, 0.051456, 0.113735, 0.416870, 1.701999",\
|
|
"0.033643, 0.051456, 0.113735, 0.416870, 1.701999",\
|
|
"0.033643, 0.051456, 0.113735, 0.416870, 1.701999");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "5.237588, 5.253634, 5.292368, 5.408310, 5.832747",\
|
|
"5.340033, 5.356079, 5.394814, 5.510756, 5.935192",\
|
|
"5.510280, 5.526326, 5.565061, 5.681003, 6.105439",\
|
|
"5.832797, 5.848843, 5.887577, 6.003519, 6.427955",\
|
|
"6.380053, 6.396099, 6.434834, 6.550776, 6.975212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031656, 0.042258, 0.073264, 0.203619, 0.779604",\
|
|
"0.031656, 0.042258, 0.073264, 0.203619, 0.779604",\
|
|
"0.031656, 0.042258, 0.073264, 0.203619, 0.779604",\
|
|
"0.031656, 0.042258, 0.073264, 0.203619, 0.779604",\
|
|
"0.031656, 0.042258, 0.073264, 0.203619, 0.779604");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_oeb[0] */
|
|
} /* end of bus mgmt_gpio_oeb */
|
|
bus ( mgmt_gpio_out ) {
|
|
|
|
bus_type : BUS38_type2 ;
|
|
direction : output ;
|
|
|
|
pin("mgmt_gpio_out[37]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "4.338948, 4.357417, 4.412550, 4.640271, 5.571825",\
|
|
"4.441393, 4.459863, 4.514996, 4.742716, 5.674270",\
|
|
"4.611640, 4.630109, 4.685242, 4.912963, 5.844517",\
|
|
"4.934156, 4.952626, 5.007759, 5.235479, 6.167033",\
|
|
"5.481413, 5.499882, 5.555015, 5.782736, 6.714290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037302, 0.054777, 0.116876, 0.430500, 1.746056",\
|
|
"0.037302, 0.054777, 0.116876, 0.430500, 1.746056",\
|
|
"0.037302, 0.054777, 0.116876, 0.430500, 1.746056",\
|
|
"0.037302, 0.054777, 0.116876, 0.430500, 1.746056",\
|
|
"0.037302, 0.054777, 0.116876, 0.430500, 1.746056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "4.620551, 4.635210, 4.673563, 4.794305, 5.222972",\
|
|
"4.722997, 4.737656, 4.776008, 4.896750, 5.325418",\
|
|
"4.893243, 4.907902, 4.946255, 5.066997, 5.495665",\
|
|
"5.215760, 5.230419, 5.268771, 5.389513, 5.818181",\
|
|
"5.763016, 5.777675, 5.816028, 5.936770, 6.365438");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033894, 0.043828, 0.074392, 0.215383, 0.815011",\
|
|
"0.033894, 0.043828, 0.074392, 0.215383, 0.815011",\
|
|
"0.033894, 0.043828, 0.074392, 0.215383, 0.815011",\
|
|
"0.033894, 0.043828, 0.074392, 0.215383, 0.815011",\
|
|
"0.033894, 0.043828, 0.074392, 0.215383, 0.815011");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "4.045603, 4.064072, 4.119205, 4.341516, 5.255238",\
|
|
"4.148048, 4.166517, 4.221651, 4.443961, 5.357683",\
|
|
"4.318295, 4.336764, 4.391897, 4.614207, 5.527929",\
|
|
"4.640811, 4.659281, 4.714414, 4.936724, 5.850446",\
|
|
"5.188068, 5.206537, 5.261670, 5.483981, 6.397703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037302, 0.054777, 0.116876, 0.420357, 1.701992",\
|
|
"0.037302, 0.054777, 0.116876, 0.420357, 1.701992",\
|
|
"0.037302, 0.054777, 0.116876, 0.420357, 1.701992",\
|
|
"0.037302, 0.054777, 0.116876, 0.420357, 1.701992",\
|
|
"0.037302, 0.054777, 0.116876, 0.420357, 1.701992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "4.354623, 4.369282, 4.407634, 4.522940, 4.946206",\
|
|
"4.457068, 4.471727, 4.510080, 4.625386, 5.048651",\
|
|
"4.627315, 4.641973, 4.680326, 4.795632, 5.218897",\
|
|
"4.949831, 4.964490, 5.002843, 5.118149, 5.541414",\
|
|
"5.497088, 5.511747, 5.550099, 5.665405, 6.088671");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033894, 0.043828, 0.074392, 0.205179, 0.779585",\
|
|
"0.033894, 0.043828, 0.074392, 0.205179, 0.779585",\
|
|
"0.033894, 0.043828, 0.074392, 0.205179, 0.779585",\
|
|
"0.033894, 0.043828, 0.074392, 0.205179, 0.779585",\
|
|
"0.033894, 0.043828, 0.074392, 0.205179, 0.779585");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.149351, 1.167795, 1.222895, 1.450612, 2.382153",\
|
|
"1.249637, 1.268081, 1.323180, 1.550897, 2.482438",\
|
|
"1.386440, 1.404884, 1.459983, 1.687701, 2.619242",\
|
|
"1.626698, 1.645142, 1.700241, 1.927959, 2.859499",\
|
|
"2.007083, 2.025527, 2.080625, 2.308343, 3.239884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.288522, 1.303179, 1.341534, 1.462273, 1.890938",\
|
|
"1.396299, 1.410957, 1.449312, 1.570051, 1.998715",\
|
|
"1.587564, 1.602222, 1.640577, 1.761315, 2.189980",\
|
|
"1.965771, 1.980429, 2.018784, 2.139523, 2.568187",\
|
|
"2.634336, 2.648994, 2.687349, 2.808088, 3.236752");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.090926, 1.109368, 1.164464, 1.386771, 2.300480",\
|
|
"1.191211, 1.209653, 1.264750, 1.487057, 2.400765",\
|
|
"1.328021, 1.346463, 1.401559, 1.623866, 2.537575",\
|
|
"1.568306, 1.586748, 1.641845, 1.864152, 2.777860",\
|
|
"1.948741, 1.967183, 2.022281, 2.244588, 3.158298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037186, 0.054669, 0.116809, 0.420364, 1.702000",\
|
|
"0.037186, 0.054669, 0.116809, 0.420364, 1.702000",\
|
|
"0.037186, 0.054670, 0.116809, 0.420364, 1.702000",\
|
|
"0.037187, 0.054670, 0.116809, 0.420364, 1.702000",\
|
|
"0.037190, 0.054673, 0.116811, 0.420364, 1.702000");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.255636, 1.270289, 1.308652, 1.423944, 1.847195",\
|
|
"1.363414, 1.378066, 1.416429, 1.531722, 1.954973",\
|
|
"1.554680, 1.569332, 1.607695, 1.722988, 2.146239",\
|
|
"1.932898, 1.947550, 1.985913, 2.101206, 2.524457",\
|
|
"2.601411, 2.616064, 2.654427, 2.769719, 3.192970");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.391003, 1.405661, 1.444016, 1.564754, 1.993419",\
|
|
"1.491288, 1.505946, 1.544301, 1.665040, 2.093704",\
|
|
"1.627791, 1.642449, 1.680804, 1.801543, 2.230207",\
|
|
"1.867030, 1.881687, 1.920043, 2.040781, 2.469446",\
|
|
"2.243864, 2.258522, 2.296876, 2.417615, 2.846280");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008",\
|
|
"0.033896, 0.043827, 0.074391, 0.215382, 0.815008");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.138628, 1.157073, 1.212172, 1.439889, 2.371430",\
|
|
"1.246406, 1.264850, 1.319949, 1.547667, 2.479208",\
|
|
"1.438014, 1.456458, 1.511557, 1.739275, 2.670815",\
|
|
"1.817925, 1.836369, 1.891467, 2.119185, 3.050726",\
|
|
"2.486366, 2.504810, 2.559908, 2.787626, 3.719167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063",\
|
|
"0.037195, 0.054678, 0.116814, 0.430506, 1.746063");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.358117, 1.372770, 1.411133, 1.526425, 1.949676",\
|
|
"1.458403, 1.473055, 1.511418, 1.626711, 2.049962",\
|
|
"1.594907, 1.609559, 1.647922, 1.763215, 2.186466",\
|
|
"1.834156, 1.848809, 1.887172, 2.002464, 2.425715",\
|
|
"2.210938, 2.225591, 2.263954, 2.379246, 2.802497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779568");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.080203, 1.098645, 1.153742, 1.376049, 2.289757",\
|
|
"1.187981, 1.206423, 1.261519, 1.483826, 2.397535",\
|
|
"1.379595, 1.398037, 1.453133, 1.675440, 2.589149",\
|
|
"1.759532, 1.777974, 1.833071, 2.055378, 2.969087",\
|
|
"2.428024, 2.446467, 2.501564, 2.723871, 3.637581");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037186, 0.054669, 0.116809, 0.420364, 1.702000",\
|
|
"0.037186, 0.054669, 0.116809, 0.420364, 1.702000",\
|
|
"0.037186, 0.054670, 0.116809, 0.420364, 1.702000",\
|
|
"0.037187, 0.054670, 0.116809, 0.420364, 1.702000",\
|
|
"0.037190, 0.054673, 0.116811, 0.420364, 1.702000");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.121596, 1.140066, 1.195201, 1.422922, 2.354475",\
|
|
"1.222520, 1.240990, 1.296125, 1.523846, 2.455400",\
|
|
"1.378396, 1.396867, 1.452001, 1.679722, 2.611276",\
|
|
"1.667413, 1.685884, 1.741019, 1.968740, 2.900294",\
|
|
"2.183436, 2.201909, 2.257046, 2.484766, 3.416322");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037307, 0.054781, 0.116878, 0.430499, 1.746056",\
|
|
"0.037307, 0.054781, 0.116878, 0.430499, 1.746056",\
|
|
"0.037307, 0.054781, 0.116878, 0.430499, 1.746056",\
|
|
"0.037309, 0.054783, 0.116879, 0.430499, 1.746056",\
|
|
"0.037315, 0.054789, 0.116883, 0.430499, 1.746056");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.264556, 1.279209, 1.317571, 1.438300, 1.866955",\
|
|
"1.368935, 1.383588, 1.421950, 1.542680, 1.971334",\
|
|
"1.532058, 1.546710, 1.585073, 1.705802, 2.134457",\
|
|
"1.821432, 1.836085, 1.874447, 1.995176, 2.423831",\
|
|
"2.282060, 2.296713, 2.335075, 2.455804, 2.884459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033902, 0.043825, 0.074387, 0.215379, 0.814996",\
|
|
"0.033902, 0.043825, 0.074387, 0.215379, 0.814996",\
|
|
"0.033902, 0.043825, 0.074387, 0.215379, 0.814996",\
|
|
"0.033902, 0.043825, 0.074387, 0.215379, 0.814996",\
|
|
"0.033902, 0.043825, 0.074387, 0.215379, 0.814996");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.063299, 1.081769, 1.136904, 1.359214, 2.272937",\
|
|
"1.164223, 1.182693, 1.237828, 1.460138, 2.373861",\
|
|
"1.320099, 1.338570, 1.393705, 1.616015, 2.529738",\
|
|
"1.609116, 1.627587, 1.682722, 1.905033, 2.818755",\
|
|
"2.125139, 2.143612, 2.198749, 2.421060, 3.334783");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.037307, 0.054781, 0.116878, 0.420357, 1.701992",\
|
|
"0.037307, 0.054781, 0.116878, 0.420357, 1.701992",\
|
|
"0.037307, 0.054781, 0.116878, 0.420357, 1.701992",\
|
|
"0.037309, 0.054783, 0.116879, 0.420357, 1.701992",\
|
|
"0.037315, 0.054789, 0.116883, 0.420357, 1.701992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "1.233675, 1.248328, 1.286691, 1.401984, 1.825236",\
|
|
"1.338055, 1.352708, 1.391070, 1.506363, 1.929615",\
|
|
"1.501177, 1.515830, 1.554192, 1.669486, 2.092738",\
|
|
"1.790552, 1.805205, 1.843567, 1.958860, 2.382112",\
|
|
"2.251180, 2.265833, 2.304195, 2.419488, 2.842740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002981, 0.013754, 0.052981, 0.235060, 1.000000");
|
|
values ( "0.033902, 0.043825, 0.074387, 0.205175, 0.779570",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779570",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779570",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779570",\
|
|
"0.033902, 0.043825, 0.074387, 0.205175, 0.779569");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[37] */
|
|
|
|
pin("mgmt_gpio_out[36]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002660 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "4.252100, 4.270538, 4.325489, 4.552939, 5.483797",\
|
|
"4.354546, 4.372983, 4.427935, 4.655385, 5.586242",\
|
|
"4.524792, 4.543230, 4.598181, 4.825632, 5.756489",\
|
|
"4.847309, 4.865746, 4.920698, 5.148148, 6.079005",\
|
|
"5.394565, 5.413003, 5.467954, 5.695405, 6.626262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036146, 0.053697, 0.116027, 0.429408, 1.743590",\
|
|
"0.036146, 0.053697, 0.116027, 0.429408, 1.743590",\
|
|
"0.036146, 0.053697, 0.116027, 0.429408, 1.743590",\
|
|
"0.036146, 0.053697, 0.116027, 0.429408, 1.743590",\
|
|
"0.036146, 0.053697, 0.116027, 0.429408, 1.743590");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "4.556754, 4.571542, 4.609993, 4.730464, 5.158999",\
|
|
"4.659200, 4.673987, 4.712439, 4.832909, 5.261445",\
|
|
"4.829446, 4.844234, 4.882686, 5.003156, 5.431691",\
|
|
"5.151963, 5.166750, 5.205202, 5.325672, 5.754208",\
|
|
"5.699219, 5.714007, 5.752459, 5.872929, 6.301464");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033603, 0.043576, 0.074192, 0.214535, 0.812934",\
|
|
"0.033603, 0.043576, 0.074192, 0.214535, 0.812934",\
|
|
"0.033603, 0.043576, 0.074192, 0.214535, 0.812934",\
|
|
"0.033603, 0.043576, 0.074192, 0.214535, 0.812934",\
|
|
"0.033603, 0.043576, 0.074192, 0.214535, 0.812934");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "4.009884, 4.028322, 4.083273, 4.305629, 5.219662",\
|
|
"4.112329, 4.130767, 4.185718, 4.408074, 5.322107",\
|
|
"4.282576, 4.301014, 4.355965, 4.578321, 5.492354",\
|
|
"4.605093, 4.623531, 4.678482, 4.900838, 5.814871",\
|
|
"5.152349, 5.170787, 5.225739, 5.448094, 6.362127");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036146, 0.053697, 0.116027, 0.419855, 1.702034",\
|
|
"0.036146, 0.053697, 0.116027, 0.419855, 1.702034",\
|
|
"0.036146, 0.053697, 0.116027, 0.419855, 1.702034",\
|
|
"0.036146, 0.053697, 0.116027, 0.419855, 1.702034",\
|
|
"0.036146, 0.053697, 0.116027, 0.419855, 1.702034");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "4.316855, 4.331643, 4.370094, 4.485446, 4.908852",\
|
|
"4.419301, 4.434088, 4.472540, 4.587892, 5.011297",\
|
|
"4.589547, 4.604334, 4.642786, 4.758138, 5.181543",\
|
|
"4.912064, 4.926851, 4.965303, 5.080655, 5.504060",\
|
|
"5.459320, 5.474108, 5.512559, 5.627912, 6.051317");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033603, 0.043576, 0.074192, 0.204926, 0.779542",\
|
|
"0.033603, 0.043576, 0.074192, 0.204926, 0.779542",\
|
|
"0.033603, 0.043576, 0.074192, 0.204926, 0.779542",\
|
|
"0.033603, 0.043576, 0.074192, 0.204926, 0.779542",\
|
|
"0.033603, 0.043576, 0.074192, 0.204926, 0.779542");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.098524, 1.116948, 1.171883, 1.399316, 2.330258",\
|
|
"1.198810, 1.217234, 1.272168, 1.499601, 2.430543",\
|
|
"1.335612, 1.354036, 1.408971, 1.636404, 2.567347",\
|
|
"1.575868, 1.594292, 1.649226, 1.876659, 2.807603",\
|
|
"1.956251, 1.974675, 2.029609, 2.257042, 3.187987");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036072, 0.053627, 0.115980, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115980, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115979, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115979, 0.429394, 1.743605",\
|
|
"0.036072, 0.053627, 0.115979, 0.429393, 1.743605");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.253260, 1.268046, 1.306501, 1.426968, 1.855499",\
|
|
"1.361038, 1.375823, 1.414279, 1.534745, 1.963276",\
|
|
"1.552304, 1.567090, 1.605545, 1.726011, 2.154542",\
|
|
"1.930521, 1.945306, 1.983762, 2.104228, 2.532759",\
|
|
"2.599109, 2.613894, 2.652349, 2.772815, 3.201347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.091177, 1.109601, 1.164537, 1.386872, 2.301007",\
|
|
"1.191463, 1.209887, 1.264822, 1.487157, 2.401293",\
|
|
"1.328274, 1.346699, 1.401634, 1.623969, 2.538104",\
|
|
"1.568565, 1.586989, 1.641924, 1.864260, 2.778393",\
|
|
"1.949022, 1.967446, 2.022381, 2.244717, 3.158844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419838, 1.702049",\
|
|
"0.036071, 0.053626, 0.115979, 0.419839, 1.702048");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.246467, 1.261247, 1.299710, 1.415048, 1.838438",\
|
|
"1.354244, 1.369024, 1.407487, 1.522825, 1.946216",\
|
|
"1.545512, 1.560292, 1.598755, 1.714093, 2.137484",\
|
|
"1.923743, 1.938523, 1.976986, 2.092324, 2.515714",\
|
|
"2.592277, 2.607057, 2.645520, 2.760858, 3.184248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.356054, 1.370840, 1.409295, 1.529762, 1.958293",\
|
|
"1.456340, 1.471125, 1.509581, 1.630047, 2.058578",\
|
|
"1.592842, 1.607628, 1.646083, 1.766550, 2.195081",\
|
|
"1.832079, 1.846865, 1.885320, 2.005786, 2.434318",\
|
|
"2.208921, 2.223706, 2.262162, 2.382628, 2.811159");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930",\
|
|
"0.033606, 0.043575, 0.074191, 0.214534, 0.812930");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.087611, 1.106035, 1.160969, 1.388402, 2.319345",\
|
|
"1.195388, 1.213812, 1.268747, 1.496180, 2.427122",\
|
|
"1.386998, 1.405422, 1.460356, 1.687789, 2.618732",\
|
|
"1.766919, 1.785343, 1.840278, 2.067710, 2.998655",\
|
|
"2.435386, 2.453810, 2.508745, 2.736177, 3.667122");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036072, 0.053627, 0.115980, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115980, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115979, 0.429394, 1.743604",\
|
|
"0.036072, 0.053627, 0.115979, 0.429394, 1.743605",\
|
|
"0.036072, 0.053627, 0.115979, 0.429393, 1.743605");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "qspi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.349260, 1.364040, 1.402503, 1.517842, 1.941232",\
|
|
"1.449546, 1.464326, 1.502789, 1.618127, 2.041517",\
|
|
"1.586050, 1.600830, 1.639293, 1.754632, 2.178022",\
|
|
"1.825301, 1.840081, 1.878544, 1.993883, 2.417273",\
|
|
"2.202089, 2.216869, 2.255332, 2.370670, 2.794060");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525",\
|
|
"0.033612, 0.043573, 0.074187, 0.204922, 0.779525");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.080264, 1.098688, 1.153623, 1.375959, 2.290094",\
|
|
"1.188041, 1.206466, 1.261401, 1.483736, 2.397871",\
|
|
"1.379659, 1.398084, 1.453019, 1.675354, 2.589489",\
|
|
"1.759617, 1.778041, 1.832976, 2.055312, 2.969445",\
|
|
"2.428157, 2.446581, 2.501516, 2.723853, 3.637980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419837, 1.702049",\
|
|
"0.036070, 0.053626, 0.115978, 0.419838, 1.702049",\
|
|
"0.036071, 0.053626, 0.115979, 0.419839, 1.702048");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.065327, 1.083766, 1.138719, 1.366170, 2.297028",\
|
|
"1.169406, 1.187845, 1.242798, 1.470249, 2.401107",\
|
|
"1.327971, 1.346411, 1.401364, 1.628814, 2.559672",\
|
|
"1.623529, 1.641969, 1.696923, 1.924374, 2.855232",\
|
|
"2.139073, 2.157515, 2.212471, 2.439922, 3.370781");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036152, 0.053703, 0.116030, 0.429408, 1.743590",\
|
|
"0.036152, 0.053703, 0.116030, 0.429408, 1.743590",\
|
|
"0.036153, 0.053703, 0.116031, 0.429408, 1.743590",\
|
|
"0.036155, 0.053705, 0.116032, 0.429408, 1.743590",\
|
|
"0.036162, 0.053712, 0.116036, 0.429407, 1.743589");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.217361, 1.232141, 1.270604, 1.391061, 1.819582",\
|
|
"1.322393, 1.337173, 1.375636, 1.496093, 1.924614",\
|
|
"1.515914, 1.530694, 1.569157, 1.689614, 2.118135",\
|
|
"1.907075, 1.921855, 1.960318, 2.080775, 2.509297",\
|
|
"2.563275, 2.578055, 2.616518, 2.736975, 3.165496");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033612, 0.043573, 0.074188, 0.214531, 0.812918",\
|
|
"0.033612, 0.043573, 0.074188, 0.214531, 0.812918",\
|
|
"0.033612, 0.043573, 0.074188, 0.214531, 0.812918",\
|
|
"0.033612, 0.043573, 0.074188, 0.214531, 0.812919",\
|
|
"0.033612, 0.043573, 0.074188, 0.214531, 0.812919");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.058159, 1.076598, 1.131551, 1.353907, 2.267941",\
|
|
"1.162238, 1.180677, 1.235630, 1.457986, 2.372020",\
|
|
"1.320803, 1.339242, 1.394196, 1.616552, 2.530586",\
|
|
"1.616361, 1.634801, 1.689755, 1.912111, 2.826145",\
|
|
"2.131905, 2.150347, 2.205303, 2.427660, 3.341694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.036152, 0.053703, 0.116030, 0.419854, 1.702033",\
|
|
"0.036152, 0.053703, 0.116030, 0.419854, 1.702033",\
|
|
"0.036153, 0.053703, 0.116031, 0.419854, 1.702033",\
|
|
"0.036155, 0.053705, 0.116032, 0.419854, 1.702033",\
|
|
"0.036162, 0.053712, 0.116036, 0.419854, 1.702032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "1.212510, 1.227290, 1.265752, 1.381091, 1.804482",\
|
|
"1.317541, 1.332322, 1.370784, 1.486123, 1.909514",\
|
|
"1.511062, 1.525843, 1.564305, 1.679644, 2.103035",\
|
|
"1.902223, 1.917004, 1.955466, 2.070805, 2.494196",\
|
|
"2.558423, 2.573204, 2.611666, 2.727005, 3.150396");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002660, 0.013432, 0.052660, 0.234739, 1.000000");
|
|
values ( "0.033612, 0.043573, 0.074188, 0.204922, 0.779526",\
|
|
"0.033612, 0.043573, 0.074188, 0.204922, 0.779526",\
|
|
"0.033612, 0.043573, 0.074188, 0.204922, 0.779526",\
|
|
"0.033612, 0.043573, 0.074188, 0.204922, 0.779526",\
|
|
"0.033612, 0.043573, 0.074188, 0.204922, 0.779526");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[36] */
|
|
|
|
pin("mgmt_gpio_out[35]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "4.689482, 4.708877, 4.765004, 4.992468, 5.923592",\
|
|
"4.791928, 4.811322, 4.867449, 5.094913, 6.026038",\
|
|
"4.962174, 4.981568, 5.037695, 5.265160, 6.196284",\
|
|
"5.284690, 5.304085, 5.360212, 5.587676, 6.518800",\
|
|
"5.831947, 5.851342, 5.907469, 6.134933, 7.066057");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039486, 0.056776, 0.117843, 0.428686, 1.742442",\
|
|
"0.039486, 0.056776, 0.117843, 0.428686, 1.742442",\
|
|
"0.039486, 0.056776, 0.117843, 0.428686, 1.742442",\
|
|
"0.039486, 0.056776, 0.117843, 0.428686, 1.742442",\
|
|
"0.039486, 0.056776, 0.117843, 0.428686, 1.742442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "5.014296, 5.029359, 5.067984, 5.188686, 5.617270",\
|
|
"5.116741, 5.131805, 5.170430, 5.291132, 5.719716",\
|
|
"5.286988, 5.302052, 5.340676, 5.461379, 5.889963",\
|
|
"5.609504, 5.624568, 5.663193, 5.783895, 6.212479",\
|
|
"6.156761, 6.171825, 6.210450, 6.331152, 6.759736");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034062, 0.044120, 0.074586, 0.214398, 0.812412",\
|
|
"0.034062, 0.044120, 0.074586, 0.214398, 0.812412",\
|
|
"0.034062, 0.044120, 0.074586, 0.214398, 0.812412",\
|
|
"0.034062, 0.044120, 0.074586, 0.214398, 0.812412",\
|
|
"0.034062, 0.044120, 0.074586, 0.214398, 0.812412");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "4.391409, 4.410804, 4.466931, 4.689417, 5.604083",\
|
|
"4.493855, 4.513249, 4.569376, 4.791862, 5.706528",\
|
|
"4.664101, 4.683496, 4.739623, 4.962109, 5.876775",\
|
|
"4.986617, 5.006011, 5.062139, 5.284625, 6.199291",\
|
|
"5.533874, 5.553268, 5.609395, 5.831881, 6.746547");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039486, 0.056776, 0.117843, 0.419349, 1.701798",\
|
|
"0.039486, 0.056776, 0.117843, 0.419349, 1.701798",\
|
|
"0.039486, 0.056776, 0.117843, 0.419349, 1.701798",\
|
|
"0.039486, 0.056776, 0.117843, 0.419349, 1.701798",\
|
|
"0.039486, 0.056776, 0.117843, 0.419349, 1.701798");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "4.759255, 4.774319, 4.812944, 4.928645, 5.352199",\
|
|
"4.861700, 4.876764, 4.915389, 5.031090, 5.454643",\
|
|
"5.031947, 5.047011, 5.085636, 5.201337, 5.624890",\
|
|
"5.354464, 5.369527, 5.408152, 5.523853, 5.947407",\
|
|
"5.901720, 5.916784, 5.955409, 6.071110, 6.494663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034062, 0.044120, 0.074586, 0.205006, 0.779757",\
|
|
"0.034062, 0.044120, 0.074586, 0.205006, 0.779757",\
|
|
"0.034062, 0.044120, 0.074586, 0.205006, 0.779757",\
|
|
"0.034062, 0.044120, 0.074586, 0.205006, 0.779757",\
|
|
"0.034062, 0.044120, 0.074586, 0.205006, 0.779757");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.202493, 1.221877, 1.277991, 1.505453, 2.436573",\
|
|
"1.306712, 1.326096, 1.382209, 1.609672, 2.540791",\
|
|
"1.471270, 1.490654, 1.546767, 1.774230, 2.705349",\
|
|
"1.777881, 1.797264, 1.853377, 2.080840, 3.011959",\
|
|
"2.304757, 2.324139, 2.380251, 2.607713, 3.538832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.460962, 1.476025, 1.514648, 1.635350, 2.063935",\
|
|
"1.564889, 1.579953, 1.618576, 1.739277, 2.167862",\
|
|
"1.758108, 1.773171, 1.811795, 1.932496, 2.361081",\
|
|
"2.156421, 2.171484, 2.210108, 2.330810, 2.759395",\
|
|
"2.831481, 2.846545, 2.885171, 3.005874, 3.434458");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034059, 0.044116, 0.074583, 0.214397, 0.812411",\
|
|
"0.034059, 0.044116, 0.074583, 0.214397, 0.812411",\
|
|
"0.034059, 0.044117, 0.074583, 0.214397, 0.812411",\
|
|
"0.034061, 0.044119, 0.074585, 0.214397, 0.812411",\
|
|
"0.034065, 0.044123, 0.074587, 0.214398, 0.812412");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.130939, 1.150320, 1.206429, 1.428914, 2.343574",\
|
|
"1.235157, 1.254538, 1.310648, 1.533132, 2.447793",\
|
|
"1.399719, 1.419101, 1.475210, 1.697695, 2.612355",\
|
|
"1.706361, 1.725742, 1.781852, 2.004336, 2.918996",\
|
|
"2.233303, 2.252685, 2.308795, 2.531280, 3.445940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039432, 0.056727, 0.117812, 0.419352, 1.701802",\
|
|
"0.039433, 0.056728, 0.117813, 0.419352, 1.701802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.434455, 1.449517, 1.488137, 1.603835, 2.027390",\
|
|
"1.538382, 1.553444, 1.592065, 1.707763, 2.131318",\
|
|
"1.731592, 1.746654, 1.785274, 1.900972, 2.324527",\
|
|
"2.129840, 2.144902, 2.183522, 2.299221, 2.722775",\
|
|
"2.804754, 2.819814, 2.858435, 2.974132, 3.397687");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034050, 0.044108, 0.074578, 0.205003, 0.779756",\
|
|
"0.034050, 0.044108, 0.074578, 0.205003, 0.779756",\
|
|
"0.034050, 0.044108, 0.074577, 0.205003, 0.779756",\
|
|
"0.034049, 0.044108, 0.074577, 0.205003, 0.779755",\
|
|
"0.034048, 0.044107, 0.074576, 0.205003, 0.779755");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.567886, 1.582950, 1.621573, 1.742274, 2.170859",\
|
|
"1.672105, 1.687168, 1.725791, 1.846493, 2.275077",\
|
|
"1.836594, 1.851657, 1.890280, 2.010982, 2.439566",\
|
|
"2.142977, 2.158041, 2.196665, 2.317367, 2.745951",\
|
|
"2.669034, 2.684098, 2.722724, 2.843427, 3.272011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034059, 0.044116, 0.074583, 0.214397, 0.812411",\
|
|
"0.034059, 0.044116, 0.074583, 0.214397, 0.812411",\
|
|
"0.034059, 0.044117, 0.074583, 0.214397, 0.812411",\
|
|
"0.034061, 0.044119, 0.074585, 0.214397, 0.812411",\
|
|
"0.034065, 0.044123, 0.074587, 0.214398, 0.812412");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.322732, 1.342116, 1.398229, 1.625692, 2.556811",\
|
|
"1.426659, 1.446043, 1.502156, 1.729620, 2.660739",\
|
|
"1.619970, 1.639354, 1.695467, 1.922930, 2.854049",\
|
|
"2.019070, 2.038453, 2.094565, 2.322028, 3.253147",\
|
|
"2.696012, 2.715394, 2.771505, 2.998968, 3.930087");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446",\
|
|
"0.039443, 0.056737, 0.117819, 0.428689, 1.742446");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.541379, 1.556441, 1.595062, 1.710760, 2.134315",\
|
|
"1.645598, 1.660659, 1.699280, 1.814978, 2.238533",\
|
|
"1.810077, 1.825139, 1.863760, 1.979458, 2.403013",\
|
|
"2.116397, 2.131459, 2.170079, 2.285777, 2.709332",\
|
|
"2.642307, 2.657368, 2.695988, 2.811686, 3.235240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034050, 0.044108, 0.074578, 0.205003, 0.779756",\
|
|
"0.034050, 0.044108, 0.074578, 0.205003, 0.779756",\
|
|
"0.034050, 0.044108, 0.074577, 0.205003, 0.779756",\
|
|
"0.034049, 0.044108, 0.074577, 0.205003, 0.779755",\
|
|
"0.034048, 0.044107, 0.074576, 0.205003, 0.779755");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.251177, 1.270558, 1.326668, 1.549152, 2.463812",\
|
|
"1.355105, 1.374486, 1.430595, 1.653080, 2.567740",\
|
|
"1.548420, 1.567801, 1.623911, 1.846395, 2.761055",\
|
|
"1.947549, 1.966931, 2.023040, 2.245525, 3.160185",\
|
|
"2.624558, 2.643939, 2.700050, 2.922534, 3.837194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039431, 0.056726, 0.117812, 0.419352, 1.701802",\
|
|
"0.039432, 0.056727, 0.117812, 0.419352, 1.701802",\
|
|
"0.039433, 0.056728, 0.117813, 0.419352, 1.701802");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.194861, 1.214254, 1.270380, 1.497845, 2.428968",\
|
|
"1.295641, 1.315035, 1.371161, 1.598625, 2.529749",\
|
|
"1.452014, 1.471408, 1.527534, 1.754998, 2.686122",\
|
|
"1.741246, 1.760641, 1.816767, 2.044231, 2.975355",\
|
|
"2.256125, 2.275521, 2.331648, 2.559113, 3.490237");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039483, 0.056774, 0.117842, 0.428687, 1.742443",\
|
|
"0.039483, 0.056774, 0.117842, 0.428687, 1.742443",\
|
|
"0.039483, 0.056774, 0.117842, 0.428687, 1.742443",\
|
|
"0.039484, 0.056775, 0.117843, 0.428687, 1.742443",\
|
|
"0.039489, 0.056779, 0.117845, 0.428687, 1.742443");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.408154, 1.423214, 1.461831, 1.582527, 2.011114",\
|
|
"1.512499, 1.527559, 1.566176, 1.686872, 2.115459",\
|
|
"1.675688, 1.690748, 1.729365, 1.850061, 2.278648",\
|
|
"1.964595, 1.979655, 2.018272, 2.138968, 2.567554",\
|
|
"2.425452, 2.440511, 2.479128, 2.599823, 3.028410");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034038, 0.044098, 0.074570, 0.214392, 0.812409",\
|
|
"0.034038, 0.044098, 0.074570, 0.214392, 0.812409",\
|
|
"0.034038, 0.044098, 0.074570, 0.214392, 0.812409",\
|
|
"0.034038, 0.044097, 0.074570, 0.214392, 0.812409",\
|
|
"0.034036, 0.044096, 0.074569, 0.214391, 0.812409");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.123462, 1.142856, 1.198982, 1.421468, 2.336134",\
|
|
"1.224243, 1.243636, 1.299762, 1.522248, 2.436914",\
|
|
"1.380616, 1.400010, 1.456136, 1.678622, 2.593288",\
|
|
"1.669848, 1.689242, 1.745369, 1.967855, 2.882521",\
|
|
"2.184727, 2.204122, 2.260250, 2.482736, 3.397403");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.039483, 0.056774, 0.117842, 0.419348, 1.701797",\
|
|
"0.039483, 0.056774, 0.117842, 0.419348, 1.701797",\
|
|
"0.039483, 0.056774, 0.117842, 0.419348, 1.701797",\
|
|
"0.039484, 0.056775, 0.117843, 0.419348, 1.701797",\
|
|
"0.039489, 0.056779, 0.117845, 0.419348, 1.701797");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "1.381867, 1.396927, 1.435544, 1.551239, 1.974795",\
|
|
"1.486212, 1.501272, 1.539889, 1.655584, 2.079140",\
|
|
"1.649401, 1.664461, 1.703078, 1.818773, 2.242329",\
|
|
"1.938308, 1.953368, 1.991984, 2.107680, 2.531235",\
|
|
"2.399165, 2.414224, 2.452841, 2.568535, 2.992092");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002482, 0.013254, 0.052482, 0.234561, 1.000000");
|
|
values ( "0.034038, 0.044098, 0.074570, 0.205000, 0.779754",\
|
|
"0.034038, 0.044098, 0.074570, 0.205000, 0.779754",\
|
|
"0.034038, 0.044098, 0.074570, 0.205000, 0.779754",\
|
|
"0.034038, 0.044097, 0.074570, 0.205000, 0.779754",\
|
|
"0.034036, 0.044096, 0.074569, 0.205000, 0.779754");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[35] */
|
|
|
|
pin("mgmt_gpio_out[34]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003479 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "4.247228, 4.265388, 4.320262, 4.547725, 5.477671",\
|
|
"4.349674, 4.367834, 4.422708, 4.650171, 5.580116",\
|
|
"4.519920, 4.538080, 4.592954, 4.820417, 5.750363",\
|
|
"4.842437, 4.860597, 4.915471, 5.142934, 6.072879",\
|
|
"5.389694, 5.407854, 5.462728, 5.690191, 6.620136");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.037702, 0.055188, 0.117491, 0.430832, 1.743721",\
|
|
"0.037702, 0.055188, 0.117491, 0.430832, 1.743721",\
|
|
"0.037702, 0.055188, 0.117491, 0.430832, 1.743721",\
|
|
"0.037702, 0.055188, 0.117491, 0.430832, 1.743721",\
|
|
"0.037702, 0.055188, 0.117491, 0.430832, 1.743721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "4.336636, 4.351036, 4.389183, 4.509641, 4.937754",\
|
|
"4.439081, 4.453482, 4.491628, 4.612087, 5.040200",\
|
|
"4.609327, 4.623728, 4.661874, 4.782333, 5.210446",\
|
|
"4.931844, 4.946244, 4.984391, 5.104849, 5.532962",\
|
|
"5.479101, 5.493501, 5.531648, 5.652106, 6.080219");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.034388, 0.044231, 0.074777, 0.215223, 0.813087",\
|
|
"0.034388, 0.044231, 0.074777, 0.215223, 0.813087",\
|
|
"0.034388, 0.044231, 0.074777, 0.215223, 0.813087",\
|
|
"0.034388, 0.044231, 0.074777, 0.215223, 0.813087",\
|
|
"0.034388, 0.044231, 0.074777, 0.215223, 0.813087");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "3.890417, 3.908577, 3.963451, 4.185782, 5.098861",\
|
|
"3.992862, 4.011023, 4.065897, 4.288227, 5.201306",\
|
|
"4.163109, 4.181269, 4.236143, 4.458473, 5.371552",\
|
|
"4.485626, 4.503786, 4.558660, 4.780990, 5.694069",\
|
|
"5.032882, 5.051042, 5.105916, 5.328247, 6.241326");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.037702, 0.055188, 0.117491, 0.421216, 1.702020",\
|
|
"0.037702, 0.055188, 0.117491, 0.421216, 1.702020",\
|
|
"0.037702, 0.055188, 0.117491, 0.421216, 1.702020",\
|
|
"0.037702, 0.055188, 0.117491, 0.421216, 1.702020",\
|
|
"0.037702, 0.055188, 0.117491, 0.421216, 1.702020");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "4.009216, 4.023616, 4.061763, 4.177065, 4.600048",\
|
|
"4.111661, 4.126061, 4.164208, 4.279510, 4.702493",\
|
|
"4.281908, 4.296308, 4.334455, 4.449757, 4.872740",\
|
|
"4.604424, 4.618824, 4.656971, 4.772274, 5.195256",\
|
|
"5.151680, 5.166081, 5.204227, 5.319530, 5.742513");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003479, 0.014251, 0.053479, 0.235558, 1.000000");
|
|
values ( "0.034388, 0.044231, 0.074777, 0.205550, 0.779576",\
|
|
"0.034388, 0.044231, 0.074777, 0.205550, 0.779576",\
|
|
"0.034388, 0.044231, 0.074777, 0.205550, 0.779576",\
|
|
"0.034388, 0.044231, 0.074777, 0.205550, 0.779576",\
|
|
"0.034388, 0.044231, 0.074777, 0.205550, 0.779576");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[34]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[34] */
|
|
|
|
pin("mgmt_gpio_out[33]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002456 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "4.582057, 4.601100, 4.656762, 4.884199, 5.815243",\
|
|
"4.684502, 4.703546, 4.759208, 4.986644, 5.917689",\
|
|
"4.854749, 4.873793, 4.929454, 5.156891, 6.087936",\
|
|
"5.177265, 5.196309, 5.251971, 5.479407, 6.410452",\
|
|
"5.724522, 5.743566, 5.799228, 6.026664, 6.957709");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037961, 0.055365, 0.116944, 0.428761, 1.742688",\
|
|
"0.037961, 0.055365, 0.116944, 0.428761, 1.742688",\
|
|
"0.037961, 0.055365, 0.116944, 0.428761, 1.742688",\
|
|
"0.037961, 0.055365, 0.116944, 0.428761, 1.742688",\
|
|
"0.037961, 0.055365, 0.116944, 0.428761, 1.742688");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "4.932629, 4.947605, 4.986063, 5.106628, 5.535306",\
|
|
"5.035074, 5.050050, 5.088509, 5.209074, 5.637751",\
|
|
"5.205321, 5.220297, 5.258756, 5.379321, 5.807998",\
|
|
"5.527838, 5.542814, 5.581272, 5.701837, 6.130515",\
|
|
"6.075094, 6.090070, 6.128529, 6.249094, 6.677771");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033456, 0.043568, 0.074193, 0.214271, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214271, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214271, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214271, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214271, 0.812476");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "4.346497, 4.365541, 4.421202, 4.643643, 5.558169",\
|
|
"4.448942, 4.467986, 4.523647, 4.746088, 5.660614",\
|
|
"4.619188, 4.638232, 4.693894, 4.916335, 5.830861",\
|
|
"4.941705, 4.960749, 5.016410, 5.238852, 6.153378",\
|
|
"5.488961, 5.508005, 5.563667, 5.786108, 6.700634");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037961, 0.055365, 0.116944, 0.419389, 1.701894",\
|
|
"0.037961, 0.055365, 0.116944, 0.419389, 1.701894",\
|
|
"0.037961, 0.055365, 0.116944, 0.419389, 1.701894",\
|
|
"0.037961, 0.055365, 0.116944, 0.419389, 1.701894",\
|
|
"0.037961, 0.055365, 0.116944, 0.419389, 1.701894");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "4.705788, 4.720764, 4.759222, 4.874769, 5.298401",\
|
|
"4.808234, 4.823210, 4.861668, 4.977214, 5.400847",\
|
|
"4.978480, 4.993456, 5.031914, 5.147460, 5.571093",\
|
|
"5.300996, 5.315972, 5.354430, 5.469977, 5.893610",\
|
|
"5.848253, 5.863229, 5.901687, 6.017233, 6.440866");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033456, 0.043568, 0.074193, 0.204845, 0.779702",\
|
|
"0.033456, 0.043568, 0.074193, 0.204845, 0.779702",\
|
|
"0.033456, 0.043568, 0.074193, 0.204845, 0.779702",\
|
|
"0.033456, 0.043568, 0.074193, 0.204845, 0.779702",\
|
|
"0.033456, 0.043568, 0.074193, 0.204845, 0.779702");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.103444, 1.122487, 1.178148, 1.405584, 2.336628",\
|
|
"1.204232, 1.223275, 1.278935, 1.506372, 2.437416",\
|
|
"1.360577, 1.379620, 1.435281, 1.662717, 2.593761",\
|
|
"1.650115, 1.669159, 1.724820, 1.952257, 2.883301",\
|
|
"2.165022, 2.184067, 2.239730, 2.467167, 3.398212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037958, 0.055362, 0.116942, 0.428761, 1.742688",\
|
|
"0.037958, 0.055362, 0.116942, 0.428761, 1.742688",\
|
|
"0.037959, 0.055362, 0.116942, 0.428761, 1.742688",\
|
|
"0.037960, 0.055364, 0.116943, 0.428761, 1.742688",\
|
|
"0.037966, 0.055369, 0.116947, 0.428761, 1.742688");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.345843, 1.360814, 1.399265, 1.519823, 1.948503",\
|
|
"1.450189, 1.465161, 1.503611, 1.624169, 2.052850",\
|
|
"1.613374, 1.628345, 1.666796, 1.787354, 2.216035",\
|
|
"1.902298, 1.917269, 1.955720, 2.076277, 2.504958",\
|
|
"2.363327, 2.378298, 2.416748, 2.537306, 2.965987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033431, 0.043545, 0.074177, 0.214264, 0.812474",\
|
|
"0.033431, 0.043545, 0.074177, 0.214264, 0.812474",\
|
|
"0.033431, 0.043545, 0.074177, 0.214264, 0.812473",\
|
|
"0.033431, 0.043545, 0.074177, 0.214264, 0.812473",\
|
|
"0.033430, 0.043544, 0.074176, 0.214264, 0.812473");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.096472, 1.115515, 1.171176, 1.393616, 2.308142",\
|
|
"1.197260, 1.216303, 1.271964, 1.494404, 2.408930",\
|
|
"1.353605, 1.372648, 1.428309, 1.650749, 2.565275",\
|
|
"1.643144, 1.662187, 1.717849, 1.940289, 2.854815",\
|
|
"2.158050, 2.177095, 2.232758, 2.455199, 3.369726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037958, 0.055362, 0.116942, 0.419389, 1.701894",\
|
|
"0.037958, 0.055362, 0.116942, 0.419389, 1.701894",\
|
|
"0.037959, 0.055362, 0.116942, 0.419389, 1.701894",\
|
|
"0.037960, 0.055364, 0.116943, 0.419389, 1.701894",\
|
|
"0.037966, 0.055369, 0.116947, 0.419389, 1.701894");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.344954, 1.359925, 1.398376, 1.513915, 1.937551",\
|
|
"1.449300, 1.464272, 1.502722, 1.618262, 2.041898",\
|
|
"1.612485, 1.627456, 1.665907, 1.781446, 2.205082",\
|
|
"1.901409, 1.916380, 1.954831, 2.070370, 2.494006",\
|
|
"2.362438, 2.377409, 2.415859, 2.531399, 2.955034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033431, 0.043545, 0.074177, 0.204839, 0.779699",\
|
|
"0.033431, 0.043545, 0.074177, 0.204839, 0.779699",\
|
|
"0.033431, 0.043545, 0.074177, 0.204839, 0.779699",\
|
|
"0.033431, 0.043545, 0.074177, 0.204839, 0.779699",\
|
|
"0.033430, 0.043544, 0.074176, 0.204839, 0.779699");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.108517, 1.127545, 1.183187, 1.410621, 2.341659",\
|
|
"1.212735, 1.231763, 1.287405, 1.514840, 2.445877",\
|
|
"1.377290, 1.396319, 1.451960, 1.679395, 2.610432",\
|
|
"1.683888, 1.702916, 1.758557, 1.985991, 2.917029",\
|
|
"2.210726, 2.229752, 2.285392, 2.512826, 3.443863");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428765, 1.742693",\
|
|
"0.037898, 0.055307, 0.116908, 0.428765, 1.742693");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.395679, 1.410655, 1.449113, 1.569677, 1.998355",\
|
|
"1.499607, 1.514582, 1.553040, 1.673604, 2.102283",\
|
|
"1.692823, 1.707799, 1.746256, 1.866821, 2.295499",\
|
|
"2.091115, 2.106091, 2.144549, 2.265113, 2.693792",\
|
|
"2.766135, 2.781111, 2.819570, 2.940135, 3.368814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214270, 0.812476",\
|
|
"0.033458, 0.043570, 0.074194, 0.214271, 0.812476");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.101348, 1.120373, 1.176010, 1.398449, 2.312966",\
|
|
"1.205567, 1.224591, 1.280229, 1.502667, 2.417185",\
|
|
"1.370128, 1.389153, 1.444790, 1.667228, 2.581746",\
|
|
"1.676764, 1.695789, 1.751426, 1.973865, 2.888382",\
|
|
"2.203691, 2.222717, 2.278355, 2.500794, 3.415311");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037884, 0.055294, 0.116899, 0.419394, 1.701898",\
|
|
"0.037884, 0.055294, 0.116899, 0.419394, 1.701898",\
|
|
"0.037885, 0.055294, 0.116900, 0.419394, 1.701898",\
|
|
"0.037885, 0.055295, 0.116900, 0.419394, 1.701898",\
|
|
"0.037888, 0.055297, 0.116901, 0.419394, 1.701898");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.394401, 1.409374, 1.447827, 1.563369, 1.987003",\
|
|
"1.498329, 1.513302, 1.551754, 1.667296, 2.090931",\
|
|
"1.691541, 1.706514, 1.744967, 1.860508, 2.284143",\
|
|
"2.089801, 2.104774, 2.143227, 2.258769, 2.682403",\
|
|
"2.764747, 2.779720, 2.818172, 2.933714, 3.357349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033439, 0.043553, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043553, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043552, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043552, 0.074182, 0.204841, 0.779700",\
|
|
"0.033438, 0.043552, 0.074182, 0.204841, 0.779700");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.502926, 1.517901, 1.556359, 1.676923, 2.105602",\
|
|
"1.607144, 1.622120, 1.660577, 1.781142, 2.209820",\
|
|
"1.771628, 1.786604, 1.825061, 1.945626, 2.374304",\
|
|
"2.077978, 2.092954, 2.131412, 2.251976, 2.680655",\
|
|
"2.603959, 2.618935, 2.657394, 2.777959, 3.206637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033455, 0.043567, 0.074192, 0.214270, 0.812476",\
|
|
"0.033456, 0.043568, 0.074193, 0.214270, 0.812476",\
|
|
"0.033458, 0.043570, 0.074194, 0.214271, 0.812476");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.228548, 1.247576, 1.303218, 1.530653, 2.461690",\
|
|
"1.332476, 1.351504, 1.407146, 1.634580, 2.565618",\
|
|
"1.525787, 1.544815, 1.600457, 1.827891, 2.758929",\
|
|
"1.924888, 1.943915, 1.999556, 2.226990, 3.158028",\
|
|
"2.601829, 2.620855, 2.676495, 2.903929, 3.834966");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428764, 1.742692",\
|
|
"0.037898, 0.055307, 0.116908, 0.428765, 1.742693",\
|
|
"0.037898, 0.055307, 0.116908, 0.428765, 1.742693");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.501647, 1.516621, 1.555073, 1.670615, 2.094250",\
|
|
"1.605866, 1.620839, 1.659292, 1.774834, 2.198468",\
|
|
"1.770345, 1.785318, 1.823771, 1.939313, 2.362948",\
|
|
"2.076664, 2.091637, 2.130090, 2.245632, 2.669266",\
|
|
"2.602571, 2.617543, 2.655996, 2.771538, 3.195172");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.033439, 0.043553, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043553, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043552, 0.074182, 0.204841, 0.779700",\
|
|
"0.033439, 0.043552, 0.074182, 0.204841, 0.779700",\
|
|
"0.033438, 0.043552, 0.074182, 0.204841, 0.779700");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "1.221380, 1.240404, 1.296042, 1.518480, 2.432998",\
|
|
"1.325307, 1.344332, 1.399969, 1.622408, 2.536925",\
|
|
"1.518624, 1.537649, 1.593286, 1.815725, 2.730242",\
|
|
"1.917763, 1.936788, 1.992426, 2.214864, 3.129382",\
|
|
"2.594794, 2.613819, 2.669457, 2.891896, 3.806414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002456, 0.013228, 0.052456, 0.234535, 1.000000");
|
|
values ( "0.037884, 0.055294, 0.116899, 0.419394, 1.701898",\
|
|
"0.037884, 0.055294, 0.116899, 0.419394, 1.701898",\
|
|
"0.037885, 0.055294, 0.116900, 0.419394, 1.701898",\
|
|
"0.037885, 0.055295, 0.116900, 0.419394, 1.701898",\
|
|
"0.037888, 0.055297, 0.116901, 0.419394, 1.701898");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[33] */
|
|
|
|
pin("mgmt_gpio_out[32]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002578 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "4.638819, 4.657989, 4.713860, 4.941301, 5.872222",\
|
|
"4.741265, 4.760434, 4.816306, 5.043746, 5.974668",\
|
|
"4.911511, 4.930680, 4.986552, 5.213993, 6.144914",\
|
|
"5.234027, 5.253197, 5.309068, 5.536509, 6.467431",\
|
|
"5.781284, 5.800454, 5.856325, 6.083766, 7.014688");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038902, 0.056242, 0.117574, 0.428895, 1.742492",\
|
|
"0.038902, 0.056242, 0.117574, 0.428895, 1.742492",\
|
|
"0.038902, 0.056242, 0.117574, 0.428895, 1.742492",\
|
|
"0.038902, 0.056242, 0.117574, 0.428895, 1.742492",\
|
|
"0.038902, 0.056242, 0.117574, 0.428895, 1.742492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "4.974649, 4.989608, 5.028101, 5.148711, 5.577274",\
|
|
"5.077095, 5.092054, 5.130547, 5.251157, 5.679720",\
|
|
"5.247342, 5.262301, 5.300794, 5.421404, 5.849967",\
|
|
"5.569858, 5.584817, 5.623311, 5.743920, 6.172483",\
|
|
"6.117115, 6.132074, 6.170567, 6.291177, 6.719740");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033838, 0.043904, 0.074449, 0.214397, 0.812381",\
|
|
"0.033838, 0.043904, 0.074449, 0.214397, 0.812381",\
|
|
"0.033838, 0.043904, 0.074449, 0.214397, 0.812381",\
|
|
"0.033838, 0.043904, 0.074449, 0.214397, 0.812381",\
|
|
"0.033838, 0.043904, 0.074449, 0.214397, 0.812381");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "4.345829, 4.364999, 4.420870, 4.643332, 5.557797",\
|
|
"4.448275, 4.467444, 4.523315, 4.745777, 5.660242",\
|
|
"4.618521, 4.637691, 4.693562, 4.916023, 5.830489",\
|
|
"4.941038, 4.960207, 5.016078, 5.238540, 6.153005",\
|
|
"5.488294, 5.507463, 5.563335, 5.785796, 6.700262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038902, 0.056242, 0.117574, 0.419552, 1.701846",\
|
|
"0.038902, 0.056242, 0.117574, 0.419552, 1.701846",\
|
|
"0.038902, 0.056242, 0.117574, 0.419552, 1.701846",\
|
|
"0.038902, 0.056242, 0.117574, 0.419552, 1.701846",\
|
|
"0.038902, 0.056242, 0.117574, 0.419552, 1.701846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "4.713994, 4.728951, 4.767439, 4.883043, 5.306581",\
|
|
"4.816439, 4.831396, 4.869884, 4.985488, 5.409025",\
|
|
"4.986685, 5.001642, 5.040131, 5.155735, 5.579272",\
|
|
"5.309202, 5.324159, 5.362648, 5.478251, 5.901789",\
|
|
"5.856459, 5.871416, 5.909904, 6.025508, 6.449045");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033824, 0.043891, 0.074440, 0.204997, 0.779725",\
|
|
"0.033824, 0.043891, 0.074440, 0.204997, 0.779725",\
|
|
"0.033824, 0.043891, 0.074440, 0.204997, 0.779725",\
|
|
"0.033824, 0.043891, 0.074440, 0.204997, 0.779725",\
|
|
"0.033824, 0.043891, 0.074440, 0.204997, 0.779725");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.166631, 1.185787, 1.241642, 1.469081, 2.399996",\
|
|
"1.270849, 1.290006, 1.345860, 1.573300, 2.504215",\
|
|
"1.435405, 1.454561, 1.510416, 1.737855, 2.668770",\
|
|
"1.742004, 1.761160, 1.817014, 2.044453, 2.975368",\
|
|
"2.268851, 2.288006, 2.343858, 2.571297, 3.502212");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038849, 0.056193, 0.117543, 0.428898, 1.742495",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742495",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.436512, 1.451471, 1.489963, 1.610572, 2.039135",\
|
|
"1.540439, 1.555398, 1.593890, 1.714499, 2.143062",\
|
|
"1.733658, 1.748616, 1.787108, 1.907717, 2.336281",\
|
|
"2.131965, 2.146924, 2.185417, 2.306026, 2.734589",\
|
|
"2.807016, 2.821976, 2.860470, 2.981080, 3.409643");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033837, 0.043903, 0.074448, 0.214396, 0.812381",\
|
|
"0.033841, 0.043906, 0.074450, 0.214397, 0.812381");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.098724, 1.117878, 1.173729, 1.396188, 2.310647",\
|
|
"1.202943, 1.222097, 1.277947, 1.500407, 2.414865",\
|
|
"1.367504, 1.386658, 1.442509, 1.664968, 2.579426",\
|
|
"1.674142, 1.693296, 1.749147, 1.971606, 2.886064",\
|
|
"2.201073, 2.220227, 2.276079, 2.498538, 3.412996");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038837, 0.056182, 0.117536, 0.419556, 1.701851",\
|
|
"0.038837, 0.056182, 0.117536, 0.419556, 1.701851",\
|
|
"0.038837, 0.056182, 0.117537, 0.419556, 1.701851",\
|
|
"0.038838, 0.056183, 0.117537, 0.419556, 1.701851",\
|
|
"0.038839, 0.056184, 0.117538, 0.419556, 1.701851");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.400832, 1.415787, 1.454271, 1.569871, 1.993410",\
|
|
"1.504760, 1.519714, 1.558199, 1.673799, 2.097338",\
|
|
"1.697970, 1.712924, 1.751409, 1.867009, 2.290548",\
|
|
"2.096222, 2.111176, 2.149661, 2.265261, 2.688800",\
|
|
"2.771144, 2.786099, 2.824583, 2.940182, 3.363721");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033810, 0.043878, 0.074431, 0.204994, 0.779724",\
|
|
"0.033809, 0.043877, 0.074430, 0.204994, 0.779724");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.543539, 1.558498, 1.596990, 1.717599, 2.146162",\
|
|
"1.647758, 1.662716, 1.701208, 1.821817, 2.250381",\
|
|
"1.812245, 1.827204, 1.865696, 1.986305, 2.414868",\
|
|
"2.118619, 2.133578, 2.172071, 2.292681, 2.721244",\
|
|
"2.644655, 2.659615, 2.698109, 2.818719, 3.247282");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033835, 0.043901, 0.074447, 0.214396, 0.812381",\
|
|
"0.033837, 0.043903, 0.074448, 0.214396, 0.812381",\
|
|
"0.033841, 0.043906, 0.074450, 0.214397, 0.812381");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.286841, 1.305997, 1.361852, 1.589291, 2.520206",\
|
|
"1.390768, 1.409925, 1.465779, 1.693218, 2.624134",\
|
|
"1.584078, 1.603235, 1.659089, 1.886528, 2.817443",\
|
|
"1.983171, 2.002327, 2.058180, 2.285620, 3.216535",\
|
|
"2.660096, 2.679251, 2.735103, 2.962543, 3.893457");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038849, 0.056193, 0.117543, 0.428898, 1.742495",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742495",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496",\
|
|
"0.038849, 0.056193, 0.117543, 0.428898, 1.742496");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.507859, 1.522814, 1.561298, 1.676898, 2.100437",\
|
|
"1.612078, 1.627032, 1.665517, 1.781117, 2.204656",\
|
|
"1.776557, 1.791512, 1.829996, 1.945596, 2.369135",\
|
|
"2.082876, 2.097831, 2.136315, 2.251915, 2.675454",\
|
|
"2.608783, 2.623738, 2.662222, 2.777822, 3.201360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033811, 0.043879, 0.074431, 0.204994, 0.779724",\
|
|
"0.033810, 0.043878, 0.074431, 0.204994, 0.779724",\
|
|
"0.033809, 0.043877, 0.074430, 0.204994, 0.779724");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.218934, 1.238088, 1.293939, 1.516398, 2.430856",\
|
|
"1.322862, 1.342015, 1.397866, 1.620325, 2.534784",\
|
|
"1.516177, 1.535331, 1.591182, 1.813641, 2.728099",\
|
|
"1.915308, 1.934462, 1.990313, 2.212772, 3.127231",\
|
|
"2.592318, 2.611472, 2.667324, 2.889783, 3.804242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038837, 0.056182, 0.117536, 0.419556, 1.701851",\
|
|
"0.038837, 0.056182, 0.117536, 0.419556, 1.701851",\
|
|
"0.038837, 0.056182, 0.117537, 0.419556, 1.701851",\
|
|
"0.038838, 0.056183, 0.117537, 0.419556, 1.701851",\
|
|
"0.038839, 0.056184, 0.117538, 0.419556, 1.701851");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.145609, 1.164777, 1.220646, 1.448087, 2.379007",\
|
|
"1.246362, 1.265530, 1.321399, 1.548840, 2.479760",\
|
|
"1.402843, 1.422011, 1.477880, 1.705321, 2.636242",\
|
|
"1.692155, 1.711323, 1.767193, 1.994634, 2.925554",\
|
|
"2.206959, 2.226128, 2.282000, 2.509440, 3.440362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038895, 0.056236, 0.117570, 0.428895, 1.742492",\
|
|
"0.038895, 0.056236, 0.117570, 0.428895, 1.742492",\
|
|
"0.038896, 0.056236, 0.117570, 0.428895, 1.742492",\
|
|
"0.038897, 0.056237, 0.117571, 0.428895, 1.742492",\
|
|
"0.038902, 0.056242, 0.117574, 0.428895, 1.742492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.372487, 1.387442, 1.425927, 1.546531, 1.975096",\
|
|
"1.476826, 1.491781, 1.530266, 1.650870, 2.079435",\
|
|
"1.640039, 1.654994, 1.693480, 1.814083, 2.242649",\
|
|
"1.928909, 1.943864, 1.982349, 2.102953, 2.531518",\
|
|
"2.389239, 2.404194, 2.442679, 2.563282, 2.991848");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033814, 0.043882, 0.074433, 0.214391, 0.812379",\
|
|
"0.033814, 0.043882, 0.074433, 0.214391, 0.812379",\
|
|
"0.033814, 0.043882, 0.074433, 0.214391, 0.812379",\
|
|
"0.033814, 0.043881, 0.074433, 0.214391, 0.812379",\
|
|
"0.033812, 0.043880, 0.074432, 0.214390, 0.812378");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.077859, 1.097027, 1.152896, 1.375357, 2.289822",\
|
|
"1.178612, 1.197780, 1.253649, 1.476110, 2.390575",\
|
|
"1.335093, 1.354261, 1.410131, 1.632591, 2.547056",\
|
|
"1.624405, 1.643573, 1.699443, 1.921904, 2.836369",\
|
|
"2.139209, 2.158378, 2.214250, 2.436711, 3.351176");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.038895, 0.056236, 0.117570, 0.419553, 1.701846",\
|
|
"0.038895, 0.056236, 0.117570, 0.419553, 1.701846",\
|
|
"0.038896, 0.056236, 0.117570, 0.419553, 1.701846",\
|
|
"0.038897, 0.056237, 0.117571, 0.419553, 1.701846",\
|
|
"0.038902, 0.056242, 0.117574, 0.419552, 1.701846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "1.337070, 1.352022, 1.390503, 1.506101, 1.929641",\
|
|
"1.441409, 1.456361, 1.494842, 1.610440, 2.033980",\
|
|
"1.604622, 1.619574, 1.658056, 1.773653, 2.197193",\
|
|
"1.893492, 1.908444, 1.946925, 2.062523, 2.486063",\
|
|
"2.353822, 2.368774, 2.407255, 2.522851, 2.946392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002578, 0.013350, 0.052578, 0.234657, 1.000000");
|
|
values ( "0.033800, 0.043869, 0.074424, 0.204991, 0.779723",\
|
|
"0.033800, 0.043869, 0.074424, 0.204991, 0.779723",\
|
|
"0.033800, 0.043869, 0.074424, 0.204991, 0.779723",\
|
|
"0.033800, 0.043869, 0.074424, 0.204991, 0.779723",\
|
|
"0.033798, 0.043867, 0.074423, 0.204991, 0.779723");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[32] */
|
|
|
|
pin("mgmt_gpio_out[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "4.138737, 4.154556, 4.209580, 4.436168, 5.370853",\
|
|
"4.241183, 4.257001, 4.312026, 4.538613, 5.473299",\
|
|
"4.411429, 4.427248, 4.482273, 4.708860, 5.643546",\
|
|
"4.733946, 4.749764, 4.804789, 5.031376, 5.966062",\
|
|
"5.281202, 5.297021, 5.352046, 5.578633, 6.513319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.036099, 0.053633, 0.116012, 0.428857, 1.741729",\
|
|
"0.036099, 0.053633, 0.116012, 0.428857, 1.741729",\
|
|
"0.036099, 0.053633, 0.116012, 0.428857, 1.741729",\
|
|
"0.036099, 0.053633, 0.116012, 0.428857, 1.741729",\
|
|
"0.036099, 0.053633, 0.116012, 0.428857, 1.741729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "4.259885, 4.272979, 4.311466, 4.431601, 4.859628",\
|
|
"4.362330, 4.375425, 4.413912, 4.534047, 4.962073",\
|
|
"4.532577, 4.545671, 4.584158, 4.704293, 5.132319",\
|
|
"4.855093, 4.868187, 4.906674, 5.026809, 5.454836",\
|
|
"5.402349, 5.415444, 5.453931, 5.574066, 6.002092");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.034038, 0.043781, 0.074350, 0.214495, 0.811897",\
|
|
"0.034038, 0.043781, 0.074350, 0.214495, 0.811897",\
|
|
"0.034038, 0.043781, 0.074350, 0.214495, 0.811897",\
|
|
"0.034038, 0.043781, 0.074350, 0.214495, 0.811897",\
|
|
"0.034038, 0.043781, 0.074350, 0.214495, 0.811897");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "3.907751, 3.926137, 3.981161, 4.202771, 5.120746",\
|
|
"4.010196, 4.028582, 4.083606, 4.305216, 5.223191",\
|
|
"4.180442, 4.198828, 4.253853, 4.475462, 5.393437",\
|
|
"4.502959, 4.521345, 4.576369, 4.797979, 5.715954",\
|
|
"5.050215, 5.068601, 5.123626, 5.345235, 6.263210");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.036099, 0.053633, 0.116012, 0.419508, 1.700461",\
|
|
"0.036099, 0.053633, 0.116012, 0.419508, 1.700461",\
|
|
"0.036099, 0.053633, 0.116012, 0.419508, 1.700461",\
|
|
"0.036099, 0.053633, 0.116012, 0.419508, 1.700461",\
|
|
"0.036099, 0.053633, 0.116012, 0.419508, 1.700461");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "4.032697, 4.047223, 4.085710, 4.200844, 4.623856",\
|
|
"4.135142, 4.149668, 4.188155, 4.303289, 4.726301",\
|
|
"4.305389, 4.319914, 4.358401, 4.473536, 4.896547",\
|
|
"4.627905, 4.642431, 4.680918, 4.796052, 5.219064",\
|
|
"5.175162, 5.189687, 5.228174, 5.343309, 5.766320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002972, 0.013744, 0.052972, 0.235050, 1.000000");
|
|
values ( "0.034038, 0.043781, 0.074350, 0.205093, 0.779291",\
|
|
"0.034038, 0.043781, 0.074350, 0.205093, 0.779291",\
|
|
"0.034038, 0.043781, 0.074350, 0.205093, 0.779291",\
|
|
"0.034038, 0.043781, 0.074350, 0.205093, 0.779291",\
|
|
"0.034038, 0.043781, 0.074350, 0.205093, 0.779291");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[31]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[31] */
|
|
|
|
pin("mgmt_gpio_out[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002477 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "4.117757, 4.136344, 4.191456, 4.417902, 5.353128",\
|
|
"4.220202, 4.238789, 4.293901, 4.520348, 5.455573",\
|
|
"4.390449, 4.409036, 4.464148, 4.690594, 5.625820",\
|
|
"4.712965, 4.731552, 4.786664, 5.013111, 5.948336",\
|
|
"5.260221, 5.278808, 5.333920, 5.560367, 6.495592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.035248, 0.052813, 0.115178, 0.427732, 1.740841",\
|
|
"0.035248, 0.052813, 0.115178, 0.427732, 1.740841",\
|
|
"0.035248, 0.052813, 0.115178, 0.427732, 1.740841",\
|
|
"0.035248, 0.052813, 0.115178, 0.427732, 1.740841",\
|
|
"0.035248, 0.052813, 0.115178, 0.427732, 1.740841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "4.245987, 4.260733, 4.299393, 4.419456, 4.847651",\
|
|
"4.348433, 4.363178, 4.401838, 4.521902, 4.950096",\
|
|
"4.518679, 4.533425, 4.572085, 4.692148, 5.120343",\
|
|
"4.841195, 4.855941, 4.894601, 5.014665, 5.442859",\
|
|
"5.388452, 5.403198, 5.441858, 5.561921, 5.990116");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.033575, 0.043389, 0.074011, 0.213882, 0.811135",\
|
|
"0.033575, 0.043389, 0.074011, 0.213882, 0.811135",\
|
|
"0.033575, 0.043389, 0.074011, 0.213882, 0.811135",\
|
|
"0.033575, 0.043389, 0.074011, 0.213882, 0.811135",\
|
|
"0.033575, 0.043389, 0.074011, 0.213882, 0.811135");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "3.892451, 3.911038, 3.966150, 4.187738, 5.106618",\
|
|
"3.994897, 4.013483, 4.068595, 4.290184, 5.209064",\
|
|
"4.165143, 4.183729, 4.238842, 4.460430, 5.379310",\
|
|
"4.487659, 4.506246, 4.561358, 4.782947, 5.701827",\
|
|
"5.034915, 5.053502, 5.108614, 5.330203, 6.249083");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.035248, 0.052813, 0.115178, 0.418617, 1.700508",\
|
|
"0.035248, 0.052813, 0.115178, 0.418617, 1.700508",\
|
|
"0.035248, 0.052813, 0.115178, 0.418617, 1.700508",\
|
|
"0.035248, 0.052813, 0.115178, 0.418617, 1.700508",\
|
|
"0.035248, 0.052813, 0.115178, 0.418617, 1.700508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "4.020681, 4.035427, 4.074087, 4.189271, 4.612540",\
|
|
"4.123126, 4.137872, 4.176532, 4.291716, 4.714986",\
|
|
"4.293372, 4.308118, 4.346778, 4.461962, 4.885232",\
|
|
"4.615889, 4.630635, 4.669295, 4.784479, 5.207748",\
|
|
"5.163145, 5.177891, 5.216551, 5.331735, 5.755005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002477, 0.013249, 0.052477, 0.234556, 1.000000");
|
|
values ( "0.033575, 0.043389, 0.074011, 0.204716, 0.779273",\
|
|
"0.033575, 0.043389, 0.074011, 0.204716, 0.779273",\
|
|
"0.033575, 0.043389, 0.074011, 0.204716, 0.779273",\
|
|
"0.033575, 0.043389, 0.074011, 0.204716, 0.779273",\
|
|
"0.033575, 0.043389, 0.074011, 0.204716, 0.779273");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[30] */
|
|
|
|
pin("mgmt_gpio_out[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002509 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "4.136097, 4.154667, 4.209759, 4.436101, 5.370904",\
|
|
"4.238543, 4.257113, 4.312204, 4.538546, 5.473350",\
|
|
"4.408790, 4.427359, 4.482450, 4.708793, 5.643597",\
|
|
"4.731306, 4.749876, 4.804967, 5.031309, 5.966113",\
|
|
"5.278563, 5.297132, 5.352223, 5.578566, 6.513370");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.035300, 0.052866, 0.115245, 0.427561, 1.739855",\
|
|
"0.035300, 0.052866, 0.115245, 0.427561, 1.739855",\
|
|
"0.035300, 0.052866, 0.115245, 0.427561, 1.739855",\
|
|
"0.035300, 0.052866, 0.115245, 0.427561, 1.739855",\
|
|
"0.035300, 0.052866, 0.115245, 0.427561, 1.739855");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "4.259827, 4.274553, 4.313186, 4.433145, 4.860362",\
|
|
"4.362272, 4.376998, 4.415632, 4.535590, 4.962807",\
|
|
"4.532518, 4.547245, 4.585878, 4.705836, 5.133053",\
|
|
"4.855035, 4.869761, 4.908394, 5.028353, 5.455570",\
|
|
"5.402291, 5.417017, 5.455651, 5.575609, 6.002826");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.033607, 0.043418, 0.074048, 0.213683, 0.809778",\
|
|
"0.033607, 0.043418, 0.074048, 0.213683, 0.809778",\
|
|
"0.033607, 0.043418, 0.074048, 0.213683, 0.809778",\
|
|
"0.033607, 0.043418, 0.074048, 0.213683, 0.809778",\
|
|
"0.033607, 0.043418, 0.074048, 0.213683, 0.809778");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "3.910791, 3.929361, 3.984452, 4.206058, 5.124918",\
|
|
"4.013237, 4.031806, 4.086898, 4.308503, 5.227363",\
|
|
"4.183483, 4.202053, 4.257144, 4.478749, 5.397610",\
|
|
"4.506000, 4.524569, 4.579660, 4.801265, 5.720126",\
|
|
"5.053256, 5.071826, 5.126917, 5.348522, 6.267383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.035300, 0.052866, 0.115245, 0.418667, 1.700512",\
|
|
"0.035300, 0.052866, 0.115245, 0.418667, 1.700512",\
|
|
"0.035300, 0.052866, 0.115245, 0.418667, 1.700512",\
|
|
"0.035300, 0.052866, 0.115245, 0.418667, 1.700512",\
|
|
"0.035300, 0.052866, 0.115245, 0.418667, 1.700512");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "4.034521, 4.049247, 4.087880, 4.203081, 4.626331",\
|
|
"4.136966, 4.151692, 4.190326, 4.305526, 4.728776",\
|
|
"4.307212, 4.321939, 4.360572, 4.475772, 4.899023",\
|
|
"4.629728, 4.644454, 4.683088, 4.798288, 5.221539",\
|
|
"5.176985, 5.191711, 5.230344, 5.345545, 5.768795");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002509, 0.013281, 0.052509, 0.234588, 1.000000");
|
|
values ( "0.033607, 0.043418, 0.074048, 0.204740, 0.779272",\
|
|
"0.033607, 0.043418, 0.074048, 0.204740, 0.779272",\
|
|
"0.033607, 0.043418, 0.074048, 0.204740, 0.779272",\
|
|
"0.033607, 0.043418, 0.074048, 0.204740, 0.779272",\
|
|
"0.033607, 0.043418, 0.074048, 0.204740, 0.779272");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[29] */
|
|
|
|
pin("mgmt_gpio_out[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003018 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "4.117632, 4.132557, 4.187587, 4.414260, 5.349262",\
|
|
"4.220077, 4.235003, 4.290032, 4.516706, 5.451708",\
|
|
"4.390324, 4.405249, 4.460279, 4.686952, 5.621954",\
|
|
"4.712840, 4.727765, 4.782795, 5.009468, 5.944470",\
|
|
"5.260096, 5.275022, 5.330051, 5.556725, 6.491727");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.036175, 0.053703, 0.116072, 0.429162, 1.742673",\
|
|
"0.036175, 0.053703, 0.116072, 0.429162, 1.742673",\
|
|
"0.036175, 0.053703, 0.116072, 0.429162, 1.742673",\
|
|
"0.036175, 0.053703, 0.116072, 0.429162, 1.742673",\
|
|
"0.036175, 0.053703, 0.116072, 0.429162, 1.742673");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "4.242989, 4.254856, 4.293341, 4.413559, 4.841656",\
|
|
"4.345434, 4.357301, 4.395786, 4.516005, 4.944101",\
|
|
"4.515681, 4.527548, 4.566033, 4.686252, 5.114348",\
|
|
"4.838197, 4.850065, 4.888550, 5.008768, 5.436864",\
|
|
"5.385454, 5.397321, 5.435806, 5.556025, 5.984121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.034082, 0.043813, 0.074368, 0.214759, 0.812649",\
|
|
"0.034082, 0.043813, 0.074368, 0.214759, 0.812649",\
|
|
"0.034082, 0.043813, 0.074368, 0.214759, 0.812649",\
|
|
"0.034082, 0.043813, 0.074368, 0.214759, 0.812649",\
|
|
"0.034082, 0.043813, 0.074368, 0.214759, 0.812649");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "3.887809, 3.906180, 3.961210, 4.182800, 5.100716",\
|
|
"3.990254, 4.008625, 4.063655, 4.285246, 5.203161",\
|
|
"4.160500, 4.178872, 4.233902, 4.455492, 5.373408",\
|
|
"4.483016, 4.501388, 4.556418, 4.778008, 5.695924",\
|
|
"5.030273, 5.048645, 5.103674, 5.325265, 6.243181");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.036175, 0.053703, 0.116072, 0.419585, 1.700461",\
|
|
"0.036175, 0.053703, 0.116072, 0.419585, 1.700461",\
|
|
"0.036175, 0.053703, 0.116072, 0.419585, 1.700461",\
|
|
"0.036175, 0.053703, 0.116072, 0.419585, 1.700461",\
|
|
"0.036175, 0.053703, 0.116072, 0.419585, 1.700461");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "4.014170, 4.028678, 4.067163, 4.182275, 4.605261",\
|
|
"4.116615, 4.131124, 4.169609, 4.284720, 4.707706",\
|
|
"4.286862, 4.301370, 4.339855, 4.454967, 4.877953",\
|
|
"4.609379, 4.623887, 4.662372, 4.777483, 5.200470",\
|
|
"5.156635, 5.171144, 5.209629, 5.324740, 5.747726");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003018, 0.013790, 0.053018, 0.235097, 1.000000");
|
|
values ( "0.034082, 0.043813, 0.074368, 0.205127, 0.779291",\
|
|
"0.034082, 0.043813, 0.074368, 0.205127, 0.779291",\
|
|
"0.034082, 0.043813, 0.074368, 0.205127, 0.779291",\
|
|
"0.034082, 0.043813, 0.074368, 0.205127, 0.779291",\
|
|
"0.034082, 0.043813, 0.074368, 0.205127, 0.779291");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[28] */
|
|
|
|
pin("mgmt_gpio_out[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002303 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "4.120044, 4.138696, 4.193815, 4.420202, 5.354995",\
|
|
"4.222489, 4.241141, 4.296260, 4.522648, 5.457440",\
|
|
"4.392735, 4.411387, 4.466506, 4.692894, 5.627687",\
|
|
"4.715252, 4.733904, 4.789023, 5.015410, 5.950203",\
|
|
"5.262508, 5.281160, 5.336279, 5.562667, 6.497459");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.034988, 0.052568, 0.114936, 0.427258, 1.739813",\
|
|
"0.034988, 0.052568, 0.114936, 0.427258, 1.739813",\
|
|
"0.034988, 0.052568, 0.114936, 0.427258, 1.739813",\
|
|
"0.034988, 0.052568, 0.114936, 0.427258, 1.739813",\
|
|
"0.034988, 0.052568, 0.114936, 0.427258, 1.739813");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "4.244948, 4.259783, 4.298480, 4.418466, 4.845814",\
|
|
"4.347394, 4.362228, 4.400926, 4.520912, 4.948260",\
|
|
"4.517640, 4.532475, 4.571172, 4.691158, 5.118506",\
|
|
"4.840156, 4.854991, 4.893688, 5.013674, 5.441022",\
|
|
"5.387412, 5.402247, 5.440944, 5.560931, 5.988278");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.033400, 0.043258, 0.073908, 0.213524, 0.809793",\
|
|
"0.033400, 0.043258, 0.073908, 0.213524, 0.809793",\
|
|
"0.033400, 0.043258, 0.073908, 0.213524, 0.809793",\
|
|
"0.033400, 0.043258, 0.073908, 0.213524, 0.809793",\
|
|
"0.033400, 0.043258, 0.073908, 0.213524, 0.809793");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "3.894737, 3.913389, 3.968509, 4.190163, 5.109008",\
|
|
"3.997183, 4.015835, 4.070954, 4.292608, 5.211453",\
|
|
"4.167429, 4.186081, 4.241200, 4.462854, 5.381700",\
|
|
"4.489945, 4.508597, 4.563716, 4.785370, 5.704216",\
|
|
"5.037202, 5.055854, 5.110973, 5.332627, 6.251472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.034988, 0.052568, 0.114936, 0.418373, 1.700471",\
|
|
"0.034988, 0.052568, 0.114936, 0.418373, 1.700471",\
|
|
"0.034988, 0.052568, 0.114936, 0.418373, 1.700471",\
|
|
"0.034988, 0.052568, 0.114936, 0.418373, 1.700471",\
|
|
"0.034988, 0.052568, 0.114936, 0.418373, 1.700471");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "4.019642, 4.034477, 4.073174, 4.188406, 4.611783",\
|
|
"4.122087, 4.136922, 4.175619, 4.290851, 4.714228",\
|
|
"4.292334, 4.307168, 4.345866, 4.461097, 4.884475",\
|
|
"4.614850, 4.629684, 4.668382, 4.783613, 5.206991",\
|
|
"5.162106, 5.176941, 5.215638, 5.330870, 5.754247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002303, 0.013075, 0.052303, 0.234382, 1.000000");
|
|
values ( "0.033400, 0.043258, 0.073908, 0.204590, 0.779287",\
|
|
"0.033400, 0.043258, 0.073908, 0.204590, 0.779287",\
|
|
"0.033400, 0.043258, 0.073908, 0.204590, 0.779287",\
|
|
"0.033400, 0.043258, 0.073908, 0.204590, 0.779287",\
|
|
"0.033400, 0.043258, 0.073908, 0.204590, 0.779287");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[27] */
|
|
|
|
pin("mgmt_gpio_out[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002362 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "4.048797, 4.067427, 4.122540, 4.348734, 5.283587",\
|
|
"4.151243, 4.169873, 4.224986, 4.451180, 5.386033",\
|
|
"4.321489, 4.340119, 4.395232, 4.621426, 5.556279",\
|
|
"4.644006, 4.662636, 4.717749, 4.943943, 5.878796",\
|
|
"5.191262, 5.209892, 5.265005, 5.491199, 6.426052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.035028, 0.052606, 0.114989, 0.427039, 1.738909",\
|
|
"0.035028, 0.052606, 0.114989, 0.427039, 1.738909",\
|
|
"0.035028, 0.052606, 0.114989, 0.427039, 1.738909",\
|
|
"0.035028, 0.052606, 0.114989, 0.427039, 1.738909",\
|
|
"0.035028, 0.052606, 0.114989, 0.427039, 1.738909");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "4.172928, 4.187711, 4.226391, 4.346244, 4.773458",\
|
|
"4.275374, 4.290157, 4.328837, 4.448690, 4.875904",\
|
|
"4.445621, 4.460404, 4.499084, 4.618937, 5.046150",\
|
|
"4.768137, 4.782920, 4.821600, 4.941453, 5.368667",\
|
|
"5.315393, 5.330177, 5.368857, 5.488709, 5.915923");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.033477, 0.043303, 0.073956, 0.213344, 0.809003",\
|
|
"0.033477, 0.043303, 0.073956, 0.213344, 0.809003",\
|
|
"0.033477, 0.043303, 0.073956, 0.213344, 0.809003",\
|
|
"0.033477, 0.043303, 0.073956, 0.213344, 0.809003",\
|
|
"0.033477, 0.043303, 0.073956, 0.213344, 0.809003");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "3.813739, 3.832369, 3.887482, 4.109065, 5.028375",\
|
|
"3.916184, 3.934814, 3.989927, 4.211510, 5.130819",\
|
|
"4.086431, 4.105061, 4.160174, 4.381757, 5.301066",\
|
|
"4.408948, 4.427578, 4.482691, 4.704273, 5.623583",\
|
|
"4.956204, 4.974834, 5.029947, 5.251530, 6.170839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.035028, 0.052606, 0.114989, 0.418368, 1.700552",\
|
|
"0.035028, 0.052606, 0.114989, 0.418368, 1.700552",\
|
|
"0.035028, 0.052606, 0.114989, 0.418368, 1.700552",\
|
|
"0.035028, 0.052606, 0.114989, 0.418368, 1.700552",\
|
|
"0.035028, 0.052606, 0.114989, 0.418368, 1.700552");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "3.937870, 3.952653, 3.991333, 4.106555, 4.529872",\
|
|
"4.040316, 4.055099, 4.093779, 4.209000, 4.632318",\
|
|
"4.210562, 4.225346, 4.264026, 4.379247, 4.802565",\
|
|
"4.533079, 4.547863, 4.586543, 4.701764, 5.125082",\
|
|
"5.080336, 5.095119, 5.133799, 5.249020, 5.672338");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002362, 0.013134, 0.052362, 0.234441, 1.000000");
|
|
values ( "0.033477, 0.043303, 0.073956, 0.204626, 0.779257",\
|
|
"0.033477, 0.043303, 0.073956, 0.204626, 0.779257",\
|
|
"0.033477, 0.043303, 0.073956, 0.204626, 0.779257",\
|
|
"0.033477, 0.043303, 0.073956, 0.204626, 0.779257",\
|
|
"0.033477, 0.043303, 0.073956, 0.204626, 0.779257");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[26] */
|
|
|
|
pin("mgmt_gpio_out[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003473 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "4.114952, 4.128780, 4.181719, 4.408504, 5.343757",\
|
|
"4.217397, 4.231225, 4.284164, 4.510949, 5.446202",\
|
|
"4.387643, 4.401472, 4.454411, 4.681196, 5.616449",\
|
|
"4.710160, 4.723989, 4.776927, 5.003712, 5.938965",\
|
|
"5.257416, 5.271245, 5.324184, 5.550969, 6.486222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.036902, 0.054398, 0.116773, 0.430223, 1.744145",\
|
|
"0.036902, 0.054398, 0.116773, 0.430223, 1.744145",\
|
|
"0.036902, 0.054398, 0.116773, 0.430223, 1.744145",\
|
|
"0.036902, 0.054398, 0.116773, 0.430223, 1.744145",\
|
|
"0.036902, 0.054398, 0.116773, 0.430223, 1.744145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "4.226131, 4.236547, 4.273479, 4.393805, 4.821790",\
|
|
"4.328577, 4.338992, 4.375924, 4.496250, 4.924236",\
|
|
"4.498823, 4.509239, 4.546171, 4.666497, 5.094482",\
|
|
"4.821340, 4.831755, 4.868687, 4.989013, 5.416998",\
|
|
"5.368596, 5.379012, 5.415944, 5.536270, 5.964255");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.034523, 0.044166, 0.074662, 0.215441, 0.813785",\
|
|
"0.034523, 0.044166, 0.074662, 0.215441, 0.813785",\
|
|
"0.034523, 0.044166, 0.074662, 0.215441, 0.813785",\
|
|
"0.034523, 0.044166, 0.074662, 0.215441, 0.813785",\
|
|
"0.034523, 0.044166, 0.074662, 0.215441, 0.813785");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "3.872034, 3.890234, 3.945210, 4.166723, 5.084315",\
|
|
"3.974479, 3.992679, 4.047656, 4.269168, 5.186760",\
|
|
"4.144726, 4.162925, 4.217902, 4.439415, 5.357007",\
|
|
"4.467243, 4.485442, 4.540419, 4.761932, 5.679524",\
|
|
"5.014499, 5.032699, 5.087676, 5.309188, 6.226780");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.036902, 0.054398, 0.116773, 0.420307, 1.700494",\
|
|
"0.036902, 0.054398, 0.116773, 0.420307, 1.700494",\
|
|
"0.036902, 0.054398, 0.116773, 0.420307, 1.700494",\
|
|
"0.036902, 0.054398, 0.116773, 0.420307, 1.700494",\
|
|
"0.036902, 0.054398, 0.116773, 0.420307, 1.700494");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "3.985184, 3.999480, 4.037833, 4.152863, 4.575585",\
|
|
"4.087629, 4.101924, 4.140278, 4.255308, 4.678030",\
|
|
"4.257876, 4.272171, 4.310525, 4.425555, 4.848277",\
|
|
"4.580393, 4.594688, 4.633042, 4.748072, 5.170794",\
|
|
"5.127650, 5.141945, 5.180299, 5.295328, 5.718050");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003473, 0.014246, 0.053473, 0.235552, 1.000000");
|
|
values ( "0.034523, 0.044166, 0.074662, 0.205466, 0.779278",\
|
|
"0.034523, 0.044166, 0.074662, 0.205466, 0.779278",\
|
|
"0.034523, 0.044166, 0.074662, 0.205466, 0.779278",\
|
|
"0.034523, 0.044166, 0.074662, 0.205466, 0.779278",\
|
|
"0.034523, 0.044166, 0.074662, 0.205466, 0.779278");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[25] */
|
|
|
|
pin("mgmt_gpio_out[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002313 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "4.126567, 4.145219, 4.200340, 4.426540, 5.361433",\
|
|
"4.229013, 4.247665, 4.302786, 4.528986, 5.463879",\
|
|
"4.399260, 4.417912, 4.473032, 4.699232, 5.634125",\
|
|
"4.721776, 4.740428, 4.795549, 5.021749, 5.956642",\
|
|
"5.269033, 5.287685, 5.342806, 5.569005, 6.503899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.034948, 0.052530, 0.114911, 0.426955, 1.738901",\
|
|
"0.034948, 0.052530, 0.114911, 0.426955, 1.738901",\
|
|
"0.034948, 0.052530, 0.114911, 0.426955, 1.738901",\
|
|
"0.034948, 0.052530, 0.114911, 0.426955, 1.738901",\
|
|
"0.034948, 0.052530, 0.114911, 0.426955, 1.738901");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "4.235965, 4.250775, 4.289472, 4.409330, 4.836576",\
|
|
"4.338411, 4.353220, 4.391918, 4.511776, 4.939021",\
|
|
"4.508657, 4.523467, 4.562164, 4.682023, 5.109268",\
|
|
"4.831174, 4.845984, 4.884681, 5.004539, 5.431784",\
|
|
"5.378431, 5.393240, 5.431938, 5.551796, 5.979041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.033428, 0.043264, 0.073922, 0.213302, 0.809002",\
|
|
"0.033428, 0.043264, 0.073922, 0.213302, 0.809002",\
|
|
"0.033428, 0.043264, 0.073922, 0.213302, 0.809002",\
|
|
"0.033428, 0.043264, 0.073922, 0.213302, 0.809002",\
|
|
"0.033428, 0.043264, 0.073922, 0.213302, 0.809002");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "3.891510, 3.910161, 3.965283, 4.186870, 5.106218",\
|
|
"3.993955, 4.012607, 4.067728, 4.289315, 5.208664",\
|
|
"4.164201, 4.182853, 4.237974, 4.459561, 5.378910",\
|
|
"4.486719, 4.505371, 4.560492, 4.782079, 5.701427",\
|
|
"5.033975, 5.052627, 5.107748, 5.329335, 6.248684");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.034948, 0.052530, 0.114911, 0.418290, 1.700548",\
|
|
"0.034948, 0.052530, 0.114911, 0.418290, 1.700548",\
|
|
"0.034948, 0.052530, 0.114911, 0.418290, 1.700548",\
|
|
"0.034948, 0.052530, 0.114911, 0.418290, 1.700548",\
|
|
"0.034948, 0.052530, 0.114911, 0.418290, 1.700548");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "4.000907, 4.015717, 4.054414, 4.169641, 4.592986",\
|
|
"4.103353, 4.118162, 4.156859, 4.272085, 4.695431",\
|
|
"4.273599, 4.288409, 4.327106, 4.442332, 4.865678",\
|
|
"4.596116, 4.610926, 4.649623, 4.764849, 5.188195",\
|
|
"5.143373, 5.158182, 5.196879, 5.312105, 5.735451");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002313, 0.013085, 0.052313, 0.234392, 1.000000");
|
|
values ( "0.033428, 0.043264, 0.073922, 0.204589, 0.779257",\
|
|
"0.033428, 0.043264, 0.073922, 0.204589, 0.779257",\
|
|
"0.033428, 0.043264, 0.073922, 0.204589, 0.779257",\
|
|
"0.033428, 0.043264, 0.073922, 0.204589, 0.779257",\
|
|
"0.033428, 0.043264, 0.073922, 0.204589, 0.779257");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[24] */
|
|
|
|
pin("mgmt_gpio_out[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002173 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "4.057500, 4.074349, 4.129467, 4.355477, 5.289778",\
|
|
"4.159946, 4.176795, 4.231913, 4.457923, 5.392223",\
|
|
"4.330193, 4.347042, 4.402159, 4.628170, 5.562470",\
|
|
"4.652709, 4.669559, 4.724676, 4.950686, 5.884987",\
|
|
"5.199966, 5.216815, 5.271932, 5.497943, 6.432243");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.034706, 0.052314, 0.114711, 0.426296, 1.737028",\
|
|
"0.034706, 0.052314, 0.114711, 0.426296, 1.737028",\
|
|
"0.034706, 0.052314, 0.114711, 0.426296, 1.737028",\
|
|
"0.034706, 0.052314, 0.114711, 0.426296, 1.737028",\
|
|
"0.034706, 0.052314, 0.114711, 0.426296, 1.737028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "4.180024, 4.193387, 4.232104, 4.351781, 4.778968",\
|
|
"4.282470, 4.295833, 4.334549, 4.454227, 4.881414",\
|
|
"4.452716, 4.466079, 4.504796, 4.624474, 5.051660",\
|
|
"4.775232, 4.788595, 4.827312, 4.946990, 5.374177",\
|
|
"5.322489, 5.335852, 5.374568, 5.494246, 5.921433");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.033274, 0.043160, 0.073853, 0.212769, 0.807560",\
|
|
"0.033274, 0.043160, 0.073853, 0.212769, 0.807560",\
|
|
"0.033274, 0.043160, 0.073853, 0.212769, 0.807560",\
|
|
"0.033274, 0.043160, 0.073853, 0.212769, 0.807560",\
|
|
"0.033274, 0.043160, 0.073853, 0.212769, 0.807560");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "3.820550, 3.839292, 3.894409, 4.116038, 5.035552",\
|
|
"3.922995, 3.941737, 3.996854, 4.218483, 5.137997",\
|
|
"4.093241, 4.111983, 4.167101, 4.388730, 5.308244",\
|
|
"4.415759, 4.434501, 4.489618, 4.711247, 5.630761",\
|
|
"4.963015, 4.981757, 5.036874, 5.258503, 6.178017");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.034706, 0.052314, 0.114711, 0.418055, 1.700547",\
|
|
"0.034706, 0.052314, 0.114711, 0.418055, 1.700547",\
|
|
"0.034706, 0.052314, 0.114711, 0.418055, 1.700547",\
|
|
"0.034706, 0.052314, 0.114711, 0.418055, 1.700547",\
|
|
"0.034706, 0.052314, 0.114711, 0.418055, 1.700547");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "3.943418, 3.958328, 3.997046, 4.112323, 4.535747",\
|
|
"4.045863, 4.060774, 4.099491, 4.214768, 4.638192",\
|
|
"4.216110, 4.231021, 4.269738, 4.385015, 4.808439",\
|
|
"4.538626, 4.553537, 4.592254, 4.707531, 5.130955",\
|
|
"5.085883, 5.100794, 5.139511, 5.254788, 5.678212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002173, 0.012945, 0.052173, 0.234252, 1.000000");
|
|
values ( "0.033274, 0.043160, 0.073853, 0.204484, 0.779258",\
|
|
"0.033274, 0.043160, 0.073853, 0.204484, 0.779258",\
|
|
"0.033274, 0.043160, 0.073853, 0.204484, 0.779258",\
|
|
"0.033274, 0.043160, 0.073853, 0.204484, 0.779258",\
|
|
"0.033274, 0.043160, 0.073853, 0.204484, 0.779258");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[23] */
|
|
|
|
pin("mgmt_gpio_out[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002253 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "4.057968, 4.076656, 4.131789, 4.358194, 5.293146",\
|
|
"4.160414, 4.179102, 4.234235, 4.460640, 5.395591",\
|
|
"4.330660, 4.349349, 4.404481, 4.630886, 5.565837",\
|
|
"4.653177, 4.671865, 4.726998, 4.953403, 5.888354",\
|
|
"5.200433, 5.219121, 5.274254, 5.500659, 6.435610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.034898, 0.052485, 0.114848, 0.427210, 1.740009",\
|
|
"0.034898, 0.052485, 0.114848, 0.427210, 1.740009",\
|
|
"0.034898, 0.052485, 0.114848, 0.427210, 1.740009",\
|
|
"0.034898, 0.052485, 0.114848, 0.427210, 1.740009",\
|
|
"0.034898, 0.052485, 0.114848, 0.427210, 1.740009");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "4.183238, 4.198113, 4.236832, 4.356841, 4.784232",\
|
|
"4.285684, 4.300559, 4.339277, 4.459287, 4.886677",\
|
|
"4.455930, 4.470805, 4.509524, 4.629533, 5.056924",\
|
|
"4.778447, 4.793322, 4.832041, 4.952050, 5.379440",\
|
|
"5.325703, 5.340578, 5.379297, 5.499306, 5.926697");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.033344, 0.043217, 0.073869, 0.213527, 0.809940",\
|
|
"0.033344, 0.043217, 0.073869, 0.213527, 0.809940",\
|
|
"0.033344, 0.043217, 0.073869, 0.213527, 0.809940",\
|
|
"0.033344, 0.043217, 0.073869, 0.213527, 0.809940",\
|
|
"0.033344, 0.043217, 0.073869, 0.213527, 0.809940");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "3.820338, 3.839027, 3.894160, 4.115808, 5.034732",\
|
|
"3.922783, 3.941472, 3.996605, 4.218253, 5.137177",\
|
|
"4.093030, 4.111719, 4.166852, 4.388499, 5.307424",\
|
|
"4.415547, 4.434236, 4.489368, 4.711016, 5.629941",\
|
|
"4.962804, 4.981492, 5.036625, 5.258273, 6.177197");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.034898, 0.052485, 0.114848, 0.418285, 1.700475",\
|
|
"0.034898, 0.052485, 0.114848, 0.418285, 1.700475",\
|
|
"0.034898, 0.052485, 0.114848, 0.418285, 1.700475",\
|
|
"0.034898, 0.052485, 0.114848, 0.418285, 1.700475",\
|
|
"0.034898, 0.052485, 0.114848, 0.418285, 1.700475");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "3.944333, 3.959208, 3.997927, 4.113158, 4.536563",\
|
|
"4.046778, 4.061653, 4.100372, 4.215603, 4.639008",\
|
|
"4.217025, 4.231900, 4.270618, 4.385850, 4.809255",\
|
|
"4.539542, 4.554417, 4.593136, 4.708367, 5.131772",\
|
|
"5.086798, 5.101673, 5.140392, 5.255623, 5.679028");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002253, 0.013025, 0.052253, 0.234332, 1.000000");
|
|
values ( "0.033344, 0.043217, 0.073869, 0.204552, 0.779286",\
|
|
"0.033344, 0.043217, 0.073869, 0.204552, 0.779286",\
|
|
"0.033344, 0.043217, 0.073869, 0.204552, 0.779286",\
|
|
"0.033344, 0.043217, 0.073869, 0.204552, 0.779286",\
|
|
"0.033344, 0.043217, 0.073869, 0.204552, 0.779286");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[22] */
|
|
|
|
pin("mgmt_gpio_out[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002920 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "4.039756, 4.055577, 4.110609, 4.337099, 5.271796",\
|
|
"4.142202, 4.158023, 4.213054, 4.439545, 5.374242",\
|
|
"4.312449, 4.328270, 4.383301, 4.609791, 5.544489",\
|
|
"4.634965, 4.650786, 4.705818, 4.932308, 5.867005",\
|
|
"5.182221, 5.198043, 5.253074, 5.479564, 6.414262");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.035993, 0.053532, 0.115915, 0.428602, 1.741161",\
|
|
"0.035993, 0.053532, 0.115915, 0.428602, 1.741161",\
|
|
"0.035993, 0.053532, 0.115915, 0.428602, 1.741161",\
|
|
"0.035993, 0.053532, 0.115915, 0.428602, 1.741161",\
|
|
"0.035993, 0.053532, 0.115915, 0.428602, 1.741161");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "4.164434, 4.176969, 4.215471, 4.335536, 4.763512",\
|
|
"4.266880, 4.279415, 4.317917, 4.437982, 4.865957",\
|
|
"4.437126, 4.449661, 4.488164, 4.608228, 5.036204",\
|
|
"4.759643, 4.772178, 4.810681, 4.930745, 5.358721",\
|
|
"5.306899, 5.319434, 5.357937, 5.478001, 5.905977");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.033995, 0.043740, 0.074320, 0.214321, 0.811409",\
|
|
"0.033995, 0.043740, 0.074320, 0.214321, 0.811409",\
|
|
"0.033995, 0.043740, 0.074320, 0.214321, 0.811409",\
|
|
"0.033995, 0.043740, 0.074320, 0.214321, 0.811409",\
|
|
"0.033995, 0.043740, 0.074320, 0.214321, 0.811409");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "3.801409, 3.819817, 3.874848, 4.096439, 5.014669",\
|
|
"3.903855, 3.922262, 3.977293, 4.198885, 5.117115",\
|
|
"4.074101, 4.092509, 4.147540, 4.369131, 5.287361",\
|
|
"4.396618, 4.415026, 4.470057, 4.691648, 5.609878",\
|
|
"4.943874, 4.962282, 5.017313, 5.238904, 6.157134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.035993, 0.053532, 0.115915, 0.419384, 1.700490",\
|
|
"0.035993, 0.053532, 0.115915, 0.419384, 1.700490",\
|
|
"0.035993, 0.053532, 0.115915, 0.419384, 1.700490",\
|
|
"0.035993, 0.053532, 0.115915, 0.419384, 1.700490",\
|
|
"0.035993, 0.053532, 0.115915, 0.419384, 1.700490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "3.926798, 3.941341, 3.979844, 4.094986, 4.518016",\
|
|
"4.029244, 4.043787, 4.082289, 4.197432, 4.620461",\
|
|
"4.199491, 4.214033, 4.252535, 4.367678, 4.790708",\
|
|
"4.522007, 4.536550, 4.575053, 4.690195, 5.113225",\
|
|
"5.069264, 5.083807, 5.122309, 5.237452, 5.660481");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002920, 0.013692, 0.052920, 0.234999, 1.000000");
|
|
values ( "0.033995, 0.043740, 0.074320, 0.205051, 0.779280",\
|
|
"0.033995, 0.043740, 0.074320, 0.205051, 0.779280",\
|
|
"0.033995, 0.043740, 0.074320, 0.205051, 0.779280",\
|
|
"0.033995, 0.043740, 0.074320, 0.205051, 0.779280",\
|
|
"0.033995, 0.043740, 0.074320, 0.205051, 0.779280");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[21] */
|
|
|
|
pin("mgmt_gpio_out[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001690 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "4.000877, 4.019941, 4.075113, 4.301117, 5.235104",\
|
|
"4.103323, 4.122387, 4.177559, 4.403563, 5.337549",\
|
|
"4.273570, 4.292634, 4.347806, 4.573810, 5.507796",\
|
|
"4.596086, 4.615150, 4.670322, 4.896326, 5.830312",\
|
|
"5.143342, 5.162406, 5.217578, 5.443582, 6.377569");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.033925, 0.051608, 0.113991, 0.425372, 1.736032",\
|
|
"0.033925, 0.051608, 0.113991, 0.425372, 1.736032",\
|
|
"0.033925, 0.051608, 0.113991, 0.425372, 1.736032",\
|
|
"0.033925, 0.051608, 0.113991, 0.425372, 1.736032",\
|
|
"0.033925, 0.051608, 0.113991, 0.425372, 1.736032");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "4.126822, 4.142122, 4.180976, 4.300616, 4.728030",\
|
|
"4.229269, 4.244568, 4.283422, 4.403062, 4.830476",\
|
|
"4.399515, 4.414814, 4.453669, 4.573308, 5.000722",\
|
|
"4.722032, 4.737331, 4.776186, 4.895825, 5.323239",\
|
|
"5.269288, 5.284587, 5.323442, 5.443081, 5.870495");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.032724, 0.042787, 0.073536, 0.212196, 0.806882",\
|
|
"0.032724, 0.042787, 0.073536, 0.212196, 0.806882",\
|
|
"0.032724, 0.042787, 0.073536, 0.212196, 0.806882",\
|
|
"0.032724, 0.042787, 0.073536, 0.212196, 0.806882",\
|
|
"0.032724, 0.042787, 0.073536, 0.212196, 0.806882");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "3.765830, 3.784894, 3.840066, 4.061813, 4.981380",\
|
|
"3.868275, 3.887339, 3.942511, 4.164258, 5.083826",\
|
|
"4.038521, 4.057585, 4.112758, 4.334505, 5.254072",\
|
|
"4.361038, 4.380103, 4.435275, 4.657022, 5.576589",\
|
|
"4.908294, 4.927359, 4.982531, 5.204278, 6.123845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.033925, 0.051608, 0.113991, 0.417347, 1.700469",\
|
|
"0.033925, 0.051608, 0.113991, 0.417347, 1.700469",\
|
|
"0.033925, 0.051608, 0.113991, 0.417347, 1.700469",\
|
|
"0.033925, 0.051608, 0.113991, 0.417347, 1.700469",\
|
|
"0.033925, 0.051608, 0.113991, 0.417347, 1.700469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "3.891775, 3.907074, 3.945929, 4.061294, 4.485011",\
|
|
"3.994220, 4.009519, 4.048374, 4.163739, 4.587456",\
|
|
"4.164466, 4.179766, 4.218620, 4.333985, 4.757703",\
|
|
"4.486984, 4.502283, 4.541138, 4.656503, 5.080220",\
|
|
"5.034240, 5.049540, 5.088394, 5.203759, 5.627477");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001690, 0.012462, 0.051690, 0.233769, 1.000000");
|
|
values ( "0.032724, 0.042787, 0.073536, 0.204130, 0.779288",\
|
|
"0.032724, 0.042787, 0.073536, 0.204130, 0.779288",\
|
|
"0.032724, 0.042787, 0.073536, 0.204130, 0.779288",\
|
|
"0.032724, 0.042787, 0.073536, 0.204130, 0.779288",\
|
|
"0.032724, 0.042787, 0.073536, 0.204130, 0.779288");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[20] */
|
|
|
|
pin("mgmt_gpio_out[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000964 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "4.156107, 4.175639, 4.230808, 4.456026, 5.387386",\
|
|
"4.258553, 4.278084, 4.333253, 4.558471, 5.489831",\
|
|
"4.428799, 4.448330, 4.503500, 4.728717, 5.660078",\
|
|
"4.751316, 4.770847, 4.826016, 5.051234, 5.982594",\
|
|
"5.298572, 5.318103, 5.373272, 5.598490, 6.529850");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.032682, 0.050500, 0.112950, 0.422309, 1.727768",\
|
|
"0.032682, 0.050500, 0.112950, 0.422309, 1.727768",\
|
|
"0.032682, 0.050500, 0.112950, 0.422309, 1.727768",\
|
|
"0.032682, 0.050500, 0.112950, 0.422309, 1.727768",\
|
|
"0.032682, 0.050500, 0.112950, 0.422309, 1.727768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "4.275403, 4.291240, 4.330216, 4.449092, 4.883971",\
|
|
"4.377848, 4.393685, 4.432662, 4.551537, 4.986416",\
|
|
"4.548094, 4.563931, 4.602908, 4.721783, 5.156662",\
|
|
"4.870610, 4.886447, 4.925424, 5.044300, 5.479179",\
|
|
"5.417867, 5.433704, 5.472681, 5.591556, 6.026435");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.031918, 0.042243, 0.073158, 0.209762, 0.805871",\
|
|
"0.031918, 0.042243, 0.073158, 0.209762, 0.805871",\
|
|
"0.031918, 0.042243, 0.073158, 0.209762, 0.805871",\
|
|
"0.031918, 0.042243, 0.073158, 0.209762, 0.805871",\
|
|
"0.031918, 0.042243, 0.073158, 0.209762, 0.805871");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "3.925355, 3.944886, 4.000056, 4.222015, 5.142285",\
|
|
"4.027801, 4.047332, 4.102501, 4.324461, 5.244731",\
|
|
"4.198047, 4.217578, 4.272748, 4.494707, 5.414977",\
|
|
"4.520565, 4.540096, 4.595265, 4.817225, 5.737494",\
|
|
"5.067821, 5.087352, 5.142521, 5.364481, 6.284751");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.032682, 0.050500, 0.112950, 0.416162, 1.700445",\
|
|
"0.032682, 0.050500, 0.112950, 0.416162, 1.700445",\
|
|
"0.032682, 0.050500, 0.112950, 0.416162, 1.700445",\
|
|
"0.032682, 0.050500, 0.112950, 0.416162, 1.700445",\
|
|
"0.032682, 0.050500, 0.112950, 0.416162, 1.700445");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "4.047190, 4.063028, 4.102005, 4.217609, 4.641737",\
|
|
"4.149636, 4.165473, 4.204450, 4.320055, 4.744182",\
|
|
"4.319882, 4.335720, 4.374696, 4.490301, 4.914429",\
|
|
"4.642399, 4.658236, 4.697213, 4.812818, 5.236945",\
|
|
"5.189655, 5.205492, 5.244469, 5.360074, 5.784202");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000964, 0.011736, 0.050964, 0.233043, 1.000000");
|
|
values ( "0.031918, 0.042243, 0.073158, 0.203587, 0.779297",\
|
|
"0.031918, 0.042243, 0.073158, 0.203587, 0.779297",\
|
|
"0.031918, 0.042243, 0.073158, 0.203587, 0.779297",\
|
|
"0.031918, 0.042243, 0.073158, 0.203587, 0.779297",\
|
|
"0.031918, 0.042243, 0.073158, 0.203587, 0.779297");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[19]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[19] */
|
|
|
|
pin("mgmt_gpio_out[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000944 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "4.122324, 4.141869, 4.197002, 4.421758, 5.352113",\
|
|
"4.224770, 4.244314, 4.299448, 4.524204, 5.454559",\
|
|
"4.395016, 4.414561, 4.469694, 4.694450, 5.624805",\
|
|
"4.717533, 4.737077, 4.792211, 5.016967, 5.947322",\
|
|
"5.264789, 5.284334, 5.339467, 5.564223, 6.494578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.032593, 0.050426, 0.112923, 0.421324, 1.724055",\
|
|
"0.032593, 0.050426, 0.112923, 0.421324, 1.724055",\
|
|
"0.032593, 0.050426, 0.112923, 0.421324, 1.724055",\
|
|
"0.032593, 0.050426, 0.112923, 0.421324, 1.724055",\
|
|
"0.032593, 0.050426, 0.112923, 0.421324, 1.724055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "4.247042, 4.262863, 4.301807, 4.420282, 4.853652",\
|
|
"4.349488, 4.365309, 4.404253, 4.522727, 4.956098",\
|
|
"4.519734, 4.535555, 4.574499, 4.692974, 5.126344",\
|
|
"4.842250, 4.858071, 4.897015, 5.015490, 5.448861",\
|
|
"5.389507, 5.405328, 5.444272, 5.562747, 5.996117");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.031915, 0.042236, 0.073197, 0.208881, 0.802146",\
|
|
"0.031915, 0.042236, 0.073197, 0.208881, 0.802146",\
|
|
"0.031915, 0.042236, 0.073197, 0.208881, 0.802146",\
|
|
"0.031915, 0.042236, 0.073197, 0.208881, 0.802146",\
|
|
"0.031915, 0.042236, 0.073197, 0.208881, 0.802146");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "3.895816, 3.915360, 3.970494, 4.192444, 5.113245",\
|
|
"3.998261, 4.017806, 4.072939, 4.294889, 5.215691",\
|
|
"4.168508, 4.188052, 4.243186, 4.465136, 5.385937",\
|
|
"4.491024, 4.510569, 4.565702, 4.787652, 5.708454",\
|
|
"5.038281, 5.057826, 5.112959, 5.334909, 6.255710");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.032593, 0.050426, 0.112923, 0.416030, 1.700520",\
|
|
"0.032593, 0.050426, 0.112923, 0.416030, 1.700520",\
|
|
"0.032593, 0.050426, 0.112923, 0.416030, 1.700520",\
|
|
"0.032593, 0.050426, 0.112923, 0.416030, 1.700520",\
|
|
"0.032593, 0.050426, 0.112923, 0.416030, 1.700520");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "4.020611, 4.036432, 4.075376, 4.191035, 4.615149",\
|
|
"4.123057, 4.138877, 4.177821, 4.293481, 4.717594",\
|
|
"4.293303, 4.309124, 4.348068, 4.463727, 4.887840",\
|
|
"4.615820, 4.631641, 4.670585, 4.786244, 5.210358",\
|
|
"5.163077, 5.178898, 5.217842, 5.333501, 5.757614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000944, 0.011716, 0.050944, 0.233023, 1.000000");
|
|
values ( "0.031915, 0.042236, 0.073197, 0.203565, 0.779269",\
|
|
"0.031915, 0.042236, 0.073197, 0.203565, 0.779269",\
|
|
"0.031915, 0.042236, 0.073197, 0.203565, 0.779269",\
|
|
"0.031915, 0.042236, 0.073197, 0.203565, 0.779269",\
|
|
"0.031915, 0.042236, 0.073197, 0.203565, 0.779269");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[18] */
|
|
|
|
pin("mgmt_gpio_out[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.186139, 4.205628, 4.260751, 4.485517, 5.415903",\
|
|
"4.288584, 4.308073, 4.363196, 4.587962, 5.518348",\
|
|
"4.458830, 4.478320, 4.533443, 4.758209, 5.688594",\
|
|
"4.781347, 4.800836, 4.855959, 5.080725, 6.011111",\
|
|
"5.328603, 5.348093, 5.403216, 5.627982, 6.558367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032730, 0.050550, 0.113050, 0.421497, 1.724256",\
|
|
"0.032730, 0.050550, 0.113050, 0.421497, 1.724256",\
|
|
"0.032730, 0.050550, 0.113050, 0.421497, 1.724256",\
|
|
"0.032730, 0.050550, 0.113050, 0.421497, 1.724256",\
|
|
"0.032730, 0.050550, 0.113050, 0.421497, 1.724256");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.298519, 4.314274, 4.353194, 4.471679, 4.905077",\
|
|
"4.400964, 4.416719, 4.455639, 4.574124, 5.007522",\
|
|
"4.571211, 4.586966, 4.625886, 4.744371, 5.177769",\
|
|
"4.893727, 4.909482, 4.948402, 5.066888, 5.500286",\
|
|
"5.440983, 5.456738, 5.495658, 5.614144, 6.047542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032007, 0.042300, 0.073250, 0.208987, 0.802332",\
|
|
"0.032007, 0.042300, 0.073250, 0.208987, 0.802332",\
|
|
"0.032007, 0.042300, 0.073250, 0.208987, 0.802332",\
|
|
"0.032007, 0.042300, 0.073250, 0.208987, 0.802332",\
|
|
"0.032007, 0.042300, 0.073250, 0.208987, 0.802332");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "3.960832, 3.980321, 4.035445, 4.257380, 5.178135",\
|
|
"4.063278, 4.082767, 4.137890, 4.359826, 5.280580",\
|
|
"4.233524, 4.253013, 4.308136, 4.530072, 5.450827",\
|
|
"4.556041, 4.575530, 4.630653, 4.852589, 5.773343",\
|
|
"5.103297, 5.122787, 5.177910, 5.399845, 6.320600");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032730, 0.050550, 0.113050, 0.416157, 1.700528",\
|
|
"0.032730, 0.050550, 0.113050, 0.416157, 1.700528",\
|
|
"0.032730, 0.050550, 0.113050, 0.416157, 1.700528",\
|
|
"0.032730, 0.050550, 0.113050, 0.416157, 1.700528",\
|
|
"0.032730, 0.050550, 0.113050, 0.416157, 1.700528");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "4.073212, 4.088967, 4.127887, 4.243533, 4.667597",\
|
|
"4.175658, 4.191413, 4.230333, 4.345978, 4.770043",\
|
|
"4.345904, 4.361659, 4.400579, 4.516224, 4.940289",\
|
|
"4.668421, 4.684176, 4.723096, 4.838742, 5.262806",\
|
|
"5.215678, 5.231433, 5.270353, 5.385998, 5.810063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.032007, 0.042300, 0.073250, 0.203625, 0.779266",\
|
|
"0.032007, 0.042300, 0.073250, 0.203625, 0.779266",\
|
|
"0.032007, 0.042300, 0.073250, 0.203625, 0.779266",\
|
|
"0.032007, 0.042300, 0.073250, 0.203625, 0.779266",\
|
|
"0.032007, 0.042300, 0.073250, 0.203625, 0.779266");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[17] */
|
|
|
|
pin("mgmt_gpio_out[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000963 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "4.194824, 4.214349, 4.269462, 4.494140, 5.424026",\
|
|
"4.297270, 4.316794, 4.371907, 4.596585, 5.526471",\
|
|
"4.467516, 4.487041, 4.542154, 4.766832, 5.696718",\
|
|
"4.790033, 4.809557, 4.864670, 5.089348, 6.019234",\
|
|
"5.337289, 5.356814, 5.411927, 5.636605, 6.566491");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.032635, 0.050469, 0.112979, 0.421170, 1.723138",\
|
|
"0.032635, 0.050469, 0.112979, 0.421170, 1.723138",\
|
|
"0.032635, 0.050469, 0.112979, 0.421170, 1.723138",\
|
|
"0.032635, 0.050469, 0.112979, 0.421170, 1.723138",\
|
|
"0.032635, 0.050469, 0.112979, 0.421170, 1.723138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "4.305084, 4.320888, 4.359807, 4.478193, 4.911199",\
|
|
"4.407529, 4.423333, 4.462253, 4.580639, 5.013645",\
|
|
"4.577776, 4.593580, 4.632500, 4.750885, 5.183891",\
|
|
"4.900292, 4.916096, 4.955016, 5.073402, 5.506408",\
|
|
"5.447549, 5.463353, 5.502273, 5.620658, 6.053664");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.031934, 0.042256, 0.073226, 0.208693, 0.801268",\
|
|
"0.031934, 0.042256, 0.073226, 0.208693, 0.801268",\
|
|
"0.031934, 0.042256, 0.073226, 0.208693, 0.801268",\
|
|
"0.031934, 0.042256, 0.073226, 0.208693, 0.801268",\
|
|
"0.031934, 0.042256, 0.073226, 0.208693, 0.801268");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "3.963812, 3.983337, 4.038450, 4.260430, 5.181131",\
|
|
"4.066257, 4.085782, 4.140895, 4.362875, 5.283576",\
|
|
"4.236505, 4.256029, 4.311142, 4.533123, 5.453823",\
|
|
"4.559021, 4.578546, 4.633658, 4.855639, 5.776340",\
|
|
"5.106277, 5.125802, 5.180915, 5.402895, 6.323596");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.032635, 0.050469, 0.112979, 0.416077, 1.700508",\
|
|
"0.032635, 0.050469, 0.112979, 0.416077, 1.700508",\
|
|
"0.032635, 0.050469, 0.112979, 0.416077, 1.700508",\
|
|
"0.032635, 0.050469, 0.112979, 0.416077, 1.700508",\
|
|
"0.032635, 0.050469, 0.112979, 0.416077, 1.700508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "4.075976, 4.091780, 4.130700, 4.246379, 4.670485",\
|
|
"4.178421, 4.194225, 4.233145, 4.348825, 4.772931",\
|
|
"4.348668, 4.364471, 4.403391, 4.519071, 4.943177",\
|
|
"4.671184, 4.686988, 4.725908, 4.841587, 5.265693",\
|
|
"5.218441, 5.234244, 5.273164, 5.388844, 5.812950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000963, 0.011736, 0.050963, 0.233042, 1.000000");
|
|
values ( "0.031934, 0.042256, 0.073226, 0.203580, 0.779273",\
|
|
"0.031934, 0.042256, 0.073226, 0.203580, 0.779273",\
|
|
"0.031934, 0.042256, 0.073226, 0.203580, 0.779273",\
|
|
"0.031934, 0.042256, 0.073226, 0.203580, 0.779273",\
|
|
"0.031934, 0.042256, 0.073226, 0.203580, 0.779273");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002244 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "5.295702, 5.318899, 5.372353, 5.549400, 6.386079",\
|
|
"5.398148, 5.421345, 5.474798, 5.651846, 6.488525",\
|
|
"5.568395, 5.591592, 5.645045, 5.822093, 6.658772",\
|
|
"5.890911, 5.914108, 5.967562, 6.144609, 6.981288",\
|
|
"6.438167, 6.461364, 6.514817, 6.691865, 7.528544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.043821, 0.063698, 0.119283, 0.353221, 1.515131",\
|
|
"0.043821, 0.063698, 0.119283, 0.353221, 1.515131",\
|
|
"0.043821, 0.063698, 0.119283, 0.353221, 1.515131",\
|
|
"0.043821, 0.063698, 0.119283, 0.353221, 1.515131",\
|
|
"0.043821, 0.063698, 0.119283, 0.353221, 1.515131");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "5.617566, 5.637280, 5.680979, 5.810196, 6.381816",\
|
|
"5.720011, 5.739725, 5.783425, 5.912642, 6.484262",\
|
|
"5.890258, 5.909972, 5.953671, 6.082889, 6.654509",\
|
|
"6.212774, 6.232488, 6.276188, 6.405405, 6.977026",\
|
|
"6.760030, 6.779744, 6.823444, 6.952661, 7.524281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.038695, 0.053453, 0.091924, 0.243683, 1.016686",\
|
|
"0.038695, 0.053453, 0.091924, 0.243683, 1.016686",\
|
|
"0.038695, 0.053453, 0.091924, 0.243683, 1.016686",\
|
|
"0.038695, 0.053453, 0.091924, 0.243683, 1.016686",\
|
|
"0.038695, 0.053453, 0.091924, 0.243683, 1.016686");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "4.277386, 4.300567, 4.354009, 4.529270, 5.359463",\
|
|
"4.379831, 4.403012, 4.456454, 4.631715, 5.461908",\
|
|
"4.550077, 4.573259, 4.626701, 4.801962, 5.632155",\
|
|
"4.872594, 4.895775, 4.949217, 5.124478, 5.954671",\
|
|
"5.419850, 5.443032, 5.496474, 5.671735, 6.501928");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.043739, 0.063627, 0.119232, 0.349913, 1.499399",\
|
|
"0.043739, 0.063627, 0.119232, 0.349913, 1.499399",\
|
|
"0.043739, 0.063627, 0.119232, 0.349913, 1.499399",\
|
|
"0.043739, 0.063627, 0.119232, 0.349913, 1.499399",\
|
|
"0.043739, 0.063627, 0.119232, 0.349913, 1.499399");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "4.763849, 4.783560, 4.827256, 4.954703, 5.520015",\
|
|
"4.866294, 4.886005, 4.929702, 5.057148, 5.622460",\
|
|
"5.036541, 5.056252, 5.099948, 5.227395, 5.792707",\
|
|
"5.359057, 5.378768, 5.422464, 5.549911, 6.115223",\
|
|
"5.906313, 5.926024, 5.969721, 6.097167, 6.662479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.038680, 0.053441, 0.091916, 0.240369, 1.001416",\
|
|
"0.038680, 0.053441, 0.091916, 0.240369, 1.001416",\
|
|
"0.038680, 0.053441, 0.091916, 0.240369, 1.001416",\
|
|
"0.038680, 0.053441, 0.091916, 0.240369, 1.001416",\
|
|
"0.038680, 0.053441, 0.091916, 0.240369, 1.001416");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.649874, 0.673071, 0.726525, 0.903573, 1.740252",\
|
|
"0.739681, 0.762880, 0.816335, 0.993384, 1.830061",\
|
|
"0.890209, 0.913426, 0.966895, 1.143968, 1.980612",\
|
|
"1.159111, 1.182417, 1.235952, 1.413132, 2.249647",\
|
|
"1.575998, 1.599661, 1.653461, 1.831075, 2.667003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.043823, 0.063699, 0.119284, 0.353222, 1.515132",\
|
|
"0.043828, 0.063704, 0.119287, 0.353222, 1.515132",\
|
|
"0.043926, 0.063790, 0.119348, 0.353231, 1.515132",\
|
|
"0.044391, 0.064194, 0.119636, 0.353276, 1.516818",\
|
|
"0.046254, 0.065818, 0.120791, 0.353454, 1.516818");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "1.108255, 1.127969, 1.171669, 1.300886, 1.872507",\
|
|
"1.186457, 1.206171, 1.249872, 1.379089, 1.950710",\
|
|
"1.365854, 1.385564, 1.429260, 1.558479, 2.130095",\
|
|
"1.897779, 1.917508, 1.961227, 2.090438, 2.662076",\
|
|
"3.030430, 3.050347, 3.094296, 3.223424, 3.795273");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.038697, 0.053455, 0.091925, 0.243683, 1.016687",\
|
|
"0.038699, 0.053456, 0.091926, 0.243684, 1.016687",\
|
|
"0.038699, 0.053456, 0.091926, 0.243684, 1.016687",\
|
|
"0.038773, 0.053520, 0.091968, 0.243705, 1.016715",\
|
|
"0.039696, 0.054319, 0.092490, 0.243972, 1.017058");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.610693, 0.633890, 0.687344, 0.862625, 1.692790",\
|
|
"0.700501, 0.723699, 0.777154, 0.952435, 1.782599",\
|
|
"0.851029, 0.874246, 0.927715, 1.103019, 1.933151",\
|
|
"1.119931, 1.143237, 1.196772, 1.372184, 2.202247",\
|
|
"1.536818, 1.560480, 1.614281, 1.790126, 2.619654");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.043823, 0.063699, 0.119284, 0.349921, 1.499399",\
|
|
"0.043828, 0.063704, 0.119287, 0.349921, 1.499399",\
|
|
"0.043926, 0.063790, 0.119348, 0.349931, 1.499400",\
|
|
"0.044391, 0.064194, 0.119636, 0.349975, 1.501347",\
|
|
"0.046254, 0.065818, 0.120791, 0.350154, 1.501347");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "1.068489, 1.088203, 1.131904, 1.259349, 1.824665",\
|
|
"1.146692, 1.166406, 1.210107, 1.337552, 1.902868",\
|
|
"1.326088, 1.345799, 1.389495, 1.516941, 2.082253",\
|
|
"1.858013, 1.877742, 1.921462, 2.048900, 2.614233",\
|
|
"2.990665, 3.010581, 3.054531, 3.181887, 3.747431");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002244, 0.010169, 0.033798, 0.127870, 0.585947");
|
|
values ( "0.038697, 0.053440, 0.091916, 0.240369, 1.001416",\
|
|
"0.038697, 0.053440, 0.091916, 0.240369, 1.001416",\
|
|
"0.038697, 0.053440, 0.091916, 0.240369, 1.001416",\
|
|
"0.038773, 0.053520, 0.091968, 0.240396, 1.001450",\
|
|
"0.039696, 0.054319, 0.092490, 0.240663, 1.001794");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001327 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "5.253994, 5.278462, 5.332318, 5.509290, 6.346858",\
|
|
"5.356440, 5.380908, 5.434763, 5.611736, 6.449303",\
|
|
"5.526686, 5.551154, 5.605010, 5.781982, 6.619549",\
|
|
"5.849203, 5.873670, 5.927526, 6.104498, 6.942066",\
|
|
"6.396460, 6.420927, 6.474783, 6.651755, 7.489323");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.041519, 0.061744, 0.117227, 0.350560, 1.513408",\
|
|
"0.041519, 0.061744, 0.117227, 0.350560, 1.513408",\
|
|
"0.041519, 0.061744, 0.117227, 0.350560, 1.513408",\
|
|
"0.041519, 0.061744, 0.117227, 0.350560, 1.513408",\
|
|
"0.041519, 0.061744, 0.117227, 0.350560, 1.513408");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "5.561973, 5.582894, 5.627075, 5.756227, 6.328316",\
|
|
"5.664418, 5.685340, 5.729521, 5.858673, 6.430762",\
|
|
"5.834664, 5.855586, 5.899767, 6.028919, 6.601008",\
|
|
"6.157181, 6.178102, 6.222283, 6.351436, 6.923524",\
|
|
"6.704438, 6.725359, 6.769540, 6.898693, 7.470781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "4.188025, 4.212476, 4.266322, 4.441719, 5.273500",\
|
|
"4.290470, 4.314922, 4.368767, 4.544164, 5.375946",\
|
|
"4.460716, 4.485168, 4.539013, 4.714410, 5.546192",\
|
|
"4.783233, 4.807685, 4.861530, 5.036927, 5.868709",\
|
|
"5.330490, 5.354941, 5.408787, 5.584184, 6.415966");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.041449, 0.061683, 0.117183, 0.347631, 1.499398",\
|
|
"0.041449, 0.061683, 0.117183, 0.347631, 1.499398",\
|
|
"0.041449, 0.061683, 0.117183, 0.347631, 1.499398",\
|
|
"0.041449, 0.061683, 0.117183, 0.347631, 1.499398",\
|
|
"0.041449, 0.061683, 0.117183, 0.347631, 1.499398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "4.720399, 4.741318, 4.785495, 4.913086, 5.479548",\
|
|
"4.822845, 4.843763, 4.887940, 5.015531, 5.581994",\
|
|
"4.993091, 5.014009, 5.058187, 5.185778, 5.752240",\
|
|
"5.315608, 5.336526, 5.380703, 5.508294, 6.074757",\
|
|
"5.862864, 5.883782, 5.927959, 6.055551, 6.622013");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.036813, 0.052009, 0.090558, 0.238868, 1.001443",\
|
|
"0.036813, 0.052009, 0.090558, 0.238868, 1.001443",\
|
|
"0.036813, 0.052009, 0.090558, 0.238868, 1.001443",\
|
|
"0.036813, 0.052009, 0.090558, 0.238868, 1.001443",\
|
|
"0.036813, 0.052009, 0.090558, 0.238868, 1.001443");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "1.634889, 1.659361, 1.713218, 1.890194, 2.727757",\
|
|
"1.751425, 1.775896, 1.829754, 2.006730, 2.844293",\
|
|
"1.942112, 1.966583, 2.020441, 2.197417, 3.034980",\
|
|
"2.327454, 2.351926, 2.405783, 2.582759, 3.420322",\
|
|
"3.064186, 3.088657, 3.142515, 3.319491, 4.157053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.041535, 0.061758, 0.117237, 0.350562, 1.513409",\
|
|
"0.041535, 0.061758, 0.117237, 0.350562, 1.513409",\
|
|
"0.041535, 0.061758, 0.117237, 0.350562, 1.513409",\
|
|
"0.041535, 0.061758, 0.117237, 0.350562, 1.513409",\
|
|
"0.041535, 0.061758, 0.117237, 0.350562, 1.513409");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "1.983762, 2.004683, 2.048864, 2.178017, 2.750105",\
|
|
"2.103587, 2.124509, 2.168690, 2.297842, 2.869931",\
|
|
"2.317322, 2.338243, 2.382424, 2.511577, 3.083665",\
|
|
"2.788560, 2.809482, 2.853662, 2.982815, 3.554904",\
|
|
"3.687564, 3.708486, 3.752667, 3.881819, 4.453908");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041",\
|
|
"0.036828, 0.052022, 0.090566, 0.241803, 1.015041");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "1.541613, 1.566084, 1.619941, 1.795358, 2.627112",\
|
|
"1.637272, 1.661743, 1.715601, 1.891018, 2.722771",\
|
|
"1.789186, 1.813657, 1.867515, 2.042932, 2.874686",\
|
|
"2.065295, 2.089766, 2.143624, 2.319041, 3.150795",\
|
|
"2.494288, 2.518759, 2.572617, 2.748034, 3.579787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.041535, 0.061758, 0.117237, 0.347639, 1.499398",\
|
|
"0.041535, 0.061758, 0.117237, 0.347639, 1.499398",\
|
|
"0.041535, 0.061758, 0.117237, 0.347639, 1.499398",\
|
|
"0.041535, 0.061758, 0.117237, 0.347639, 1.499398",\
|
|
"0.041535, 0.061758, 0.117237, 0.347639, 1.499398");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "1.935310, 1.956231, 2.000412, 2.128002, 2.694468",\
|
|
"2.034205, 2.055127, 2.099308, 2.226897, 2.793364",\
|
|
"2.208972, 2.229893, 2.274075, 2.401664, 2.968130",\
|
|
"2.570427, 2.591348, 2.635530, 2.763119, 3.329585",\
|
|
"3.160142, 3.181064, 3.225245, 3.352834, 3.919301");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001327, 0.009253, 0.032881, 0.126953, 0.585947");
|
|
values ( "0.036828, 0.052022, 0.090566, 0.238872, 1.001448",\
|
|
"0.036828, 0.052022, 0.090566, 0.238872, 1.001448",\
|
|
"0.036828, 0.052022, 0.090566, 0.238872, 1.001448",\
|
|
"0.036828, 0.052022, 0.090566, 0.238872, 1.001448",\
|
|
"0.036828, 0.052022, 0.090566, 0.238872, 1.001448");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[14] */
|
|
|
|
pin("mgmt_gpio_out[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001249 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "4.896730, 4.915946, 4.970872, 5.196443, 6.122657",\
|
|
"4.999176, 5.018392, 5.073318, 5.298888, 6.225103",\
|
|
"5.169422, 5.188638, 5.243565, 5.469135, 6.395350",\
|
|
"5.491939, 5.511155, 5.566081, 5.791651, 6.717866",\
|
|
"6.039195, 6.058411, 6.113338, 6.338908, 7.265122");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.033580, 0.051378, 0.113877, 0.422882, 1.726246",\
|
|
"0.033580, 0.051378, 0.113877, 0.422882, 1.726246",\
|
|
"0.033580, 0.051378, 0.113877, 0.422882, 1.726246",\
|
|
"0.033580, 0.051378, 0.113877, 0.422882, 1.726246",\
|
|
"0.033580, 0.051378, 0.113877, 0.422882, 1.726246");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "5.066566, 5.082278, 5.120971, 5.239721, 5.673524",\
|
|
"5.169012, 5.184723, 5.223416, 5.342166, 5.775970",\
|
|
"5.339258, 5.354970, 5.393663, 5.512413, 5.946216",\
|
|
"5.661775, 5.677486, 5.716179, 5.834929, 6.268733",\
|
|
"6.209031, 6.224743, 6.263436, 6.382186, 6.815989");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.032110, 0.042517, 0.073468, 0.209407, 0.803364",\
|
|
"0.032110, 0.042517, 0.073468, 0.209407, 0.803364",\
|
|
"0.032110, 0.042517, 0.073468, 0.209407, 0.803364",\
|
|
"0.032110, 0.042517, 0.073468, 0.209407, 0.803364",\
|
|
"0.032110, 0.042517, 0.073468, 0.209407, 0.803364");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "4.291595, 4.310818, 4.365756, 4.588349, 5.504958",\
|
|
"4.394040, 4.413264, 4.468201, 4.690794, 5.607404",\
|
|
"4.564286, 4.583510, 4.638447, 4.861041, 5.777650",\
|
|
"4.886803, 4.906027, 4.960964, 5.183558, 6.100167",\
|
|
"5.434060, 5.453283, 5.508221, 5.730814, 6.647423");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.033551, 0.051348, 0.113847, 0.417302, 1.702357",\
|
|
"0.033551, 0.051348, 0.113847, 0.417302, 1.702357",\
|
|
"0.033551, 0.051348, 0.113847, 0.417302, 1.702357",\
|
|
"0.033551, 0.051348, 0.113847, 0.417302, 1.702357",\
|
|
"0.033551, 0.051348, 0.113847, 0.417302, 1.702357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "4.585916, 4.601621, 4.640322, 4.756120, 5.180259",\
|
|
"4.688361, 4.704066, 4.742768, 4.858566, 5.282704",\
|
|
"4.858607, 4.874312, 4.913014, 5.028812, 5.452950",\
|
|
"5.181124, 5.196829, 5.235531, 5.351329, 5.775467",\
|
|
"5.728381, 5.744085, 5.782787, 5.898585, 6.322724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.168690, 1.187905, 1.242831, 1.468406, 2.394596",\
|
|
"1.270551, 1.289766, 1.344692, 1.570267, 2.496457",\
|
|
"1.410866, 1.430082, 1.485008, 1.710582, 2.636772",\
|
|
"1.664955, 1.684170, 1.739096, 1.964671, 2.890858",\
|
|
"2.085817, 2.105032, 2.159957, 2.385534, 3.311713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.033583, 0.051381, 0.113880, 0.422887, 1.726244",\
|
|
"0.033583, 0.051381, 0.113880, 0.422887, 1.726244",\
|
|
"0.033583, 0.051381, 0.113880, 0.422887, 1.726244",\
|
|
"0.033583, 0.051381, 0.113880, 0.422887, 1.726243",\
|
|
"0.033584, 0.051382, 0.113881, 0.422889, 1.726243");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.217495, 1.233200, 1.271902, 1.390641, 1.824433",\
|
|
"1.326377, 1.342082, 1.380784, 1.499523, 1.933315",\
|
|
"1.517160, 1.532866, 1.571567, 1.690307, 2.124099",\
|
|
"1.894307, 1.910013, 1.948714, 2.067454, 2.501246",\
|
|
"2.559904, 2.575609, 2.614311, 2.733050, 3.166842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.032118, 0.042515, 0.073464, 0.209404, 0.803352",\
|
|
"0.032118, 0.042515, 0.073464, 0.209404, 0.803352",\
|
|
"0.032118, 0.042515, 0.073464, 0.209404, 0.803352",\
|
|
"0.032118, 0.042515, 0.073464, 0.209404, 0.803352",\
|
|
"0.032118, 0.042515, 0.073464, 0.209404, 0.803352");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.168690, 1.187905, 1.242831, 1.465475, 2.381879",\
|
|
"1.270551, 1.289766, 1.344692, 1.567336, 2.483740",\
|
|
"1.410866, 1.430082, 1.485008, 1.707651, 2.624056",\
|
|
"1.664955, 1.684170, 1.739096, 1.961740, 2.878142",\
|
|
"2.085817, 2.105032, 2.159957, 2.382602, 3.298997");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.033583, 0.051381, 0.113880, 0.417359, 1.702108",\
|
|
"0.033583, 0.051381, 0.113880, 0.417359, 1.702108",\
|
|
"0.033583, 0.051381, 0.113880, 0.417359, 1.702107",\
|
|
"0.033583, 0.051381, 0.113880, 0.417360, 1.702107",\
|
|
"0.033584, 0.051382, 0.113881, 0.417361, 1.702107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "1.217495, 1.233200, 1.271902, 1.387700, 1.811840",\
|
|
"1.326377, 1.342082, 1.380784, 1.496582, 1.920722",\
|
|
"1.517160, 1.532866, 1.571567, 1.687366, 2.111505",\
|
|
"1.894307, 1.910013, 1.948714, 2.064513, 2.488652",\
|
|
"2.559904, 2.575609, 2.614311, 2.730109, 3.154248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001249, 0.012022, 0.051249, 0.233328, 1.000000");
|
|
values ( "0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489",\
|
|
"0.032118, 0.042515, 0.073464, 0.203853, 0.779489");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[13] */
|
|
|
|
pin("mgmt_gpio_out[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001331 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "4.401502, 4.420729, 4.475731, 4.700837, 5.629212",\
|
|
"4.503948, 4.523175, 4.578177, 4.803283, 5.731658",\
|
|
"4.674194, 4.693421, 4.748423, 4.973529, 5.901904",\
|
|
"4.996710, 5.015937, 5.070940, 5.296045, 6.224420",\
|
|
"5.543967, 5.563194, 5.618196, 5.843302, 6.771677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.033456, 0.051236, 0.113746, 0.422444, 1.724354",\
|
|
"0.033456, 0.051236, 0.113746, 0.422444, 1.724354",\
|
|
"0.033456, 0.051236, 0.113746, 0.422444, 1.724354",\
|
|
"0.033456, 0.051236, 0.113746, 0.422444, 1.724354",\
|
|
"0.033456, 0.051236, 0.113746, 0.422444, 1.724354");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "4.461057, 4.476629, 4.515378, 4.633963, 5.067420",\
|
|
"4.563501, 4.579073, 4.617823, 4.736407, 5.169865",\
|
|
"4.733748, 4.749321, 4.788070, 4.906654, 5.340112",\
|
|
"5.056265, 5.071837, 5.110587, 5.229171, 5.662628",\
|
|
"5.603521, 5.619093, 5.657843, 5.776427, 6.209885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.032284, 0.042560, 0.073491, 0.209331, 0.802787",\
|
|
"0.032284, 0.042560, 0.073491, 0.209331, 0.802787",\
|
|
"0.032284, 0.042560, 0.073491, 0.209331, 0.802787",\
|
|
"0.032284, 0.042560, 0.073491, 0.209331, 0.802787",\
|
|
"0.032284, 0.042560, 0.073491, 0.209331, 0.802787");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "4.097709, 4.116936, 4.171938, 4.394166, 5.312765",\
|
|
"4.200155, 4.219382, 4.274384, 4.496612, 5.415211",\
|
|
"4.370401, 4.389628, 4.444630, 4.666858, 5.585457",\
|
|
"4.692917, 4.712145, 4.767147, 4.989375, 5.907974",\
|
|
"5.240174, 5.259401, 5.314404, 5.536631, 6.455230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.033456, 0.051236, 0.113746, 0.417016, 1.700262",\
|
|
"0.033456, 0.051236, 0.113746, 0.417016, 1.700262",\
|
|
"0.033456, 0.051236, 0.113746, 0.417016, 1.700262",\
|
|
"0.033456, 0.051236, 0.113746, 0.417016, 1.700262",\
|
|
"0.033456, 0.051236, 0.113746, 0.417016, 1.700262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "4.188799, 4.204371, 4.243121, 4.358817, 4.782801",\
|
|
"4.291245, 4.306817, 4.345566, 4.461262, 4.885246",\
|
|
"4.461491, 4.477063, 4.515813, 4.631508, 5.055492",\
|
|
"4.784008, 4.799580, 4.838329, 4.954025, 5.378009",\
|
|
"5.331264, 5.346836, 5.385586, 5.501281, 5.925265");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001331, 0.012104, 0.051331, 0.233410, 1.000000");
|
|
values ( "0.032284, 0.042560, 0.073491, 0.203881, 0.779365",\
|
|
"0.032284, 0.042560, 0.073491, 0.203881, 0.779365",\
|
|
"0.032284, 0.042560, 0.073491, 0.203881, 0.779365",\
|
|
"0.032284, 0.042560, 0.073491, 0.203881, 0.779365",\
|
|
"0.032284, 0.042560, 0.073491, 0.203881, 0.779365");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[12]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[12] */
|
|
|
|
pin("mgmt_gpio_out[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001188 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "4.334825, 4.354201, 4.409312, 4.634274, 5.564923",\
|
|
"4.437270, 4.456646, 4.511758, 4.736719, 5.667368",\
|
|
"4.607516, 4.626893, 4.682004, 4.906966, 5.837615",\
|
|
"4.930033, 4.949409, 5.004520, 5.229482, 6.160131",\
|
|
"5.477289, 5.496666, 5.551777, 5.776739, 6.707387");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.033034, 0.050826, 0.113312, 0.422180, 1.725861",\
|
|
"0.033034, 0.050826, 0.113312, 0.422180, 1.725861",\
|
|
"0.033034, 0.050826, 0.113312, 0.422180, 1.725861",\
|
|
"0.033034, 0.050826, 0.113312, 0.422180, 1.725861",\
|
|
"0.033034, 0.050826, 0.113312, 0.422180, 1.725861");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "4.416378, 4.432019, 4.470901, 4.589545, 5.023503",\
|
|
"4.518824, 4.534464, 4.573346, 4.691990, 5.125948",\
|
|
"4.689071, 4.704711, 4.743593, 4.862237, 5.296196",\
|
|
"5.011587, 5.027228, 5.066110, 5.184754, 5.618712",\
|
|
"5.558844, 5.574484, 5.613366, 5.732010, 6.165968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.032181, 0.042425, 0.073341, 0.209485, 0.803935",\
|
|
"0.032181, 0.042425, 0.073341, 0.209485, 0.803935",\
|
|
"0.032181, 0.042425, 0.073341, 0.209485, 0.803935",\
|
|
"0.032181, 0.042425, 0.073341, 0.209485, 0.803935",\
|
|
"0.032181, 0.042425, 0.073341, 0.209485, 0.803935");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "4.090981, 4.110357, 4.165468, 4.387403, 5.307759",\
|
|
"4.193426, 4.212802, 4.267914, 4.489848, 5.410204",\
|
|
"4.363672, 4.383049, 4.438160, 4.660094, 5.580451",\
|
|
"4.686189, 4.705566, 4.760677, 4.982611, 5.902968",\
|
|
"5.233446, 5.252822, 5.307934, 5.529868, 6.450224");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.033034, 0.050826, 0.113312, 0.416469, 1.700498",\
|
|
"0.033034, 0.050826, 0.113312, 0.416469, 1.700498",\
|
|
"0.033034, 0.050826, 0.113312, 0.416469, 1.700498",\
|
|
"0.033034, 0.050826, 0.113312, 0.416469, 1.700498",\
|
|
"0.033034, 0.050826, 0.113312, 0.416469, 1.700498");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "4.179861, 4.195502, 4.234383, 4.349989, 4.773972",\
|
|
"4.282307, 4.297947, 4.336829, 4.452435, 4.876418",\
|
|
"4.452553, 4.468194, 4.507075, 4.622682, 5.046665",\
|
|
"4.775070, 4.790710, 4.829592, 4.945198, 5.369181",\
|
|
"5.322326, 5.337967, 5.376848, 5.492455, 5.916438");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001188, 0.011960, 0.051188, 0.233267, 1.000000");
|
|
values ( "0.032181, 0.042425, 0.073341, 0.203750, 0.779274",\
|
|
"0.032181, 0.042425, 0.073341, 0.203750, 0.779274",\
|
|
"0.032181, 0.042425, 0.073341, 0.203750, 0.779274",\
|
|
"0.032181, 0.042425, 0.073341, 0.203750, 0.779274",\
|
|
"0.032181, 0.042425, 0.073341, 0.203750, 0.779274");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[11] */
|
|
|
|
pin("mgmt_gpio_out[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001247 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.208283, 1.228131, 1.283806, 1.509683, 2.435920",\
|
|
"1.309118, 1.328966, 1.384641, 1.610518, 2.536755",\
|
|
"1.446199, 1.466047, 1.521722, 1.747599, 2.673836",\
|
|
"1.689885, 1.709733, 1.765408, 1.991285, 2.917522",\
|
|
"2.077658, 2.097507, 2.153184, 2.379061, 3.305299");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035977, 0.053605, 0.115272, 0.423154, 1.727189",\
|
|
"0.035982, 0.053609, 0.115274, 0.423153, 1.727189");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.540674, 1.556656, 1.595500, 1.714746, 2.149090",\
|
|
"1.647014, 1.662995, 1.701840, 1.821085, 2.255430",\
|
|
"1.842135, 1.858117, 1.896961, 2.016207, 2.450551",\
|
|
"2.245560, 2.261541, 2.300385, 2.419630, 2.853974",\
|
|
"2.975263, 2.991244, 3.030087, 3.149331, 3.583675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.032826, 0.043302, 0.074033, 0.209924, 0.804784",\
|
|
"0.032826, 0.043302, 0.074033, 0.209924, 0.804784",\
|
|
"0.032825, 0.043301, 0.074033, 0.209924, 0.804784",\
|
|
"0.032824, 0.043300, 0.074032, 0.209924, 0.804784",\
|
|
"0.032820, 0.043297, 0.074029, 0.209923, 0.804783");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[2]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.184517, 1.204364, 1.260038, 1.482843, 2.398822",\
|
|
"1.285352, 1.305199, 1.360873, 1.583678, 2.499657",\
|
|
"1.422448, 1.442295, 1.497969, 1.720774, 2.636753",\
|
|
"1.666290, 1.686138, 1.741812, 1.964617, 2.880597",\
|
|
"2.054517, 2.074365, 2.130042, 2.352846, 3.268827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.035974, 0.053602, 0.115270, 0.417359, 1.701889",\
|
|
"0.035974, 0.053602, 0.115270, 0.417359, 1.701889",\
|
|
"0.035974, 0.053602, 0.115270, 0.417359, 1.701889",\
|
|
"0.035975, 0.053603, 0.115271, 0.417359, 1.701889",\
|
|
"0.035980, 0.053608, 0.115273, 0.417359, 1.701888");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "1.518280, 1.534262, 1.573107, 1.689269, 2.113493",\
|
|
"1.624620, 1.640602, 1.679447, 1.795609, 2.219833",\
|
|
"1.819782, 1.835764, 1.874609, 1.990771, 2.414995",\
|
|
"2.224157, 2.240139, 2.278983, 2.395145, 2.819370",\
|
|
"2.956555, 2.972536, 3.011379, 3.127540, 3.551765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.032826, 0.043302, 0.074033, 0.204105, 0.779766",\
|
|
"0.032826, 0.043302, 0.074033, 0.204105, 0.779766",\
|
|
"0.032826, 0.043302, 0.074033, 0.204105, 0.779766",\
|
|
"0.032825, 0.043301, 0.074033, 0.204105, 0.779766",\
|
|
"0.032821, 0.043298, 0.074030, 0.204104, 0.779766");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "4.968297, 4.988145, 5.043820, 5.269697, 6.195934",\
|
|
"5.070743, 5.090590, 5.146266, 5.372142, 6.298379",\
|
|
"5.240989, 5.260837, 5.316512, 5.542389, 6.468626",\
|
|
"5.563506, 5.583354, 5.639029, 5.864905, 6.791142",\
|
|
"6.110762, 6.130610, 6.186285, 6.412161, 7.338398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190",\
|
|
"0.035976, 0.053604, 0.115271, 0.423154, 1.727190");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "5.331761, 5.347744, 5.386590, 5.505836, 5.940179",\
|
|
"5.434206, 5.450189, 5.489035, 5.608281, 6.042624",\
|
|
"5.604454, 5.620436, 5.659282, 5.778528, 6.212871",\
|
|
"5.926970, 5.942953, 5.981798, 6.101044, 6.535388",\
|
|
"6.474226, 6.490208, 6.529054, 6.648300, 7.082643");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.032828, 0.043304, 0.074034, 0.209925, 0.804784",\
|
|
"0.032828, 0.043304, 0.074034, 0.209925, 0.804784",\
|
|
"0.032828, 0.043304, 0.074034, 0.209925, 0.804784",\
|
|
"0.032828, 0.043304, 0.074034, 0.209925, 0.804784",\
|
|
"0.032828, 0.043304, 0.074034, 0.209925, 0.804784");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "2.660117, 2.679941, 2.735589, 2.958390, 3.874361",\
|
|
"2.762561, 2.782385, 2.838033, 3.060835, 3.976805",\
|
|
"2.932795, 2.952619, 3.008266, 3.231068, 4.147039",\
|
|
"3.255265, 3.275090, 3.330737, 3.553539, 4.469510",\
|
|
"3.802570, 3.822394, 3.878042, 4.100844, 5.016814");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.035892, 0.053526, 0.115223, 0.417364, 1.701894",\
|
|
"0.035892, 0.053526, 0.115223, 0.417364, 1.701894",\
|
|
"0.035892, 0.053526, 0.115223, 0.417364, 1.701894",\
|
|
"0.035892, 0.053526, 0.115223, 0.417364, 1.701894",\
|
|
"0.035892, 0.053526, 0.115223, 0.417364, 1.701894");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "3.148979, 3.164957, 3.203794, 3.319950, 3.744177",\
|
|
"3.251424, 3.267401, 3.306238, 3.422395, 3.846622",\
|
|
"3.421657, 3.437634, 3.476472, 3.592628, 4.016855",\
|
|
"3.744128, 3.760105, 3.798943, 3.915098, 4.339326",\
|
|
"4.291432, 4.307410, 4.346248, 4.462403, 4.886631");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001247, 0.012020, 0.051247, 0.233326, 1.000000");
|
|
values ( "0.032803, 0.043281, 0.074018, 0.204099, 0.779764",\
|
|
"0.032803, 0.043281, 0.074018, 0.204099, 0.779764",\
|
|
"0.032803, 0.043281, 0.074018, 0.204099, 0.779764",\
|
|
"0.032803, 0.043281, 0.074018, 0.204099, 0.779764",\
|
|
"0.032803, 0.043281, 0.074018, 0.204099, 0.779764");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 0.585947 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001042 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "4.608827, 4.633624, 4.687362, 4.864233, 5.698413",\
|
|
"4.711272, 4.736070, 4.789808, 4.966679, 5.800858",\
|
|
"4.881519, 4.906316, 4.960054, 5.136925, 5.971105",\
|
|
"5.204035, 5.228833, 5.282571, 5.459442, 6.293621",\
|
|
"5.751291, 5.776089, 5.829827, 6.006698, 6.840878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.039956, 0.060331, 0.115876, 0.349441, 1.512580",\
|
|
"0.039956, 0.060331, 0.115876, 0.349441, 1.512580",\
|
|
"0.039956, 0.060331, 0.115876, 0.349441, 1.512580",\
|
|
"0.039956, 0.060331, 0.115876, 0.349441, 1.512580",\
|
|
"0.039956, 0.060331, 0.115876, 0.349441, 1.512580");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "5.071186, 5.092449, 5.136774, 5.265784, 5.837251",\
|
|
"5.173632, 5.194894, 5.239220, 5.368230, 5.939696",\
|
|
"5.343878, 5.365140, 5.409466, 5.538476, 6.109943",\
|
|
"5.666395, 5.687657, 5.731983, 5.860993, 6.432459",\
|
|
"6.213651, 6.234913, 6.279239, 6.408249, 6.979715");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.035951, 0.051390, 0.089992, 0.241293, 1.014206",\
|
|
"0.035951, 0.051390, 0.089992, 0.241293, 1.014206",\
|
|
"0.035951, 0.051390, 0.089992, 0.241293, 1.014206",\
|
|
"0.035951, 0.051390, 0.089992, 0.241293, 1.014206",\
|
|
"0.035951, 0.051390, 0.089992, 0.241293, 1.014206");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "2.627942, 2.652745, 2.706473, 2.881818, 3.709991",\
|
|
"2.730386, 2.755189, 2.808918, 2.984262, 3.812435",\
|
|
"2.900620, 2.925423, 2.979151, 3.154495, 3.982669",\
|
|
"3.223090, 3.247893, 3.301622, 3.476966, 4.305139",\
|
|
"3.770395, 3.795198, 3.848926, 4.024270, 4.852444");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.039956, 0.060325, 0.115862, 0.346535, 1.498662",\
|
|
"0.039956, 0.060325, 0.115862, 0.346535, 1.498662",\
|
|
"0.039956, 0.060325, 0.115862, 0.346535, 1.498662",\
|
|
"0.039956, 0.060325, 0.115862, 0.346535, 1.498662",\
|
|
"0.039956, 0.060325, 0.115862, 0.346535, 1.498662");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "3.102713, 3.123975, 3.168300, 3.295770, 3.861668",\
|
|
"3.205157, 3.226419, 3.270745, 3.398215, 3.964112",\
|
|
"3.375390, 3.396652, 3.440978, 3.568448, 4.134345",\
|
|
"3.697861, 3.719123, 3.763448, 3.890918, 4.456816",\
|
|
"4.245166, 4.266427, 4.310753, 4.438223, 5.004120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.035949, 0.051389, 0.089990, 0.238402, 1.000772",\
|
|
"0.035949, 0.051389, 0.089990, 0.238402, 1.000772",\
|
|
"0.035949, 0.051389, 0.089990, 0.238402, 1.000772",\
|
|
"0.035949, 0.051389, 0.089990, 0.238402, 1.000772",\
|
|
"0.035949, 0.051389, 0.089990, 0.238402, 1.000772");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "1.272564, 1.297362, 1.351099, 1.527971, 2.362092",\
|
|
"1.375008, 1.399806, 1.453543, 1.630415, 2.464537",\
|
|
"1.545238, 1.570037, 1.623773, 1.800645, 2.634767",\
|
|
"1.867697, 1.892496, 1.946232, 2.123105, 2.957226",\
|
|
"2.415027, 2.439826, 2.493562, 2.670434, 3.504556");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.039956, 0.060330, 0.115873, 0.349437, 1.512542",\
|
|
"0.039956, 0.060330, 0.115873, 0.349437, 1.512542",\
|
|
"0.039956, 0.060330, 0.115873, 0.349437, 1.512542",\
|
|
"0.039956, 0.060330, 0.115873, 0.349437, 1.512542",\
|
|
"0.039956, 0.060330, 0.115873, 0.349437, 1.512542");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "1.700817, 1.722080, 1.766405, 1.895415, 2.466879",\
|
|
"1.810097, 1.831359, 1.875685, 2.004694, 2.576158",\
|
|
"2.007889, 2.029152, 2.073477, 2.202487, 2.773951",\
|
|
"2.426456, 2.447718, 2.492044, 2.621053, 3.192518",\
|
|
"3.170557, 3.191820, 3.236145, 3.365155, 3.936619");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.035951, 0.051390, 0.089991, 0.241293, 1.014204",\
|
|
"0.035951, 0.051390, 0.089991, 0.241293, 1.014204",\
|
|
"0.035951, 0.051390, 0.089991, 0.241293, 1.014204",\
|
|
"0.035951, 0.051390, 0.089991, 0.241293, 1.014204",\
|
|
"0.035951, 0.051390, 0.089991, 0.241293, 1.014204");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "1.257040, 1.281838, 1.335575, 1.510913, 2.339349",\
|
|
"1.359484, 1.384282, 1.438019, 1.613357, 2.441793",\
|
|
"1.529714, 1.554513, 1.608249, 1.783588, 2.612024",\
|
|
"1.852173, 1.876972, 1.930708, 2.106047, 2.934483",\
|
|
"2.399503, 2.424301, 2.478038, 2.653377, 3.481813");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.039956, 0.060330, 0.115873, 0.346554, 1.498831",\
|
|
"0.039956, 0.060330, 0.115873, 0.346554, 1.498831",\
|
|
"0.039956, 0.060330, 0.115873, 0.346554, 1.498831",\
|
|
"0.039956, 0.060330, 0.115873, 0.346554, 1.498831",\
|
|
"0.039956, 0.060330, 0.115873, 0.346554, 1.498831");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "1.684418, 1.705681, 1.750006, 1.877478, 2.443388",\
|
|
"1.793697, 1.814960, 1.859285, 1.986758, 2.552667",\
|
|
"1.991490, 2.012753, 2.057078, 2.184551, 2.750460",\
|
|
"2.410057, 2.431319, 2.475645, 2.603117, 3.169027",\
|
|
"3.154158, 3.175421, 3.219746, 3.347219, 3.913128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001042, 0.008967, 0.032595, 0.126668, 0.585947");
|
|
values ( "0.035951, 0.051390, 0.089991, 0.238402, 1.000780",\
|
|
"0.035951, 0.051390, 0.089991, 0.238402, 1.000780",\
|
|
"0.035951, 0.051390, 0.089991, 0.238402, 1.000780",\
|
|
"0.035951, 0.051390, 0.089991, 0.238402, 1.000780",\
|
|
"0.035951, 0.051390, 0.089991, 0.238402, 1.000780");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[9] */
|
|
|
|
pin("mgmt_gpio_out[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001049 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.166430, 1.186071, 1.241344, 1.466881, 2.391984",\
|
|
"1.266902, 1.286544, 1.341817, 1.567353, 2.492456",\
|
|
"1.409261, 1.428903, 1.484177, 1.709713, 2.634817",\
|
|
"1.649187, 1.668829, 1.724103, 1.949640, 2.874743",\
|
|
"2.028659, 2.048302, 2.103578, 2.329115, 3.254219");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.034438, 0.052194, 0.114309, 0.422190, 1.724220",\
|
|
"0.034438, 0.052194, 0.114309, 0.422190, 1.724220",\
|
|
"0.034439, 0.052195, 0.114309, 0.422190, 1.724220",\
|
|
"0.034440, 0.052196, 0.114310, 0.422190, 1.724220",\
|
|
"0.034446, 0.052201, 0.114313, 0.422189, 1.724219");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.483360, 1.499383, 1.538079, 1.656884, 2.090178",\
|
|
"1.588478, 1.604501, 1.643197, 1.762002, 2.195295",\
|
|
"1.785585, 1.801608, 1.840304, 1.959109, 2.392403",\
|
|
"2.166632, 2.182655, 2.221351, 2.340156, 2.773449",\
|
|
"2.847067, 2.863089, 2.901784, 3.020588, 3.453882");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.032061, 0.042659, 0.073598, 0.208940, 0.801712",\
|
|
"0.032061, 0.042659, 0.073598, 0.208940, 0.801712",\
|
|
"0.032061, 0.042659, 0.073598, 0.208940, 0.801712",\
|
|
"0.032059, 0.042658, 0.073597, 0.208940, 0.801712",\
|
|
"0.032056, 0.042655, 0.073595, 0.208939, 0.801712");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.146966, 1.166607, 1.221880, 1.444719, 2.360799",\
|
|
"1.247438, 1.267080, 1.322353, 1.545192, 2.461272",\
|
|
"1.389797, 1.409439, 1.464713, 1.687552, 2.603632",\
|
|
"1.629723, 1.649365, 1.704639, 1.927478, 2.843558",\
|
|
"2.009195, 2.028838, 2.084114, 2.306953, 3.223034");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.034438, 0.052194, 0.114309, 0.417094, 1.701965",\
|
|
"0.034438, 0.052194, 0.114309, 0.417094, 1.701965",\
|
|
"0.034439, 0.052195, 0.114309, 0.417094, 1.701965",\
|
|
"0.034440, 0.052196, 0.114310, 0.417094, 1.701965",\
|
|
"0.034446, 0.052201, 0.114313, 0.417094, 1.701965");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "1.470359, 1.486382, 1.525078, 1.641176, 2.065571",\
|
|
"1.575476, 1.591500, 1.630195, 1.746294, 2.170688",\
|
|
"1.772584, 1.788607, 1.827303, 1.943402, 2.367796",\
|
|
"2.153631, 2.169654, 2.208350, 2.324448, 2.748842",\
|
|
"2.834066, 2.850088, 2.888783, 3.004880, 3.429275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.032060, 0.042659, 0.073597, 0.203825, 0.779715",\
|
|
"0.032060, 0.042659, 0.073597, 0.203825, 0.779715",\
|
|
"0.032060, 0.042659, 0.073597, 0.203825, 0.779715",\
|
|
"0.032059, 0.042658, 0.073597, 0.203824, 0.779715",\
|
|
"0.032056, 0.042655, 0.073595, 0.203823, 0.779715");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "4.793338, 4.812973, 4.868238, 5.093774, 6.018874",\
|
|
"4.895783, 4.915419, 4.970684, 5.196219, 6.121320",\
|
|
"5.066030, 5.085665, 5.140930, 5.366466, 6.291566",\
|
|
"5.388546, 5.408182, 5.463447, 5.688982, 6.614083",\
|
|
"5.935802, 5.955438, 6.010703, 6.236238, 7.161339");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.034414, 0.052171, 0.114295, 0.422191, 1.724221",\
|
|
"0.034414, 0.052171, 0.114295, 0.422191, 1.724221",\
|
|
"0.034414, 0.052171, 0.114295, 0.422191, 1.724221",\
|
|
"0.034414, 0.052171, 0.114295, 0.422191, 1.724221",\
|
|
"0.034414, 0.052171, 0.114295, 0.422191, 1.724221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "5.245922, 5.261946, 5.300641, 5.419446, 5.852739",\
|
|
"5.348367, 5.364390, 5.403086, 5.521890, 5.955184",\
|
|
"5.518614, 5.534637, 5.573333, 5.692137, 6.125431",\
|
|
"5.841130, 5.857154, 5.895849, 6.014654, 6.447948",\
|
|
"6.388387, 6.404410, 6.443106, 6.561910, 6.995204");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.032060, 0.042658, 0.073597, 0.208940, 0.801712",\
|
|
"0.032060, 0.042658, 0.073597, 0.208940, 0.801712",\
|
|
"0.032060, 0.042658, 0.073597, 0.208940, 0.801712",\
|
|
"0.032060, 0.042658, 0.073597, 0.208940, 0.801712",\
|
|
"0.032060, 0.042658, 0.073597, 0.208940, 0.801712");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "2.601990, 2.621600, 2.676838, 2.899674, 3.815741",\
|
|
"2.704434, 2.724044, 2.779282, 3.002118, 3.918185",\
|
|
"2.874668, 2.894278, 2.949515, 3.172351, 4.088418",\
|
|
"3.197138, 3.216749, 3.271986, 3.494822, 4.410889",\
|
|
"3.744443, 3.764053, 3.819291, 4.042127, 4.958194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.034328, 0.052092, 0.114246, 0.417100, 1.701973",\
|
|
"0.034328, 0.052092, 0.114246, 0.417100, 1.701973",\
|
|
"0.034328, 0.052092, 0.114246, 0.417100, 1.701973",\
|
|
"0.034328, 0.052092, 0.114246, 0.417100, 1.701973",\
|
|
"0.034328, 0.052092, 0.114246, 0.417100, 1.701973");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "3.104295, 3.120314, 3.159003, 3.275095, 3.699492",\
|
|
"3.206739, 3.222758, 3.261446, 3.377539, 3.801936",\
|
|
"3.376973, 3.392991, 3.431680, 3.547772, 3.972169",\
|
|
"3.699443, 3.715462, 3.754151, 3.870243, 4.294640",\
|
|
"4.246747, 4.262766, 4.301455, 4.417547, 4.841945");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001049, 0.011821, 0.051049, 0.233128, 1.000000");
|
|
values ( "0.032038, 0.042638, 0.073583, 0.203819, 0.779713",\
|
|
"0.032038, 0.042638, 0.073583, 0.203819, 0.779713",\
|
|
"0.032038, 0.042638, 0.073583, 0.203819, 0.779713",\
|
|
"0.032038, 0.042638, 0.073583, 0.203819, 0.779713",\
|
|
"0.032038, 0.042638, 0.073583, 0.203819, 0.779713");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[8]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[8] */
|
|
|
|
pin("mgmt_gpio_out[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001351 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "4.353522, 4.372785, 4.427859, 4.652713, 5.582973",\
|
|
"4.455967, 4.475230, 4.530304, 4.755158, 5.685418",\
|
|
"4.626215, 4.645477, 4.700551, 4.925406, 5.855665",\
|
|
"4.948731, 4.967994, 5.023067, 5.247922, 6.178181",\
|
|
"5.495986, 5.515249, 5.570323, 5.795177, 6.725437");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.033302, 0.051073, 0.113579, 0.422248, 1.725066",\
|
|
"0.033302, 0.051073, 0.113579, 0.422248, 1.725066",\
|
|
"0.033302, 0.051073, 0.113579, 0.422248, 1.725066",\
|
|
"0.033302, 0.051073, 0.113579, 0.422248, 1.725066",\
|
|
"0.033302, 0.051073, 0.113579, 0.422248, 1.725066");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "4.436089, 4.451594, 4.490410, 4.608953, 5.042491",\
|
|
"4.538533, 4.554039, 4.592855, 4.711398, 5.144936",\
|
|
"4.708780, 4.724286, 4.763102, 4.881645, 5.315183",\
|
|
"5.031296, 5.046802, 5.085618, 5.204161, 5.637699",\
|
|
"5.578552, 5.594058, 5.632874, 5.751417, 6.184955");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.032365, 0.042556, 0.073467, 0.209425, 0.803132",\
|
|
"0.032365, 0.042556, 0.073467, 0.209425, 0.803132",\
|
|
"0.032365, 0.042556, 0.073467, 0.209425, 0.803132",\
|
|
"0.032365, 0.042556, 0.073467, 0.209425, 0.803132",\
|
|
"0.032365, 0.042556, 0.073467, 0.209425, 0.803132");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "4.120441, 4.139704, 4.194778, 4.416702, 5.337002",\
|
|
"4.222887, 4.242149, 4.297223, 4.519147, 5.439447",\
|
|
"4.393133, 4.412395, 4.467469, 4.689393, 5.609694",\
|
|
"4.715650, 4.734913, 4.789987, 5.011910, 5.932211",\
|
|
"5.262907, 5.282169, 5.337243, 5.559167, 6.479467");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.033302, 0.051073, 0.113579, 0.416715, 1.700519",\
|
|
"0.033302, 0.051073, 0.113579, 0.416715, 1.700519",\
|
|
"0.033302, 0.051073, 0.113579, 0.416715, 1.700519",\
|
|
"0.033302, 0.051073, 0.113579, 0.416715, 1.700519",\
|
|
"0.033302, 0.051073, 0.113579, 0.416715, 1.700519");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "4.209766, 4.225272, 4.264088, 4.379690, 4.803576",\
|
|
"4.312211, 4.327717, 4.366533, 4.482135, 4.906021",\
|
|
"4.482458, 4.497963, 4.536779, 4.652381, 5.076268",\
|
|
"4.804975, 4.820480, 4.859296, 4.974898, 5.398785",\
|
|
"5.352231, 5.367737, 5.406553, 5.522155, 5.946041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001351, 0.012123, 0.051351, 0.233430, 1.000000");
|
|
values ( "0.032365, 0.042556, 0.073467, 0.203870, 0.779267",\
|
|
"0.032365, 0.042556, 0.073467, 0.203870, 0.779267",\
|
|
"0.032365, 0.042556, 0.073467, 0.203870, 0.779267",\
|
|
"0.032365, 0.042556, 0.073467, 0.203870, 0.779267",\
|
|
"0.032365, 0.042556, 0.073467, 0.203870, 0.779267");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[7] */
|
|
|
|
pin("mgmt_gpio_out[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "4.698071, 4.717953, 4.773455, 4.999012, 5.924281",\
|
|
"4.800517, 4.820399, 4.875902, 5.101459, 6.026726",\
|
|
"4.970764, 4.990645, 5.046148, 5.271705, 6.196973",\
|
|
"5.293280, 5.313162, 5.368664, 5.594222, 6.519490",\
|
|
"5.840537, 5.860419, 5.915922, 6.141479, 7.066746");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034967, 0.052687, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052687, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052687, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052687, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052687, 0.114565, 0.422026, 1.724177");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "5.148926, 5.164948, 5.203586, 5.322315, 5.755675",\
|
|
"5.251372, 5.267394, 5.306032, 5.424760, 5.858120",\
|
|
"5.421618, 5.437640, 5.476278, 5.595007, 6.028367",\
|
|
"5.744135, 5.760157, 5.798795, 5.917523, 6.350883",\
|
|
"6.291392, 6.307414, 6.346052, 6.464780, 6.898140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "4.425869, 4.445751, 4.501254, 4.724114, 5.640358",\
|
|
"4.528315, 4.548196, 4.603699, 4.826559, 5.742803",\
|
|
"4.698561, 4.718443, 4.773945, 4.996806, 5.913050",\
|
|
"5.021078, 5.040960, 5.096463, 5.319323, 6.235566",\
|
|
"5.568335, 5.588216, 5.643719, 5.866579, 6.782823");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034967, 0.052687, 0.114565, 0.416933, 1.701923",\
|
|
"0.034967, 0.052687, 0.114565, 0.416933, 1.701923",\
|
|
"0.034967, 0.052687, 0.114565, 0.416933, 1.701923",\
|
|
"0.034967, 0.052687, 0.114565, 0.416933, 1.701923",\
|
|
"0.034967, 0.052687, 0.114565, 0.416933, 1.701923");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "4.909194, 4.925216, 4.963854, 5.079876, 5.504336",\
|
|
"5.011639, 5.027661, 5.066299, 5.182321, 5.606781",\
|
|
"5.181886, 5.197907, 5.236546, 5.352568, 5.777028",\
|
|
"5.504402, 5.520424, 5.559062, 5.675084, 6.099545",\
|
|
"6.051659, 6.067680, 6.106318, 6.222341, 6.646801");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031696, 0.042337, 0.073361, 0.203698, 0.779681",\
|
|
"0.031696, 0.042337, 0.073361, 0.203698, 0.779681",\
|
|
"0.031696, 0.042337, 0.073361, 0.203698, 0.779681",\
|
|
"0.031696, 0.042337, 0.073361, 0.203698, 0.779681",\
|
|
"0.031696, 0.042337, 0.073361, 0.203698, 0.779681");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.940819, 0.960701, 1.016204, 1.241761, 2.167029",\
|
|
"1.042734, 1.062616, 1.118118, 1.343675, 2.268943",\
|
|
"1.177729, 1.197610, 1.253113, 1.478670, 2.403938",\
|
|
"1.416780, 1.436661, 1.492164, 1.717721, 2.642988",\
|
|
"1.804187, 1.824067, 1.879568, 2.105125, 3.030392");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034967, 0.052686, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052686, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052686, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052686, 0.114565, 0.422026, 1.724177",\
|
|
"0.034967, 0.052686, 0.114565, 0.422026, 1.724177");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.297774, 1.313794, 1.352435, 1.471160, 1.904516",\
|
|
"1.400143, 1.416162, 1.454803, 1.573528, 2.006884",\
|
|
"1.601010, 1.617029, 1.655670, 1.774395, 2.207752",\
|
|
"2.018175, 2.034194, 2.072835, 2.191560, 2.624917",\
|
|
"2.746191, 2.762211, 2.800851, 2.919576, 3.352933");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031698, 0.042337, 0.073359, 0.208810, 0.801673",\
|
|
"0.031698, 0.042337, 0.073359, 0.208810, 0.801673",\
|
|
"0.031698, 0.042337, 0.073359, 0.208810, 0.801673",\
|
|
"0.031698, 0.042337, 0.073359, 0.208810, 0.801673",\
|
|
"0.031698, 0.042337, 0.073359, 0.208810, 0.801673");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.893858, 0.913739, 0.969242, 1.192102, 2.108346",\
|
|
"0.995772, 1.015654, 1.071156, 1.294017, 2.210261",\
|
|
"1.130767, 1.150649, 1.206151, 1.429011, 2.345255",\
|
|
"1.369819, 1.389700, 1.445202, 1.668062, 2.584306",\
|
|
"1.757225, 1.777105, 1.832606, 2.055466, 2.971709");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034961, 0.052682, 0.114562, 0.416933, 1.701923",\
|
|
"0.034961, 0.052682, 0.114562, 0.416933, 1.701923",\
|
|
"0.034961, 0.052682, 0.114562, 0.416933, 1.701923",\
|
|
"0.034961, 0.052682, 0.114562, 0.416933, 1.701923",\
|
|
"0.034961, 0.052682, 0.114562, 0.416933, 1.701923");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.283282, 1.299302, 1.337942, 1.453961, 1.878418",\
|
|
"1.385650, 1.401670, 1.440310, 1.556329, 1.980786",\
|
|
"1.586517, 1.602537, 1.641177, 1.757196, 2.181653",\
|
|
"2.003683, 2.019702, 2.058343, 2.174362, 2.598819",\
|
|
"2.731699, 2.747718, 2.786359, 2.902378, 3.326834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031698, 0.042336, 0.073359, 0.203697, 0.779676",\
|
|
"0.031698, 0.042336, 0.073359, 0.203697, 0.779676",\
|
|
"0.031698, 0.042336, 0.073359, 0.203697, 0.779676",\
|
|
"0.031698, 0.042336, 0.073359, 0.203697, 0.779676",\
|
|
"0.031698, 0.042336, 0.073359, 0.203697, 0.779676");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.012036, 1.031898, 1.087377, 1.312932, 2.238192",\
|
|
"1.114308, 1.134169, 1.189648, 1.415203, 2.340463",\
|
|
"1.249285, 1.269147, 1.324626, 1.550181, 2.475441",\
|
|
"1.486548, 1.506408, 1.561887, 1.787442, 2.712701",\
|
|
"1.877493, 1.897352, 1.952829, 2.178385, 3.103643");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034893, 0.052619, 0.114523, 0.422030, 1.724182",\
|
|
"0.034890, 0.052615, 0.114521, 0.422030, 1.724182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.393638, 1.409660, 1.448298, 1.567026, 2.000386",\
|
|
"1.496321, 1.512343, 1.550981, 1.669709, 2.103069",\
|
|
"1.697260, 1.713282, 1.751920, 1.870648, 2.304008",\
|
|
"2.120312, 2.136334, 2.174972, 2.293700, 2.727061",\
|
|
"2.862059, 2.878080, 2.916718, 3.035447, 3.468807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.964879, 0.984736, 1.040210, 1.263068, 2.179302",\
|
|
"1.067150, 1.087007, 1.142481, 1.365339, 2.281573",\
|
|
"1.202129, 1.221986, 1.277461, 1.500319, 2.416553",\
|
|
"1.439413, 1.459270, 1.514744, 1.737602, 2.653836",\
|
|
"1.830441, 1.850299, 1.905774, 2.128632, 3.044866");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034883, 0.052609, 0.114517, 0.416937, 1.701928");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.378671, 1.394691, 1.433331, 1.549350, 1.973808",\
|
|
"1.481353, 1.497373, 1.536013, 1.652033, 2.076491",\
|
|
"1.682290, 1.698310, 1.736950, 1.852970, 2.277428",\
|
|
"2.105325, 2.121345, 2.159985, 2.276005, 2.700463",\
|
|
"2.847030, 2.863050, 2.901690, 3.017709, 3.442167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.403953, 1.419975, 1.458613, 1.577341, 2.010701",\
|
|
"1.506224, 1.522246, 1.560884, 1.679612, 2.112973",\
|
|
"1.641543, 1.657565, 1.696203, 1.814931, 2.248291",\
|
|
"1.879788, 1.895810, 1.934448, 2.053176, 2.486537",\
|
|
"2.270601, 2.286623, 2.325260, 2.443989, 2.877349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677",\
|
|
"0.031696, 0.042337, 0.073361, 0.208811, 0.801677");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.227458, 1.247319, 1.302799, 1.528354, 2.453614",\
|
|
"1.330141, 1.350002, 1.405481, 1.631037, 2.556296",\
|
|
"1.531155, 1.551016, 1.606495, 1.832051, 2.757310",\
|
|
"1.954962, 1.974823, 2.030301, 2.255856, 3.181116",\
|
|
"2.698467, 2.718327, 2.773805, 2.999360, 3.924618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034895, 0.052620, 0.114524, 0.422030, 1.724182",\
|
|
"0.034893, 0.052619, 0.114523, 0.422030, 1.724182",\
|
|
"0.034890, 0.052615, 0.114521, 0.422030, 1.724182");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.388986, 1.405006, 1.443645, 1.559665, 1.984123",\
|
|
"1.491257, 1.507277, 1.545917, 1.661937, 2.086394",\
|
|
"1.626573, 1.642593, 1.681233, 1.797252, 2.221710",\
|
|
"1.864801, 1.880821, 1.919461, 2.035481, 2.459938",\
|
|
"2.255572, 2.271592, 2.310232, 2.426252, 2.850709");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678",\
|
|
"0.031698, 0.042337, 0.073360, 0.203697, 0.779678");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "1.180300, 1.200158, 1.255632, 1.478490, 2.394724",\
|
|
"1.282983, 1.302840, 1.358315, 1.581173, 2.497407",\
|
|
"1.483999, 1.503856, 1.559330, 1.782188, 2.698422",\
|
|
"1.907827, 1.927684, 1.983158, 2.206016, 3.122250",\
|
|
"2.651416, 2.671274, 2.726749, 2.949607, 3.865841");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000975, 0.011747, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034881, 0.052607, 0.114516, 0.416937, 1.701928",\
|
|
"0.034883, 0.052609, 0.114517, 0.416937, 1.701928");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[6] */
|
|
|
|
pin("mgmt_gpio_out[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001212 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "4.403759, 4.423113, 4.478204, 4.703099, 5.633302",\
|
|
"4.506205, 4.525558, 4.580649, 4.805544, 5.735747",\
|
|
"4.676451, 4.695805, 4.750896, 4.975791, 5.905993",\
|
|
"4.998968, 5.018322, 5.073412, 5.298307, 6.228510",\
|
|
"5.546224, 5.565578, 5.620669, 5.845564, 6.775766");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.033084, 0.050876, 0.113374, 0.422053, 1.725030",\
|
|
"0.033084, 0.050876, 0.113374, 0.422053, 1.725030",\
|
|
"0.033084, 0.050876, 0.113374, 0.422053, 1.725030",\
|
|
"0.033084, 0.050876, 0.113374, 0.422053, 1.725030",\
|
|
"0.033084, 0.050876, 0.113374, 0.422053, 1.725030");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "4.476889, 4.492510, 4.531367, 4.649931, 5.083558",\
|
|
"4.579334, 4.594955, 4.633812, 4.752377, 5.186003",\
|
|
"4.749580, 4.765202, 4.804059, 4.922623, 5.356250",\
|
|
"5.072097, 5.087718, 5.126575, 5.245140, 5.678766",\
|
|
"5.619353, 5.634974, 5.673832, 5.792396, 6.226023");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.032204, 0.042447, 0.073372, 0.209319, 0.803142",\
|
|
"0.032204, 0.042447, 0.073372, 0.209319, 0.803142",\
|
|
"0.032204, 0.042447, 0.073372, 0.209319, 0.803142",\
|
|
"0.032204, 0.042447, 0.073372, 0.209319, 0.803142",\
|
|
"0.032204, 0.042447, 0.073372, 0.209319, 0.803142");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "4.157060, 4.176414, 4.231504, 4.453469, 5.373712",\
|
|
"4.259506, 4.278860, 4.333951, 4.555915, 5.476158",\
|
|
"4.429752, 4.449106, 4.504197, 4.726161, 5.646404",\
|
|
"4.752269, 4.771623, 4.826714, 5.048678, 5.968921",\
|
|
"5.299525, 5.318879, 5.373970, 5.595935, 6.516178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.033084, 0.050876, 0.113374, 0.416525, 1.700484",\
|
|
"0.033084, 0.050876, 0.113374, 0.416525, 1.700484",\
|
|
"0.033084, 0.050876, 0.113374, 0.416525, 1.700484",\
|
|
"0.033084, 0.050876, 0.113374, 0.416525, 1.700484",\
|
|
"0.033084, 0.050876, 0.113374, 0.416525, 1.700484");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "4.238411, 4.254032, 4.292890, 4.408514, 4.832487",\
|
|
"4.340856, 4.356477, 4.395335, 4.510959, 4.934932",\
|
|
"4.511103, 4.526724, 4.565581, 4.681205, 5.105179",\
|
|
"4.833620, 4.849241, 4.888098, 5.003722, 5.427696",\
|
|
"5.380876, 5.396497, 5.435355, 5.550979, 5.974952");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001212, 0.011984, 0.051212, 0.233291, 1.000000");
|
|
values ( "0.032204, 0.042447, 0.073372, 0.203768, 0.779278",\
|
|
"0.032204, 0.042447, 0.073372, 0.203768, 0.779278",\
|
|
"0.032204, 0.042447, 0.073372, 0.203768, 0.779278",\
|
|
"0.032204, 0.042447, 0.073372, 0.203768, 0.779278",\
|
|
"0.032204, 0.042447, 0.073372, 0.203768, 0.779278");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[5] */
|
|
|
|
pin("mgmt_gpio_out[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001126 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "4.329354, 4.348766, 4.403864, 4.628721, 5.558808",\
|
|
"4.431799, 4.451211, 4.506309, 4.731166, 5.661253",\
|
|
"4.602046, 4.621458, 4.676556, 4.901412, 5.831500",\
|
|
"4.924562, 4.943974, 4.999072, 5.223929, 6.154016",\
|
|
"5.471819, 5.491231, 5.546329, 5.771186, 6.701273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.032939, 0.050744, 0.113244, 0.421812, 1.724574",\
|
|
"0.032939, 0.050744, 0.113244, 0.421812, 1.724574",\
|
|
"0.032939, 0.050744, 0.113244, 0.421812, 1.724574",\
|
|
"0.032939, 0.050744, 0.113244, 0.421812, 1.724574",\
|
|
"0.032939, 0.050744, 0.113244, 0.421812, 1.724574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "4.426598, 4.442287, 4.481165, 4.599694, 5.033195",\
|
|
"4.529042, 4.544732, 4.583610, 4.702139, 5.135640",\
|
|
"4.699289, 4.714978, 4.753856, 4.872386, 5.305886",\
|
|
"5.021805, 5.037495, 5.076373, 5.194902, 5.628403",\
|
|
"5.569062, 5.584752, 5.623630, 5.742159, 6.175660");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.032107, 0.042381, 0.073320, 0.209152, 0.802706",\
|
|
"0.032107, 0.042381, 0.073320, 0.209152, 0.802706",\
|
|
"0.032107, 0.042381, 0.073320, 0.209152, 0.802706",\
|
|
"0.032107, 0.042381, 0.073320, 0.209152, 0.802706",\
|
|
"0.032107, 0.042381, 0.073320, 0.209152, 0.802706");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "4.104185, 4.123597, 4.178694, 4.400676, 5.320985",\
|
|
"4.206630, 4.226042, 4.281140, 4.503121, 5.423430",\
|
|
"4.376876, 4.396288, 4.451386, 4.673368, 5.593677",\
|
|
"4.699393, 4.718805, 4.773903, 4.995884, 5.916193",\
|
|
"5.246650, 5.266062, 5.321159, 5.543141, 6.463450");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.032939, 0.050744, 0.113244, 0.416388, 1.700479",\
|
|
"0.032939, 0.050744, 0.113244, 0.416388, 1.700479",\
|
|
"0.032939, 0.050744, 0.113244, 0.416388, 1.700479",\
|
|
"0.032939, 0.050744, 0.113244, 0.416388, 1.700479",\
|
|
"0.032939, 0.050744, 0.113244, 0.416388, 1.700479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "4.198385, 4.214075, 4.252953, 4.368597, 4.792622",\
|
|
"4.300830, 4.316520, 4.355398, 4.471042, 4.895067",\
|
|
"4.471076, 4.486766, 4.525644, 4.641288, 5.065313",\
|
|
"4.793593, 4.809283, 4.848161, 4.963805, 5.387830",\
|
|
"5.340850, 5.356539, 5.395417, 5.511061, 5.935086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001126, 0.011898, 0.051126, 0.233205, 1.000000");
|
|
values ( "0.032107, 0.042381, 0.073320, 0.203705, 0.779283",\
|
|
"0.032107, 0.042381, 0.073320, 0.203705, 0.779283",\
|
|
"0.032107, 0.042381, 0.073320, 0.203705, 0.779283",\
|
|
"0.032107, 0.042381, 0.073320, 0.203705, 0.779283",\
|
|
"0.032107, 0.042381, 0.073320, 0.203705, 0.779283");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[4]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[4] */
|
|
|
|
pin("mgmt_gpio_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001044 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "4.112170, 4.131646, 4.186759, 4.411460, 5.341642",\
|
|
"4.214616, 4.234091, 4.289205, 4.513906, 5.444088",\
|
|
"4.384862, 4.404338, 4.459451, 4.684152, 5.614335",\
|
|
"4.707378, 4.726854, 4.781967, 5.006668, 5.936850",\
|
|
"5.254635, 5.274111, 5.329224, 5.553925, 6.484107");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.032756, 0.050575, 0.113083, 0.421395, 1.723706",\
|
|
"0.032756, 0.050575, 0.113083, 0.421395, 1.723706",\
|
|
"0.032756, 0.050575, 0.113083, 0.421395, 1.723706",\
|
|
"0.032756, 0.050575, 0.113083, 0.421395, 1.723706",\
|
|
"0.032756, 0.050575, 0.113083, 0.421395, 1.723706");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "4.229655, 4.245393, 4.284299, 4.402724, 4.835889",\
|
|
"4.332100, 4.347838, 4.386745, 4.505170, 4.938334",\
|
|
"4.502347, 4.518085, 4.556992, 4.675416, 5.108581",\
|
|
"4.824863, 4.840601, 4.879508, 4.997933, 5.431098",\
|
|
"5.372120, 5.387858, 5.426764, 5.545189, 5.978354");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.032028, 0.042316, 0.073271, 0.208876, 0.801787",\
|
|
"0.032028, 0.042316, 0.073271, 0.208876, 0.801787",\
|
|
"0.032028, 0.042316, 0.073271, 0.208876, 0.801787",\
|
|
"0.032028, 0.042316, 0.073271, 0.208876, 0.801787",\
|
|
"0.032028, 0.042316, 0.073271, 0.208876, 0.801787");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "3.882666, 3.902142, 3.957255, 4.179193, 5.099972",\
|
|
"3.985111, 4.004587, 4.059700, 4.281639, 5.202417",\
|
|
"4.155358, 4.174833, 4.229947, 4.451885, 5.372663",\
|
|
"4.477874, 4.497350, 4.552463, 4.774402, 5.695180",\
|
|
"5.025131, 5.044606, 5.099720, 5.321658, 6.242436");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.032756, 0.050575, 0.113083, 0.416178, 1.700534",\
|
|
"0.032756, 0.050575, 0.113083, 0.416178, 1.700534",\
|
|
"0.032756, 0.050575, 0.113083, 0.416178, 1.700534",\
|
|
"0.032756, 0.050575, 0.113083, 0.416178, 1.700534",\
|
|
"0.032756, 0.050575, 0.113083, 0.416178, 1.700534");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "4.000487, 4.016225, 4.055132, 4.170784, 4.594837",\
|
|
"4.102932, 4.118670, 4.157577, 4.273230, 4.697283",\
|
|
"4.273179, 4.288917, 4.327823, 4.443476, 4.867529",\
|
|
"4.595695, 4.611433, 4.650340, 4.765993, 5.190045",\
|
|
"5.142951, 5.158689, 5.197596, 5.313249, 5.737302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001044, 0.011816, 0.051044, 0.233123, 1.000000");
|
|
values ( "0.032028, 0.042316, 0.073271, 0.203638, 0.779263",\
|
|
"0.032028, 0.042316, 0.073271, 0.203638, 0.779263",\
|
|
"0.032028, 0.042316, 0.073271, 0.203638, 0.779263",\
|
|
"0.032028, 0.042316, 0.073271, 0.203638, 0.779263",\
|
|
"0.032028, 0.042316, 0.073271, 0.203638, 0.779263");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[3] */
|
|
|
|
pin("mgmt_gpio_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001024 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "4.070878, 4.090366, 4.145490, 4.370316, 5.300707",\
|
|
"4.173323, 4.192811, 4.247935, 4.472761, 5.403152",\
|
|
"4.343570, 4.363058, 4.418182, 4.643008, 5.573399",\
|
|
"4.666086, 4.685574, 4.740698, 4.965524, 5.895915",\
|
|
"5.213343, 5.232831, 5.287955, 5.512781, 6.443172");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.032742, 0.050562, 0.113056, 0.421606, 1.724601",\
|
|
"0.032742, 0.050562, 0.113056, 0.421606, 1.724601",\
|
|
"0.032742, 0.050562, 0.113056, 0.421606, 1.724601",\
|
|
"0.032742, 0.050562, 0.113056, 0.421606, 1.724601",\
|
|
"0.032742, 0.050562, 0.113056, 0.421606, 1.724601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "4.195139, 4.210903, 4.249824, 4.368352, 4.801903",\
|
|
"4.297585, 4.313349, 4.352269, 4.470798, 4.904349",\
|
|
"4.467831, 4.483595, 4.522515, 4.641044, 5.074595",\
|
|
"4.790348, 4.806111, 4.845032, 4.963560, 5.397111",\
|
|
"5.337604, 5.353368, 5.392288, 5.510817, 5.944368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.032000, 0.042299, 0.073246, 0.209072, 0.802699",\
|
|
"0.032000, 0.042299, 0.073246, 0.209072, 0.802699",\
|
|
"0.032000, 0.042299, 0.073246, 0.209072, 0.802699",\
|
|
"0.032000, 0.042299, 0.073246, 0.209072, 0.802699",\
|
|
"0.032000, 0.042299, 0.073246, 0.209072, 0.802699");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "3.845696, 3.865184, 3.920307, 4.142261, 5.062872",\
|
|
"3.948141, 3.967629, 4.022753, 4.244706, 5.165317",\
|
|
"4.118387, 4.137876, 4.192999, 4.414952, 5.335564",\
|
|
"4.440903, 4.460392, 4.515515, 4.737468, 5.658080",\
|
|
"4.988160, 5.007648, 5.062772, 5.284725, 6.205336");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.032742, 0.050562, 0.113056, 0.416182, 1.700505",\
|
|
"0.032742, 0.050562, 0.113056, 0.416182, 1.700505",\
|
|
"0.032742, 0.050562, 0.113056, 0.416182, 1.700505",\
|
|
"0.032742, 0.050562, 0.113056, 0.416182, 1.700505",\
|
|
"0.032742, 0.050562, 0.113056, 0.416182, 1.700505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "3.969957, 3.985721, 4.024642, 4.140286, 4.564360",\
|
|
"4.072402, 4.088166, 4.127087, 4.242732, 4.666805",\
|
|
"4.242650, 4.258413, 4.297333, 4.412979, 4.837052",\
|
|
"4.565165, 4.580929, 4.619849, 4.735495, 5.159568",\
|
|
"5.112422, 5.128185, 5.167106, 5.282751, 5.706824");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001024, 0.011796, 0.051024, 0.233103, 1.000000");
|
|
values ( "0.032000, 0.042299, 0.073246, 0.203626, 0.779274",\
|
|
"0.032000, 0.042299, 0.073246, 0.203626, 0.779274",\
|
|
"0.032000, 0.042299, 0.073246, 0.203626, 0.779274",\
|
|
"0.032000, 0.042299, 0.073246, 0.203626, 0.779274",\
|
|
"0.032000, 0.042299, 0.073246, 0.203626, 0.779274");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[2] */
|
|
|
|
pin("mgmt_gpio_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000897 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.763326, 1.782977, 1.838179, 2.063818, 2.989502",\
|
|
"1.868222, 1.887872, 1.943074, 2.168713, 3.094397",\
|
|
"2.031093, 2.050743, 2.105945, 2.331584, 3.257268",\
|
|
"2.337258, 2.356909, 2.412110, 2.637750, 3.563434",\
|
|
"2.873775, 2.893426, 2.948627, 3.174267, 4.099951");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.156390, 2.172445, 2.211168, 2.329962, 2.763746",\
|
|
"2.260594, 2.276649, 2.315372, 2.434165, 2.867949",\
|
|
"2.452987, 2.469042, 2.507765, 2.626559, 3.060342",\
|
|
"2.858999, 2.875053, 2.913777, 3.032570, 3.466354",\
|
|
"3.560255, 3.576310, 3.615033, 3.733827, 4.167610");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.712538, 1.732189, 1.787391, 2.010202, 2.926422",\
|
|
"1.817433, 1.837084, 1.892286, 2.115097, 3.031317",\
|
|
"1.980305, 1.999955, 2.055157, 2.277968, 3.194189",\
|
|
"2.286470, 2.306121, 2.361322, 2.584134, 3.500354",\
|
|
"2.822987, 2.842637, 2.897839, 3.120650, 4.036870");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.125925, 2.141980, 2.180703, 2.296659, 2.721108",\
|
|
"2.230129, 2.246184, 2.284907, 2.400863, 2.825312",\
|
|
"2.422522, 2.438577, 2.477300, 2.593256, 3.017705",\
|
|
"2.828534, 2.844589, 2.883312, 2.999268, 3.423717",\
|
|
"3.529790, 3.545845, 3.584569, 3.700524, 4.124973");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.081106, 3.100756, 3.155958, 3.381598, 4.307281",\
|
|
"3.181579, 3.201229, 3.256431, 3.482070, 4.407754",\
|
|
"3.323639, 3.343290, 3.398492, 3.624131, 4.549815",\
|
|
"3.564502, 3.584152, 3.639354, 3.864994, 4.790678",\
|
|
"3.945266, 3.964917, 4.020119, 4.245758, 5.171442");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "4.714097, 4.730151, 4.768875, 4.887669, 5.321452",\
|
|
"4.819214, 4.835268, 4.873992, 4.992786, 5.426569",\
|
|
"5.016111, 5.032166, 5.070890, 5.189683, 5.623467",\
|
|
"5.396575, 5.412630, 5.451354, 5.570148, 6.003931",\
|
|
"6.075490, 6.091545, 6.130269, 6.249062, 6.682846");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.979847, 2.999498, 3.054699, 3.277511, 4.193731",\
|
|
"3.080320, 3.099971, 3.155172, 3.377984, 4.294204",\
|
|
"3.222381, 3.242031, 3.297233, 3.520044, 4.436265",\
|
|
"3.463243, 3.482893, 3.538095, 3.760906, 4.677126",\
|
|
"3.844007, 3.863658, 3.918859, 4.141670, 5.057891");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "4.359929, 4.375983, 4.414707, 4.530662, 4.955112",\
|
|
"4.465046, 4.481101, 4.519825, 4.635779, 5.060229",\
|
|
"4.661944, 4.677999, 4.716722, 4.832677, 5.257127",\
|
|
"5.042407, 5.058462, 5.097186, 5.213140, 5.637590",\
|
|
"5.721322, 5.737377, 5.776101, 5.892056, 6.316505");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.944132, 3.960187, 3.998910, 4.117704, 4.551487",\
|
|
"4.044605, 4.060660, 4.099384, 4.218177, 4.651960",\
|
|
"4.186666, 4.202720, 4.241444, 4.360237, 4.794021",\
|
|
"4.427527, 4.443582, 4.482306, 4.601099, 5.034883",\
|
|
"4.808292, 4.824347, 4.863070, 4.981864, 5.415647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.703275, 3.722926, 3.778127, 4.003767, 4.929451",\
|
|
"3.808393, 3.828043, 3.883245, 4.108884, 5.034568",\
|
|
"4.005290, 4.024940, 4.080142, 4.305782, 5.231466",\
|
|
"4.385754, 4.405405, 4.460607, 4.686245, 5.611930",\
|
|
"5.064669, 5.084319, 5.139521, 5.365160, 6.290844");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[3]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.864106, 3.880161, 3.918884, 4.034840, 4.459289",\
|
|
"3.964579, 3.980633, 4.019357, 4.135312, 4.559762",\
|
|
"4.106639, 4.122694, 4.161418, 4.277373, 4.701822",\
|
|
"4.347502, 4.363556, 4.402280, 4.518235, 4.942685",\
|
|
"4.728266, 4.744320, 4.783044, 4.898999, 5.323449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.327914, 3.347564, 3.402766, 3.625577, 4.541798",\
|
|
"3.433031, 3.452682, 3.507884, 3.730695, 4.646915",\
|
|
"3.629929, 3.649580, 3.704781, 3.927593, 4.843812",\
|
|
"4.010393, 4.030043, 4.085245, 4.308056, 5.224277",\
|
|
"4.689308, 4.708959, 4.764161, 4.986971, 5.903192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.972370, 2.992021, 3.047222, 3.272862, 4.198546",\
|
|
"3.081650, 3.101300, 3.156502, 3.382141, 4.307825",\
|
|
"3.279442, 3.299093, 3.354294, 3.579933, 4.505618",\
|
|
"3.698008, 3.717659, 3.772860, 3.998500, 4.924184",\
|
|
"4.442097, 4.461748, 4.516950, 4.742589, 5.668273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.836997, 3.853052, 3.891775, 4.010569, 4.444352",\
|
|
"3.946276, 3.962331, 4.001055, 4.119848, 4.553632",\
|
|
"4.144069, 4.160123, 4.198847, 4.317640, 4.751424",\
|
|
"4.562634, 4.578689, 4.617413, 4.736207, 5.169990",\
|
|
"5.306724, 5.322779, 5.361503, 5.480296, 5.914079");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.906560, 2.926211, 2.981412, 3.204223, 4.120443",\
|
|
"3.015839, 3.035490, 3.090691, 3.313503, 4.229723",\
|
|
"3.213632, 3.233282, 3.288484, 3.511295, 4.427515",\
|
|
"3.632198, 3.651849, 3.707050, 3.929861, 4.846082",\
|
|
"4.376287, 4.395938, 4.451140, 4.673951, 5.590171");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988",\
|
|
"0.033819, 0.051619, 0.113836, 0.416860, 1.701988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.792646, 3.808701, 3.847425, 3.963380, 4.387829",\
|
|
"3.901926, 3.917981, 3.956704, 4.072659, 4.497109",\
|
|
"4.099718, 4.115773, 4.154497, 4.270452, 4.694901",\
|
|
"4.518284, 4.534339, 4.573063, 4.689018, 5.113467",\
|
|
"5.262374, 5.278429, 5.317153, 5.433107, 5.857557");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620",\
|
|
"0.031647, 0.042261, 0.073269, 0.203623, 0.779620");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "8.021614, 8.041265, 8.096467, 8.322106, 9.247790",\
|
|
"8.124060, 8.143711, 8.198912, 8.424552, 9.350236",\
|
|
"8.294307, 8.313958, 8.369159, 8.594799, 9.520483",\
|
|
"8.616823, 8.636475, 8.691675, 8.917315, 9.842999",\
|
|
"9.164080, 9.183731, 9.238932, 9.464572, 10.390256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033819, 0.051619, 0.113836, 0.422197, 1.725322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "9.031921, 9.047977, 9.086700, 9.205494, 9.639278",\
|
|
"9.134367, 9.150423, 9.189146, 9.307940, 9.741724",\
|
|
"9.304613, 9.320669, 9.359392, 9.478186, 9.911970",\
|
|
"9.627129, 9.643185, 9.681908, 9.800701, 10.234486",\
|
|
"10.174385, 10.190441, 10.229164, 10.347958, 10.781742");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687",\
|
|
"0.031647, 0.042261, 0.073269, 0.208983, 0.802687");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "2.608425, 2.628049, 2.683220, 2.906028, 3.822238",\
|
|
"2.710870, 2.730493, 2.785664, 3.008472, 3.924682",\
|
|
"2.881103, 2.900727, 2.955897, 3.178706, 4.094915",\
|
|
"3.203574, 3.223197, 3.278368, 3.501177, 4.417386",\
|
|
"3.750879, 3.770502, 3.825673, 4.048481, 4.964691");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033725, 0.051532, 0.113782, 0.416865, 1.701994",\
|
|
"0.033725, 0.051532, 0.113782, 0.416865, 1.701994",\
|
|
"0.033725, 0.051532, 0.113782, 0.416865, 1.701994",\
|
|
"0.033725, 0.051532, 0.113782, 0.416865, 1.701994",\
|
|
"0.033725, 0.051532, 0.113782, 0.416865, 1.701994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "3.024899, 3.040951, 3.079677, 3.195630, 3.620076",\
|
|
"3.127343, 3.143395, 3.182122, 3.298074, 3.722520",\
|
|
"3.297576, 3.313629, 3.352355, 3.468307, 3.892754",\
|
|
"3.620047, 3.636100, 3.674825, 3.790778, 4.215224",\
|
|
"4.167352, 4.183404, 4.222131, 4.338083, 4.762529");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779616");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.052082, 1.071733, 1.126934, 1.352574, 2.278257",\
|
|
"1.155998, 1.175649, 1.230850, 1.456489, 2.382173",\
|
|
"1.314828, 1.334479, 1.389680, 1.615320, 2.541003",\
|
|
"1.610718, 1.630370, 1.685572, 1.911211, 2.836896",\
|
|
"2.125492, 2.145146, 2.200351, 2.425990, 3.351675");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033818, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033818, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033818, 0.051619, 0.113836, 0.422197, 1.725322",\
|
|
"0.033821, 0.051621, 0.113837, 0.422197, 1.725322",\
|
|
"0.033829, 0.051629, 0.113842, 0.422197, 1.725322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.308711, 1.324763, 1.363490, 1.482280, 1.916060",\
|
|
"1.413733, 1.429786, 1.468512, 1.587302, 2.021082",\
|
|
"1.607441, 1.623494, 1.662220, 1.781010, 2.214790",\
|
|
"1.996976, 2.013029, 2.051755, 2.170545, 2.604325",\
|
|
"2.649255, 2.665307, 2.704034, 2.822824, 3.256603");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031649, 0.042260, 0.073268, 0.208981, 0.802682",\
|
|
"0.031649, 0.042260, 0.073268, 0.208981, 0.802682",\
|
|
"0.031649, 0.042260, 0.073268, 0.208981, 0.802682",\
|
|
"0.031649, 0.042260, 0.073268, 0.208981, 0.802682",\
|
|
"0.031649, 0.042260, 0.073268, 0.208981, 0.802682");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.017544, 1.037195, 1.092396, 1.315207, 2.231428",\
|
|
"1.121460, 1.141110, 1.196312, 1.419123, 2.335343",\
|
|
"1.280290, 1.299941, 1.355142, 1.577953, 2.494174",\
|
|
"1.576180, 1.595832, 1.651034, 1.873845, 2.790066",\
|
|
"2.090954, 2.110608, 2.165812, 2.388624, 3.304846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.033818, 0.051619, 0.113836, 0.416860, 1.701987",\
|
|
"0.033818, 0.051619, 0.113836, 0.416860, 1.701987",\
|
|
"0.033818, 0.051619, 0.113836, 0.416860, 1.701987",\
|
|
"0.033821, 0.051621, 0.113837, 0.416860, 1.701987",\
|
|
"0.033829, 0.051629, 0.113842, 0.416860, 1.701987");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "1.289194, 1.305246, 1.343972, 1.459924, 1.884370",\
|
|
"1.394216, 1.410268, 1.448995, 1.564946, 1.989392",\
|
|
"1.587924, 1.603976, 1.642703, 1.758655, 2.183100",\
|
|
"1.977459, 1.993511, 2.032238, 2.148190, 2.572635",\
|
|
"2.629737, 2.645790, 2.684516, 2.800468, 3.224914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000897, 0.011670, 0.050897, 0.232976, 1.000000");
|
|
values ( "0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779616",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779615",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779615",\
|
|
"0.031649, 0.042260, 0.073268, 0.203622, 0.779615");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[1] */
|
|
|
|
pin("mgmt_gpio_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.953959, 0.973581, 1.028633, 1.254151, 2.179551",\
|
|
"1.057718, 1.077340, 1.132392, 1.357910, 2.283310",\
|
|
"1.216824, 1.236446, 1.291498, 1.517017, 2.442416",\
|
|
"1.512970, 1.532591, 1.587643, 1.813162, 2.738561",\
|
|
"2.025600, 2.045220, 2.100271, 2.325789, 3.251189");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.297740, 1.313915, 1.352701, 1.471374, 1.904799",\
|
|
"1.402769, 1.418944, 1.457730, 1.576404, 2.009829",\
|
|
"1.596823, 1.612998, 1.651784, 1.770457, 2.203882",\
|
|
"1.986107, 2.002282, 2.041069, 2.159742, 2.593166",\
|
|
"2.635718, 2.651892, 2.690679, 2.809352, 3.242776");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.953744, 0.973361, 1.028407, 1.251232, 2.167603",\
|
|
"1.057503, 1.077120, 1.132167, 1.354991, 2.271362",\
|
|
"1.216611, 1.236228, 1.291274, 1.514099, 2.430470",\
|
|
"1.512773, 1.532390, 1.587437, 1.810261, 2.726632",\
|
|
"2.025504, 2.045122, 2.100170, 2.322995, 3.239366");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033006, 0.050873, 0.113273, 0.416595, 1.702021");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.297013, 1.313185, 1.351974, 1.467941, 1.892459",\
|
|
"1.402042, 1.418214, 1.457003, 1.572970, 1.997488",\
|
|
"1.596097, 1.612270, 1.651059, 1.767026, 2.191544",\
|
|
"1.985408, 2.001580, 2.040370, 2.156336, 2.580854",\
|
|
"2.635094, 2.651266, 2.690055, 2.806022, 3.230540");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.375762, 1.391937, 1.430723, 1.549396, 1.982821",\
|
|
"1.479521, 1.495696, 1.534482, 1.653155, 2.086580",\
|
|
"1.638946, 1.655121, 1.693907, 1.812581, 2.246006",\
|
|
"1.936585, 1.952760, 1.991546, 2.110219, 2.543644",\
|
|
"2.448757, 2.464932, 2.503719, 2.622391, 3.055816");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042121, 0.073155, 0.208593, 0.801589");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.101057, 1.120678, 1.175731, 1.401249, 2.326649",\
|
|
"1.206086, 1.225708, 1.280760, 1.506278, 2.431678",\
|
|
"1.400241, 1.419863, 1.474915, 1.700433, 2.625833",\
|
|
"1.790494, 1.810116, 1.865167, 2.090686, 3.016085",\
|
|
"2.442087, 2.461707, 2.516758, 2.742276, 3.667675");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724274",\
|
|
"0.033017, 0.050884, 0.113280, 0.421683, 1.724275");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.375035, 1.391207, 1.429996, 1.545963, 1.970481",\
|
|
"1.478794, 1.494966, 1.533755, 1.649722, 2.074240",\
|
|
"1.638221, 1.654394, 1.693183, 1.809149, 2.233667",\
|
|
"1.935886, 1.952058, 1.990847, 2.106814, 2.531332",\
|
|
"2.448133, 2.464306, 2.503095, 2.619062, 3.043580");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031471, 0.042120, 0.073153, 0.203483, 0.779588");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.100841, 1.120458, 1.175506, 1.398330, 2.314701",\
|
|
"1.205871, 1.225488, 1.280535, 1.503359, 2.419730",\
|
|
"1.400028, 1.419644, 1.474692, 1.697516, 2.613887",\
|
|
"1.790297, 1.809914, 1.864961, 2.087785, 3.004157",\
|
|
"2.441990, 2.461609, 2.516657, 2.739482, 3.655853");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033001, 0.050869, 0.113271, 0.416595, 1.702021",\
|
|
"0.033006, 0.050873, 0.113273, 0.416595, 1.702021");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.861988, 0.881637, 0.936721, 1.162242, 2.087653",\
|
|
"0.963977, 0.983627, 1.038710, 1.264232, 2.189642",\
|
|
"1.098998, 1.118648, 1.173731, 1.399253, 2.324663",\
|
|
"1.337785, 1.357434, 1.412517, 1.638039, 2.563449",\
|
|
"1.726259, 1.745908, 1.800991, 2.026513, 2.951923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033113, 0.050972, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050972, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050972, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050972, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050972, 0.113335, 0.421677, 1.724268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.245496, 1.261669, 1.300458, 1.419127, 1.852548",\
|
|
"1.347931, 1.364103, 1.402893, 1.521562, 1.954983",\
|
|
"1.548788, 1.564961, 1.603750, 1.722420, 2.155840",\
|
|
"1.966897, 1.983070, 2.021859, 2.140528, 2.573949",\
|
|
"2.697127, 2.713299, 2.752089, 2.870758, 3.304178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031472, 0.042120, 0.073153, 0.208592, 0.801584",\
|
|
"0.031472, 0.042120, 0.073153, 0.208592, 0.801584",\
|
|
"0.031472, 0.042120, 0.073153, 0.208592, 0.801584",\
|
|
"0.031472, 0.042120, 0.073153, 0.208592, 0.801584",\
|
|
"0.031472, 0.042120, 0.073153, 0.208592, 0.801585");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.861988, 0.881637, 0.936721, 1.159548, 2.075932",\
|
|
"0.963977, 0.983627, 1.038710, 1.261538, 2.177922",\
|
|
"1.098998, 1.118648, 1.173731, 1.396559, 2.312942",\
|
|
"1.337785, 1.357434, 1.412517, 1.635345, 2.551728",\
|
|
"1.726259, 1.745908, 1.800991, 2.023819, 2.940202");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033111, 0.050971, 0.113334, 0.416589, 1.702013",\
|
|
"0.033111, 0.050971, 0.113334, 0.416589, 1.702013",\
|
|
"0.033111, 0.050971, 0.113334, 0.416589, 1.702013",\
|
|
"0.033111, 0.050971, 0.113334, 0.416589, 1.702014",\
|
|
"0.033111, 0.050971, 0.113334, 0.416589, 1.702014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "1.245496, 1.261669, 1.300458, 1.416424, 1.840942",\
|
|
"1.347931, 1.364103, 1.402893, 1.518859, 1.943377",\
|
|
"1.548788, 1.564961, 1.603750, 1.719716, 2.144234",\
|
|
"1.966897, 1.983070, 2.021859, 2.137825, 2.562343",\
|
|
"2.697127, 2.713299, 2.752089, 2.868055, 3.292573");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031472, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031472, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031472, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031472, 0.042120, 0.073153, 0.203483, 0.779588",\
|
|
"0.031472, 0.042120, 0.073153, 0.203483, 0.779588");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "4.628555, 4.648205, 4.703289, 4.928810, 5.854221",\
|
|
"4.731001, 4.750651, 4.805735, 5.031256, 5.956667",\
|
|
"4.901248, 4.920898, 4.975982, 5.201503, 6.126914",\
|
|
"5.223764, 5.243414, 5.298498, 5.524019, 6.449430",\
|
|
"5.771021, 5.790671, 5.845755, 6.071276, 6.996686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033113, 0.050973, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050973, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050973, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050973, 0.113335, 0.421677, 1.724268",\
|
|
"0.033113, 0.050973, 0.113335, 0.421677, 1.724268");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "5.106448, 5.122622, 5.161409, 5.280082, 5.713506",\
|
|
"5.208893, 5.225068, 5.263855, 5.382527, 5.815952",\
|
|
"5.379139, 5.395314, 5.434101, 5.552773, 5.986198",\
|
|
"5.701656, 5.717831, 5.756617, 5.875290, 6.308714",\
|
|
"6.248912, 6.265087, 6.303874, 6.422546, 6.855971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031469, 0.042120, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042120, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042120, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042120, 0.073155, 0.208593, 0.801589",\
|
|
"0.031469, 0.042120, 0.073155, 0.208593, 0.801589");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "4.403316, 4.422966, 4.478049, 4.700877, 5.617260",\
|
|
"4.505761, 4.525411, 4.580494, 4.803322, 5.719706",\
|
|
"4.676007, 4.695657, 4.750741, 4.973568, 5.889952",\
|
|
"4.998524, 5.018174, 5.073258, 5.296085, 6.212469",\
|
|
"5.545781, 5.565431, 5.620514, 5.843342, 6.759726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.033113, 0.050973, 0.113335, 0.416589, 1.702014",\
|
|
"0.033113, 0.050973, 0.113335, 0.416589, 1.702014",\
|
|
"0.033113, 0.050973, 0.113335, 0.416589, 1.702014",\
|
|
"0.033113, 0.050973, 0.113335, 0.416589, 1.702014",\
|
|
"0.033113, 0.050973, 0.113335, 0.416589, 1.702014");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "4.881208, 4.897383, 4.936169, 5.052139, 5.476661",\
|
|
"4.983653, 4.999828, 5.038614, 5.154584, 5.579106",\
|
|
"5.153900, 5.170074, 5.208861, 5.324831, 5.749352",\
|
|
"5.476416, 5.492591, 5.531377, 5.647347, 6.071869",\
|
|
"6.023673, 6.039847, 6.078634, 6.194603, 6.619125");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000722, 0.011495, 0.050722, 0.232801, 1.000000");
|
|
values ( "0.031469, 0.042120, 0.073155, 0.203484, 0.779592",\
|
|
"0.031469, 0.042120, 0.073155, 0.203484, 0.779592",\
|
|
"0.031469, 0.042120, 0.073155, 0.203484, 0.779592",\
|
|
"0.031469, 0.042120, 0.073155, 0.203484, 0.779592",\
|
|
"0.031469, 0.042120, 0.073155, 0.203484, 0.779592");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[0]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[0] */
|
|
} /* end of bus mgmt_gpio_out */
|
|
bus ( pll90_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll90_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001734 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "4.620932, 4.642223, 4.700088, 4.926877, 5.856255",\
|
|
"4.723377, 4.744668, 4.802533, 5.029323, 5.958700",\
|
|
"4.893624, 4.914915, 4.972780, 5.199569, 6.128947",\
|
|
"5.216140, 5.237431, 5.295296, 5.522086, 6.451463",\
|
|
"5.763397, 5.784688, 5.842553, 6.069342, 6.998720");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.043520, 0.060553, 0.119811, 0.425246, 1.732309",\
|
|
"0.043520, 0.060553, 0.119811, 0.425246, 1.732309",\
|
|
"0.043520, 0.060553, 0.119811, 0.425246, 1.732309",\
|
|
"0.043520, 0.060553, 0.119811, 0.425246, 1.732309",\
|
|
"0.043520, 0.060553, 0.119811, 0.425246, 1.732309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "4.692513, 4.708594, 4.748160, 4.868769, 5.295953",\
|
|
"4.794958, 4.811040, 4.850605, 4.971214, 5.398398",\
|
|
"4.965205, 4.981287, 5.020853, 5.141461, 5.568645",\
|
|
"5.287722, 5.303803, 5.343369, 5.463978, 5.891161",\
|
|
"5.834978, 5.851060, 5.890625, 6.011234, 6.438418");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.035877, 0.045954, 0.075860, 0.212568, 0.805657",\
|
|
"0.035877, 0.045954, 0.075860, 0.212568, 0.805657",\
|
|
"0.035877, 0.045954, 0.075860, 0.212568, 0.805657",\
|
|
"0.035877, 0.045954, 0.075860, 0.212568, 0.805657",\
|
|
"0.035877, 0.045954, 0.075860, 0.212568, 0.805657");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "4.361711, 4.383002, 4.440867, 4.663700, 5.579683",\
|
|
"4.464157, 4.485447, 4.543313, 4.766145, 5.682128",\
|
|
"4.634403, 4.655694, 4.713559, 4.936391, 5.852375",\
|
|
"4.956920, 4.978210, 5.036076, 5.258909, 6.174891",\
|
|
"5.504176, 5.525467, 5.583332, 5.806165, 6.722147");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.043520, 0.060553, 0.119811, 0.417795, 1.699279",\
|
|
"0.043520, 0.060553, 0.119811, 0.417795, 1.699279",\
|
|
"0.043520, 0.060553, 0.119811, 0.417795, 1.699279",\
|
|
"0.043520, 0.060553, 0.119811, 0.417795, 1.699279",\
|
|
"0.043520, 0.060553, 0.119811, 0.417795, 1.699279");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "4.456061, 4.472142, 4.511708, 4.628345, 5.052020",\
|
|
"4.558506, 4.574588, 4.614154, 4.730790, 5.154465",\
|
|
"4.728753, 4.744834, 4.784400, 4.901036, 5.324711",\
|
|
"5.051270, 5.067351, 5.106917, 5.223553, 5.647228",\
|
|
"5.598526, 5.614608, 5.654173, 5.770810, 6.194485");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001734, 0.012506, 0.051734, 0.233813, 1.000000");
|
|
values ( "0.035877, 0.045954, 0.075860, 0.205080, 0.780003",\
|
|
"0.035877, 0.045954, 0.075860, 0.205080, 0.780003",\
|
|
"0.035877, 0.045954, 0.075860, 0.205080, 0.780003",\
|
|
"0.035877, 0.045954, 0.075860, 0.205080, 0.780003",\
|
|
"0.035877, 0.045954, 0.075860, 0.205080, 0.780003");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[2] */
|
|
|
|
pin("pll90_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002284 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "4.850370, 4.869770, 4.925773, 5.152850, 6.082681",\
|
|
"4.952816, 4.972215, 5.028218, 5.255295, 6.185125",\
|
|
"5.123063, 5.142462, 5.198465, 5.425542, 6.355372",\
|
|
"5.445579, 5.464978, 5.520981, 5.748058, 6.677889",\
|
|
"5.992836, 6.012235, 6.068238, 6.295315, 7.225145");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.038830, 0.056176, 0.117390, 0.427525, 1.738777",\
|
|
"0.038830, 0.056176, 0.117390, 0.427525, 1.738777",\
|
|
"0.038830, 0.056176, 0.117390, 0.427525, 1.738777",\
|
|
"0.038830, 0.056176, 0.117390, 0.427525, 1.738777",\
|
|
"0.038830, 0.056176, 0.117390, 0.427525, 1.738777");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "4.393114, 4.408162, 4.446603, 4.566769, 4.994338",\
|
|
"4.495559, 4.510607, 4.549048, 4.669214, 5.096783",\
|
|
"4.665805, 4.680853, 4.719295, 4.839460, 5.267029",\
|
|
"4.988322, 5.003370, 5.041811, 5.161977, 5.589546",\
|
|
"5.535578, 5.550626, 5.589067, 5.709233, 6.136802");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.033233, 0.043401, 0.074101, 0.213240, 0.808845",\
|
|
"0.033233, 0.043401, 0.074101, 0.213240, 0.808845",\
|
|
"0.033233, 0.043401, 0.074101, 0.213240, 0.808845",\
|
|
"0.033233, 0.043401, 0.074101, 0.213240, 0.808845",\
|
|
"0.033233, 0.043401, 0.074101, 0.213240, 0.808845");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "4.555422, 4.574821, 4.630825, 4.853384, 5.768249",\
|
|
"4.657868, 4.677267, 4.733270, 4.955830, 5.870695",\
|
|
"4.828114, 4.847513, 4.903516, 5.126076, 6.040941",\
|
|
"5.150631, 5.170031, 5.226033, 5.448593, 6.363458",\
|
|
"5.697887, 5.717287, 5.773290, 5.995849, 6.910714");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.038830, 0.056176, 0.117390, 0.419035, 1.701819",\
|
|
"0.038830, 0.056176, 0.117390, 0.419035, 1.701819",\
|
|
"0.038830, 0.056176, 0.117390, 0.419035, 1.701819",\
|
|
"0.038830, 0.056176, 0.117390, 0.419035, 1.701819",\
|
|
"0.038830, 0.056176, 0.117390, 0.419035, 1.701819");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "4.146017, 4.161065, 4.199505, 4.315134, 4.738868",\
|
|
"4.248462, 4.263510, 4.301951, 4.417580, 4.841313",\
|
|
"4.418708, 4.433756, 4.472198, 4.587826, 5.011559",\
|
|
"4.741225, 4.756273, 4.794714, 4.910343, 5.334076",\
|
|
"5.288482, 5.303530, 5.341971, 5.457599, 5.881333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002284, 0.013056, 0.052284, 0.234363, 1.000000");
|
|
values ( "0.033233, 0.043401, 0.074101, 0.204704, 0.779697",\
|
|
"0.033233, 0.043401, 0.074101, 0.204704, 0.779697",\
|
|
"0.033233, 0.043401, 0.074101, 0.204704, 0.779697",\
|
|
"0.033233, 0.043401, 0.074101, 0.204704, 0.779697",\
|
|
"0.033233, 0.043401, 0.074101, 0.204704, 0.779697");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[1] */
|
|
|
|
pin("pll90_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001405 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "4.378505, 4.398793, 4.455149, 4.681527, 5.609593",\
|
|
"4.480950, 4.501238, 4.557595, 4.783972, 5.712039",\
|
|
"4.651196, 4.671484, 4.727841, 4.954218, 5.882285",\
|
|
"4.973713, 4.994001, 5.050357, 5.276735, 6.204802",\
|
|
"5.520969, 5.541257, 5.597614, 5.823991, 6.752058");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.038216, 0.055660, 0.116589, 0.424325, 1.731493",\
|
|
"0.038216, 0.055660, 0.116589, 0.424325, 1.731493",\
|
|
"0.038216, 0.055660, 0.116589, 0.424325, 1.731493",\
|
|
"0.038216, 0.055660, 0.116589, 0.424325, 1.731493",\
|
|
"0.038216, 0.055660, 0.116589, 0.424325, 1.731493");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "4.525907, 4.541874, 4.580891, 4.700708, 5.136683",\
|
|
"4.628352, 4.644320, 4.683337, 4.803154, 5.239129",\
|
|
"4.798598, 4.814566, 4.853583, 4.973400, 5.409375",\
|
|
"5.121115, 5.137082, 5.176099, 5.295917, 5.731892",\
|
|
"5.668371, 5.684339, 5.723356, 5.843173, 6.279148");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.033504, 0.043870, 0.074392, 0.211190, 0.809227",\
|
|
"0.033504, 0.043870, 0.074392, 0.211190, 0.809227",\
|
|
"0.033504, 0.043870, 0.074392, 0.211190, 0.809227",\
|
|
"0.033504, 0.043870, 0.074392, 0.211190, 0.809227",\
|
|
"0.033504, 0.043870, 0.074392, 0.211190, 0.809227");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "4.138003, 4.158291, 4.214647, 4.437412, 5.353428",\
|
|
"4.240448, 4.260736, 4.317092, 4.539857, 5.455874",\
|
|
"4.410695, 4.430983, 4.487339, 4.710104, 5.626121",\
|
|
"4.733212, 4.753500, 4.809856, 5.032620, 5.948637",\
|
|
"5.280468, 5.300756, 5.357112, 5.579876, 6.495893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.038216, 0.055660, 0.116589, 0.417513, 1.701762",\
|
|
"0.038216, 0.055660, 0.116589, 0.417513, 1.701762",\
|
|
"0.038216, 0.055660, 0.116589, 0.417513, 1.701762",\
|
|
"0.038216, 0.055660, 0.116589, 0.417513, 1.701762",\
|
|
"0.038216, 0.055660, 0.116589, 0.417513, 1.701762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "4.295222, 4.311189, 4.350206, 4.466396, 4.890477",\
|
|
"4.397667, 4.413635, 4.452652, 4.568842, 4.992923",\
|
|
"4.567914, 4.583881, 4.622899, 4.739089, 5.163169",\
|
|
"4.890430, 4.906398, 4.945415, 5.061605, 5.485686",\
|
|
"5.437687, 5.453654, 5.492671, 5.608861, 6.032942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001405, 0.012178, 0.051405, 0.233484, 1.000000");
|
|
values ( "0.033504, 0.043870, 0.074392, 0.204345, 0.779814",\
|
|
"0.033504, 0.043870, 0.074392, 0.204345, 0.779814",\
|
|
"0.033504, 0.043870, 0.074392, 0.204345, 0.779814",\
|
|
"0.033504, 0.043870, 0.074392, 0.204345, 0.779814",\
|
|
"0.033504, 0.043870, 0.074392, 0.204345, 0.779814");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll90_sel[0] */
|
|
} /* end of bus pll90_sel */
|
|
bus ( pll_div ) {
|
|
|
|
bus_type : BUS5_type3 ;
|
|
direction : output ;
|
|
|
|
pin("pll_div[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001245 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.259068, 4.278901, 4.334605, 4.560925, 5.488946",\
|
|
"4.361513, 4.381346, 4.437050, 4.663371, 5.591391",\
|
|
"4.531759, 4.551592, 4.607297, 4.833617, 5.761638",\
|
|
"4.854276, 4.874109, 4.929813, 5.156134, 6.084154",\
|
|
"5.401533, 5.421366, 5.477070, 5.703391, 6.631411");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.035843, 0.053464, 0.115119, 0.424170, 1.731626",\
|
|
"0.035843, 0.053464, 0.115119, 0.424170, 1.731626",\
|
|
"0.035843, 0.053464, 0.115119, 0.424170, 1.731626",\
|
|
"0.035843, 0.053464, 0.115119, 0.424170, 1.731626",\
|
|
"0.035843, 0.053464, 0.115119, 0.424170, 1.731626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.438775, 4.454688, 4.493460, 4.613033, 5.049206",\
|
|
"4.541221, 4.557133, 4.595905, 4.715479, 5.151652",\
|
|
"4.711467, 4.727380, 4.766152, 4.885725, 5.321899",\
|
|
"5.033984, 5.049896, 5.088668, 5.208242, 5.644415",\
|
|
"5.581241, 5.597153, 5.635925, 5.755499, 6.191672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.032358, 0.042860, 0.073664, 0.210831, 0.809135",\
|
|
"0.032358, 0.042860, 0.073664, 0.210831, 0.809135",\
|
|
"0.032358, 0.042860, 0.073664, 0.210831, 0.809135",\
|
|
"0.032358, 0.042860, 0.073664, 0.210831, 0.809135",\
|
|
"0.032358, 0.042860, 0.073664, 0.210831, 0.809135");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.033832, 4.053665, 4.109369, 4.332079, 5.248046",\
|
|
"4.136277, 4.156111, 4.211815, 4.434525, 5.350492",\
|
|
"4.306524, 4.326357, 4.382061, 4.604771, 5.520739",\
|
|
"4.629041, 4.648874, 4.704578, 4.927288, 5.843256",\
|
|
"5.176297, 5.196130, 5.251835, 5.474544, 6.390512");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.035843, 0.053464, 0.115119, 0.417363, 1.701897",\
|
|
"0.035843, 0.053464, 0.115119, 0.417363, 1.701897",\
|
|
"0.035843, 0.053464, 0.115119, 0.417363, 1.701897",\
|
|
"0.035843, 0.053464, 0.115119, 0.417363, 1.701897",\
|
|
"0.035843, 0.053464, 0.115119, 0.417363, 1.701897");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "4.213540, 4.229453, 4.268225, 4.384173, 4.808450",\
|
|
"4.315986, 4.331898, 4.370670, 4.486619, 4.910895",\
|
|
"4.486232, 4.502144, 4.540916, 4.656865, 5.081141",\
|
|
"4.808748, 4.824661, 4.863433, 4.979381, 5.403658",\
|
|
"5.356005, 5.371917, 5.410689, 5.526638, 5.950914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001245, 0.012017, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.032358, 0.042860, 0.073664, 0.203991, 0.779723",\
|
|
"0.032358, 0.042860, 0.073664, 0.203991, 0.779723",\
|
|
"0.032358, 0.042860, 0.073664, 0.203991, 0.779723",\
|
|
"0.032358, 0.042860, 0.073664, 0.203991, 0.779723",\
|
|
"0.032358, 0.042860, 0.073664, 0.203991, 0.779723");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[4]_redg_min*/
|
|
|
|
} /* end of pin pll_div[4] */
|
|
|
|
pin("pll_div[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002071 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "4.450773, 4.470579, 4.526905, 4.753752, 5.682933",\
|
|
"4.553219, 4.573025, 4.629350, 4.856198, 5.785379",\
|
|
"4.723465, 4.743271, 4.799597, 5.026444, 5.955626",\
|
|
"5.045982, 5.065788, 5.122113, 5.348961, 6.278142",\
|
|
"5.593238, 5.613044, 5.669370, 5.896217, 6.825399");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.039461, 0.056775, 0.117658, 0.426534, 1.736195",\
|
|
"0.039461, 0.056775, 0.117658, 0.426534, 1.736195",\
|
|
"0.039461, 0.056775, 0.117658, 0.426534, 1.736195",\
|
|
"0.039461, 0.056775, 0.117658, 0.426534, 1.736195",\
|
|
"0.039461, 0.056775, 0.117658, 0.426534, 1.736195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "4.579870, 4.595302, 4.634156, 4.754403, 5.181766",\
|
|
"4.682315, 4.697748, 4.736602, 4.856848, 5.284211",\
|
|
"4.852562, 4.867994, 4.906848, 5.027095, 5.454458",\
|
|
"5.175078, 5.190511, 5.229365, 5.349611, 5.776974",\
|
|
"5.722335, 5.737767, 5.776621, 5.896868, 6.324231");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.034230, 0.044369, 0.074780, 0.212796, 0.806993",\
|
|
"0.034230, 0.044369, 0.074780, 0.212796, 0.806993",\
|
|
"0.034230, 0.044369, 0.074780, 0.212796, 0.806993",\
|
|
"0.034230, 0.044369, 0.074780, 0.212796, 0.806993",\
|
|
"0.034230, 0.044369, 0.074780, 0.212796, 0.806993");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "4.162133, 4.181939, 4.238264, 4.460913, 5.376146",\
|
|
"4.264578, 4.284384, 4.340709, 4.563358, 5.478591",\
|
|
"4.434825, 4.454631, 4.510956, 4.733604, 5.648839",\
|
|
"4.757341, 4.777147, 4.833473, 5.056121, 5.971355",\
|
|
"5.304598, 5.324404, 5.380729, 5.603377, 6.518611");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.039461, 0.056775, 0.117658, 0.418622, 1.701755",\
|
|
"0.039461, 0.056775, 0.117658, 0.418622, 1.701755",\
|
|
"0.039461, 0.056775, 0.117658, 0.418622, 1.701755",\
|
|
"0.039461, 0.056775, 0.117658, 0.418622, 1.701755",\
|
|
"0.039461, 0.056775, 0.117658, 0.418622, 1.701755");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "4.324863, 4.340295, 4.379148, 4.495177, 4.918890",\
|
|
"4.427308, 4.442740, 4.481594, 4.597622, 5.021336",\
|
|
"4.597555, 4.612987, 4.651840, 4.767869, 5.191582",\
|
|
"4.920071, 4.935503, 4.974357, 5.090385, 5.514099",\
|
|
"5.467328, 5.482760, 5.521613, 5.637641, 6.061355");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002071, 0.012843, 0.052071, 0.234150, 1.000000");
|
|
values ( "0.034228, 0.044367, 0.074779, 0.204843, 0.779813",\
|
|
"0.034228, 0.044367, 0.074779, 0.204843, 0.779813",\
|
|
"0.034228, 0.044367, 0.074779, 0.204843, 0.779813",\
|
|
"0.034228, 0.044367, 0.074779, 0.204843, 0.779813",\
|
|
"0.034228, 0.044367, 0.074779, 0.204843, 0.779813");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[3]_redg_min*/
|
|
|
|
} /* end of pin pll_div[3] */
|
|
|
|
pin("pll_div[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001155 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "4.807193, 4.827113, 4.882849, 5.109075, 6.036819",\
|
|
"4.909639, 4.929559, 4.985294, 5.211520, 6.139264",\
|
|
"5.079885, 5.099805, 5.155540, 5.381766, 6.309510",\
|
|
"5.402401, 5.422321, 5.478057, 5.704283, 6.632027",\
|
|
"5.949658, 5.969578, 6.025313, 6.251539, 7.179283");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.035777, 0.053409, 0.115039, 0.423789, 1.730645",\
|
|
"0.035777, 0.053409, 0.115039, 0.423789, 1.730645",\
|
|
"0.035777, 0.053409, 0.115039, 0.423789, 1.730645",\
|
|
"0.035777, 0.053409, 0.115039, 0.423789, 1.730645",\
|
|
"0.035777, 0.053409, 0.115039, 0.423789, 1.730645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "4.381269, 4.397148, 4.435859, 4.555196, 4.991021",\
|
|
"4.483714, 4.499593, 4.538304, 4.657641, 5.093467",\
|
|
"4.653961, 4.669840, 4.708551, 4.827888, 5.263714",\
|
|
"4.976478, 4.992357, 5.031068, 5.150405, 5.586230",\
|
|
"5.523734, 5.539613, 5.578324, 5.697661, 6.133487");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.031924, 0.042447, 0.073366, 0.210433, 0.808078",\
|
|
"0.031924, 0.042447, 0.073366, 0.210433, 0.808078",\
|
|
"0.031924, 0.042447, 0.073366, 0.210433, 0.808078",\
|
|
"0.031924, 0.042447, 0.073366, 0.210433, 0.808078",\
|
|
"0.031924, 0.042447, 0.073366, 0.210433, 0.808078");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "4.537344, 4.557263, 4.612999, 4.835734, 5.751819",\
|
|
"4.639788, 4.659708, 4.715444, 4.938179, 5.854264",\
|
|
"4.810035, 4.829955, 4.885691, 5.108426, 6.024511",\
|
|
"5.132552, 5.152472, 5.208207, 5.430942, 6.347027",\
|
|
"5.679808, 5.699728, 5.755464, 5.978199, 6.894284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.035777, 0.053409, 0.115039, 0.417207, 1.701891",\
|
|
"0.035777, 0.053409, 0.115039, 0.417207, 1.701891",\
|
|
"0.035777, 0.053409, 0.115039, 0.417207, 1.701891",\
|
|
"0.035777, 0.053409, 0.115039, 0.417207, 1.701891",\
|
|
"0.035777, 0.053409, 0.115039, 0.417207, 1.701891");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "4.144041, 4.159920, 4.198631, 4.314464, 4.738783",\
|
|
"4.246486, 4.262365, 4.301076, 4.416909, 4.841228",\
|
|
"4.416732, 4.432611, 4.471323, 4.587155, 5.011475",\
|
|
"4.739249, 4.755128, 4.793839, 4.909672, 5.333991",\
|
|
"5.286505, 5.302384, 5.341095, 5.456928, 5.881248");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001155, 0.011927, 0.051155, 0.233234, 1.000000");
|
|
values ( "0.031924, 0.042447, 0.073366, 0.203821, 0.779634",\
|
|
"0.031924, 0.042447, 0.073366, 0.203821, 0.779634",\
|
|
"0.031924, 0.042447, 0.073366, 0.203821, 0.779634",\
|
|
"0.031924, 0.042447, 0.073366, 0.203821, 0.779634",\
|
|
"0.031924, 0.042447, 0.073366, 0.203821, 0.779634");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[2]_redg_min*/
|
|
|
|
} /* end of pin pll_div[2] */
|
|
|
|
pin("pll_div[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000981 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "4.338928, 4.359116, 4.415023, 4.641060, 5.568249",\
|
|
"4.441373, 4.461561, 4.517469, 4.743505, 5.670694",\
|
|
"4.611619, 4.631807, 4.687715, 4.913752, 5.840940",\
|
|
"4.934136, 4.954324, 5.010231, 5.236268, 6.163457",\
|
|
"5.481392, 5.501580, 5.557488, 5.783525, 6.710713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.035995, 0.053624, 0.115085, 0.422999, 1.728579",\
|
|
"0.035995, 0.053624, 0.115085, 0.422999, 1.728579",\
|
|
"0.035995, 0.053624, 0.115085, 0.422999, 1.728579",\
|
|
"0.035995, 0.053624, 0.115085, 0.422999, 1.728579",\
|
|
"0.035995, 0.053624, 0.115085, 0.422999, 1.728579");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "4.507077, 4.523248, 4.562152, 4.681512, 5.116596",\
|
|
"4.609523, 4.625694, 4.664598, 4.783957, 5.219041",\
|
|
"4.779769, 4.795940, 4.834844, 4.954204, 5.389288",\
|
|
"5.102286, 5.118457, 5.157361, 5.276721, 5.711805",\
|
|
"5.649542, 5.665713, 5.704617, 5.823977, 6.259061");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.032345, 0.042916, 0.073704, 0.210001, 0.806175",\
|
|
"0.032345, 0.042916, 0.073704, 0.210001, 0.806175",\
|
|
"0.032345, 0.042916, 0.073704, 0.210001, 0.806175",\
|
|
"0.032345, 0.042916, 0.073704, 0.210001, 0.806175",\
|
|
"0.032345, 0.042916, 0.073704, 0.210001, 0.806175");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "4.095247, 4.115435, 4.171342, 4.394139, 5.310493",\
|
|
"4.197692, 4.217880, 4.273788, 4.496584, 5.412938",\
|
|
"4.367939, 4.388127, 4.444035, 4.666831, 5.583185",\
|
|
"4.690456, 4.710644, 4.766551, 4.989348, 5.905702",\
|
|
"5.237712, 5.257900, 5.313808, 5.536604, 6.452958");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.035995, 0.053624, 0.115085, 0.416885, 1.701858",\
|
|
"0.035995, 0.053624, 0.115085, 0.416885, 1.701858",\
|
|
"0.035995, 0.053624, 0.115085, 0.416885, 1.701858",\
|
|
"0.035995, 0.053624, 0.115085, 0.416885, 1.701858",\
|
|
"0.035995, 0.053624, 0.115085, 0.416885, 1.701858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "4.270242, 4.286412, 4.325316, 4.441424, 4.865817",\
|
|
"4.372686, 4.388857, 4.427761, 4.543869, 4.968262",\
|
|
"4.542933, 4.559104, 4.598008, 4.714116, 5.138508",\
|
|
"4.865449, 4.881620, 4.920524, 5.036632, 5.461025",\
|
|
"5.412706, 5.428877, 5.467781, 5.583889, 6.008281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000981, 0.011753, 0.050981, 0.233060, 1.000000");
|
|
values ( "0.032345, 0.042916, 0.073704, 0.203860, 0.779749",\
|
|
"0.032345, 0.042916, 0.073704, 0.203860, 0.779749",\
|
|
"0.032345, 0.042916, 0.073704, 0.203860, 0.779749",\
|
|
"0.032345, 0.042916, 0.073704, 0.203860, 0.779749",\
|
|
"0.032345, 0.042916, 0.073704, 0.203860, 0.779749");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[1]_redg_min*/
|
|
|
|
} /* end of pin pll_div[1] */
|
|
|
|
pin("pll_div[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001840 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "4.260818, 4.280006, 4.335390, 4.562154, 5.491261",\
|
|
"4.363263, 4.382452, 4.437835, 4.664600, 5.593707",\
|
|
"4.533510, 4.552699, 4.608082, 4.834846, 5.763954",\
|
|
"4.856026, 4.875215, 4.930598, 5.157363, 6.086471",\
|
|
"5.403283, 5.422472, 5.477855, 5.704619, 6.633727");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.035997, 0.053574, 0.115513, 0.426310, 1.736389",\
|
|
"0.035997, 0.053574, 0.115513, 0.426310, 1.736389",\
|
|
"0.035997, 0.053574, 0.115513, 0.426310, 1.736389",\
|
|
"0.035997, 0.053574, 0.115513, 0.426310, 1.736389",\
|
|
"0.035997, 0.053574, 0.115513, 0.426310, 1.736389");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "4.447689, 4.463069, 4.501597, 4.621511, 5.049149",\
|
|
"4.550135, 4.565515, 4.604043, 4.723956, 5.151594",\
|
|
"4.720382, 4.735762, 4.774290, 4.894203, 5.321841",\
|
|
"5.042898, 5.058278, 5.096806, 5.216720, 5.644358",\
|
|
"5.590155, 5.605535, 5.644063, 5.763976, 6.191614");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.032654, 0.042980, 0.073774, 0.212291, 0.806862",\
|
|
"0.032654, 0.042980, 0.073774, 0.212291, 0.806862",\
|
|
"0.032654, 0.042980, 0.073774, 0.212291, 0.806862",\
|
|
"0.032654, 0.042980, 0.073774, 0.212291, 0.806862",\
|
|
"0.032654, 0.042980, 0.073774, 0.212291, 0.806862");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "4.024201, 4.043390, 4.098773, 4.321341, 5.236497",\
|
|
"4.126647, 4.145835, 4.201219, 4.423786, 5.338942",\
|
|
"4.296893, 4.316082, 4.371465, 4.594033, 5.509189",\
|
|
"4.619410, 4.638598, 4.693982, 4.916549, 5.831706",\
|
|
"5.166666, 5.185855, 5.241238, 5.463806, 6.378962");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.035997, 0.053574, 0.115513, 0.418410, 1.701953",\
|
|
"0.035997, 0.053574, 0.115513, 0.418410, 1.701953",\
|
|
"0.035997, 0.053574, 0.115513, 0.418410, 1.701953",\
|
|
"0.035997, 0.053574, 0.115513, 0.418410, 1.701953",\
|
|
"0.035997, 0.053574, 0.115513, 0.418410, 1.701953");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "4.215216, 4.230596, 4.269124, 4.384822, 4.808811",\
|
|
"4.317662, 4.333042, 4.371570, 4.487268, 4.911256",\
|
|
"4.487908, 4.503288, 4.541816, 4.657514, 5.081502",\
|
|
"4.810424, 4.825804, 4.864332, 4.980031, 5.404018",\
|
|
"5.357681, 5.373061, 5.411589, 5.527287, 5.951275");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001840, 0.012613, 0.051840, 0.233919, 1.000000");
|
|
values ( "0.032654, 0.042980, 0.073774, 0.204349, 0.779688",\
|
|
"0.032654, 0.042980, 0.073774, 0.204349, 0.779688",\
|
|
"0.032654, 0.042980, 0.073774, 0.204349, 0.779688",\
|
|
"0.032654, 0.042980, 0.073774, 0.204349, 0.779688",\
|
|
"0.032654, 0.042980, 0.073774, 0.204349, 0.779688");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[0]_redg_min*/
|
|
|
|
} /* end of pin pll_div[0] */
|
|
} /* end of bus pll_div */
|
|
bus ( pll_sel ) {
|
|
|
|
bus_type : BUS3_type0 ;
|
|
direction : output ;
|
|
|
|
pin("pll_sel[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001847 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "4.378636, 4.398475, 4.454656, 4.681394, 5.610388",\
|
|
"4.481082, 4.500920, 4.557101, 4.783839, 5.712834",\
|
|
"4.651328, 4.671167, 4.727348, 4.954086, 5.883080",\
|
|
"4.973845, 4.993683, 5.049865, 5.276602, 6.205596",\
|
|
"5.521101, 5.540940, 5.597121, 5.823859, 6.752853");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.038533, 0.055926, 0.116995, 0.425956, 1.735252",\
|
|
"0.038533, 0.055926, 0.116995, 0.425956, 1.735252",\
|
|
"0.038533, 0.055926, 0.116995, 0.425956, 1.735252",\
|
|
"0.038533, 0.055926, 0.116995, 0.425956, 1.735252",\
|
|
"0.038533, 0.055926, 0.116995, 0.425956, 1.735252");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "4.520564, 4.536139, 4.574989, 4.695096, 5.122534",\
|
|
"4.623010, 4.638584, 4.677435, 4.797541, 5.224980",\
|
|
"4.793256, 4.808830, 4.847681, 4.967787, 5.395226",\
|
|
"5.115772, 5.131347, 5.170197, 5.290304, 5.717742",\
|
|
"5.663029, 5.678603, 5.717454, 5.837560, 6.264999");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.033765, 0.043997, 0.074499, 0.212340, 0.806206",\
|
|
"0.033765, 0.043997, 0.074499, 0.212340, 0.806206",\
|
|
"0.033765, 0.043997, 0.074499, 0.212340, 0.806206",\
|
|
"0.033765, 0.043997, 0.074499, 0.212340, 0.806206",\
|
|
"0.033765, 0.043997, 0.074499, 0.212340, 0.806206");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "4.113090, 4.132928, 4.189110, 4.411770, 5.327209",\
|
|
"4.215536, 4.235374, 4.291555, 4.514215, 5.429654",\
|
|
"4.385782, 4.405621, 4.461802, 4.684462, 5.599901",\
|
|
"4.708299, 4.728137, 4.784319, 5.006979, 5.922417",\
|
|
"5.255555, 5.275394, 5.331575, 5.554235, 6.469674");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.038533, 0.055926, 0.116995, 0.418278, 1.701790",\
|
|
"0.038533, 0.055926, 0.116995, 0.418278, 1.701790",\
|
|
"0.038533, 0.055926, 0.116995, 0.418278, 1.701790",\
|
|
"0.038533, 0.055926, 0.116995, 0.418278, 1.701790",\
|
|
"0.038533, 0.055926, 0.116995, 0.418278, 1.701790");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "4.276136, 4.291711, 4.330562, 4.446573, 4.870435",\
|
|
"4.378582, 4.394156, 4.433007, 4.549019, 4.972880",\
|
|
"4.548828, 4.564403, 4.603253, 4.719265, 5.143127",\
|
|
"4.871345, 4.886919, 4.925770, 5.041782, 5.465643",\
|
|
"5.418601, 5.434175, 5.473026, 5.589038, 6.012900");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001847, 0.012619, 0.051847, 0.233926, 1.000000");
|
|
values ( "0.033765, 0.043997, 0.074499, 0.204623, 0.779793",\
|
|
"0.033765, 0.043997, 0.074499, 0.204623, 0.779793",\
|
|
"0.033765, 0.043997, 0.074499, 0.204623, 0.779793",\
|
|
"0.033765, 0.043997, 0.074499, 0.204623, 0.779793",\
|
|
"0.033765, 0.043997, 0.074499, 0.204623, 0.779793");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[2]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[2] */
|
|
|
|
pin("pll_sel[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002274 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "4.769448, 4.788507, 4.844063, 5.071101, 6.000782",\
|
|
"4.871893, 4.890952, 4.946508, 5.173546, 6.103227",\
|
|
"5.042140, 5.061199, 5.116755, 5.343792, 6.273474",\
|
|
"5.364656, 5.383715, 5.439271, 5.666309, 6.595990",\
|
|
"5.911913, 5.930972, 5.986528, 6.213565, 7.143247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.037415, 0.054867, 0.116568, 0.427588, 1.738868",\
|
|
"0.037415, 0.054867, 0.116568, 0.427588, 1.738868",\
|
|
"0.037415, 0.054867, 0.116568, 0.427588, 1.738868",\
|
|
"0.037415, 0.054867, 0.116568, 0.427588, 1.738868",\
|
|
"0.037415, 0.054867, 0.116568, 0.427588, 1.738868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "4.344676, 4.359679, 4.398147, 4.518226, 4.945743",\
|
|
"4.447121, 4.462125, 4.500593, 4.620671, 5.048188",\
|
|
"4.617368, 4.632371, 4.670839, 4.790918, 5.218435",\
|
|
"4.939884, 4.954888, 4.993356, 5.113434, 5.540951",\
|
|
"5.487141, 5.502144, 5.540612, 5.660691, 6.088208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.033181, 0.043300, 0.074016, 0.213190, 0.808759",\
|
|
"0.033181, 0.043300, 0.074016, 0.213190, 0.808759",\
|
|
"0.033181, 0.043300, 0.074016, 0.213190, 0.808759",\
|
|
"0.033181, 0.043300, 0.074016, 0.213190, 0.808759",\
|
|
"0.033181, 0.043300, 0.074016, 0.213190, 0.808759");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "4.489927, 4.508986, 4.564542, 4.787062, 5.701777",\
|
|
"4.592372, 4.611431, 4.666987, 4.889508, 5.804223",\
|
|
"4.762619, 4.781677, 4.837234, 5.059754, 5.974469",\
|
|
"5.085135, 5.104194, 5.159750, 5.382270, 6.296986",\
|
|
"5.632392, 5.651451, 5.707007, 5.929527, 6.844242");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.037415, 0.054867, 0.116568, 0.419099, 1.701910",\
|
|
"0.037415, 0.054867, 0.116568, 0.419099, 1.701910",\
|
|
"0.037415, 0.054867, 0.116568, 0.419099, 1.701910",\
|
|
"0.037415, 0.054867, 0.116568, 0.419099, 1.701910",\
|
|
"0.037415, 0.054867, 0.116568, 0.419099, 1.701910");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "4.100839, 4.115842, 4.154311, 4.269852, 4.693532",\
|
|
"4.203284, 4.218288, 4.256756, 4.372298, 4.795978",\
|
|
"4.373531, 4.388535, 4.427002, 4.542544, 4.966224",\
|
|
"4.696047, 4.711051, 4.749519, 4.865061, 5.288741",\
|
|
"5.243304, 5.258307, 5.296775, 5.412317, 5.835997");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002274, 0.013046, 0.052274, 0.234353, 1.000000");
|
|
values ( "0.033181, 0.043300, 0.074016, 0.204655, 0.779611",\
|
|
"0.033181, 0.043300, 0.074016, 0.204655, 0.779611",\
|
|
"0.033181, 0.043300, 0.074016, 0.204655, 0.779611",\
|
|
"0.033181, 0.043300, 0.074016, 0.204655, 0.779611",\
|
|
"0.033181, 0.043300, 0.074016, 0.204655, 0.779611");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[1]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[1] */
|
|
|
|
pin("pll_sel[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.266613, 4.286722, 4.342356, 4.568185, 5.494827",\
|
|
"4.369059, 4.389167, 4.444801, 4.670630, 5.597272",\
|
|
"4.539306, 4.559414, 4.615048, 4.840877, 5.767519",\
|
|
"4.861822, 4.881930, 4.937564, 5.163393, 6.090035",\
|
|
"5.409079, 5.429187, 5.484821, 5.710650, 6.637292");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034673, 0.052411, 0.114193, 0.422203, 1.726793",\
|
|
"0.034673, 0.052411, 0.114193, 0.422203, 1.726793",\
|
|
"0.034673, 0.052411, 0.114193, 0.422203, 1.726793",\
|
|
"0.034673, 0.052411, 0.114193, 0.422203, 1.726793",\
|
|
"0.034673, 0.052411, 0.114193, 0.422203, 1.726793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.427898, 4.444187, 4.483027, 4.602115, 5.036644",\
|
|
"4.530344, 4.546632, 4.585473, 4.704561, 5.139090",\
|
|
"4.700590, 4.716879, 4.755719, 4.874807, 5.309336",\
|
|
"5.023107, 5.039395, 5.078236, 5.197323, 5.631853",\
|
|
"5.570363, 5.586652, 5.625492, 5.744580, 6.179109");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031677, 0.042370, 0.073311, 0.209291, 0.804311",\
|
|
"0.031677, 0.042370, 0.073311, 0.209291, 0.804311",\
|
|
"0.031677, 0.042370, 0.073311, 0.209291, 0.804311",\
|
|
"0.031677, 0.042370, 0.073311, 0.209291, 0.804311",\
|
|
"0.031677, 0.042370, 0.073311, 0.209291, 0.804311");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.018194, 4.038302, 4.093936, 4.316753, 5.233305",\
|
|
"4.120639, 4.140748, 4.196382, 4.419199, 5.335751",\
|
|
"4.290886, 4.310994, 4.366628, 4.589446, 5.505997",\
|
|
"4.613402, 4.633511, 4.689145, 4.911962, 5.828513",\
|
|
"5.160659, 5.180767, 5.236401, 5.459219, 6.375770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034673, 0.052411, 0.114193, 0.416515, 1.701915",\
|
|
"0.034673, 0.052411, 0.114193, 0.416515, 1.701915",\
|
|
"0.034673, 0.052411, 0.114193, 0.416515, 1.701915",\
|
|
"0.034673, 0.052411, 0.114193, 0.416515, 1.701915",\
|
|
"0.034673, 0.052411, 0.114193, 0.416515, 1.701915");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.197000, 4.213288, 4.252129, 4.368194, 4.792768",\
|
|
"4.299445, 4.315734, 4.354574, 4.470640, 4.895214",\
|
|
"4.469692, 4.485981, 4.524821, 4.640886, 5.065461",\
|
|
"4.792209, 4.808497, 4.847338, 4.963403, 5.387978",\
|
|
"5.339465, 5.355754, 5.394594, 5.510660, 5.935234");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031677, 0.042370, 0.073311, 0.203578, 0.779713",\
|
|
"0.031677, 0.042370, 0.073311, 0.203578, 0.779713",\
|
|
"0.031677, 0.042370, 0.073311, 0.203578, 0.779713",\
|
|
"0.031677, 0.042370, 0.073311, 0.203578, 0.779713",\
|
|
"0.031677, 0.042370, 0.073311, 0.203578, 0.779713");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[0]_redg_min*/
|
|
|
|
} /* end of pin pll_sel[0] */
|
|
} /* end of bus pll_sel */
|
|
bus ( pll_trim ) {
|
|
|
|
bus_type : BUS26_type4 ;
|
|
direction : output ;
|
|
|
|
pin("pll_trim[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.005153 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "4.704535, 4.718647, 4.774393, 5.003073, 5.923310",\
|
|
"4.806980, 4.821093, 4.876839, 5.105518, 6.025755",\
|
|
"4.977227, 4.991340, 5.047085, 5.275765, 6.196002",\
|
|
"5.299743, 5.313856, 5.369602, 5.598282, 6.518518",\
|
|
"5.847000, 5.861113, 5.916858, 6.145538, 7.065775");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.041184, 0.058443, 0.124879, 0.437911, 1.751342",\
|
|
"0.041184, 0.058443, 0.124879, 0.437911, 1.751342",\
|
|
"0.041184, 0.058443, 0.124879, 0.437911, 1.751342",\
|
|
"0.041184, 0.058443, 0.124879, 0.437911, 1.751342",\
|
|
"0.041184, 0.058443, 0.124879, 0.437911, 1.751342");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "4.314077, 4.326552, 4.364915, 4.482136, 4.915687",\
|
|
"4.416523, 4.428998, 4.467360, 4.584581, 5.018133",\
|
|
"4.586770, 4.599245, 4.637607, 4.754828, 5.188379",\
|
|
"4.909286, 4.921761, 4.960124, 5.077344, 5.510895",\
|
|
"5.456542, 5.469018, 5.507380, 5.624601, 6.058152");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.036024, 0.045473, 0.079731, 0.218540, 0.827936",\
|
|
"0.036024, 0.045473, 0.079731, 0.218540, 0.827936",\
|
|
"0.036024, 0.045473, 0.079731, 0.218540, 0.827936",\
|
|
"0.036024, 0.045473, 0.079731, 0.218540, 0.827936",\
|
|
"0.036024, 0.045473, 0.079731, 0.218540, 0.827936");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "4.466697, 4.484414, 4.538406, 4.761410, 5.672575",\
|
|
"4.569142, 4.586859, 4.640851, 4.863855, 5.775021",\
|
|
"4.739389, 4.757105, 4.811098, 5.034102, 5.945267",\
|
|
"5.061905, 5.079622, 5.133615, 5.356618, 6.267784",\
|
|
"5.609162, 5.626878, 5.680871, 5.903875, 6.815040");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.041184, 0.058443, 0.121707, 0.423979, 1.701972",\
|
|
"0.041184, 0.058443, 0.121707, 0.423979, 1.701972",\
|
|
"0.041184, 0.058443, 0.121707, 0.423979, 1.701972",\
|
|
"0.041184, 0.058443, 0.121707, 0.423979, 1.701972",\
|
|
"0.041184, 0.058443, 0.121707, 0.423979, 1.701972");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "4.086935, 4.100584, 4.137189, 4.253189, 4.675219",\
|
|
"4.189380, 4.203029, 4.239635, 4.355634, 4.777664",\
|
|
"4.359626, 4.373275, 4.409881, 4.525880, 4.947910",\
|
|
"4.682143, 4.695792, 4.732397, 4.848396, 5.270427",\
|
|
"5.229399, 5.243048, 5.279654, 5.395653, 5.817683");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.005153, 0.015925, 0.055153, 0.237232, 1.000000");
|
|
values ( "0.036024, 0.045473, 0.076547, 0.206799, 0.779547",\
|
|
"0.036024, 0.045473, 0.076547, 0.206799, 0.779547",\
|
|
"0.036024, 0.045473, 0.076547, 0.206799, 0.779547",\
|
|
"0.036024, 0.045473, 0.076547, 0.206799, 0.779547",\
|
|
"0.036024, 0.045473, 0.076547, 0.206799, 0.779547");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[25]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[25] */
|
|
|
|
pin("pll_trim[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003133 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "4.638055, 4.656891, 4.712572, 4.940339, 5.871893",\
|
|
"4.740501, 4.759337, 4.815018, 5.042784, 5.974339",\
|
|
"4.910747, 4.929583, 4.985264, 5.213030, 6.144585",\
|
|
"5.233263, 5.252100, 5.307780, 5.535547, 6.467102",\
|
|
"5.780520, 5.799356, 5.855037, 6.082803, 7.014358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.039384, 0.056707, 0.118183, 0.430641, 1.745873",\
|
|
"0.039384, 0.056707, 0.118183, 0.430641, 1.745873",\
|
|
"0.039384, 0.056707, 0.118183, 0.430641, 1.745873",\
|
|
"0.039384, 0.056707, 0.118183, 0.430641, 1.745873",\
|
|
"0.039384, 0.056707, 0.118183, 0.430641, 1.745873");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "4.106761, 4.121336, 4.159648, 4.280355, 4.708910",\
|
|
"4.209206, 4.223781, 4.262094, 4.382801, 4.811355",\
|
|
"4.379453, 4.394028, 4.432340, 4.553047, 4.981602",\
|
|
"4.701969, 4.716544, 4.754857, 4.875564, 5.304118",\
|
|
"5.249226, 5.263801, 5.302113, 5.422820, 5.851375");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.034054, 0.043945, 0.074493, 0.215482, 0.814937",\
|
|
"0.034054, 0.043945, 0.074493, 0.215482, 0.814937",\
|
|
"0.034054, 0.043945, 0.074493, 0.215482, 0.814937",\
|
|
"0.034054, 0.043945, 0.074493, 0.215482, 0.814937",\
|
|
"0.034054, 0.043945, 0.074493, 0.215482, 0.814937");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "4.376093, 4.394929, 4.450610, 4.672970, 5.586722",\
|
|
"4.478539, 4.497375, 4.553055, 4.775415, 5.689168",\
|
|
"4.648785, 4.667621, 4.723301, 4.945662, 5.859414",\
|
|
"4.971301, 4.990137, 5.045818, 5.268178, 6.181931",\
|
|
"5.518558, 5.537394, 5.593074, 5.815434, 6.729187");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.039384, 0.056707, 0.118183, 0.420507, 1.701874",\
|
|
"0.039384, 0.056707, 0.118183, 0.420507, 1.701874",\
|
|
"0.039384, 0.056707, 0.118183, 0.420507, 1.701874",\
|
|
"0.039384, 0.056707, 0.118183, 0.420507, 1.701874",\
|
|
"0.039384, 0.056707, 0.118183, 0.420507, 1.701874");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "3.871278, 3.885853, 3.924165, 4.039440, 4.462602",\
|
|
"3.973723, 3.988298, 4.026610, 4.141885, 4.565047",\
|
|
"4.143970, 4.158545, 4.196857, 4.312132, 4.735294",\
|
|
"4.466486, 4.481061, 4.519374, 4.634649, 5.057811",\
|
|
"5.013743, 5.028318, 5.066630, 5.181905, 5.605067");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003133, 0.013905, 0.053133, 0.235212, 1.000000");
|
|
values ( "0.034054, 0.043945, 0.074493, 0.205287, 0.779563",\
|
|
"0.034054, 0.043945, 0.074493, 0.205287, 0.779563",\
|
|
"0.034054, 0.043945, 0.074493, 0.205287, 0.779563",\
|
|
"0.034054, 0.043945, 0.074493, 0.205287, 0.779563",\
|
|
"0.034054, 0.043945, 0.074493, 0.205287, 0.779563");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[24]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[24] */
|
|
|
|
pin("pll_trim[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.003542 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "4.484420, 4.499978, 4.554799, 4.782343, 5.713258",\
|
|
"4.586866, 4.602424, 4.657244, 4.884789, 5.815704",\
|
|
"4.757113, 4.772671, 4.827491, 5.055036, 5.985951",\
|
|
"5.079629, 5.095187, 5.150008, 5.377552, 6.308467",\
|
|
"5.626885, 5.642443, 5.697264, 5.924808, 6.855723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.037491, 0.054988, 0.117365, 0.431268, 1.745433",\
|
|
"0.037491, 0.054988, 0.117365, 0.431268, 1.745433",\
|
|
"0.037491, 0.054988, 0.117365, 0.431268, 1.745433",\
|
|
"0.037491, 0.054988, 0.117365, 0.431268, 1.745433",\
|
|
"0.037491, 0.054988, 0.117365, 0.431268, 1.745433");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "4.021393, 4.034524, 4.072802, 4.193248, 4.621325",\
|
|
"4.123838, 4.136970, 4.175247, 4.295693, 4.723771",\
|
|
"4.294085, 4.307217, 4.345494, 4.465940, 4.894018",\
|
|
"4.616601, 4.629734, 4.668011, 4.788457, 5.216535",\
|
|
"5.163858, 5.176990, 5.215267, 5.335713, 5.763791");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.034543, 0.044236, 0.074733, 0.215616, 0.814223",\
|
|
"0.034543, 0.044236, 0.074733, 0.215616, 0.814223",\
|
|
"0.034543, 0.044236, 0.074733, 0.215616, 0.814223",\
|
|
"0.034543, 0.044236, 0.074733, 0.215616, 0.814223",\
|
|
"0.034543, 0.044236, 0.074733, 0.215616, 0.814223");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "4.256707, 4.274796, 4.329617, 4.551834, 5.465223",\
|
|
"4.359152, 4.377241, 4.432062, 4.654279, 5.567667",\
|
|
"4.529399, 4.547488, 4.602309, 4.824526, 5.737915",\
|
|
"4.851915, 4.870005, 4.924825, 5.147042, 6.060431",\
|
|
"5.399172, 5.417261, 5.472082, 5.694299, 6.607687");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.037491, 0.054988, 0.117365, 0.421256, 1.702080",\
|
|
"0.037491, 0.054988, 0.117365, 0.421256, 1.702080",\
|
|
"0.037491, 0.054988, 0.117365, 0.421256, 1.702080",\
|
|
"0.037491, 0.054988, 0.117365, 0.421256, 1.702080",\
|
|
"0.037491, 0.054988, 0.117365, 0.421256, 1.702080");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "3.795042, 3.809343, 3.847619, 3.962713, 4.385482",\
|
|
"3.897487, 3.911788, 3.950064, 4.065158, 4.487927",\
|
|
"4.067734, 4.082034, 4.120311, 4.235405, 4.658174",\
|
|
"4.390250, 4.404551, 4.442828, 4.557922, 4.980691",\
|
|
"4.937507, 4.951807, 4.990085, 5.105178, 5.527947");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003542, 0.014314, 0.053542, 0.235621, 1.000000");
|
|
values ( "0.034543, 0.044236, 0.074733, 0.205543, 0.779374",\
|
|
"0.034543, 0.044236, 0.074733, 0.205543, 0.779374",\
|
|
"0.034543, 0.044236, 0.074733, 0.205543, 0.779374",\
|
|
"0.034543, 0.044236, 0.074733, 0.205543, 0.779374",\
|
|
"0.034543, 0.044236, 0.074733, 0.205543, 0.779374");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[23]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[23] */
|
|
|
|
pin("pll_trim[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001741 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "4.683698, 4.702827, 4.758046, 4.984568, 5.912825",\
|
|
"4.786143, 4.805273, 4.860492, 5.087014, 6.015270",\
|
|
"4.956390, 4.975520, 5.030738, 5.257260, 6.185516",\
|
|
"5.278906, 5.298036, 5.353255, 5.579777, 6.508033",\
|
|
"5.826163, 5.845293, 5.900511, 6.127033, 7.055289");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.035372, 0.053006, 0.115126, 0.425648, 1.734150",\
|
|
"0.035372, 0.053006, 0.115126, 0.425648, 1.734150",\
|
|
"0.035372, 0.053006, 0.115126, 0.425648, 1.734150",\
|
|
"0.035372, 0.053006, 0.115126, 0.425648, 1.734150",\
|
|
"0.035372, 0.053006, 0.115126, 0.425648, 1.734150");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "4.304635, 4.320008, 4.358635, 4.478196, 4.905578",\
|
|
"4.407080, 4.422454, 4.461081, 4.580641, 5.008024",\
|
|
"4.577327, 4.592700, 4.631327, 4.750888, 5.178270",\
|
|
"4.899843, 4.915217, 4.953844, 5.073404, 5.500787",\
|
|
"5.447100, 5.462473, 5.501100, 5.620661, 6.048043");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.032633, 0.042882, 0.073694, 0.211650, 0.804934",\
|
|
"0.032633, 0.042882, 0.073694, 0.211650, 0.804934",\
|
|
"0.032633, 0.042882, 0.073694, 0.211650, 0.804934",\
|
|
"0.032633, 0.042882, 0.073694, 0.211650, 0.804934",\
|
|
"0.032633, 0.042882, 0.073694, 0.211650, 0.804934");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "4.451983, 4.471113, 4.526332, 4.748937, 5.664160",\
|
|
"4.554429, 4.573558, 4.628777, 4.851382, 5.766605",\
|
|
"4.724675, 4.743805, 4.799024, 5.021628, 5.936852",\
|
|
"5.047192, 5.066321, 5.121540, 5.344145, 6.259368",\
|
|
"5.594448, 5.613578, 5.668797, 5.891401, 6.806624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.035372, 0.053006, 0.115126, 0.418269, 1.701982",\
|
|
"0.035372, 0.053006, 0.115126, 0.418269, 1.701982",\
|
|
"0.035372, 0.053006, 0.115126, 0.418269, 1.701982",\
|
|
"0.035372, 0.053006, 0.115126, 0.418269, 1.701982",\
|
|
"0.035372, 0.053006, 0.115126, 0.418269, 1.701982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "4.078012, 4.093386, 4.132012, 4.247640, 4.671550",\
|
|
"4.180457, 4.195831, 4.234457, 4.350085, 4.773995",\
|
|
"4.350704, 4.366078, 4.404705, 4.520332, 4.944242",\
|
|
"4.673221, 4.688594, 4.727221, 4.842849, 5.266758",\
|
|
"5.220477, 5.235851, 5.274477, 5.390105, 5.814015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001741, 0.012513, 0.051741, 0.233820, 1.000000");
|
|
values ( "0.032633, 0.042882, 0.073694, 0.204234, 0.779537",\
|
|
"0.032633, 0.042882, 0.073694, 0.204234, 0.779537",\
|
|
"0.032633, 0.042882, 0.073694, 0.204234, 0.779537",\
|
|
"0.032633, 0.042882, 0.073694, 0.204234, 0.779537",\
|
|
"0.032633, 0.042882, 0.073694, 0.204234, 0.779537");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[22]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[22] */
|
|
|
|
pin("pll_trim[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002535 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "5.173583, 5.189270, 5.247326, 5.474679, 6.405058",\
|
|
"5.276028, 5.291715, 5.349771, 5.577124, 6.507504",\
|
|
"5.446274, 5.461962, 5.520018, 5.747370, 6.677750",\
|
|
"5.768791, 5.784478, 5.842534, 6.069887, 7.000267",\
|
|
"6.316047, 6.331735, 6.389791, 6.617143, 7.547523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.045712, 0.062561, 0.121592, 0.427827, 1.737262",\
|
|
"0.045712, 0.062561, 0.121592, 0.427827, 1.737262",\
|
|
"0.045712, 0.062561, 0.121592, 0.427827, 1.737262",\
|
|
"0.045712, 0.062561, 0.121592, 0.427827, 1.737262",\
|
|
"0.045712, 0.062561, 0.121592, 0.427827, 1.737262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "4.578078, 4.590546, 4.629691, 4.750568, 5.177749",\
|
|
"4.680524, 4.692991, 4.732137, 4.853014, 5.280195",\
|
|
"4.850770, 4.863238, 4.902383, 5.023261, 5.450441",\
|
|
"5.173287, 5.185754, 5.224900, 5.345777, 5.772958",\
|
|
"5.720543, 5.733011, 5.772156, 5.893034, 6.320214");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.036047, 0.045941, 0.075911, 0.214182, 0.809481",\
|
|
"0.036047, 0.045941, 0.075911, 0.214182, 0.809481",\
|
|
"0.036047, 0.045941, 0.075911, 0.214182, 0.809481",\
|
|
"0.036047, 0.045941, 0.075911, 0.214182, 0.809481",\
|
|
"0.036047, 0.045941, 0.075911, 0.214182, 0.809481");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "4.832404, 4.853262, 4.911318, 5.134092, 6.049047",\
|
|
"4.934849, 4.955708, 5.013763, 5.236537, 6.151492",\
|
|
"5.105095, 5.125954, 5.184010, 5.406784, 6.321738",\
|
|
"5.427612, 5.448471, 5.506526, 5.729300, 6.644255",\
|
|
"5.974869, 5.995727, 6.053783, 6.276557, 7.191511");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.045712, 0.062561, 0.121592, 0.419209, 1.699184",\
|
|
"0.045712, 0.062561, 0.121592, 0.419209, 1.699184",\
|
|
"0.045712, 0.062561, 0.121592, 0.419209, 1.699184",\
|
|
"0.045712, 0.062561, 0.121592, 0.419209, 1.699184",\
|
|
"0.045712, 0.062561, 0.121592, 0.419209, 1.699184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "4.341636, 4.356996, 4.396142, 4.512420, 4.935727",\
|
|
"4.444082, 4.459442, 4.498588, 4.614866, 5.038173",\
|
|
"4.614328, 4.629688, 4.668834, 4.785112, 5.208419",\
|
|
"4.936845, 4.952205, 4.991350, 5.107628, 5.530936",\
|
|
"5.484101, 5.499461, 5.538607, 5.654885, 6.078192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002535, 0.013307, 0.052535, 0.234614, 1.000000");
|
|
values ( "0.036047, 0.045941, 0.075911, 0.205518, 0.779940",\
|
|
"0.036047, 0.045941, 0.075911, 0.205518, 0.779940",\
|
|
"0.036047, 0.045941, 0.075911, 0.205518, 0.779940",\
|
|
"0.036047, 0.045941, 0.075911, 0.205518, 0.779940",\
|
|
"0.036047, 0.045941, 0.075911, 0.205518, 0.779940");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[21]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[21] */
|
|
|
|
pin("pll_trim[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001828 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "4.696534, 4.716234, 4.772219, 4.998839, 5.927387",\
|
|
"4.798979, 4.818679, 4.874664, 5.101284, 6.029832",\
|
|
"4.969225, 4.988925, 5.044911, 5.271531, 6.200078",\
|
|
"5.291742, 5.311442, 5.367427, 5.594047, 6.522595",\
|
|
"5.838998, 5.858698, 5.914684, 6.141304, 7.069851");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.037930, 0.055372, 0.116652, 0.425729, 1.734294",\
|
|
"0.037930, 0.055372, 0.116652, 0.425729, 1.734294",\
|
|
"0.037930, 0.055372, 0.116652, 0.425729, 1.734294",\
|
|
"0.037930, 0.055372, 0.116652, 0.425729, 1.734294",\
|
|
"0.037930, 0.055372, 0.116652, 0.425729, 1.734294");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "4.154518, 4.169860, 4.208413, 4.328058, 4.755476",\
|
|
"4.256964, 4.272305, 4.310859, 4.430503, 4.857922",\
|
|
"4.427210, 4.442552, 4.481105, 4.600750, 5.028169",\
|
|
"4.749727, 4.765069, 4.803622, 4.923267, 5.350685",\
|
|
"5.296983, 5.312325, 5.350878, 5.470523, 5.897942");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.032687, 0.042963, 0.073773, 0.211808, 0.805240",\
|
|
"0.032687, 0.042963, 0.073773, 0.211808, 0.805240",\
|
|
"0.032687, 0.042963, 0.073773, 0.211808, 0.805240",\
|
|
"0.032687, 0.042963, 0.073773, 0.211808, 0.805240",\
|
|
"0.032687, 0.042963, 0.073773, 0.211808, 0.805240");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "4.446885, 4.466585, 4.522570, 4.745235, 5.660632",\
|
|
"4.549330, 4.569030, 4.625016, 4.847681, 5.763077",\
|
|
"4.719576, 4.739276, 4.795262, 5.017927, 5.933323",\
|
|
"5.042093, 5.061793, 5.117779, 5.340444, 6.255840",\
|
|
"5.589350, 5.609050, 5.665035, 5.887701, 6.803096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.037930, 0.055372, 0.116652, 0.418278, 1.701827",\
|
|
"0.037930, 0.055372, 0.116652, 0.418278, 1.701827",\
|
|
"0.037930, 0.055372, 0.116652, 0.418278, 1.701827",\
|
|
"0.037930, 0.055372, 0.116652, 0.418278, 1.701827",\
|
|
"0.037930, 0.055372, 0.116652, 0.418278, 1.701827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "3.929167, 3.944509, 3.983062, 4.098736, 4.522661",\
|
|
"4.031612, 4.046954, 4.085507, 4.201181, 4.625107",\
|
|
"4.201859, 4.217200, 4.255754, 4.371428, 4.795353",\
|
|
"4.524375, 4.539717, 4.578270, 4.693945, 5.117870",\
|
|
"5.071632, 5.086974, 5.125527, 5.241201, 5.665127");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001828, 0.012600, 0.051828, 0.233907, 1.000000");
|
|
values ( "0.032687, 0.042963, 0.073773, 0.204319, 0.779609",\
|
|
"0.032687, 0.042963, 0.073773, 0.204319, 0.779609",\
|
|
"0.032687, 0.042963, 0.073773, 0.204319, 0.779609",\
|
|
"0.032687, 0.042963, 0.073773, 0.204319, 0.779609",\
|
|
"0.032687, 0.042963, 0.073773, 0.204319, 0.779609");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[20]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[20] */
|
|
|
|
pin("pll_trim[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002124 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "4.544988, 4.560633, 4.615571, 4.842106, 5.769982",\
|
|
"4.647433, 4.663079, 4.718016, 4.944551, 5.872427",\
|
|
"4.817680, 4.833326, 4.888263, 5.114798, 6.042675",\
|
|
"5.140197, 5.155842, 5.210779, 5.437315, 6.365191",\
|
|
"5.687453, 5.703099, 5.758036, 5.984571, 6.912447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.035358, 0.052983, 0.115359, 0.426437, 1.734601",\
|
|
"0.035358, 0.052983, 0.115359, 0.426437, 1.734601",\
|
|
"0.035358, 0.052983, 0.115359, 0.426437, 1.734601",\
|
|
"0.035358, 0.052983, 0.115359, 0.426437, 1.734601",\
|
|
"0.035358, 0.052983, 0.115359, 0.426437, 1.734601");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "4.069259, 4.082480, 4.121069, 4.240526, 4.667601",\
|
|
"4.171704, 4.184926, 4.223515, 4.342971, 4.770046",\
|
|
"4.341951, 4.355173, 4.393761, 4.513218, 4.940293",\
|
|
"4.664468, 4.677689, 4.716278, 4.835735, 5.262809",\
|
|
"5.211724, 5.224946, 5.263534, 5.382991, 5.810066");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.033139, 0.043161, 0.073916, 0.212011, 0.805115",\
|
|
"0.033139, 0.043161, 0.073916, 0.212011, 0.805115",\
|
|
"0.033139, 0.043161, 0.073916, 0.212011, 0.805115",\
|
|
"0.033139, 0.043161, 0.073916, 0.212011, 0.805115",\
|
|
"0.033139, 0.043161, 0.073916, 0.212011, 0.805115");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "4.309875, 4.328568, 4.383505, 4.606069, 5.520756",\
|
|
"4.412320, 4.431014, 4.485950, 4.708515, 5.623201",\
|
|
"4.582566, 4.601260, 4.656197, 4.878761, 5.793447",\
|
|
"4.905083, 4.923776, 4.978714, 5.201278, 6.115964",\
|
|
"5.452340, 5.471033, 5.525970, 5.748534, 6.663221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.035358, 0.052983, 0.115359, 0.418950, 1.702026",\
|
|
"0.035358, 0.052983, 0.115359, 0.418950, 1.702026",\
|
|
"0.035358, 0.052983, 0.115359, 0.418950, 1.702026",\
|
|
"0.035358, 0.052983, 0.115359, 0.418950, 1.702026",\
|
|
"0.035358, 0.052983, 0.115359, 0.418950, 1.702026");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "3.841604, 3.856606, 3.895195, 4.010664, 4.434241",\
|
|
"3.944049, 3.959052, 3.997640, 4.113110, 4.536686",\
|
|
"4.114295, 4.129298, 4.167887, 4.283356, 4.706933",\
|
|
"4.436812, 4.451815, 4.490404, 4.605873, 5.029449",\
|
|
"4.984068, 4.999072, 5.037660, 5.153130, 5.576705");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002124, 0.012896, 0.052124, 0.234203, 1.000000");
|
|
values ( "0.033139, 0.043161, 0.073916, 0.204486, 0.779400",\
|
|
"0.033139, 0.043161, 0.073916, 0.204486, 0.779400",\
|
|
"0.033139, 0.043161, 0.073916, 0.204486, 0.779400",\
|
|
"0.033139, 0.043161, 0.073916, 0.204486, 0.779400",\
|
|
"0.033139, 0.043161, 0.073916, 0.204486, 0.779400");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[19]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[19] */
|
|
|
|
pin("pll_trim[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001005 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "4.826277, 4.846570, 4.902615, 5.128664, 6.055872",\
|
|
"4.928723, 4.949016, 5.005060, 5.231109, 6.158318",\
|
|
"5.098969, 5.119263, 5.175307, 5.401356, 6.328565",\
|
|
"5.421486, 5.441779, 5.497823, 5.723872, 6.651082",\
|
|
"5.968742, 5.989036, 6.045080, 6.271129, 7.198338");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.036469, 0.054064, 0.115374, 0.423016, 1.728551",\
|
|
"0.036469, 0.054064, 0.115374, 0.423016, 1.728551",\
|
|
"0.036469, 0.054064, 0.115374, 0.423016, 1.728551",\
|
|
"0.036469, 0.054064, 0.115374, 0.423016, 1.728551",\
|
|
"0.036469, 0.054064, 0.115374, 0.423016, 1.728551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "4.382869, 4.398895, 4.437594, 4.556787, 4.991927",\
|
|
"4.485314, 4.501340, 4.540040, 4.659232, 5.094372",\
|
|
"4.655561, 4.671587, 4.710287, 4.829479, 5.264619",\
|
|
"4.978077, 4.994103, 5.032803, 5.151995, 5.587135",\
|
|
"5.525334, 5.541360, 5.580060, 5.699252, 6.134392");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.031744, 0.042364, 0.073323, 0.209869, 0.806116",\
|
|
"0.031744, 0.042364, 0.073323, 0.209869, 0.806116",\
|
|
"0.031744, 0.042364, 0.073323, 0.209869, 0.806116",\
|
|
"0.031744, 0.042364, 0.073323, 0.209869, 0.806116",\
|
|
"0.031744, 0.042364, 0.073323, 0.209869, 0.806116");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "4.563867, 4.584160, 4.640204, 4.863013, 5.779387",\
|
|
"4.666312, 4.686605, 4.742650, 4.965458, 5.881832",\
|
|
"4.836559, 4.856852, 4.912896, 5.135705, 6.052079",\
|
|
"5.159075, 5.179368, 5.235413, 5.458221, 6.374596",\
|
|
"5.706332, 5.726625, 5.782669, 6.005478, 6.921852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.036469, 0.054064, 0.115374, 0.416901, 1.701830",\
|
|
"0.036469, 0.054064, 0.115374, 0.416901, 1.701830",\
|
|
"0.036469, 0.054064, 0.115374, 0.416901, 1.701830",\
|
|
"0.036469, 0.054064, 0.115374, 0.416901, 1.701830",\
|
|
"0.036469, 0.054064, 0.115374, 0.416901, 1.701830");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "4.152172, 4.168198, 4.206898, 4.322837, 4.747286",\
|
|
"4.254617, 4.270643, 4.309343, 4.425282, 4.849731",\
|
|
"4.424864, 4.440890, 4.479589, 4.595529, 5.019978",\
|
|
"4.747380, 4.763406, 4.802106, 4.918046, 5.342494",\
|
|
"5.294637, 5.310663, 5.349362, 5.465302, 5.889750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001005, 0.011777, 0.051005, 0.233084, 1.000000");
|
|
values ( "0.031744, 0.042364, 0.073323, 0.203727, 0.779691",\
|
|
"0.031744, 0.042364, 0.073323, 0.203727, 0.779691",\
|
|
"0.031744, 0.042364, 0.073323, 0.203727, 0.779691",\
|
|
"0.031744, 0.042364, 0.073323, 0.203727, 0.779691",\
|
|
"0.031744, 0.042364, 0.073323, 0.203727, 0.779691");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[18]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[18] */
|
|
|
|
pin("pll_trim[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002462 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "4.710504, 4.729154, 4.784261, 5.011225, 5.940384",\
|
|
"4.812950, 4.831599, 4.886707, 5.113671, 6.042830",\
|
|
"4.983196, 5.001846, 5.056953, 5.283917, 6.213076",\
|
|
"5.305713, 5.324362, 5.379470, 5.606434, 6.535593",\
|
|
"5.852969, 5.871619, 5.926726, 6.153690, 7.082849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.036452, 0.053985, 0.116147, 0.427895, 1.738584",\
|
|
"0.036452, 0.053985, 0.116147, 0.427895, 1.738584",\
|
|
"0.036452, 0.053985, 0.116147, 0.427895, 1.738584",\
|
|
"0.036452, 0.053985, 0.116147, 0.427895, 1.738584",\
|
|
"0.036452, 0.053985, 0.116147, 0.427895, 1.738584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "4.337362, 4.352218, 4.390670, 4.510630, 4.937942",\
|
|
"4.439807, 4.454663, 4.493115, 4.613075, 5.040387",\
|
|
"4.610054, 4.624910, 4.663362, 4.783321, 5.210633",\
|
|
"4.932570, 4.947426, 4.985878, 5.105838, 5.533150",\
|
|
"5.479827, 5.494683, 5.533134, 5.653094, 6.080406");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.033420, 0.043436, 0.074128, 0.213227, 0.808388",\
|
|
"0.033420, 0.043436, 0.074128, 0.213227, 0.808388",\
|
|
"0.033420, 0.043436, 0.074128, 0.213227, 0.808388",\
|
|
"0.033420, 0.043436, 0.074128, 0.213227, 0.808388",\
|
|
"0.033420, 0.043436, 0.074128, 0.213227, 0.808388");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "4.485269, 4.503918, 4.559026, 4.781510, 5.695853",\
|
|
"4.587714, 4.606364, 4.661471, 4.883956, 5.798299",\
|
|
"4.757961, 4.776610, 4.831718, 5.054203, 5.968546",\
|
|
"5.080477, 5.099127, 5.154234, 5.376719, 6.291062",\
|
|
"5.627734, 5.646383, 5.701491, 5.923975, 6.838319");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.036452, 0.053985, 0.116147, 0.419486, 1.701993",\
|
|
"0.036452, 0.053985, 0.116147, 0.419486, 1.701993",\
|
|
"0.036452, 0.053985, 0.116147, 0.419486, 1.701993",\
|
|
"0.036452, 0.053985, 0.116147, 0.419486, 1.701993",\
|
|
"0.036452, 0.053985, 0.116147, 0.419486, 1.701993");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "4.112127, 4.126983, 4.165435, 4.280896, 4.704397",\
|
|
"4.214572, 4.229428, 4.267880, 4.383342, 4.806843",\
|
|
"4.384819, 4.399674, 4.438126, 4.553587, 4.977089",\
|
|
"4.707335, 4.722191, 4.760643, 4.876104, 5.299606",\
|
|
"5.254592, 5.269448, 5.307899, 5.423361, 5.846862");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002462, 0.013234, 0.052462, 0.234541, 1.000000");
|
|
values ( "0.033420, 0.043436, 0.074128, 0.204773, 0.779526",\
|
|
"0.033420, 0.043436, 0.074128, 0.204773, 0.779526",\
|
|
"0.033420, 0.043436, 0.074128, 0.204773, 0.779526",\
|
|
"0.033420, 0.043436, 0.074128, 0.204773, 0.779526",\
|
|
"0.033420, 0.043436, 0.074128, 0.204773, 0.779526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[17]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[17] */
|
|
|
|
pin("pll_trim[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000730 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.763538, 4.783573, 4.839124, 5.064946, 5.991559",\
|
|
"4.865984, 4.886019, 4.941569, 5.167391, 6.094004",\
|
|
"5.036231, 5.056265, 5.111816, 5.337638, 6.264251",\
|
|
"5.358747, 5.378782, 5.434332, 5.660154, 6.586767",\
|
|
"5.906003, 5.926038, 5.981589, 6.207411, 7.134024");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034420, 0.052177, 0.114048, 0.422217, 1.726808",\
|
|
"0.034420, 0.052177, 0.114048, 0.422217, 1.726808",\
|
|
"0.034420, 0.052177, 0.114048, 0.422217, 1.726808",\
|
|
"0.034420, 0.052177, 0.114048, 0.422217, 1.726808",\
|
|
"0.034420, 0.052177, 0.114048, 0.422217, 1.726808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.350553, 4.366732, 4.405559, 4.524495, 4.958966",\
|
|
"4.452998, 4.469177, 4.508004, 4.626940, 5.061410",\
|
|
"4.623245, 4.639424, 4.678251, 4.797187, 5.231658",\
|
|
"4.945761, 4.961941, 5.000768, 5.119704, 5.554174",\
|
|
"5.493018, 5.509197, 5.548024, 5.666960, 6.101430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031478, 0.042116, 0.073116, 0.209202, 0.804188",\
|
|
"0.031478, 0.042116, 0.073116, 0.209202, 0.804188",\
|
|
"0.031478, 0.042116, 0.073116, 0.209202, 0.804188",\
|
|
"0.031478, 0.042116, 0.073116, 0.209202, 0.804188",\
|
|
"0.031478, 0.042116, 0.073116, 0.209202, 0.804188");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.501209, 4.521244, 4.576794, 4.799604, 5.716127",\
|
|
"4.603654, 4.623689, 4.679240, 4.902050, 5.818573",\
|
|
"4.773901, 4.793935, 4.849486, 5.072296, 5.988819",\
|
|
"5.096417, 5.116452, 5.172002, 5.394813, 6.311335",\
|
|
"5.643673, 5.663708, 5.719259, 5.942069, 6.858592");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.034420, 0.052177, 0.114048, 0.416529, 1.701930",\
|
|
"0.034420, 0.052177, 0.114048, 0.416529, 1.701930",\
|
|
"0.034420, 0.052177, 0.114048, 0.416529, 1.701930",\
|
|
"0.034420, 0.052177, 0.114048, 0.416529, 1.701930",\
|
|
"0.034420, 0.052177, 0.114048, 0.416529, 1.701930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "4.115521, 4.131700, 4.170527, 4.286441, 4.710956",\
|
|
"4.217967, 4.234146, 4.272973, 4.388886, 4.813402",\
|
|
"4.388212, 4.404392, 4.443219, 4.559132, 4.983648",\
|
|
"4.710729, 4.726909, 4.765736, 4.881649, 5.306165",\
|
|
"5.257986, 5.274165, 5.312992, 5.428905, 5.853421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000730, 0.011502, 0.050730, 0.232809, 1.000000");
|
|
values ( "0.031478, 0.042116, 0.073116, 0.203490, 0.779590",\
|
|
"0.031478, 0.042116, 0.073116, 0.203490, 0.779590",\
|
|
"0.031478, 0.042116, 0.073116, 0.203490, 0.779590",\
|
|
"0.031478, 0.042116, 0.073116, 0.203490, 0.779590",\
|
|
"0.031478, 0.042116, 0.073116, 0.203490, 0.779590");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[16]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[16] */
|
|
|
|
pin("pll_trim[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001379 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "4.861663, 4.881713, 4.937772, 5.164172, 6.092360",\
|
|
"4.964109, 4.984159, 5.040218, 5.266618, 6.194805",\
|
|
"5.134355, 5.154405, 5.210464, 5.436864, 6.365051",\
|
|
"5.456872, 5.476922, 5.532980, 5.759380, 6.687568",\
|
|
"6.004128, 6.024178, 6.080237, 6.306637, 7.234824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.037216, 0.054732, 0.115988, 0.424445, 1.732040",\
|
|
"0.037216, 0.054732, 0.115988, 0.424445, 1.732040",\
|
|
"0.037216, 0.054732, 0.115988, 0.424445, 1.732040",\
|
|
"0.037216, 0.054732, 0.115988, 0.424445, 1.732040",\
|
|
"0.037216, 0.054732, 0.115988, 0.424445, 1.732040");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "4.423572, 4.439320, 4.477961, 4.597495, 5.025044",\
|
|
"4.526018, 4.541765, 4.580407, 4.699941, 5.127490",\
|
|
"4.696264, 4.712011, 4.750653, 4.870187, 5.297736",\
|
|
"5.018780, 5.034528, 5.073169, 5.192703, 5.620253",\
|
|
"5.566037, 5.581784, 5.620426, 5.739960, 6.167509");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.032209, 0.042693, 0.073561, 0.210976, 0.803563",\
|
|
"0.032209, 0.042693, 0.073561, 0.210976, 0.803563",\
|
|
"0.032209, 0.042693, 0.073561, 0.210976, 0.803563",\
|
|
"0.032209, 0.042693, 0.073561, 0.210976, 0.803563",\
|
|
"0.032209, 0.042693, 0.073561, 0.210976, 0.803563");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "4.602508, 4.622558, 4.678616, 4.901344, 5.817283",\
|
|
"4.704953, 4.725003, 4.781062, 5.003789, 5.919728",\
|
|
"4.875200, 4.895250, 4.951309, 5.174036, 6.089975",\
|
|
"5.197716, 5.217766, 5.273825, 5.496552, 6.412491",\
|
|
"5.744973, 5.765023, 5.821082, 6.043809, 6.959748");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.037216, 0.054732, 0.115988, 0.417522, 1.701823",\
|
|
"0.037216, 0.054732, 0.115988, 0.417522, 1.701823",\
|
|
"0.037216, 0.054732, 0.115988, 0.417522, 1.701823",\
|
|
"0.037216, 0.054732, 0.115988, 0.417522, 1.701823",\
|
|
"0.037216, 0.054732, 0.115988, 0.417522, 1.701823");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "4.195588, 4.211336, 4.249977, 4.365824, 4.790060",\
|
|
"4.298033, 4.313781, 4.352422, 4.468269, 4.892505",\
|
|
"4.468280, 4.484027, 4.522669, 4.638515, 5.062752",\
|
|
"4.790796, 4.806544, 4.845185, 4.961032, 5.385268",\
|
|
"5.338053, 5.353800, 5.392442, 5.508288, 5.932525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001379, 0.012151, 0.051379, 0.233458, 1.000000");
|
|
values ( "0.032209, 0.042693, 0.073561, 0.204020, 0.779695",\
|
|
"0.032209, 0.042693, 0.073561, 0.204020, 0.779695",\
|
|
"0.032209, 0.042693, 0.073561, 0.204020, 0.779695",\
|
|
"0.032209, 0.042693, 0.073561, 0.204020, 0.779695",\
|
|
"0.032209, 0.042693, 0.073561, 0.204020, 0.779695");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[15]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[15] */
|
|
|
|
pin("pll_trim[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001506 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "4.824584, 4.844348, 4.900151, 5.126498, 6.054323",\
|
|
"4.927029, 4.946793, 5.002596, 5.228943, 6.156768",\
|
|
"5.097275, 5.117040, 5.172843, 5.399189, 6.327014",\
|
|
"5.419792, 5.439556, 5.495359, 5.721706, 6.649531",\
|
|
"5.967048, 5.986813, 6.042615, 6.268962, 7.196787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.036743, 0.054291, 0.115803, 0.424628, 1.731767",\
|
|
"0.036743, 0.054291, 0.115803, 0.424628, 1.731767",\
|
|
"0.036743, 0.054291, 0.115803, 0.424628, 1.731767",\
|
|
"0.036743, 0.054291, 0.115803, 0.424628, 1.731767",\
|
|
"0.036743, 0.054291, 0.115803, 0.424628, 1.731767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "4.406625, 4.422236, 4.460832, 4.580275, 5.016377",\
|
|
"4.509070, 4.524682, 4.563277, 4.682720, 5.118822",\
|
|
"4.679317, 4.694928, 4.733523, 4.852967, 5.289069",\
|
|
"5.001833, 5.017445, 5.056040, 5.175483, 5.611585",\
|
|
"5.549090, 5.564701, 5.603296, 5.722740, 6.158842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.032304, 0.042725, 0.073601, 0.210974, 0.809232",\
|
|
"0.032304, 0.042725, 0.073601, 0.210974, 0.809232",\
|
|
"0.032304, 0.042725, 0.073601, 0.210974, 0.809232",\
|
|
"0.032304, 0.042725, 0.073601, 0.210974, 0.809232",\
|
|
"0.032304, 0.042725, 0.073601, 0.210974, 0.809232");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "4.576801, 4.596566, 4.652369, 4.875079, 5.790787",\
|
|
"4.679247, 4.699011, 4.754814, 4.977525, 5.893233",\
|
|
"4.849493, 4.869257, 4.925060, 5.147771, 6.063479",\
|
|
"5.172010, 5.191774, 5.247577, 5.470288, 6.385996",\
|
|
"5.719266, 5.739031, 5.794834, 6.017544, 6.933252");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.036743, 0.054291, 0.115803, 0.417774, 1.701868",\
|
|
"0.036743, 0.054291, 0.115803, 0.417774, 1.701868",\
|
|
"0.036743, 0.054291, 0.115803, 0.417774, 1.701868",\
|
|
"0.036743, 0.054291, 0.115803, 0.417774, 1.701868",\
|
|
"0.036743, 0.054291, 0.115803, 0.417774, 1.701868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "4.174792, 4.190403, 4.228999, 4.344791, 4.768933",\
|
|
"4.277238, 4.292849, 4.331444, 4.447237, 4.871378",\
|
|
"4.447484, 4.463095, 4.501690, 4.617483, 5.041625",\
|
|
"4.770001, 4.785612, 4.824207, 4.940000, 5.364141",\
|
|
"5.317257, 5.332869, 5.371464, 5.487257, 5.911398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001506, 0.012278, 0.051506, 0.233585, 1.000000");
|
|
values ( "0.032304, 0.042725, 0.073601, 0.204089, 0.779652",\
|
|
"0.032304, 0.042725, 0.073601, 0.204089, 0.779652",\
|
|
"0.032304, 0.042725, 0.073601, 0.204089, 0.779652",\
|
|
"0.032304, 0.042725, 0.073601, 0.204089, 0.779652",\
|
|
"0.032304, 0.042725, 0.073601, 0.204089, 0.779652");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[14]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[14] */
|
|
|
|
pin("pll_trim[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001158 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "4.623948, 4.643948, 4.699780, 4.926013, 5.853788",\
|
|
"4.726393, 4.746393, 4.802224, 5.028459, 5.956233",\
|
|
"4.896640, 4.916640, 4.972471, 5.198706, 6.126480",\
|
|
"5.219156, 5.239157, 5.294988, 5.521222, 6.448997",\
|
|
"5.766412, 5.786413, 5.842244, 6.068478, 6.996253");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.036074, 0.053685, 0.115211, 0.423776, 1.730626",\
|
|
"0.036074, 0.053685, 0.115211, 0.423776, 1.730626",\
|
|
"0.036074, 0.053685, 0.115211, 0.423776, 1.730626",\
|
|
"0.036074, 0.053685, 0.115211, 0.423776, 1.730626",\
|
|
"0.036074, 0.053685, 0.115211, 0.423776, 1.730626");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "4.104475, 4.120311, 4.159073, 4.278346, 4.714102",\
|
|
"4.206921, 4.222756, 4.261519, 4.380791, 4.816547",\
|
|
"4.377168, 4.393003, 4.431766, 4.551038, 4.986794",\
|
|
"4.699684, 4.715519, 4.754282, 4.873554, 5.309310",\
|
|
"5.246941, 5.262776, 5.301538, 5.420811, 5.856567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.031974, 0.042436, 0.073344, 0.210414, 0.808001",\
|
|
"0.031974, 0.042436, 0.073344, 0.210414, 0.808001",\
|
|
"0.031974, 0.042436, 0.073344, 0.210414, 0.808001",\
|
|
"0.031974, 0.042436, 0.073344, 0.210414, 0.808001",\
|
|
"0.031974, 0.042436, 0.073344, 0.210414, 0.808001");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "4.385919, 4.405919, 4.461750, 4.684494, 5.600610",\
|
|
"4.488364, 4.508365, 4.564196, 4.786939, 5.703055",\
|
|
"4.658610, 4.678611, 4.734442, 4.957185, 5.873302",\
|
|
"4.981127, 5.001128, 5.056959, 5.279702, 6.195818",\
|
|
"5.528384, 5.548384, 5.604216, 5.826959, 6.743075");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.036074, 0.053685, 0.115211, 0.417194, 1.701872",\
|
|
"0.036074, 0.053685, 0.115211, 0.417194, 1.701872",\
|
|
"0.036074, 0.053685, 0.115211, 0.417194, 1.701872",\
|
|
"0.036074, 0.053685, 0.115211, 0.417194, 1.701872",\
|
|
"0.036074, 0.053685, 0.115211, 0.417194, 1.701872");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "3.878087, 3.893923, 3.932685, 4.048453, 4.472703",\
|
|
"3.980533, 3.996368, 4.035131, 4.150898, 4.575149",\
|
|
"4.150779, 4.166615, 4.205377, 4.321145, 4.745395",\
|
|
"4.473296, 4.489131, 4.527894, 4.643662, 5.067912",\
|
|
"5.020553, 5.036388, 5.075150, 5.190918, 5.615169");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001158, 0.011930, 0.051158, 0.233237, 1.000000");
|
|
values ( "0.031974, 0.042436, 0.073344, 0.203802, 0.779557",\
|
|
"0.031974, 0.042436, 0.073344, 0.203802, 0.779557",\
|
|
"0.031974, 0.042436, 0.073344, 0.203802, 0.779557",\
|
|
"0.031974, 0.042436, 0.073344, 0.203802, 0.779557",\
|
|
"0.031974, 0.042436, 0.073344, 0.203802, 0.779557");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[13]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[13] */
|
|
|
|
pin("pll_trim[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002852 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "4.222738, 4.241221, 4.296286, 4.523606, 5.453741",\
|
|
"4.325183, 4.343666, 4.398730, 4.626051, 5.556186",\
|
|
"4.495430, 4.513912, 4.568977, 4.796298, 5.726432",\
|
|
"4.817946, 4.836429, 4.891493, 5.118814, 6.048948",\
|
|
"5.365202, 5.383685, 5.438750, 5.666070, 6.596205");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.036997, 0.054500, 0.116673, 0.429404, 1.742205",\
|
|
"0.036997, 0.054500, 0.116673, 0.429404, 1.742205",\
|
|
"0.036997, 0.054500, 0.116673, 0.429404, 1.742205",\
|
|
"0.036997, 0.054500, 0.116673, 0.429404, 1.742205",\
|
|
"0.036997, 0.054500, 0.116673, 0.429404, 1.742205");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "4.412431, 4.427158, 4.465462, 4.585853, 5.014201",\
|
|
"4.514876, 4.529604, 4.567908, 4.688298, 5.116647",\
|
|
"4.685122, 4.699850, 4.738154, 4.858544, 5.286893",\
|
|
"5.007639, 5.022367, 5.060670, 5.181061, 5.609409",\
|
|
"5.554895, 5.569623, 5.607927, 5.728317, 6.156666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.033743, 0.043751, 0.074378, 0.214405, 0.811931",\
|
|
"0.033743, 0.043751, 0.074378, 0.214405, 0.811931",\
|
|
"0.033743, 0.043751, 0.074378, 0.214405, 0.811931",\
|
|
"0.033743, 0.043751, 0.074378, 0.214405, 0.811931",\
|
|
"0.033743, 0.043751, 0.074378, 0.214405, 0.811931");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "3.971836, 3.990318, 4.045383, 4.267776, 5.181641",\
|
|
"4.074281, 4.092764, 4.147829, 4.370222, 5.284087",\
|
|
"4.244527, 4.263010, 4.318075, 4.540468, 5.454333",\
|
|
"4.567044, 4.585527, 4.640592, 4.862985, 5.776850",\
|
|
"5.114301, 5.132783, 5.187848, 5.410241, 6.324106");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.036997, 0.054500, 0.116673, 0.420147, 1.701999",\
|
|
"0.036997, 0.054500, 0.116673, 0.420147, 1.701999",\
|
|
"0.036997, 0.054500, 0.116673, 0.420147, 1.701999",\
|
|
"0.036997, 0.054500, 0.116673, 0.420147, 1.701999",\
|
|
"0.036997, 0.054500, 0.116673, 0.420147, 1.701999");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "4.169480, 4.184207, 4.222512, 4.337952, 4.761333",\
|
|
"4.271925, 4.286653, 4.324957, 4.440397, 4.863778",\
|
|
"4.442172, 4.456900, 4.495203, 4.610644, 5.034025",\
|
|
"4.764688, 4.779416, 4.817720, 4.933161, 5.356541",\
|
|
"5.311945, 5.326673, 5.364976, 5.480417, 5.903798");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002852, 0.013625, 0.052852, 0.234931, 1.000000");
|
|
values ( "0.033743, 0.043751, 0.074378, 0.205095, 0.779635",\
|
|
"0.033743, 0.043751, 0.074378, 0.205095, 0.779635",\
|
|
"0.033743, 0.043751, 0.074378, 0.205095, 0.779635",\
|
|
"0.033743, 0.043751, 0.074378, 0.205095, 0.779635",\
|
|
"0.033743, 0.043751, 0.074378, 0.205095, 0.779635");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[12]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[12] */
|
|
|
|
pin("pll_trim[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001359 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "4.825440, 4.845506, 4.901588, 5.128180, 6.057152",\
|
|
"4.927886, 4.947951, 5.004034, 5.230625, 6.159598",\
|
|
"5.098133, 5.118198, 5.174281, 5.400872, 6.329844",\
|
|
"5.420649, 5.440714, 5.496797, 5.723388, 6.652361",\
|
|
"5.967905, 5.987970, 6.044053, 6.270644, 7.199617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.037149, 0.054663, 0.115904, 0.424844, 1.733931",\
|
|
"0.037149, 0.054663, 0.115904, 0.424844, 1.733931",\
|
|
"0.037149, 0.054663, 0.115904, 0.424844, 1.733931",\
|
|
"0.037149, 0.054663, 0.115904, 0.424844, 1.733931",\
|
|
"0.037149, 0.054663, 0.115904, 0.424844, 1.733931");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "4.397634, 4.413411, 4.452096, 4.571829, 4.999545",\
|
|
"4.500079, 4.515856, 4.554541, 4.674274, 5.101990",\
|
|
"4.670326, 4.686102, 4.724787, 4.844521, 5.272236",\
|
|
"4.992842, 5.008619, 5.047304, 5.167037, 5.594753",\
|
|
"5.540098, 5.555875, 5.594560, 5.714293, 6.142009");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.032206, 0.042687, 0.073529, 0.211400, 0.805046",\
|
|
"0.032206, 0.042687, 0.073529, 0.211400, 0.805046",\
|
|
"0.032206, 0.042687, 0.073529, 0.211400, 0.805046",\
|
|
"0.032206, 0.042687, 0.073529, 0.211400, 0.805046",\
|
|
"0.032206, 0.042687, 0.073529, 0.211400, 0.805046");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "4.571625, 4.591690, 4.647773, 4.870461, 5.786421",\
|
|
"4.674070, 4.694136, 4.750218, 4.972907, 5.888866",\
|
|
"4.844316, 4.864382, 4.920465, 5.143153, 6.059113",\
|
|
"5.166833, 5.186898, 5.242981, 5.465670, 6.381629",\
|
|
"5.714089, 5.734155, 5.790237, 6.012926, 6.928885");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.037149, 0.054663, 0.115904, 0.417490, 1.701825",\
|
|
"0.037149, 0.054663, 0.115904, 0.417490, 1.701825",\
|
|
"0.037149, 0.054663, 0.115904, 0.417490, 1.701825",\
|
|
"0.037149, 0.054663, 0.115904, 0.417490, 1.701825",\
|
|
"0.037149, 0.054663, 0.115904, 0.417490, 1.701825");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "4.163180, 4.178956, 4.217641, 4.333456, 4.757701",\
|
|
"4.265625, 4.281402, 4.320086, 4.435902, 4.860147",\
|
|
"4.435871, 4.451648, 4.490333, 4.606147, 5.030393",\
|
|
"4.758388, 4.774165, 4.812850, 4.928664, 5.352910",\
|
|
"5.305645, 5.321421, 5.360106, 5.475921, 5.900166");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001359, 0.012131, 0.051359, 0.233438, 1.000000");
|
|
values ( "0.032206, 0.042687, 0.073529, 0.204009, 0.779697",\
|
|
"0.032206, 0.042687, 0.073529, 0.204009, 0.779697",\
|
|
"0.032206, 0.042687, 0.073529, 0.204009, 0.779697",\
|
|
"0.032206, 0.042687, 0.073529, 0.204009, 0.779697",\
|
|
"0.032206, 0.042687, 0.073529, 0.204009, 0.779697");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[11]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[11] */
|
|
|
|
pin("pll_trim[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000931 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "4.858264, 4.878770, 4.935001, 5.160994, 6.088064",\
|
|
"4.960710, 4.981215, 5.037447, 5.263440, 6.190510",\
|
|
"5.130957, 5.151462, 5.207694, 5.433686, 6.360756",\
|
|
"5.453473, 5.473979, 5.530210, 5.756203, 6.683273",\
|
|
"6.000730, 6.021235, 6.077466, 6.303459, 7.230529");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.036901, 0.054470, 0.115587, 0.422695, 1.727795",\
|
|
"0.036901, 0.054470, 0.115587, 0.422695, 1.727795",\
|
|
"0.036901, 0.054470, 0.115587, 0.422695, 1.727795",\
|
|
"0.036901, 0.054470, 0.115587, 0.422695, 1.727795",\
|
|
"0.036901, 0.054470, 0.115587, 0.422695, 1.727795");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "4.419405, 4.435533, 4.474318, 4.593501, 5.028368",\
|
|
"4.521851, 4.537978, 4.576763, 4.695947, 5.130814",\
|
|
"4.692097, 4.708225, 4.747010, 4.866193, 5.301061",\
|
|
"5.014614, 5.030741, 5.069526, 5.188710, 5.623578",\
|
|
"5.561870, 5.577998, 5.616783, 5.735966, 6.170834");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.031889, 0.042515, 0.073427, 0.209701, 0.805423",\
|
|
"0.031889, 0.042515, 0.073427, 0.209701, 0.805423",\
|
|
"0.031889, 0.042515, 0.073427, 0.209701, 0.805423",\
|
|
"0.031889, 0.042515, 0.073427, 0.209701, 0.805423",\
|
|
"0.031889, 0.042515, 0.073427, 0.209701, 0.805423");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "4.609772, 4.630277, 4.686509, 4.909350, 5.825876",\
|
|
"4.712217, 4.732723, 4.788954, 5.011796, 5.928322",\
|
|
"4.882464, 4.902969, 4.959201, 5.182043, 6.098568",\
|
|
"5.204980, 5.225486, 5.281717, 5.504559, 6.421085",\
|
|
"5.752237, 5.772742, 5.828974, 6.051816, 6.968341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.036901, 0.054470, 0.115587, 0.416747, 1.701794",\
|
|
"0.036901, 0.054470, 0.115587, 0.416747, 1.701794",\
|
|
"0.036901, 0.054470, 0.115587, 0.416747, 1.701794",\
|
|
"0.036901, 0.054470, 0.115587, 0.416747, 1.701794",\
|
|
"0.036901, 0.054470, 0.115587, 0.416747, 1.701794");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "4.194170, 4.210297, 4.249082, 4.365103, 4.789567",\
|
|
"4.296615, 4.312743, 4.351528, 4.467548, 4.892013",\
|
|
"4.466862, 4.482989, 4.521774, 4.637795, 5.062259",\
|
|
"4.789378, 4.805506, 4.844291, 4.960311, 5.384776",\
|
|
"5.336635, 5.352762, 5.391547, 5.507568, 5.932032");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000931, 0.011704, 0.050931, 0.233010, 1.000000");
|
|
values ( "0.031889, 0.042515, 0.073427, 0.203727, 0.779712",\
|
|
"0.031889, 0.042515, 0.073427, 0.203727, 0.779712",\
|
|
"0.031889, 0.042515, 0.073427, 0.203727, 0.779712",\
|
|
"0.031889, 0.042515, 0.073427, 0.203727, 0.779712",\
|
|
"0.031889, 0.042515, 0.073427, 0.203727, 0.779712");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[10]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[10] */
|
|
|
|
pin("pll_trim[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002056 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "4.646112, 4.665443, 4.721168, 4.948050, 5.877364",\
|
|
"4.748558, 4.767889, 4.823614, 5.050496, 5.979809",\
|
|
"4.918804, 4.938136, 4.993860, 5.220742, 6.150056",\
|
|
"5.241321, 5.260652, 5.316377, 5.543259, 6.472572",\
|
|
"5.788577, 5.807909, 5.863633, 6.090515, 7.019829");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.037514, 0.054970, 0.116512, 0.426797, 1.737136",\
|
|
"0.037514, 0.054970, 0.116512, 0.426797, 1.737136",\
|
|
"0.037514, 0.054970, 0.116512, 0.426797, 1.737136",\
|
|
"0.037514, 0.054970, 0.116512, 0.426797, 1.737136",\
|
|
"0.037514, 0.054970, 0.116512, 0.426797, 1.737136");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "4.121110, 4.136257, 4.174809, 4.294685, 4.722155",\
|
|
"4.223556, 4.238702, 4.277255, 4.397131, 4.824600",\
|
|
"4.393803, 4.408949, 4.447501, 4.567378, 4.994847",\
|
|
"4.716319, 4.731465, 4.770018, 4.889894, 5.317363",\
|
|
"5.263576, 5.278722, 5.317274, 5.437150, 5.864620");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.032969, 0.043124, 0.073872, 0.212610, 0.807376",\
|
|
"0.032969, 0.043124, 0.073872, 0.212610, 0.807376",\
|
|
"0.032969, 0.043124, 0.073872, 0.212610, 0.807376",\
|
|
"0.032969, 0.043124, 0.073872, 0.212610, 0.807376",\
|
|
"0.032969, 0.043124, 0.073872, 0.212610, 0.807376");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "4.386587, 4.405919, 4.461643, 4.684219, 5.599250",\
|
|
"4.489033, 4.508364, 4.564089, 4.786665, 5.701696",\
|
|
"4.659279, 4.678611, 4.734335, 4.956912, 5.871942",\
|
|
"4.981796, 5.001127, 5.056852, 5.279428, 6.194458",\
|
|
"5.529052, 5.548384, 5.604108, 5.826684, 6.741715");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.037514, 0.054970, 0.116512, 0.418705, 1.701879",\
|
|
"0.037514, 0.054970, 0.116512, 0.418705, 1.701879",\
|
|
"0.037514, 0.054970, 0.116512, 0.418705, 1.701879",\
|
|
"0.037514, 0.054970, 0.116512, 0.418705, 1.701879",\
|
|
"0.037514, 0.054970, 0.116512, 0.418705, 1.701879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "3.884800, 3.899945, 3.938498, 4.054050, 4.477804",\
|
|
"3.987245, 4.002391, 4.040943, 4.156496, 4.580249",\
|
|
"4.157492, 4.172638, 4.211190, 4.326742, 4.750496",\
|
|
"4.480008, 4.495154, 4.533706, 4.649259, 5.073012",\
|
|
"5.027264, 5.042410, 5.080963, 5.196515, 5.620269");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002056, 0.012828, 0.052056, 0.234135, 1.000000");
|
|
values ( "0.032969, 0.043124, 0.073872, 0.204476, 0.779558",\
|
|
"0.032969, 0.043124, 0.073872, 0.204476, 0.779558",\
|
|
"0.032969, 0.043124, 0.073872, 0.204476, 0.779558",\
|
|
"0.032969, 0.043124, 0.073872, 0.204476, 0.779558",\
|
|
"0.032969, 0.043124, 0.073872, 0.204476, 0.779558");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[9]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[9] */
|
|
|
|
pin("pll_trim[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002201 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "4.553163, 4.569242, 4.624391, 4.851175, 5.779945",\
|
|
"4.655609, 4.671688, 4.726837, 4.953620, 5.882391",\
|
|
"4.825855, 4.841934, 4.897083, 5.123867, 6.052638",\
|
|
"5.148372, 5.164451, 5.219600, 5.446383, 6.375154",\
|
|
"5.695628, 5.711707, 5.766856, 5.993640, 6.922410");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.036080, 0.053641, 0.115787, 0.427052, 1.736829",\
|
|
"0.036080, 0.053641, 0.115787, 0.427052, 1.736829",\
|
|
"0.036080, 0.053641, 0.115787, 0.427052, 1.736829",\
|
|
"0.036080, 0.053641, 0.115787, 0.427052, 1.736829",\
|
|
"0.036080, 0.053641, 0.115787, 0.427052, 1.736829");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "4.067284, 4.080447, 4.119019, 4.238738, 4.665984",\
|
|
"4.169729, 4.182892, 4.221464, 4.341183, 4.768430",\
|
|
"4.339976, 4.353139, 4.391711, 4.511430, 4.938677",\
|
|
"4.662493, 4.675656, 4.714228, 4.833947, 5.261193",\
|
|
"5.209749, 5.222912, 5.261484, 5.381203, 5.808449");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.033200, 0.043220, 0.073945, 0.212603, 0.806930",\
|
|
"0.033200, 0.043220, 0.073945, 0.212603, 0.806930",\
|
|
"0.033200, 0.043220, 0.073945, 0.212603, 0.806930",\
|
|
"0.033200, 0.043220, 0.073945, 0.212603, 0.806930",\
|
|
"0.033200, 0.043220, 0.073945, 0.212603, 0.806930");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "4.318470, 4.337269, 4.392418, 4.614949, 5.529612",\
|
|
"4.420916, 4.439714, 4.494864, 4.717395, 5.632058",\
|
|
"4.591162, 4.609961, 4.665110, 4.887641, 5.802304",\
|
|
"4.913679, 4.932477, 4.987627, 5.210158, 6.124821",\
|
|
"5.460935, 5.479734, 5.534883, 5.757414, 6.672077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.036080, 0.053641, 0.115787, 0.419045, 1.701988",\
|
|
"0.036080, 0.053641, 0.115787, 0.419045, 1.701988",\
|
|
"0.036080, 0.053641, 0.115787, 0.419045, 1.701988",\
|
|
"0.036080, 0.053641, 0.115787, 0.419045, 1.701988",\
|
|
"0.036080, 0.053641, 0.115787, 0.419045, 1.701988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "3.839372, 3.854343, 3.892915, 4.008364, 4.431932",\
|
|
"3.941818, 3.956789, 3.995361, 4.110810, 4.534378",\
|
|
"4.112064, 4.127036, 4.165607, 4.281056, 4.704625",\
|
|
"4.434581, 4.449552, 4.488124, 4.603572, 5.027141",\
|
|
"4.981837, 4.996809, 5.035380, 5.150829, 5.574398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002201, 0.012973, 0.052201, 0.234280, 1.000000");
|
|
values ( "0.033200, 0.043220, 0.073945, 0.204554, 0.779439",\
|
|
"0.033200, 0.043220, 0.073945, 0.204554, 0.779439",\
|
|
"0.033200, 0.043220, 0.073945, 0.204554, 0.779439",\
|
|
"0.033200, 0.043220, 0.073945, 0.204554, 0.779439",\
|
|
"0.033200, 0.043220, 0.073945, 0.204554, 0.779439");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[8]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[8] */
|
|
|
|
pin("pll_trim[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.004139 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "4.844873, 4.863454, 4.919978, 5.148645, 6.070212",\
|
|
"4.947319, 4.965899, 5.022424, 5.251091, 6.172658",\
|
|
"5.117565, 5.136146, 5.192670, 5.421337, 6.342905",\
|
|
"5.440082, 5.458663, 5.515187, 5.743854, 6.665421",\
|
|
"5.987338, 6.005919, 6.062443, 6.291110, 7.212677");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.041591, 0.058749, 0.124240, 0.435745, 1.750250",\
|
|
"0.041591, 0.058749, 0.124240, 0.435745, 1.750250",\
|
|
"0.041591, 0.058749, 0.124240, 0.435745, 1.750250",\
|
|
"0.041591, 0.058749, 0.124240, 0.435745, 1.750250",\
|
|
"0.041591, 0.058749, 0.124240, 0.435745, 1.750250");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "4.410828, 4.425015, 4.463611, 4.585414, 5.015073",\
|
|
"4.513274, 4.527461, 4.566056, 4.687860, 5.117518",\
|
|
"4.683520, 4.697707, 4.736302, 4.858106, 5.287765",\
|
|
"5.006036, 5.020223, 5.058819, 5.180623, 5.610281",\
|
|
"5.553293, 5.567480, 5.606075, 5.727879, 6.157537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.034978, 0.044703, 0.078913, 0.219760, 0.827117",\
|
|
"0.034978, 0.044703, 0.078913, 0.219760, 0.827117",\
|
|
"0.034978, 0.044703, 0.078913, 0.219760, 0.827117",\
|
|
"0.034978, 0.044703, 0.078913, 0.219760, 0.827117",\
|
|
"0.034978, 0.044703, 0.078913, 0.219760, 0.827117");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "4.583008, 4.601589, 4.656413, 4.879514, 5.792131",\
|
|
"4.685453, 4.704034, 4.758859, 4.981959, 5.894577",\
|
|
"4.855700, 4.874281, 4.929105, 5.152206, 6.064824",\
|
|
"5.178216, 5.196797, 5.251622, 5.474722, 6.387341",\
|
|
"5.725473, 5.744054, 5.798878, 6.021979, 6.934597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.041591, 0.058749, 0.121209, 0.422160, 1.701836",\
|
|
"0.041591, 0.058749, 0.121209, 0.422160, 1.701836",\
|
|
"0.041591, 0.058749, 0.121209, 0.422160, 1.701836",\
|
|
"0.041591, 0.058749, 0.121209, 0.422160, 1.701836",\
|
|
"0.041591, 0.058749, 0.121209, 0.422160, 1.701836");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "4.174352, 4.188539, 4.225432, 4.341632, 4.764347",\
|
|
"4.276798, 4.290985, 4.327878, 4.444078, 4.866792",\
|
|
"4.447045, 4.461232, 4.498124, 4.614325, 5.037039",\
|
|
"4.769561, 4.783748, 4.820641, 4.936841, 5.359555",\
|
|
"5.316818, 5.331005, 5.367897, 5.484097, 5.906812");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.004139, 0.014911, 0.054139, 0.236218, 1.000000");
|
|
values ( "0.034978, 0.044703, 0.075870, 0.206075, 0.779686",\
|
|
"0.034978, 0.044703, 0.075870, 0.206075, 0.779686",\
|
|
"0.034978, 0.044703, 0.075870, 0.206075, 0.779686",\
|
|
"0.034978, 0.044703, 0.075870, 0.206075, 0.779686",\
|
|
"0.034978, 0.044703, 0.075870, 0.206075, 0.779686");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[7]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[7] */
|
|
|
|
pin("pll_trim[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001950 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "4.885213, 4.905086, 4.961394, 5.188186, 6.117278",\
|
|
"4.987659, 5.007531, 5.063839, 5.290631, 6.219723",\
|
|
"5.157905, 5.177778, 5.234086, 5.460878, 6.389970",\
|
|
"5.480422, 5.500294, 5.556602, 5.783394, 6.712486",\
|
|
"6.027678, 6.047551, 6.103859, 6.330651, 7.259743");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.039148, 0.056491, 0.117409, 0.426204, 1.735648",\
|
|
"0.039148, 0.056491, 0.117409, 0.426204, 1.735648",\
|
|
"0.039148, 0.056491, 0.117409, 0.426204, 1.735648",\
|
|
"0.039148, 0.056491, 0.117409, 0.426204, 1.735648",\
|
|
"0.039148, 0.056491, 0.117409, 0.426204, 1.735648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "4.440043, 4.455417, 4.494041, 4.614014, 5.041496",\
|
|
"4.542489, 4.557863, 4.596487, 4.716459, 5.143942",\
|
|
"4.712736, 4.728110, 4.766734, 4.886706, 5.314189",\
|
|
"5.035252, 5.050626, 5.089251, 5.209223, 5.636705",\
|
|
"5.582509, 5.597883, 5.636507, 5.756479, 6.183962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.033240, 0.043494, 0.074157, 0.212364, 0.806477",\
|
|
"0.033240, 0.043494, 0.074157, 0.212364, 0.806477",\
|
|
"0.033240, 0.043494, 0.074157, 0.212364, 0.806477",\
|
|
"0.033240, 0.043494, 0.074157, 0.212364, 0.806477",\
|
|
"0.033240, 0.043494, 0.074157, 0.212364, 0.806477");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "4.630919, 4.650791, 4.707099, 4.929760, 5.845127",\
|
|
"4.733364, 4.753237, 4.809545, 5.032206, 5.947572",\
|
|
"4.903611, 4.923483, 4.979792, 5.202452, 6.117818",\
|
|
"5.226127, 5.246000, 5.302308, 5.524969, 6.440335",\
|
|
"5.773384, 5.793256, 5.849565, 6.072225, 6.987591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.039148, 0.056491, 0.117409, 0.418425, 1.701762",\
|
|
"0.039148, 0.056491, 0.117409, 0.418425, 1.701762",\
|
|
"0.039148, 0.056491, 0.117409, 0.418425, 1.701762",\
|
|
"0.039148, 0.056491, 0.117409, 0.418425, 1.701762",\
|
|
"0.039148, 0.056491, 0.117409, 0.418425, 1.701762");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "4.206027, 4.221401, 4.260025, 4.375849, 4.799725",\
|
|
"4.308472, 4.323846, 4.362471, 4.478295, 4.902171",\
|
|
"4.478718, 4.494092, 4.532717, 4.648541, 5.072417",\
|
|
"4.801235, 4.816609, 4.855233, 4.971057, 5.394933",\
|
|
"5.348491, 5.363865, 5.402490, 5.518314, 5.942190");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001950, 0.012722, 0.051950, 0.234029, 1.000000");
|
|
values ( "0.033240, 0.043494, 0.074157, 0.204545, 0.779733",\
|
|
"0.033240, 0.043494, 0.074157, 0.204545, 0.779733",\
|
|
"0.033240, 0.043494, 0.074157, 0.204545, 0.779733",\
|
|
"0.033240, 0.043494, 0.074157, 0.204545, 0.779733",\
|
|
"0.033240, 0.043494, 0.074157, 0.204545, 0.779733");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[6]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[6] */
|
|
|
|
pin("pll_trim[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.738464, 4.757932, 4.813384, 5.039846, 5.968152",\
|
|
"4.840909, 4.860377, 4.915829, 5.142292, 6.070597",\
|
|
"5.011156, 5.030624, 5.086076, 5.312538, 6.240844",\
|
|
"5.333673, 5.353140, 5.408592, 5.635055, 6.563360",\
|
|
"5.880929, 5.900396, 5.955848, 6.182311, 7.110616");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.035547, 0.053178, 0.115078, 0.424997, 1.733303",\
|
|
"0.035547, 0.053178, 0.115078, 0.424997, 1.733303",\
|
|
"0.035547, 0.053178, 0.115078, 0.424997, 1.733303",\
|
|
"0.035547, 0.053178, 0.115078, 0.424997, 1.733303",\
|
|
"0.035547, 0.053178, 0.115078, 0.424997, 1.733303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.344230, 4.359822, 4.398499, 4.518029, 4.945522",\
|
|
"4.446676, 4.462268, 4.500944, 4.620474, 5.047968",\
|
|
"4.616923, 4.632515, 4.671191, 4.790721, 5.218215",\
|
|
"4.939439, 4.955031, 4.993708, 5.113238, 5.540731",\
|
|
"5.486695, 5.502287, 5.540964, 5.660493, 6.087987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.032329, 0.042692, 0.073541, 0.211276, 0.804340",\
|
|
"0.032329, 0.042692, 0.073541, 0.211276, 0.804340",\
|
|
"0.032329, 0.042692, 0.073541, 0.211276, 0.804340",\
|
|
"0.032329, 0.042692, 0.073541, 0.211276, 0.804340",\
|
|
"0.032329, 0.042692, 0.073541, 0.211276, 0.804340");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.497229, 4.516696, 4.572148, 4.794796, 5.710391",\
|
|
"4.599674, 4.619142, 4.674594, 4.897241, 5.812836",\
|
|
"4.769921, 4.789389, 4.844841, 5.067487, 5.983083",\
|
|
"5.092437, 5.111905, 5.167357, 5.390004, 6.305599",\
|
|
"5.639694, 5.659162, 5.714613, 5.937260, 6.852856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.035547, 0.053178, 0.115078, 0.417811, 1.701943",\
|
|
"0.035547, 0.053178, 0.115078, 0.417811, 1.701943",\
|
|
"0.035547, 0.053178, 0.115078, 0.417811, 1.701943",\
|
|
"0.035547, 0.053178, 0.115078, 0.417811, 1.701943",\
|
|
"0.035547, 0.053178, 0.115078, 0.417811, 1.701943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "4.113518, 4.129110, 4.167786, 4.283486, 4.707570",\
|
|
"4.215963, 4.231555, 4.270232, 4.385931, 4.810015",\
|
|
"4.386209, 4.401802, 4.440478, 4.556178, 4.980261",\
|
|
"4.708726, 4.724318, 4.762994, 4.878694, 5.302778",\
|
|
"5.255982, 5.271574, 5.310251, 5.425951, 5.850034");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.032329, 0.042692, 0.073541, 0.204055, 0.779576",\
|
|
"0.032329, 0.042692, 0.073541, 0.204055, 0.779576",\
|
|
"0.032329, 0.042692, 0.073541, 0.204055, 0.779576",\
|
|
"0.032329, 0.042692, 0.073541, 0.204055, 0.779576",\
|
|
"0.032329, 0.042692, 0.073541, 0.204055, 0.779576");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[5]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[5] */
|
|
|
|
pin("pll_trim[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "4.720121, 4.739273, 4.794628, 5.021219, 5.949581",\
|
|
"4.822567, 4.841719, 4.897074, 5.123665, 6.052026",\
|
|
"4.992814, 5.011965, 5.067320, 5.293911, 6.222273",\
|
|
"5.315330, 5.334482, 5.389837, 5.616428, 6.544789",\
|
|
"5.862586, 5.881738, 5.937093, 6.163684, 7.092045");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.036111, 0.053684, 0.115639, 0.426008, 1.734692",\
|
|
"0.036111, 0.053684, 0.115639, 0.426008, 1.734692",\
|
|
"0.036111, 0.053684, 0.115639, 0.426008, 1.734692",\
|
|
"0.036111, 0.053684, 0.115639, 0.426008, 1.734692",\
|
|
"0.036111, 0.053684, 0.115639, 0.426008, 1.734692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "4.337855, 4.353127, 4.391689, 4.511324, 4.938695",\
|
|
"4.440300, 4.455573, 4.494134, 4.613770, 5.041141",\
|
|
"4.610547, 4.625819, 4.664381, 4.784017, 5.211388",\
|
|
"4.933064, 4.948336, 4.986897, 5.106533, 5.533904",\
|
|
"5.480320, 5.495592, 5.534154, 5.653790, 6.081161");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.032780, 0.043005, 0.073801, 0.211909, 0.805416",\
|
|
"0.032780, 0.043005, 0.073801, 0.211909, 0.805416",\
|
|
"0.032780, 0.043005, 0.073801, 0.211909, 0.805416",\
|
|
"0.032780, 0.043005, 0.073801, 0.211909, 0.805416",\
|
|
"0.032780, 0.043005, 0.073801, 0.211909, 0.805416");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "4.494886, 4.514038, 4.569393, 4.791995, 5.707093",\
|
|
"4.597332, 4.616483, 4.671838, 4.894440, 5.809538",\
|
|
"4.767578, 4.786730, 4.842085, 5.064686, 5.979785",\
|
|
"5.090095, 5.109246, 5.164601, 5.387203, 6.302302",\
|
|
"5.637351, 5.656503, 5.711858, 5.934459, 6.849558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.036111, 0.053684, 0.115639, 0.418493, 1.701951",\
|
|
"0.036111, 0.053684, 0.115639, 0.418493, 1.701951",\
|
|
"0.036111, 0.053684, 0.115639, 0.418493, 1.701951",\
|
|
"0.036111, 0.053684, 0.115639, 0.418493, 1.701951",\
|
|
"0.036111, 0.053684, 0.115639, 0.418493, 1.701951");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "4.112619, 4.127892, 4.166454, 4.282083, 4.705938",\
|
|
"4.215065, 4.230337, 4.268899, 4.384529, 4.808384",\
|
|
"4.385312, 4.400584, 4.439146, 4.554775, 4.978631",\
|
|
"4.707828, 4.723100, 4.761662, 4.877292, 5.301147",\
|
|
"5.255085, 5.270357, 5.308918, 5.424548, 5.848403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001891, 0.012663, 0.051891, 0.233970, 1.000000");
|
|
values ( "0.032780, 0.043005, 0.073801, 0.204356, 0.779570",\
|
|
"0.032780, 0.043005, 0.073801, 0.204356, 0.779570",\
|
|
"0.032780, 0.043005, 0.073801, 0.204356, 0.779570",\
|
|
"0.032780, 0.043005, 0.073801, 0.204356, 0.779570",\
|
|
"0.032780, 0.043005, 0.073801, 0.204356, 0.779570");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[4]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[4] */
|
|
|
|
pin("pll_trim[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002665 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "4.610928, 4.627246, 4.682683, 4.909636, 5.838540",\
|
|
"4.713373, 4.729692, 4.785129, 5.012082, 5.940985",\
|
|
"4.883620, 4.899939, 4.955376, 5.182329, 6.111232",\
|
|
"5.206137, 5.222455, 5.277892, 5.504846, 6.433749",\
|
|
"5.753393, 5.769711, 5.825149, 6.052102, 6.981005");
|
|
}
|
|
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.037957, 0.055390, 0.117162, 0.428100, 1.738155",\
|
|
"0.037957, 0.055390, 0.117162, 0.428100, 1.738155",\
|
|
"0.037957, 0.055390, 0.117162, 0.428100, 1.738155",\
|
|
"0.037957, 0.055390, 0.117162, 0.428100, 1.738155",\
|
|
"0.037957, 0.055390, 0.117162, 0.428100, 1.738155");
|
|
}
|
|
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 ( "4.098453, 4.111725, 4.150110, 4.270001, 4.697153",\
|
|
"4.200898, 4.214170, 4.252555, 4.372447, 4.799598",\
|
|
"4.371144, 4.384417, 4.422801, 4.542693, 4.969844",\
|
|
"4.693661, 4.706933, 4.745318, 4.865209, 5.292361",\
|
|
"5.240918, 5.254190, 5.292575, 5.412466, 5.839618");
|
|
}
|
|
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.033627, 0.043595, 0.074272, 0.213306, 0.808095",\
|
|
"0.033627, 0.043595, 0.074272, 0.213306, 0.808095",\
|
|
"0.033627, 0.043595, 0.074272, 0.213306, 0.808095",\
|
|
"0.033627, 0.043595, 0.074272, 0.213306, 0.808095",\
|
|
"0.033627, 0.043595, 0.074272, 0.213306, 0.808095");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002665, 0.013437, 0.052665, 0.234744, 1.000000");
|
|
values ( "4.371735, 4.390583, 4.446021, 4.668540, 5.582776",\
|
|
"4.474181, 4.493029, 4.548466, 4.770986, 5.685222",\
|
|
"4.644427, 4.663275, 4.718712, 4.941232, 5.855468",\
|
|
"4.966943, 4.985791, 5.041229, 5.263748, 6.177984",\
|
|
"5.514200, 5.533048, 5.588485, 5.811005, 6.725241");
|
|
}
|
|
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.037957, 0.055390, 0.117162, 0.419760, 1.701916",\
|
|
"0.037957, 0.055390, 0.117162, 0.419760, 1.701916",\
|
|
"0.037957, 0.055390, 0.117162, 0.419760, 1.701916",\
|
|
"0.037957, 0.055390, 0.117162, 0.419760, 1.701916",\
|
|
"0.037957, 0.055390, 0.117162, 0.419760, 1.701916");
|
|
}
|
|
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 ( "3.871741, 3.886489, 3.924875, 4.040312, 4.463687",\
|
|
"3.974186, 3.988935, 4.027320, 4.142757, 4.566133",\
|
|
"4.144433, 4.159182, 4.197567, 4.313004, 4.736379",\
|
|
"4.466949, 4.481698, 4.520082, 4.635520, 5.058895",\
|
|
"5.014205, 5.028954, 5.067339, 5.182776, 5.606152");
|
|
}
|
|
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.033627, 0.043595, 0.074272, 0.204921, 0.779511",\
|
|
"0.033627, 0.043595, 0.074272, 0.204921, 0.779511",\
|
|
"0.033627, 0.043595, 0.074272, 0.204921, 0.779511",\
|
|
"0.033627, 0.043595, 0.074272, 0.204921, 0.779511",\
|
|
"0.033627, 0.043595, 0.074272, 0.204921, 0.779511");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[3]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[3] */
|
|
|
|
pin("pll_trim[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002860 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "4.829051, 4.848097, 4.903911, 5.131303, 6.061703",\
|
|
"4.931497, 4.950542, 5.006356, 5.233748, 6.164148",\
|
|
"5.101743, 5.120789, 5.176602, 5.403995, 6.334394",\
|
|
"5.424260, 5.443305, 5.499119, 5.726511, 6.656911",\
|
|
"5.971516, 5.990561, 6.046375, 6.273767, 7.204167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.039381, 0.056703, 0.118054, 0.429276, 1.742044",\
|
|
"0.039381, 0.056703, 0.118054, 0.429276, 1.742044",\
|
|
"0.039381, 0.056703, 0.118054, 0.429276, 1.742044",\
|
|
"0.039381, 0.056703, 0.118054, 0.429276, 1.742044",\
|
|
"0.039381, 0.056703, 0.118054, 0.429276, 1.742044");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "4.404900, 4.419641, 4.457915, 4.578344, 5.006727",\
|
|
"4.507345, 4.522087, 4.560361, 4.680789, 5.109173",\
|
|
"4.677592, 4.692334, 4.730608, 4.851037, 5.279420",\
|
|
"5.000109, 5.014850, 5.053124, 5.173553, 5.601936",\
|
|
"5.547365, 5.562107, 5.600381, 5.720809, 6.149193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.033728, 0.043765, 0.074397, 0.214417, 0.811969",\
|
|
"0.033728, 0.043765, 0.074397, 0.214417, 0.811969",\
|
|
"0.033728, 0.043765, 0.074397, 0.214417, 0.811969",\
|
|
"0.033728, 0.043765, 0.074397, 0.214417, 0.811969",\
|
|
"0.033728, 0.043765, 0.074397, 0.214417, 0.811969");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "4.574860, 4.593905, 4.649719, 4.872180, 5.786311",\
|
|
"4.677305, 4.696351, 4.752164, 4.974626, 5.888756",\
|
|
"4.847552, 4.866598, 4.922411, 5.144873, 6.059003",\
|
|
"5.170069, 5.189114, 5.244928, 5.467390, 6.381520",\
|
|
"5.717325, 5.736371, 5.792184, 6.014646, 6.928776");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.039381, 0.056703, 0.118054, 0.420024, 1.701845",\
|
|
"0.039381, 0.056703, 0.118054, 0.420024, 1.701845",\
|
|
"0.039381, 0.056703, 0.118054, 0.420024, 1.701845",\
|
|
"0.039381, 0.056703, 0.118054, 0.420024, 1.701845",\
|
|
"0.039381, 0.056703, 0.118054, 0.420024, 1.701845");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "4.171105, 4.185847, 4.224121, 4.339596, 4.763010",\
|
|
"4.273551, 4.288292, 4.326567, 4.442042, 4.865456",\
|
|
"4.443797, 4.458539, 4.496813, 4.612288, 5.035702",\
|
|
"4.766314, 4.781055, 4.819329, 4.934805, 5.358219",\
|
|
"5.313570, 5.328311, 5.366586, 5.482061, 5.905475");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002860, 0.013633, 0.052860, 0.234939, 1.000000");
|
|
values ( "0.033728, 0.043765, 0.074397, 0.205113, 0.779677",\
|
|
"0.033728, 0.043765, 0.074397, 0.205113, 0.779677",\
|
|
"0.033728, 0.043765, 0.074397, 0.205113, 0.779677",\
|
|
"0.033728, 0.043765, 0.074397, 0.205113, 0.779677",\
|
|
"0.033728, 0.043765, 0.074397, 0.205113, 0.779677");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[2]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[2] */
|
|
|
|
pin("pll_trim[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001500 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "4.614712, 4.634274, 4.689840, 4.916246, 5.844316",\
|
|
"4.717157, 4.736720, 4.792286, 5.018692, 5.946762",\
|
|
"4.887404, 4.906967, 4.962533, 5.188938, 6.117008",\
|
|
"5.209920, 5.229483, 5.285049, 5.511455, 6.439525",\
|
|
"5.757177, 5.776740, 5.832305, 6.058711, 6.986781");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.035959, 0.053561, 0.115334, 0.424846, 1.732623",\
|
|
"0.035959, 0.053561, 0.115334, 0.424846, 1.732623",\
|
|
"0.035959, 0.053561, 0.115334, 0.424846, 1.732623",\
|
|
"0.035959, 0.053561, 0.115334, 0.424846, 1.732623",\
|
|
"0.035959, 0.053561, 0.115334, 0.424846, 1.732623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "4.101008, 4.116557, 4.155258, 4.274670, 4.702050",\
|
|
"4.203454, 4.219003, 4.257703, 4.377116, 4.804496",\
|
|
"4.373700, 4.389249, 4.427949, 4.547362, 4.974742",\
|
|
"4.696216, 4.711766, 4.750466, 4.869878, 5.297258",\
|
|
"5.243473, 5.259022, 5.297722, 5.417135, 5.844515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.032378, 0.042693, 0.073542, 0.211120, 0.803768",\
|
|
"0.032378, 0.042693, 0.073542, 0.211120, 0.803768",\
|
|
"0.032378, 0.042693, 0.073542, 0.211120, 0.803768",\
|
|
"0.032378, 0.042693, 0.073542, 0.211120, 0.803768",\
|
|
"0.032378, 0.042693, 0.073542, 0.211120, 0.803768");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "4.361146, 4.380709, 4.436275, 4.658947, 5.574573",\
|
|
"4.463592, 4.483155, 4.538721, 4.761392, 5.677019",\
|
|
"4.633839, 4.653401, 4.708967, 4.931639, 5.847265",\
|
|
"4.956355, 4.975918, 5.031484, 5.254156, 6.169782",\
|
|
"5.503612, 5.523174, 5.578740, 5.801412, 6.717038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.035959, 0.053561, 0.115334, 0.417808, 1.701917",\
|
|
"0.035959, 0.053561, 0.115334, 0.417808, 1.701917",\
|
|
"0.035959, 0.053561, 0.115334, 0.417808, 1.701917",\
|
|
"0.035959, 0.053561, 0.115334, 0.417808, 1.701917",\
|
|
"0.035959, 0.053561, 0.115334, 0.417808, 1.701917");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "3.867636, 3.883186, 3.921886, 4.037550, 4.461575",\
|
|
"3.970082, 3.985632, 4.024332, 4.139996, 4.564021",\
|
|
"4.140329, 4.155878, 4.194579, 4.310242, 4.734268",\
|
|
"4.462845, 4.478395, 4.517095, 4.632759, 5.056784",\
|
|
"5.010102, 5.025651, 5.064352, 5.180015, 5.604041");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001500, 0.012272, 0.051500, 0.233579, 1.000000");
|
|
values ( "0.032378, 0.042693, 0.073542, 0.204048, 0.779517",\
|
|
"0.032378, 0.042693, 0.073542, 0.204048, 0.779517",\
|
|
"0.032378, 0.042693, 0.073542, 0.204048, 0.779517",\
|
|
"0.032378, 0.042693, 0.073542, 0.204048, 0.779517",\
|
|
"0.032378, 0.042693, 0.073542, 0.204048, 0.779517");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[1]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[1] */
|
|
|
|
pin("pll_trim[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "4.651496, 4.671006, 4.726840, 4.953578, 5.882482",\
|
|
"4.753942, 4.773452, 4.829285, 5.056023, 5.984927",\
|
|
"4.924188, 4.943698, 4.999532, 5.226270, 6.155174",\
|
|
"5.246705, 5.266215, 5.322048, 5.548786, 6.477690",\
|
|
"5.793962, 5.813472, 5.869305, 6.096043, 7.024947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.037614, 0.055072, 0.116509, 0.426208, 1.735613",\
|
|
"0.037614, 0.055072, 0.116509, 0.426208, 1.735613",\
|
|
"0.037614, 0.055072, 0.116509, 0.426208, 1.735613",\
|
|
"0.037614, 0.055072, 0.116509, 0.426208, 1.735613",\
|
|
"0.037614, 0.055072, 0.116509, 0.426208, 1.735613");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "4.129436, 4.144694, 4.183254, 4.303003, 4.730450",\
|
|
"4.231882, 4.247140, 4.285700, 4.405449, 4.832895",\
|
|
"4.402129, 4.417387, 4.455946, 4.575696, 5.003142",\
|
|
"4.724645, 4.739903, 4.778463, 4.898212, 5.325658",\
|
|
"5.271902, 5.287160, 5.325720, 5.445469, 5.872915");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.032807, 0.043028, 0.073809, 0.212167, 0.806222",\
|
|
"0.032807, 0.043028, 0.073809, 0.212167, 0.806222",\
|
|
"0.032807, 0.043028, 0.073809, 0.212167, 0.806222",\
|
|
"0.032807, 0.043028, 0.073809, 0.212167, 0.806222",\
|
|
"0.032807, 0.043028, 0.073809, 0.212167, 0.806222");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "4.405221, 4.424731, 4.480564, 4.703185, 5.618414",\
|
|
"4.507666, 4.527176, 4.583010, 4.805631, 5.720860",\
|
|
"4.677913, 4.697423, 4.753256, 4.975877, 5.891106",\
|
|
"5.000429, 5.019939, 5.075773, 5.298394, 6.213623",\
|
|
"5.547686, 5.567196, 5.623029, 5.845650, 6.760879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.037614, 0.055072, 0.116509, 0.418462, 1.701858",\
|
|
"0.037614, 0.055072, 0.116509, 0.418462, 1.701858",\
|
|
"0.037614, 0.055072, 0.116509, 0.418462, 1.701858",\
|
|
"0.037614, 0.055072, 0.116509, 0.418462, 1.701858",\
|
|
"0.037614, 0.055072, 0.116509, 0.418462, 1.701858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "3.896672, 3.911930, 3.950490, 4.066105, 4.489953",\
|
|
"3.999118, 4.014376, 4.052936, 4.168550, 4.592399",\
|
|
"4.169364, 4.184622, 4.223182, 4.338797, 4.762645",\
|
|
"4.491881, 4.507139, 4.545699, 4.661314, 5.085162",\
|
|
"5.039137, 5.054395, 5.092955, 5.208570, 5.632419");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001922, 0.012694, 0.051922, 0.234001, 1.000000");
|
|
values ( "0.032807, 0.043028, 0.073809, 0.204382, 0.779581",\
|
|
"0.032807, 0.043028, 0.073809, 0.204382, 0.779581",\
|
|
"0.032807, 0.043028, 0.073809, 0.204382, 0.779581",\
|
|
"0.032807, 0.043028, 0.073809, 0.204382, 0.779581",\
|
|
"0.032807, 0.043028, 0.073809, 0.204382, 0.779581");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[0]_redg_min*/
|
|
|
|
} /* end of pin pll_trim[0] */
|
|
} /* end of bus pll_trim */
|
|
bus ( pwr_ctrl_out ) {
|
|
|
|
bus_type : BUS4_type5 ;
|
|
direction : output ;
|
|
|
|
pin("pwr_ctrl_out[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001626 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "4.378488, 4.398591, 4.454929, 4.681682, 5.610984",\
|
|
"4.480933, 4.501036, 4.557374, 4.784127, 5.713429",\
|
|
"4.651180, 4.671283, 4.727621, 4.954374, 5.883677",\
|
|
"4.973696, 4.993799, 5.050138, 5.276891, 6.206193",\
|
|
"5.520953, 5.541056, 5.597394, 5.824147, 6.753449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.038495, 0.055898, 0.116830, 0.425554, 1.735225",\
|
|
"0.038495, 0.055898, 0.116830, 0.425554, 1.735225",\
|
|
"0.038495, 0.055898, 0.116830, 0.425554, 1.735225",\
|
|
"0.038495, 0.055898, 0.116830, 0.425554, 1.735225",\
|
|
"0.038495, 0.055898, 0.116830, 0.425554, 1.735225");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "4.531520, 4.547307, 4.586282, 4.706448, 5.133999",\
|
|
"4.633965, 4.649752, 4.688728, 4.808894, 5.236444",\
|
|
"4.804212, 4.819999, 4.858974, 4.979140, 5.406691",\
|
|
"5.126729, 5.142515, 5.181491, 5.301656, 5.729208",\
|
|
"5.673985, 5.689772, 5.728747, 5.848913, 6.276464");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.033672, 0.043961, 0.074440, 0.212199, 0.806217",\
|
|
"0.033672, 0.043961, 0.074440, 0.212199, 0.806217",\
|
|
"0.033672, 0.043961, 0.074440, 0.212199, 0.806217",\
|
|
"0.033672, 0.043961, 0.074440, 0.212199, 0.806217",\
|
|
"0.033672, 0.043961, 0.074440, 0.212199, 0.806217");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "4.143135, 4.163238, 4.219576, 4.442253, 5.357996",\
|
|
"4.245580, 4.265683, 4.322021, 4.544698, 5.460441",\
|
|
"4.415826, 4.435929, 4.492268, 4.714944, 5.630687",\
|
|
"4.738343, 4.758446, 4.814784, 5.037461, 5.953203",\
|
|
"5.285599, 5.305702, 5.362041, 5.584717, 6.500460");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.038495, 0.055898, 0.116830, 0.417888, 1.701768",\
|
|
"0.038495, 0.055898, 0.116830, 0.417888, 1.701768",\
|
|
"0.038495, 0.055898, 0.116830, 0.417888, 1.701768",\
|
|
"0.038495, 0.055898, 0.116830, 0.417888, 1.701768",\
|
|
"0.038495, 0.055898, 0.116830, 0.417888, 1.701768");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "4.293120, 4.308907, 4.347882, 4.463955, 4.887922",\
|
|
"4.395565, 4.411352, 4.450327, 4.566400, 4.990367",\
|
|
"4.565812, 4.581598, 4.620574, 4.736647, 5.160614",\
|
|
"4.888328, 4.904115, 4.943090, 5.059163, 5.483130",\
|
|
"5.435585, 5.451371, 5.490347, 5.606420, 6.030387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001626, 0.012398, 0.051626, 0.233705, 1.000000");
|
|
values ( "0.033672, 0.043961, 0.074440, 0.204493, 0.779807",\
|
|
"0.033672, 0.043961, 0.074440, 0.204493, 0.779807",\
|
|
"0.033672, 0.043961, 0.074440, 0.204493, 0.779807",\
|
|
"0.033672, 0.043961, 0.074440, 0.204493, 0.779807",\
|
|
"0.033672, 0.043961, 0.074440, 0.204493, 0.779807");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[3]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[3] */
|
|
|
|
pin("pwr_ctrl_out[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001634 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "4.397049, 4.417185, 4.473565, 4.700289, 5.629468",\
|
|
"4.499495, 4.519630, 4.576010, 4.802735, 5.731914",\
|
|
"4.669742, 4.689877, 4.746256, 4.972981, 5.902161",\
|
|
"4.992258, 5.012393, 5.068773, 5.295498, 6.224677",\
|
|
"5.539515, 5.559650, 5.616029, 5.842754, 6.771934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.038661, 0.056053, 0.116937, 0.425490, 1.734899",\
|
|
"0.038661, 0.056053, 0.116937, 0.425490, 1.734899",\
|
|
"0.038661, 0.056053, 0.116937, 0.425490, 1.734899",\
|
|
"0.038661, 0.056053, 0.116937, 0.425490, 1.734899",\
|
|
"0.038661, 0.056053, 0.116937, 0.425490, 1.734899");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "4.533586, 4.549370, 4.588348, 4.708489, 5.136005",\
|
|
"4.636031, 4.651816, 4.690794, 4.810935, 5.238451",\
|
|
"4.806278, 4.822062, 4.861041, 4.981182, 5.408697",\
|
|
"5.128794, 5.144579, 5.183557, 5.303698, 5.731214",\
|
|
"5.676051, 5.691835, 5.730814, 5.850955, 6.278470");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.033717, 0.044001, 0.074473, 0.212142, 0.805973",\
|
|
"0.033717, 0.044001, 0.074473, 0.212142, 0.805973",\
|
|
"0.033717, 0.044001, 0.074473, 0.212142, 0.805973",\
|
|
"0.033717, 0.044001, 0.074473, 0.212142, 0.805973",\
|
|
"0.033717, 0.044001, 0.074473, 0.212142, 0.805973");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "4.144778, 4.164914, 4.221293, 4.443982, 5.359731",\
|
|
"4.247223, 4.267359, 4.323739, 4.546427, 5.462176",\
|
|
"4.417470, 4.437605, 4.493985, 4.716673, 5.632422",\
|
|
"4.739986, 4.760122, 4.816501, 5.039189, 5.954938",\
|
|
"5.287243, 5.307378, 5.363758, 5.586446, 6.502195");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.038661, 0.056053, 0.116937, 0.417894, 1.701759",\
|
|
"0.038661, 0.056053, 0.116937, 0.417894, 1.701759",\
|
|
"0.038661, 0.056053, 0.116937, 0.417894, 1.701759",\
|
|
"0.038661, 0.056053, 0.116937, 0.417894, 1.701759",\
|
|
"0.038661, 0.056053, 0.116937, 0.417894, 1.701759");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "4.298342, 4.314127, 4.353104, 4.469192, 4.893150",\
|
|
"4.400787, 4.416572, 4.455549, 4.571637, 4.995595",\
|
|
"4.571034, 4.586818, 4.625796, 4.741883, 5.165842",\
|
|
"4.893550, 4.909335, 4.948312, 5.064400, 5.488358",\
|
|
"5.440807, 5.456591, 5.495569, 5.611656, 6.035615");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001634, 0.012407, 0.051634, 0.233713, 1.000000");
|
|
values ( "0.033715, 0.044000, 0.074472, 0.204508, 0.779810",\
|
|
"0.033715, 0.044000, 0.074472, 0.204508, 0.779810",\
|
|
"0.033715, 0.044000, 0.074472, 0.204508, 0.779810",\
|
|
"0.033715, 0.044000, 0.074472, 0.204508, 0.779810",\
|
|
"0.033715, 0.044000, 0.074472, 0.204508, 0.779810");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[2]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[2] */
|
|
|
|
pin("pwr_ctrl_out[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001800 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "4.229959, 4.249225, 4.304683, 4.531515, 5.460924",\
|
|
"4.332405, 4.351671, 4.407129, 4.633961, 5.563369",\
|
|
"4.502651, 4.521917, 4.577375, 4.804207, 5.733616",\
|
|
"4.825168, 4.844434, 4.899892, 5.126724, 6.056132",\
|
|
"5.372424, 5.391690, 5.447148, 5.673980, 6.603389");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.036106, 0.053674, 0.115541, 0.426356, 1.736944",\
|
|
"0.036106, 0.053674, 0.115541, 0.426356, 1.736944",\
|
|
"0.036106, 0.053674, 0.115541, 0.426356, 1.736944",\
|
|
"0.036106, 0.053674, 0.115541, 0.426356, 1.736944",\
|
|
"0.036106, 0.053674, 0.115541, 0.426356, 1.736944");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "4.418350, 4.433778, 4.472351, 4.592349, 5.020050",\
|
|
"4.520796, 4.536224, 4.574797, 4.694795, 5.122496",\
|
|
"4.691042, 4.706470, 4.745043, 4.865041, 5.292742",\
|
|
"5.013559, 5.028987, 5.067560, 5.187557, 5.615259",\
|
|
"5.560815, 5.576243, 5.614816, 5.734814, 6.162515");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.032679, 0.043010, 0.073782, 0.212403, 0.807314",\
|
|
"0.032679, 0.043010, 0.073782, 0.212403, 0.807314",\
|
|
"0.032679, 0.043010, 0.073782, 0.212403, 0.807314",\
|
|
"0.032679, 0.043010, 0.073782, 0.212403, 0.807314",\
|
|
"0.032679, 0.043010, 0.073782, 0.212403, 0.807314");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "4.004777, 4.024043, 4.079501, 4.302063, 5.217288",\
|
|
"4.107222, 4.126488, 4.181946, 4.404508, 5.319733",\
|
|
"4.277469, 4.296735, 4.352193, 4.574755, 5.489979",\
|
|
"4.599985, 4.619251, 4.674709, 4.897271, 5.812496",\
|
|
"5.147242, 5.166508, 5.221966, 5.444528, 6.359752");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.036106, 0.053674, 0.115541, 0.418332, 1.701941",\
|
|
"0.036106, 0.053674, 0.115541, 0.418332, 1.701941",\
|
|
"0.036106, 0.053674, 0.115541, 0.418332, 1.701941",\
|
|
"0.036106, 0.053674, 0.115541, 0.418332, 1.701941",\
|
|
"0.036106, 0.053674, 0.115541, 0.418332, 1.701941");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "4.193169, 4.208597, 4.247169, 4.362879, 4.786882",\
|
|
"4.295613, 4.311041, 4.349614, 4.465323, 4.889327",\
|
|
"4.465860, 4.481288, 4.519861, 4.635570, 5.059573",\
|
|
"4.788376, 4.803804, 4.842377, 4.958086, 5.382090",\
|
|
"5.335633, 5.351061, 5.389634, 5.505343, 5.929346");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001800, 0.012572, 0.051800, 0.233879, 1.000000");
|
|
values ( "0.032679, 0.043010, 0.073782, 0.204337, 0.779695",\
|
|
"0.032679, 0.043010, 0.073782, 0.204337, 0.779695",\
|
|
"0.032679, 0.043010, 0.073782, 0.204337, 0.779695",\
|
|
"0.032679, 0.043010, 0.073782, 0.204337, 0.779695",\
|
|
"0.032679, 0.043010, 0.073782, 0.204337, 0.779695");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[1]_redg_min*/
|
|
|
|
} /* end of pin pwr_ctrl_out[1] */
|
|
|
|
pin("pwr_ctrl_out[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001162 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "4.291209, 4.311224, 4.367073, 4.593300, 5.521041",\
|
|
"4.393655, 4.413669, 4.469518, 4.695745, 5.623487",\
|
|
"4.563901, 4.583916, 4.639765, 4.865992, 5.793733",\
|
|
"4.886418, 4.906432, 4.962281, 5.188509, 6.116250",\
|
|
"5.433674, 5.453689, 5.509538, 5.735765, 6.663506");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.036144, 0.053750, 0.115256, 0.423762, 1.730538",\
|
|
"0.036144, 0.053750, 0.115256, 0.423762, 1.730538",\
|
|
"0.036144, 0.053750, 0.115256, 0.423762, 1.730538",\
|
|
"0.036144, 0.053750, 0.115256, 0.423762, 1.730538",\
|
|
"0.036144, 0.053750, 0.115256, 0.423762, 1.730538");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "4.462040, 4.478057, 4.516908, 4.636435, 5.072206",\
|
|
"4.564486, 4.580503, 4.619353, 4.738880, 5.174652",\
|
|
"4.734733, 4.750750, 4.789600, 4.909127, 5.344899",\
|
|
"5.057249, 5.073266, 5.112116, 5.231643, 5.667415",\
|
|
"5.604506, 5.620523, 5.659373, 5.778900, 6.214672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.032478, 0.042991, 0.073757, 0.210573, 0.808103",\
|
|
"0.032478, 0.042991, 0.073757, 0.210573, 0.808103",\
|
|
"0.032478, 0.042991, 0.073757, 0.210573, 0.808103",\
|
|
"0.032478, 0.042991, 0.073757, 0.210573, 0.808103",\
|
|
"0.032478, 0.042991, 0.073757, 0.210573, 0.808103");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "4.060884, 4.080898, 4.136747, 4.359494, 5.275611",\
|
|
"4.163329, 4.183343, 4.239192, 4.461939, 5.378057",\
|
|
"4.333575, 4.353590, 4.409439, 4.632185, 5.548303",\
|
|
"4.656092, 4.676106, 4.731955, 4.954702, 5.870820",\
|
|
"5.203348, 5.223362, 5.279212, 5.501958, 6.418076");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.036144, 0.053750, 0.115256, 0.417199, 1.701868",\
|
|
"0.036144, 0.053750, 0.115256, 0.417199, 1.701868",\
|
|
"0.036144, 0.053750, 0.115256, 0.417199, 1.701868",\
|
|
"0.036144, 0.053750, 0.115256, 0.417199, 1.701868",\
|
|
"0.036144, 0.053750, 0.115256, 0.417199, 1.701868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "4.235443, 4.251460, 4.290310, 4.406343, 4.830643",\
|
|
"4.337888, 4.353905, 4.392755, 4.508788, 4.933088",\
|
|
"4.508134, 4.524151, 4.563002, 4.679035, 5.103334",\
|
|
"4.830651, 4.846668, 4.885518, 5.001551, 5.425851",\
|
|
"5.377907, 5.393924, 5.432775, 5.548808, 5.973107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001162, 0.011934, 0.051162, 0.233241, 1.000000");
|
|
values ( "0.032478, 0.042991, 0.073757, 0.203980, 0.779743",\
|
|
"0.032478, 0.042991, 0.073757, 0.203980, 0.779743",\
|
|
"0.032478, 0.042991, 0.073757, 0.203980, 0.779743",\
|
|
"0.032478, 0.042991, 0.073757, 0.203980, 0.779743",\
|
|
"0.032478, 0.042991, 0.073757, 0.203980, 0.779743");
|
|
}
|
|
|
|
} /* 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.004867 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.411744, 1.316085, 1.164171, 0.888062, 0.459068",\
|
|
"1.513454, 1.417795, 1.265881, 0.989772, 0.560778",\
|
|
"1.648418, 1.552758, 1.400844, 1.124735, 0.695742",\
|
|
"1.886984, 1.791324, 1.639410, 1.363301, 0.934307",\
|
|
"2.259389, 2.163730, 2.011816, 1.735706, 1.306713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.835968, 1.740316, 1.588402, 1.312329, 0.883456",\
|
|
"1.938147, 1.842494, 1.690580, 1.414508, 0.985635",\
|
|
"2.139213, 2.043561, 1.891647, 1.615574, 1.186702",\
|
|
"2.551274, 2.455622, 2.303708, 2.027636, 1.598763",\
|
|
"3.268536, 3.172883, 3.020969, 2.744897, 2.316024");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.764579, -0.648050, -0.457364, -0.072058, 0.664553",\
|
|
"-0.866289, -0.749760, -0.559074, -0.173768, 0.562843",\
|
|
"-1.001253, -0.884724, -0.694037, -0.308732, 0.427879",\
|
|
"-1.239818, -1.123289, -0.932603, -0.547297, 0.189314",\
|
|
"-1.612224, -1.495695, -1.305008, -0.919703, -0.183092");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.044119, -0.927590, -0.736904, -0.351598, 0.385013",\
|
|
"-1.146297, -1.029768, -0.839082, -0.453776, 0.282835",\
|
|
"-1.347364, -1.230835, -1.040149, -0.654843, 0.081768",\
|
|
"-1.759425, -1.642896, -1.452210, -1.066904, -0.330293",\
|
|
"-2.476686, -2.360157, -2.169471, -1.784165, -1.047554");
|
|
}
|
|
|
|
} /* 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.005538 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.476969, 1.381310, 1.229395, 0.953286, 0.524293",\
|
|
"1.578668, 1.483009, 1.331095, 1.054986, 0.625992",\
|
|
"1.713632, 1.617972, 1.466058, 1.189949, 0.760955",\
|
|
"1.952324, 1.856664, 1.704750, 1.428641, 0.999647",\
|
|
"2.325879, 2.230220, 2.078306, 1.802197, 1.373203");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.876632, 1.780980, 1.629066, 1.352994, 0.924121",\
|
|
"1.978809, 1.883157, 1.731243, 1.455171, 1.026298",\
|
|
"2.179884, 2.084232, 1.932318, 1.656246, 1.227373",\
|
|
"2.592529, 2.496877, 2.344963, 2.068891, 1.640018",\
|
|
"3.310853, 3.215201, 3.063287, 2.787215, 2.358342");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.829753, -0.713224, -0.522537, -0.137231, 0.599380",\
|
|
"-0.854981, -0.738452, -0.547766, -0.162460, 0.574151",\
|
|
"-0.850881, -0.734352, -0.543665, -0.158359, 0.578252",\
|
|
"-0.697792, -0.581263, -0.390576, -0.005271, 0.731340",\
|
|
"0.032403, 0.148932, 0.339618, 0.724924, 1.461535");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.084731, -0.968202, -0.777516, -0.392210, 0.344401",\
|
|
"-1.109067, -0.992538, -0.801852, -0.416546, 0.320065",\
|
|
"-1.168589, -1.052060, -0.861374, -0.476068, 0.260543",\
|
|
"-1.182441, -1.065912, -0.875226, -0.489920, 0.246691",\
|
|
"-0.777260, -0.660731, -0.470044, -0.084739, 0.651872");
|
|
}
|
|
|
|
} /* 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.005210 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.637368, 1.541715, 1.389802, 1.113729, 0.684856",\
|
|
"1.739064, 1.643412, 1.491498, 1.215426, 0.786553",\
|
|
"1.873471, 1.777818, 1.625905, 1.349832, 0.920959",\
|
|
"2.109159, 2.013507, 1.861593, 1.585520, 1.156647",\
|
|
"2.471594, 2.375941, 2.224028, 1.947955, 1.519082");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.553481, 1.457821, 1.305907, 1.029798, 0.600805",\
|
|
"1.655642, 1.559983, 1.408069, 1.131960, 0.702966",\
|
|
"1.856835, 1.761175, 1.609261, 1.333152, 0.904159",\
|
|
"2.268177, 2.172518, 2.020603, 1.744494, 1.315501",\
|
|
"2.983968, 2.888309, 2.736395, 2.460286, 2.031292");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.845518, -0.728989, -0.538303, -0.152997, 0.583614",\
|
|
"-0.947214, -0.830685, -0.639999, -0.254693, 0.481918",\
|
|
"-1.081621, -0.965092, -0.774406, -0.389100, 0.347511",\
|
|
"-1.317309, -1.200780, -1.010094, -0.624788, 0.111823",\
|
|
"-1.679744, -1.563215, -1.372528, -0.987222, -0.250611");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.906751, -0.790222, -0.599536, -0.214230, 0.522381",\
|
|
"-1.008913, -0.892384, -0.701697, -0.316392, 0.420219",\
|
|
"-1.210105, -1.093576, -0.902889, -0.517584, 0.219027",\
|
|
"-1.621447, -1.504918, -1.314232, -0.928926, -0.192315",\
|
|
"-2.337239, -2.220710, -2.030023, -1.644718, -0.908107");
|
|
}
|
|
|
|
} /* 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.005227 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.514037, 1.418377, 1.266463, 0.990354, 0.561360",\
|
|
"1.615743, 1.520083, 1.368169, 1.092060, 0.663067",\
|
|
"1.750730, 1.655071, 1.503157, 1.227047, 0.798054",\
|
|
"1.990100, 1.894441, 1.742527, 1.466418, 1.037424",\
|
|
"2.369332, 2.273673, 2.121758, 1.845649, 1.416656");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.912651, 1.816998, 1.665084, 1.389012, 0.960139",\
|
|
"2.014852, 1.919199, 1.767285, 1.491213, 1.062340",\
|
|
"2.216112, 2.120460, 1.968546, 1.692473, 1.263600",\
|
|
"2.631293, 2.535640, 2.383727, 2.107654, 1.678781",\
|
|
"3.355000, 3.259348, 3.107434, 2.831362, 2.402489");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.867307, -0.750778, -0.560091, -0.174786, 0.561825",\
|
|
"-0.969013, -0.852484, -0.661797, -0.276491, 0.460120",\
|
|
"-1.104000, -0.987471, -0.796785, -0.411479, 0.325132",\
|
|
"-1.343370, -1.226841, -1.036155, -0.650849, 0.085762",\
|
|
"-1.722602, -1.606073, -1.415387, -1.030081, -0.293470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.120801, -1.004272, -0.813585, -0.428280, 0.308331",\
|
|
"-1.223002, -1.106473, -0.915786, -0.530481, 0.206131",\
|
|
"-1.424262, -1.307733, -1.117047, -0.731741, 0.004870",\
|
|
"-1.839443, -1.722914, -1.532227, -1.146922, -0.410311",\
|
|
"-2.563150, -2.446621, -2.255934, -1.870629, -1.134018");
|
|
}
|
|
|
|
} /* 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.005424 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.434749, 1.339090, 1.187175, 0.911066, 0.482073",\
|
|
"1.536448, 1.440789, 1.288875, 1.012766, 0.583772",\
|
|
"1.671414, 1.575754, 1.423840, 1.147731, 0.718738",\
|
|
"1.910033, 1.814373, 1.662459, 1.386350, 0.957357",\
|
|
"2.282883, 2.187223, 2.035309, 1.759200, 1.330207");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.860975, 1.765323, 1.613409, 1.337336, 0.908463",\
|
|
"1.963148, 1.867496, 1.715582, 1.439510, 1.010637",\
|
|
"2.164213, 2.068561, 1.916647, 1.640575, 1.211702",\
|
|
"2.576495, 2.480843, 2.328929, 2.052856, 1.623983",\
|
|
"3.294176, 3.198524, 3.046610, 2.770537, 2.341665");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.788017, -0.671488, -0.480801, -0.095495, 0.641116",\
|
|
"-0.885533, -0.769004, -0.578318, -0.193012, 0.543599",\
|
|
"-1.012892, -0.896364, -0.705677, -0.320371, 0.416240",\
|
|
"-1.230083, -1.113554, -0.922868, -0.537562, 0.199049",\
|
|
"-1.542565, -1.426036, -1.235349, -0.850043, -0.113432");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.069123, -0.952594, -0.761907, -0.376601, 0.360010",\
|
|
"-1.166991, -1.050462, -0.859775, -0.474470, 0.262141",\
|
|
"-1.360229, -1.243700, -1.053013, -0.667707, 0.068904",\
|
|
"-1.750458, -1.633929, -1.443243, -1.057937, -0.321326",\
|
|
"-2.406013, -2.289484, -2.098798, -1.713492, -0.976881");
|
|
}
|
|
|
|
} /* 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.005181 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.658690, 1.563037, 1.411123, 1.135051, 0.706178",\
|
|
"1.760387, 1.664735, 1.512821, 1.236748, 0.807875",\
|
|
"1.894520, 1.798867, 1.646953, 1.370881, 0.942008",\
|
|
"2.130460, 2.034808, 1.882894, 1.606822, 1.177949",\
|
|
"2.494712, 2.399059, 2.247146, 1.971073, 1.542200");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.584184, 1.488525, 1.336610, 1.060501, 0.631508",\
|
|
"1.686352, 1.590693, 1.438779, 1.162669, 0.733676",\
|
|
"1.887618, 1.791959, 1.640045, 1.363936, 0.934942",\
|
|
"2.299505, 2.203846, 2.051931, 1.775822, 1.346829",\
|
|
"3.015900, 2.920240, 2.768326, 2.492217, 2.063224");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.866820, -0.750291, -0.559605, -0.174299, 0.562312",\
|
|
"-0.939573, -0.823044, -0.632357, -0.247051, 0.489560",\
|
|
"-1.021070, -0.904541, -0.713854, -0.328548, 0.408063",\
|
|
"-1.108720, -0.992191, -0.801505, -0.416199, 0.320412",\
|
|
"-1.055200, -0.938671, -0.747985, -0.362679, 0.373932");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.937435, -0.820906, -0.630220, -0.244914, 0.491697",\
|
|
"-1.009786, -0.893257, -0.702571, -0.317265, 0.419346",\
|
|
"-1.156832, -1.040303, -0.849617, -0.464311, 0.272300",\
|
|
"-1.415965, -1.299436, -1.108750, -0.723444, 0.013167",\
|
|
"-1.702013, -1.585484, -1.394798, -1.009492, -0.272881");
|
|
}
|
|
|
|
} /* 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.005434 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.203830, 2.108177, 1.956263, 1.680191, 1.251318",\
|
|
"2.305525, 2.209873, 2.057959, 1.781887, 1.353014",\
|
|
"2.440259, 2.344607, 2.192693, 1.916621, 1.487748",\
|
|
"2.678302, 2.582649, 2.430736, 2.154663, 1.725790",\
|
|
"3.050277, 2.954625, 2.802711, 2.526639, 2.097765");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.067955, 1.972296, 1.820381, 1.544272, 1.115279",\
|
|
"2.170133, 2.074474, 1.922559, 1.646450, 1.217457",\
|
|
"2.371315, 2.275655, 2.123741, 1.847632, 1.418638",\
|
|
"2.783972, 2.688312, 2.536398, 2.260289, 1.831296",\
|
|
"3.502041, 3.406382, 3.254467, 2.978359, 2.549365");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.411976, -1.295447, -1.104760, -0.719455, 0.017156",\
|
|
"-1.513672, -1.397143, -1.206456, -0.821150, -0.084539",\
|
|
"-1.648406, -1.531877, -1.341190, -0.955884, -0.219273",\
|
|
"-1.886448, -1.769919, -1.579232, -1.193926, -0.457315",\
|
|
"-2.258423, -2.141894, -1.951208, -1.565902, -0.829291");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.421158, -1.304629, -1.113943, -0.728637, 0.007974",\
|
|
"-1.523336, -1.406807, -1.216121, -0.830815, -0.094204",\
|
|
"-1.724518, -1.607989, -1.417302, -1.031997, -0.295386",\
|
|
"-2.137175, -2.020646, -1.829959, -1.444654, -0.708043",\
|
|
"-2.855244, -2.738715, -2.548028, -2.162723, -1.426112");
|
|
}
|
|
|
|
} /* 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.005723 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.187265, 2.091605, 1.939691, 1.663582, 1.234589",\
|
|
"2.289177, 2.193518, 2.041604, 1.765495, 1.336501",\
|
|
"2.424447, 2.328788, 2.176873, 1.900764, 1.471771",\
|
|
"2.665395, 2.569736, 2.417821, 2.141712, 1.712719",\
|
|
"3.059505, 2.963846, 2.811932, 2.535823, 2.106829");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "2.857079, 2.761426, 2.609512, 2.333440, 1.904567",\
|
|
"2.959471, 2.863819, 2.711905, 2.435833, 2.006959",\
|
|
"3.160201, 3.064548, 2.912635, 2.636562, 2.207689",\
|
|
"3.576874, 3.481222, 3.329308, 3.053236, 2.624363",\
|
|
"4.303696, 4.208043, 4.056129, 3.780057, 3.351184");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.540468, -1.423939, -1.233253, -0.847947, -0.111336",\
|
|
"-1.642380, -1.525851, -1.335165, -0.949859, -0.213248",\
|
|
"-1.777650, -1.661121, -1.470435, -1.085129, -0.348518",\
|
|
"-2.018598, -1.902069, -1.711383, -1.326077, -0.589466",\
|
|
"-2.412709, -2.296180, -2.105493, -1.720187, -0.983576");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.065224, -1.948695, -1.758009, -1.372703, -0.636092",\
|
|
"-2.167617, -2.051088, -1.860402, -1.475096, -0.738485",\
|
|
"-2.368347, -2.251818, -2.061131, -1.675826, -0.939215",\
|
|
"-2.785020, -2.668491, -2.477805, -2.092499, -1.355888",\
|
|
"-3.511842, -3.395313, -3.204627, -2.819321, -2.082710");
|
|
}
|
|
|
|
} /* 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.007975 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.393752, 8.298093, 8.146178, 7.870069, 7.441076",\
|
|
"8.497558, 8.401898, 8.249984, 7.973875, 7.544881",\
|
|
"8.656405, 8.560746, 8.408832, 8.132723, 7.703729",\
|
|
"8.952022, 8.856362, 8.704448, 8.428339, 7.999345",\
|
|
"9.464995, 9.369336, 9.217422, 8.941313, 8.512320");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.451699, 8.356040, 8.204125, 7.928016, 7.499023",\
|
|
"8.556683, 8.461023, 8.309109, 8.033000, 7.604006",\
|
|
"8.750420, 8.654760, 8.502846, 8.226737, 7.797743",\
|
|
"9.138375, 9.042716, 8.890801, 8.614693, 8.185699",\
|
|
"9.785692, 9.690033, 9.538118, 9.262010, 8.833015");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.873108, -0.756579, -0.565893, -0.180587, 0.556024",\
|
|
"-0.976914, -0.860385, -0.669698, -0.284392, 0.452219",\
|
|
"-1.135762, -1.019233, -0.828546, -0.443241, 0.293370",\
|
|
"-1.431282, -1.314753, -1.124066, -0.738761, -0.002150",\
|
|
"-1.943981, -1.827452, -1.636765, -1.251459, -0.514848");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.261407, -1.144878, -0.954192, -0.568886, 0.167725",\
|
|
"-1.366391, -1.249862, -1.059175, -0.673870, 0.062741",\
|
|
"-1.560129, -1.443600, -1.252914, -0.867608, -0.130997",\
|
|
"-1.948029, -1.831500, -1.640813, -1.255508, -0.518897",\
|
|
"-2.595258, -2.478729, -2.288042, -1.902736, -1.166125");
|
|
}
|
|
|
|
} /* 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.008448 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.359118, 8.263459, 8.111545, 7.835435, 7.406442",\
|
|
"8.460878, 8.365219, 8.213305, 7.937195, 7.508202",\
|
|
"8.641607, 8.545948, 8.394033, 8.117925, 7.688931",\
|
|
"9.000531, 8.904872, 8.752957, 8.476849, 8.047855",\
|
|
"9.631927, 9.536268, 9.384354, 9.108245, 8.679251");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.368978, 8.273318, 8.121404, 7.845294, 7.416301",\
|
|
"8.473515, 8.377855, 8.225941, 7.949831, 7.520838",\
|
|
"8.663613, 8.567954, 8.416039, 8.139931, 7.710937",\
|
|
"9.041857, 8.946198, 8.794283, 8.518174, 8.089180",\
|
|
"9.671530, 9.575871, 9.423956, 9.147847, 8.718853");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.838429, -0.721900, -0.531213, -0.145907, 0.590704",\
|
|
"-0.940189, -0.823660, -0.632973, -0.247667, 0.488944",\
|
|
"-1.120918, -1.004389, -0.813702, -0.428396, 0.308215",\
|
|
"-1.479812, -1.363283, -1.172596, -0.787291, -0.050680",\
|
|
"-2.110890, -1.994361, -1.803675, -1.418369, -0.681758");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.178634, -1.062105, -0.871419, -0.486113, 0.250498",\
|
|
"-1.283171, -1.166642, -0.975955, -0.590650, 0.145961",\
|
|
"-1.473271, -1.356742, -1.166055, -0.780749, -0.044138",\
|
|
"-1.851691, -1.735162, -1.544476, -1.159170, -0.422559",\
|
|
"-2.481717, -2.365188, -2.174502, -1.789196, -1.052585");
|
|
}
|
|
|
|
} /* 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.007680 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.551914, 8.456255, 8.304340, 8.028232, 7.599238",\
|
|
"8.653284, 8.557625, 8.405710, 8.129601, 7.700608",\
|
|
"8.826462, 8.730803, 8.578888, 8.302779, 7.873785",\
|
|
"9.159750, 9.064091, 8.912176, 8.636067, 8.207073",\
|
|
"9.736480, 9.640821, 9.488906, 9.212797, 8.783804");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.462060, 8.366401, 8.214486, 7.938377, 7.509384",\
|
|
"8.569237, 8.473577, 8.321663, 8.045554, 7.616560",\
|
|
"8.762689, 8.667029, 8.515115, 8.239006, 7.810012",\
|
|
"9.157962, 9.062303, 8.910388, 8.634279, 8.205286",\
|
|
"9.841583, 9.745924, 9.594009, 9.317901, 8.888906");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.937003, -0.820474, -0.629788, -0.244482, 0.492129",\
|
|
"-1.009825, -0.893296, -0.702610, -0.317304, 0.419307",\
|
|
"-1.131077, -1.014548, -0.823862, -0.438556, 0.298055",\
|
|
"-1.318074, -1.201545, -1.010859, -0.625553, 0.111058",\
|
|
"-1.482655, -1.366126, -1.175439, -0.790134, -0.053523");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.271513, -1.154984, -0.964298, -0.578992, 0.157619",\
|
|
"-1.348355, -1.231826, -1.041139, -0.655834, 0.080777",\
|
|
"-1.486633, -1.370104, -1.179418, -0.794112, -0.057501",\
|
|
"-1.726463, -1.609934, -1.419248, -1.033942, -0.297331",\
|
|
"-1.972177, -1.855648, -1.664961, -1.279656, -0.543045");
|
|
}
|
|
|
|
} /* 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.011449 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.556297, 8.460638, 8.308723, 8.032615, 7.603621",\
|
|
"8.656663, 8.561004, 8.409089, 8.132980, 7.703987",\
|
|
"8.794674, 8.699015, 8.547100, 8.270991, 7.841998",\
|
|
"9.037387, 8.941728, 8.789813, 8.513704, 8.084711",\
|
|
"9.418571, 9.322911, 9.170997, 8.894888, 8.465895");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.458101, 8.362442, 8.210527, 7.934418, 7.505425",\
|
|
"8.564199, 8.468540, 8.316626, 8.040517, 7.611523",\
|
|
"8.758585, 8.662926, 8.511011, 8.234902, 7.805909",\
|
|
"9.152956, 9.057297, 8.905382, 8.629273, 8.200279",\
|
|
"9.855309, 9.759649, 9.607735, 9.331626, 8.902632");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.941434, -0.824905, -0.634218, -0.248912, 0.487699",\
|
|
"-1.041799, -0.925270, -0.734583, -0.349277, 0.387334",\
|
|
"-1.179810, -1.063281, -0.872595, -0.487289, 0.249322",\
|
|
"-1.422523, -1.305994, -1.115308, -0.730002, 0.006609",\
|
|
"-1.803604, -1.687075, -1.496389, -1.111083, -0.374472");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.825709, -0.709173, -0.518486, -0.133144, 0.603588",\
|
|
"-0.931807, -0.815271, -0.624584, -0.239242, 0.497490",\
|
|
"-1.126404, -1.009868, -0.819181, -0.433838, 0.302893",\
|
|
"-1.522550, -1.406014, -1.215327, -0.829985, -0.093253",\
|
|
"-2.228930, -2.112394, -1.921707, -1.536365, -0.799633");
|
|
}
|
|
|
|
} /* 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.006135 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.044544, 8.948885, 8.796970, 8.520862, 8.091867",\
|
|
"9.146446, 9.050787, 8.898872, 8.622764, 8.193769",\
|
|
"9.281063, 9.185404, 9.033489, 8.757380, 8.328386",\
|
|
"9.518930, 9.423271, 9.271357, 8.995248, 8.566254",\
|
|
"9.901543, 9.805883, 9.653969, 9.377860, 8.948866");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.731197, 8.635538, 8.483624, 8.207515, 7.778521",\
|
|
"8.833584, 8.737925, 8.586010, 8.309901, 7.880908",\
|
|
"9.034811, 8.939152, 8.787237, 8.511128, 8.082134",\
|
|
"9.455177, 9.359518, 9.207603, 8.931495, 8.502501",\
|
|
"10.190824, 10.095164, 9.943250, 9.667141, 9.238148");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.554095, -1.437566, -1.246879, -0.861573, -0.124962",\
|
|
"-1.655997, -1.539468, -1.348781, -0.963475, -0.226864",\
|
|
"-1.791355, -1.674826, -1.484140, -1.098834, -0.362223",\
|
|
"-2.031644, -1.915115, -1.724428, -1.339122, -0.602511",\
|
|
"-2.426299, -2.309770, -2.119084, -1.733778, -0.997167");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.149668, -2.033139, -1.842453, -1.457147, -0.720536",\
|
|
"-2.252054, -2.135525, -1.944839, -1.559533, -0.822922",\
|
|
"-2.452787, -2.336258, -2.145571, -1.760265, -1.023654",\
|
|
"-2.869099, -2.752570, -2.561883, -2.176578, -1.439967",\
|
|
"-3.595311, -3.478782, -3.288096, -2.902790, -2.166179");
|
|
}
|
|
|
|
} /* 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.004030 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.044917, 8.949258, 8.797343, 8.521235, 8.092241",\
|
|
"9.146757, 9.051098, 8.899183, 8.623075, 8.194080",\
|
|
"9.281291, 9.185632, 9.033717, 8.757608, 8.328615",\
|
|
"9.519193, 9.423533, 9.271619, 8.995510, 8.566517",\
|
|
"9.899952, 9.804293, 9.652378, 9.376269, 8.947275");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.742432, 8.646772, 8.494858, 8.218749, 7.789755",\
|
|
"8.844746, 8.749086, 8.597172, 8.321063, 7.892069",\
|
|
"9.045979, 8.950320, 8.798406, 8.522297, 8.093304",\
|
|
"9.465166, 9.369507, 9.217592, 8.941483, 8.512489",\
|
|
"10.198025, 10.102365, 9.950451, 9.674342, 9.245348");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.527525, -1.410996, -1.220309, -0.835004, -0.098393",\
|
|
"-1.629364, -1.512836, -1.322149, -0.936843, -0.200232",\
|
|
"-1.764630, -1.648101, -1.457414, -1.072108, -0.335497",\
|
|
"-2.006059, -1.889530, -1.698843, -1.313538, -0.576927",\
|
|
"-2.398891, -2.282362, -2.091676, -1.706370, -0.969759");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.118003, -2.001474, -1.810787, -1.425482, -0.688871",\
|
|
"-2.220317, -2.103788, -1.913102, -1.527796, -0.791185",\
|
|
"-2.421103, -2.304574, -2.113888, -1.728582, -0.991971",\
|
|
"-2.836726, -2.720197, -2.529510, -2.144205, -1.407593",\
|
|
"-3.561105, -3.444576, -3.253890, -2.868584, -2.131973");
|
|
}
|
|
|
|
} /* 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.004142 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.999619, 8.903960, 8.752046, 8.475937, 8.046944",\
|
|
"9.101499, 9.005839, 8.853925, 8.577816, 8.148823",\
|
|
"9.236291, 9.140632, 8.988717, 8.712608, 8.283615",\
|
|
"9.474850, 9.379190, 9.227276, 8.951167, 8.522173",\
|
|
"9.859319, 9.763659, 9.611745, 9.335636, 8.906643");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.645108, 8.549449, 8.397534, 8.121426, 7.692432",\
|
|
"8.747461, 8.651802, 8.499887, 8.223779, 7.794785",\
|
|
"8.948631, 8.852972, 8.701057, 8.424949, 7.995955",\
|
|
"9.368001, 9.272342, 9.120427, 8.844318, 8.415325",\
|
|
"10.101283, 10.005624, 9.853709, 9.577600, 9.148607");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.572329, -1.455800, -1.265114, -0.879808, -0.143197",\
|
|
"-1.674208, -1.557679, -1.366993, -0.981687, -0.245076",\
|
|
"-1.809496, -1.692967, -1.502281, -1.116975, -0.380364",\
|
|
"-2.050686, -1.934157, -1.743470, -1.358164, -0.621553",\
|
|
"-2.444147, -2.327618, -2.136931, -1.751626, -1.015015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.235771, -2.119242, -1.928555, -1.543250, -0.806638",\
|
|
"-2.338124, -2.221595, -2.030908, -1.645603, -0.908991",\
|
|
"-2.539294, -2.422765, -2.232078, -1.846772, -1.110161",\
|
|
"-2.958664, -2.842135, -2.651448, -2.266142, -1.529531",\
|
|
"-3.691946, -3.575417, -3.384730, -2.999424, -2.262813");
|
|
}
|
|
|
|
} /* 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.004615 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.020520, 8.924861, 8.772946, 8.496838, 8.067844",\
|
|
"9.122365, 9.026706, 8.874791, 8.598682, 8.169689",\
|
|
"9.257017, 9.161358, 9.009443, 8.733335, 8.304340",\
|
|
"9.495265, 9.399606, 9.247691, 8.971582, 8.542589",\
|
|
"9.877605, 9.781946, 9.630032, 9.353923, 8.924929");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.691961, 8.596302, 8.444387, 8.168279, 7.739285",\
|
|
"8.794279, 8.698620, 8.546705, 8.270597, 7.841603",\
|
|
"8.995516, 8.899857, 8.747942, 8.471833, 8.042839",\
|
|
"9.414845, 9.319185, 9.167271, 8.891162, 8.462168",\
|
|
"10.148042, 10.052382, 9.900468, 9.624359, 9.195366");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.559450, -1.442921, -1.252234, -0.866929, -0.130318",\
|
|
"-1.661295, -1.544766, -1.354079, -0.968774, -0.232163",\
|
|
"-1.796569, -1.680040, -1.489354, -1.104048, -0.367437",\
|
|
"-2.038052, -1.921523, -1.730837, -1.345531, -0.608920",\
|
|
"-2.431363, -2.314834, -2.124148, -1.738842, -1.002231");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.282624, -2.166095, -1.975408, -1.590103, -0.853492",\
|
|
"-2.384942, -2.268413, -2.077726, -1.692421, -0.955809",\
|
|
"-2.586178, -2.469649, -2.278963, -1.893657, -1.157046",\
|
|
"-3.001849, -2.885320, -2.694633, -2.309328, -1.572717",\
|
|
"-3.723151, -3.606622, -3.415936, -3.030630, -2.294019");
|
|
}
|
|
|
|
} /* 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.004641 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.043943, 8.948284, 8.796370, 8.520261, 8.091267",\
|
|
"9.145753, 9.050094, 8.898179, 8.622070, 8.193077",\
|
|
"9.280314, 9.184655, 9.032741, 8.756632, 8.327639",\
|
|
"9.518423, 9.422764, 9.270849, 8.994740, 8.565746",\
|
|
"9.899226, 9.803567, 9.651652, 9.375544, 8.946550");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.757663, 8.662004, 8.510089, 8.233980, 7.804986",\
|
|
"8.859961, 8.764301, 8.612387, 8.336278, 7.907284",\
|
|
"9.061225, 8.965566, 8.813651, 8.537542, 8.108549",\
|
|
"9.480439, 9.384780, 9.232865, 8.956757, 8.527763",\
|
|
"10.213371, 10.117712, 9.965797, 9.689689, 9.260695");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.576242, -1.459713, -1.269027, -0.883721, -0.147110",\
|
|
"-1.678052, -1.561523, -1.370836, -0.985530, -0.248919",\
|
|
"-1.813454, -1.696925, -1.506238, -1.120933, -0.384322",\
|
|
"-2.054371, -1.937842, -1.747156, -1.361850, -0.625239",\
|
|
"-2.448271, -2.331742, -2.141056, -1.755750, -1.019139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.348283, -2.231754, -2.041068, -1.655762, -0.919151",\
|
|
"-2.450582, -2.334053, -2.143366, -1.758060, -1.021449",\
|
|
"-2.651845, -2.535316, -2.344630, -1.959324, -1.222713",\
|
|
"-3.071059, -2.954530, -2.763844, -2.378538, -1.641927",\
|
|
"-3.803993, -3.687464, -3.496777, -3.111471, -2.374860");
|
|
}
|
|
|
|
} /* 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.004455 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.072544, 8.976885, 8.824970, 8.548862, 8.119867",\
|
|
"9.174448, 9.078789, 8.926874, 8.650765, 8.221771",\
|
|
"9.309027, 9.213367, 9.061453, 8.785344, 8.356350",\
|
|
"9.546749, 9.451090, 9.299175, 9.023067, 8.594072",\
|
|
"9.928914, 9.833255, 9.681340, 9.405231, 8.976238");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.790545, 8.694885, 8.542971, 8.266862, 7.837868",\
|
|
"8.892920, 8.797261, 8.645347, 8.369238, 7.940244",\
|
|
"9.094126, 8.998466, 8.846552, 8.570443, 8.141449",\
|
|
"9.514244, 9.418585, 9.266670, 8.990561, 8.561567",\
|
|
"10.249296, 10.153637, 10.001722, 9.725614, 9.296619");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.586351, -1.469822, -1.279135, -0.893829, -0.157218",\
|
|
"-1.688254, -1.571725, -1.381039, -0.995733, -0.259122",\
|
|
"-1.823603, -1.707074, -1.516387, -1.131082, -0.394471",\
|
|
"-2.063835, -1.947306, -1.756620, -1.371314, -0.634703",\
|
|
"-2.458558, -2.342029, -2.151342, -1.766037, -1.029426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-2.381165, -2.264636, -2.073950, -1.688644, -0.952033",\
|
|
"-2.483541, -2.367012, -2.176325, -1.791020, -1.054408",\
|
|
"-2.684747, -2.568218, -2.377531, -1.992225, -1.255614",\
|
|
"-3.104864, -2.988335, -2.797649, -2.412343, -1.675732",\
|
|
"-3.839918, -3.723389, -3.532702, -3.147397, -2.410785");
|
|
}
|
|
|
|
} /* 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.004512 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.010425, 8.914765, 8.762851, 8.486742, 8.057749",\
|
|
"9.112277, 9.016618, 8.864703, 8.588594, 8.159601",\
|
|
"9.247058, 9.151399, 8.999484, 8.723375, 8.294382",\
|
|
"9.485698, 9.390038, 9.238124, 8.962015, 8.533022",\
|
|
"9.869701, 9.774042, 9.622128, 9.346019, 8.917025");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.680311, 8.584652, 8.432737, 8.156629, 7.727635",\
|
|
"8.782640, 8.686980, 8.535066, 8.258957, 7.829963",\
|
|
"8.983818, 8.888159, 8.736244, 8.460135, 8.031141",\
|
|
"9.402862, 9.307202, 9.155288, 8.879179, 8.450186",\
|
|
"10.135375, 10.039716, 9.887801, 9.611692, 9.182699");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.077355, -0.960826, -0.770139, -0.384833, 0.351778",\
|
|
"-1.179208, -1.062679, -0.871992, -0.486686, 0.249925",\
|
|
"-1.314344, -1.197815, -1.007129, -0.621823, 0.114788",\
|
|
"-1.555729, -1.439200, -1.248513, -0.863208, -0.126597",\
|
|
"-1.948574, -1.832045, -1.641358, -1.256053, -0.519442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.686205, -1.569676, -1.378989, -0.993684, -0.257073",\
|
|
"-1.788534, -1.672005, -1.481318, -1.096012, -0.359401",\
|
|
"-1.989269, -1.872740, -1.682053, -1.296748, -0.560137",\
|
|
"-2.404752, -2.288223, -2.097536, -1.712230, -0.975619",\
|
|
"-3.128788, -3.012259, -2.821573, -2.436267, -1.699656");
|
|
}
|
|
|
|
} /* 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.005833 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.078207, 8.982548, 8.830633, 8.554524, 8.125530",\
|
|
"9.180279, 9.084620, 8.932705, 8.656596, 8.227602",\
|
|
"9.315064, 9.219405, 9.067491, 8.791382, 8.362389",\
|
|
"9.552627, 9.456967, 9.305053, 9.028944, 8.599951",\
|
|
"9.939445, 9.843785, 9.691871, 9.415762, 8.986769");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.762507, 8.666848, 8.514934, 8.238825, 7.809831",\
|
|
"8.865038, 8.769379, 8.617464, 8.341355, 7.912362",\
|
|
"9.066178, 8.970519, 8.818604, 8.542496, 8.113503",\
|
|
"9.488591, 9.392932, 9.241017, 8.964909, 8.535915",\
|
|
"10.229046, 10.133387, 9.981472, 9.705363, 9.276369");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.115379, -0.998850, -0.808163, -0.422858, 0.313753",\
|
|
"-1.202725, -1.086196, -0.895510, -0.510204, 0.226407",\
|
|
"-1.311037, -1.194508, -1.003822, -0.618516, 0.118095",\
|
|
"-1.475518, -1.358989, -1.168302, -0.782997, -0.046386",\
|
|
"-1.655046, -1.538517, -1.347831, -0.962525, -0.225914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.610420, -1.493891, -1.303204, -0.917899, -0.181288",\
|
|
"-1.697828, -1.581299, -1.390612, -1.005307, -0.268696",\
|
|
"-1.870937, -1.754408, -1.563722, -1.178416, -0.441805",\
|
|
"-2.210638, -2.094109, -1.903423, -1.518117, -0.781506",\
|
|
"-2.720390, -2.603861, -2.413175, -2.027869, -1.291258");
|
|
}
|
|
|
|
} /* 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.004867 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.052347, 8.956688, 8.804773, 8.528665, 8.099670",\
|
|
"9.154215, 9.058556, 8.906641, 8.630532, 8.201538",\
|
|
"9.288813, 9.193153, 9.041239, 8.765130, 8.336136",\
|
|
"9.526756, 9.431097, 9.279182, 9.003074, 8.574080",\
|
|
"9.908774, 9.813115, 9.661201, 9.385092, 8.956099");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.776330, 8.680671, 8.528756, 8.252647, 7.823654",\
|
|
"8.878682, 8.783023, 8.631108, 8.355000, 7.926006",\
|
|
"9.079918, 8.984259, 8.832344, 8.556235, 8.127241",\
|
|
"9.499904, 9.404244, 9.252330, 8.976221, 8.547228",\
|
|
"10.234650, 10.138990, 9.987076, 9.710967, 9.281973");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.093976, -0.977447, -0.786760, -0.401455, 0.335156",\
|
|
"-1.195843, -1.079314, -0.888628, -0.503322, 0.233289",\
|
|
"-1.331209, -1.214680, -1.023994, -0.638688, 0.097923",\
|
|
"-1.573049, -1.456520, -1.265833, -0.880527, -0.143916",\
|
|
"-1.968601, -1.852072, -1.661386, -1.276080, -0.539469");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.769081, -1.652552, -1.461866, -1.076560, -0.339949",\
|
|
"-1.871433, -1.754905, -1.564218, -1.178912, -0.442301",\
|
|
"-2.072166, -1.955637, -1.764950, -1.379645, -0.643034",\
|
|
"-2.488053, -2.371524, -2.180837, -1.795532, -1.058921",\
|
|
"-3.213033, -3.096504, -2.905818, -2.520512, -1.783901");
|
|
}
|
|
|
|
} /* 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.005840 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.062017, 8.966358, 8.814444, 8.538335, 8.109341",\
|
|
"9.163858, 9.068199, 8.916285, 8.640176, 8.211182",\
|
|
"9.298409, 9.202749, 9.050835, 8.774726, 8.345732",\
|
|
"9.536258, 9.440598, 9.288684, 9.012575, 8.583582",\
|
|
"9.917507, 9.821848, 9.669933, 9.393825, 8.964830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.794487, 8.698828, 8.546913, 8.270804, 7.841811",\
|
|
"8.896810, 8.801150, 8.649236, 8.373127, 7.944133",\
|
|
"9.098036, 9.002377, 8.850462, 8.574353, 8.145359",\
|
|
"9.517550, 9.421891, 9.269977, 8.993868, 8.564875",\
|
|
"10.251182, 10.155522, 10.003608, 9.727499, 9.298506");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.085114, -0.968585, -0.777899, -0.392593, 0.344018",\
|
|
"-1.186954, -1.070426, -0.879739, -0.494433, 0.242178",\
|
|
"-1.322214, -1.205685, -1.014999, -0.629693, 0.106918",\
|
|
"-1.563855, -1.447326, -1.256639, -0.871333, -0.134722",\
|
|
"-1.957965, -1.841436, -1.650750, -1.265444, -0.528833");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.744316, -1.627787, -1.437100, -1.051795, -0.315184",\
|
|
"-1.846639, -1.730110, -1.539423, -1.154117, -0.417506",\
|
|
"-2.047419, -1.930890, -1.740204, -1.354898, -0.618287",\
|
|
"-2.463365, -2.346836, -2.156150, -1.770844, -1.034233",\
|
|
"-3.188496, -3.071967, -2.881281, -2.495975, -1.759364");
|
|
}
|
|
|
|
} /* 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.005770 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.992568, 8.896909, 8.744994, 8.468885, 8.039892",\
|
|
"9.094332, 8.998672, 8.846758, 8.570649, 8.141655",\
|
|
"9.229072, 9.133412, 8.981498, 8.705389, 8.276396",\
|
|
"9.467993, 9.372334, 9.220419, 8.944310, 8.515316",\
|
|
"9.850388, 9.754728, 9.602814, 9.326705, 8.897711");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.682282, 8.586623, 8.434709, 8.158600, 7.729606",\
|
|
"8.784549, 8.688890, 8.536975, 8.260866, 7.831872",\
|
|
"8.985749, 8.890090, 8.738175, 8.462067, 8.033073",\
|
|
"9.403893, 9.308234, 9.156320, 8.880211, 8.451218",\
|
|
"10.134291, 10.038631, 9.886717, 9.610608, 9.181614");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.990389, -0.873860, -0.683173, -0.297868, 0.438743",\
|
|
"-1.071666, -0.955137, -0.764451, -0.379145, 0.357466",\
|
|
"-1.169495, -1.052966, -0.862280, -0.476974, 0.259637",\
|
|
"-1.304618, -1.188089, -0.997403, -0.612097, 0.124514",\
|
|
"-1.395473, -1.278944, -1.088258, -0.702952, 0.033659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.288009, -1.171480, -0.980793, -0.595487, 0.141124",\
|
|
"-1.369231, -1.252702, -1.062015, -0.676709, 0.059902",\
|
|
"-1.532211, -1.415682, -1.224995, -0.839689, -0.103078",\
|
|
"-1.842897, -1.726368, -1.535681, -1.150376, -0.413765",\
|
|
"-2.270406, -2.153877, -1.963191, -1.577885, -0.841274");
|
|
}
|
|
|
|
} /* 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.006216 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.023390, 8.927731, 8.775816, 8.499707, 8.070713",\
|
|
"9.125154, 9.029494, 8.877580, 8.601471, 8.172478",\
|
|
"9.259777, 9.164118, 9.012203, 8.736094, 8.307100",\
|
|
"9.498201, 9.402542, 9.250628, 8.974519, 8.545525",\
|
|
"9.879457, 9.783798, 9.631884, 9.355775, 8.926781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.736087, 8.640428, 8.488513, 8.212404, 7.783411",\
|
|
"8.838357, 8.742698, 8.590783, 8.314674, 7.885681",\
|
|
"9.039609, 8.943950, 8.792035, 8.515926, 8.086933",\
|
|
"9.458470, 9.362811, 9.210896, 8.934788, 8.505795",\
|
|
"10.190567, 10.094908, 9.942993, 9.666884, 9.237890");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.019730, -0.903201, -0.712514, -0.327209, 0.409402",\
|
|
"-1.121494, -1.004965, -0.814278, -0.428972, 0.307639",\
|
|
"-1.256531, -1.140002, -0.949315, -0.564010, 0.172601",\
|
|
"-1.496346, -1.379817, -1.189130, -0.803825, -0.067214",\
|
|
"-1.882633, -1.766104, -1.575418, -1.190112, -0.453501");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.305447, -1.188918, -0.998231, -0.612925, 0.123686",\
|
|
"-1.407717, -1.291188, -1.100502, -0.715196, 0.021415",\
|
|
"-1.608941, -1.492412, -1.301725, -0.916420, -0.179809",\
|
|
"-2.027583, -1.911054, -1.720367, -1.335062, -0.598451",\
|
|
"-2.759158, -2.642629, -2.451943, -2.066637, -1.330026");
|
|
}
|
|
|
|
} /* 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.010302 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.850034, 8.754375, 8.602460, 8.326351, 7.897357",\
|
|
"8.950953, 8.855294, 8.703380, 8.427271, 7.998277",\
|
|
"9.120005, 9.024345, 8.872431, 8.596322, 8.167328",\
|
|
"9.440268, 9.344608, 9.192694, 8.916585, 8.487591",\
|
|
"9.983536, 9.887877, 9.735962, 9.459853, 9.030859");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.594099, 8.498440, 8.346525, 8.070416, 7.641423",\
|
|
"8.701812, 8.606153, 8.454238, 8.178129, 7.749135",\
|
|
"8.899032, 8.803372, 8.651458, 8.375349, 7.946355",\
|
|
"9.317957, 9.222298, 9.070383, 8.794274, 8.365280",\
|
|
"10.063142, 9.967483, 9.815568, 9.539459, 9.110466");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.816457, -0.699921, -0.509235, -0.123892, 0.612840",\
|
|
"-0.906482, -0.789946, -0.599259, -0.213917, 0.522815",\
|
|
"-1.055877, -0.939341, -0.748654, -0.363312, 0.373420",\
|
|
"-1.321035, -1.204499, -1.013813, -0.628470, 0.108262",\
|
|
"-1.709010, -1.592474, -1.401788, -1.016445, -0.279713");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.118059, -1.001523, -0.810836, -0.425494, 0.311238",\
|
|
"-1.213842, -1.097306, -0.906619, -0.521277, 0.215455",\
|
|
"-1.389235, -1.272699, -1.082012, -0.696669, 0.040062",\
|
|
"-1.745164, -1.628628, -1.437941, -1.052599, -0.315867",\
|
|
"-2.313117, -2.196581, -2.005894, -1.620552, -0.883820");
|
|
}
|
|
|
|
} /* 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.010209 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.818856, 8.723197, 8.571282, 8.295174, 7.866180",\
|
|
"8.919770, 8.824111, 8.672196, 8.396088, 7.967094",\
|
|
"9.088937, 8.993278, 8.841363, 8.565254, 8.136261",\
|
|
"9.409581, 9.313922, 9.162007, 8.885899, 8.456905",\
|
|
"9.953958, 9.858298, 9.706384, 9.430275, 9.001282");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "8.525199, 8.429540, 8.277625, 8.001516, 7.572523",\
|
|
"8.632912, 8.537252, 8.385338, 8.109229, 7.680235",\
|
|
"8.830092, 8.734433, 8.582519, 8.306410, 7.877416",\
|
|
"9.248404, 9.152744, 9.000830, 8.724721, 8.295727",\
|
|
"9.991451, 9.895792, 9.743877, 9.467769, 9.038774");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.956532, -0.839996, -0.649309, -0.263967, 0.472765",\
|
|
"-1.057446, -0.940910, -0.750224, -0.364881, 0.371850",\
|
|
"-1.226900, -1.110364, -0.919677, -0.534335, 0.202397",\
|
|
"-1.550206, -1.433670, -1.242983, -0.857641, -0.120909",\
|
|
"-2.097217, -1.980681, -1.789994, -1.404652, -0.667920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.414954, -1.298418, -1.107731, -0.722389, 0.014343",\
|
|
"-1.522667, -1.406131, -1.215444, -0.830102, -0.093370",\
|
|
"-1.719846, -1.603310, -1.412623, -1.027281, -0.290549",\
|
|
"-2.138879, -2.022343, -1.831656, -1.446314, -0.709582",\
|
|
"-2.883325, -2.766789, -2.576102, -2.190760, -1.454028");
|
|
}
|
|
|
|
} /* 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.013229 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.622712, 9.527053, 9.375138, 9.099030, 8.670036",\
|
|
"9.723581, 9.627922, 9.476007, 9.199899, 8.770905",\
|
|
"9.892999, 9.797339, 9.645425, 9.369316, 8.940323",\
|
|
"10.214821, 10.119162, 9.967247, 9.691138, 9.262144",\
|
|
"10.762022, 10.666363, 10.514448, 10.238339, 9.809345");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.150460, 9.054801, 8.902886, 8.626778, 8.197784",\
|
|
"9.258119, 9.162459, 9.010545, 8.734436, 8.305443",\
|
|
"9.455278, 9.359619, 9.207705, 8.931596, 8.502602",\
|
|
"9.873279, 9.777619, 9.625705, 9.349596, 8.920603",\
|
|
"10.616294, 10.520635, 10.368720, 10.092611, 9.663618");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.984469, -0.867940, -0.677253, -0.291947, 0.444664",\
|
|
"-1.085338, -0.968809, -0.778123, -0.392817, 0.343794",\
|
|
"-1.254481, -1.137952, -0.947265, -0.561960, 0.174651",\
|
|
"-1.575092, -1.458563, -1.267877, -0.882571, -0.145960",\
|
|
"-2.119482, -2.002953, -1.812266, -1.426961, -0.690350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.236137, -1.119608, -0.928922, -0.543616, 0.192995",\
|
|
"-1.343795, -1.227266, -1.036580, -0.651274, 0.085337",\
|
|
"-1.540851, -1.424322, -1.233636, -0.848330, -0.111719",\
|
|
"-1.957062, -1.840533, -1.649846, -1.264540, -0.527929",\
|
|
"-2.695281, -2.578752, -2.388065, -2.002759, -1.266148");
|
|
}
|
|
|
|
} /* 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.011903 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.665067, 9.569407, 9.417493, 9.141384, 8.712391",\
|
|
"9.765600, 9.669941, 9.518026, 9.241918, 8.812923",\
|
|
"9.903207, 9.807548, 9.655633, 9.379524, 8.950531",\
|
|
"10.145666, 10.050007, 9.898092, 9.621984, 9.192989",\
|
|
"10.527696, 10.432036, 10.280122, 10.004013, 9.575020");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.178602, 9.082943, 8.931028, 8.654920, 8.225925",\
|
|
"9.284781, 9.189122, 9.037208, 8.761099, 8.332106",\
|
|
"9.479520, 9.383861, 9.231946, 8.955837, 8.526844",\
|
|
"9.877252, 9.781592, 9.629678, 9.353569, 8.924576",\
|
|
"10.590067, 10.494408, 10.342493, 10.066384, 9.637390");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.051417, -0.934881, -0.744194, -0.358852, 0.377880",\
|
|
"-1.151950, -1.035414, -0.844728, -0.459385, 0.277347",\
|
|
"-1.289502, -1.172966, -0.982279, -0.596937, 0.139795",\
|
|
"-1.533266, -1.416730, -1.226043, -0.840701, -0.103969",\
|
|
"-1.918667, -1.802131, -1.611444, -1.226102, -0.489370");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.399536, -1.283007, -1.092321, -0.707015, 0.029596",\
|
|
"-1.505716, -1.389187, -1.198500, -0.813195, -0.076584",\
|
|
"-1.700175, -1.583646, -1.392959, -1.007653, -0.271042",\
|
|
"-2.095838, -1.979309, -1.788623, -1.403317, -0.666706",\
|
|
"-2.803045, -2.686516, -2.495830, -2.110524, -1.373913");
|
|
}
|
|
|
|
} /* 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.005120 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "10.087543, 9.991884, 9.839970, 9.563861, 9.134867",\
|
|
"10.189355, 10.093696, 9.941781, 9.665672, 9.236679",\
|
|
"10.369680, 10.274021, 10.122107, 9.845998, 9.417004",\
|
|
"10.726574, 10.630915, 10.479000, 10.202891, 9.773897",\
|
|
"11.358423, 11.262764, 11.110849, 10.834741, 10.405746");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.519549, 9.423890, 9.271976, 8.995867, 8.566874",\
|
|
"9.624165, 9.528505, 9.376591, 9.100482, 8.671488",\
|
|
"9.814641, 9.718982, 9.567067, 9.290958, 8.861965",\
|
|
"10.197119, 10.101460, 9.949545, 9.673436, 9.244442",\
|
|
"10.839378, 10.743719, 10.591805, 10.315696, 9.886702");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.616145, -1.499609, -1.308923, -0.923580, -0.186848",\
|
|
"-1.717957, -1.601421, -1.410734, -1.025392, -0.288660",\
|
|
"-1.898283, -1.781747, -1.591060, -1.205718, -0.468986",\
|
|
"-2.255178, -2.138642, -1.947955, -1.562613, -0.825881",\
|
|
"-2.887028, -2.770492, -2.579805, -2.194463, -1.457731");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.454161, -1.337632, -1.146945, -0.761640, -0.025029",\
|
|
"-1.558776, -1.442247, -1.251561, -0.866255, -0.129644",\
|
|
"-1.749253, -1.632724, -1.442038, -1.056732, -0.320121",\
|
|
"-2.131731, -2.015202, -1.824515, -1.439210, -0.702599",\
|
|
"-2.773991, -2.657462, -2.466776, -2.081470, -1.344859");
|
|
}
|
|
|
|
} /* 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.011965 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.586695, 9.491035, 9.339121, 9.063012, 8.634018",\
|
|
"9.687248, 9.591589, 9.439674, 9.163566, 8.734571",\
|
|
"9.824512, 9.728853, 9.576939, 9.300830, 8.871836",\
|
|
"10.073176, 9.977517, 9.825603, 9.549494, 9.120501",\
|
|
"10.453729, 10.358069, 10.206155, 9.930046, 9.501053");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.110221, 9.014562, 8.862647, 8.586538, 8.157545",\
|
|
"9.216401, 9.120742, 8.968827, 8.692719, 8.263725",\
|
|
"9.416288, 9.320629, 9.168715, 8.892606, 8.463612",\
|
|
"9.815246, 9.719586, 9.567672, 9.291563, 8.862570",\
|
|
"10.530869, 10.435209, 10.283295, 10.007186, 9.578192");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.923294, -0.806758, -0.616072, -0.230729, 0.506003",\
|
|
"-1.023847, -0.907311, -0.716624, -0.331282, 0.405450",\
|
|
"-1.161257, -1.044721, -0.854034, -0.468692, 0.268040",\
|
|
"-1.412430, -1.295894, -1.105207, -0.719865, 0.016867",\
|
|
"-1.798789, -1.682253, -1.491566, -1.106224, -0.369492");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.884776, -0.768247, -0.577561, -0.192255, 0.544356",\
|
|
"-0.990957, -0.874428, -0.683741, -0.298436, 0.438175",\
|
|
"-1.190911, -1.074382, -0.883695, -0.498390, 0.238221",\
|
|
"-1.593150, -1.476621, -1.285935, -0.900629, -0.164018",\
|
|
"-2.308779, -2.192250, -2.001564, -1.616258, -0.879647");
|
|
}
|
|
|
|
} /* 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.009776 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.485547, 9.389888, 9.237973, 8.961864, 8.532871",\
|
|
"9.585465, 9.489806, 9.337892, 9.061783, 8.632790",\
|
|
"9.723004, 9.627345, 9.475430, 9.199322, 8.770329",\
|
|
"9.964280, 9.868621, 9.716706, 9.440598, 9.011604",\
|
|
"10.347810, 10.252151, 10.100236, 9.824127, 9.395134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.189392, 9.093733, 8.941818, 8.665709, 8.236715",\
|
|
"9.294155, 9.198496, 9.046581, 8.770473, 8.341478",\
|
|
"9.484700, 9.389041, 9.237126, 8.961018, 8.532024",\
|
|
"9.860829, 9.765170, 9.613256, 9.337147, 8.908154",\
|
|
"10.521410, 10.425751, 10.273836, 9.997727, 9.568733");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.158449, -1.041920, -0.851233, -0.465927, 0.270684",\
|
|
"-1.258367, -1.141838, -0.951152, -0.565846, 0.170765",\
|
|
"-1.395758, -1.279229, -1.088543, -0.703237, 0.033374",\
|
|
"-1.636378, -1.519849, -1.329162, -0.943857, -0.207246",\
|
|
"-2.015548, -1.899019, -1.708333, -1.323027, -0.586416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.116400, -0.999864, -0.809177, -0.423834, 0.312897",\
|
|
"-1.221163, -1.104627, -0.913940, -0.528598, 0.208134",\
|
|
"-1.412009, -1.295473, -1.104786, -0.719444, 0.017288",\
|
|
"-1.789937, -1.673401, -1.482715, -1.097372, -0.360641",\
|
|
"-2.456506, -2.339970, -2.149283, -1.763941, -1.027209");
|
|
}
|
|
|
|
} /* 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.010107 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.271964, 9.176305, 9.024390, 8.748281, 8.319288",\
|
|
"9.372889, 9.277229, 9.125315, 8.849206, 8.420212",\
|
|
"9.541884, 9.446225, 9.294311, 9.018202, 8.589209",\
|
|
"9.862062, 9.766403, 9.614489, 9.338380, 8.909386",\
|
|
"10.403147, 10.307487, 10.155573, 9.879464, 9.450470");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "9.217328, 9.121669, 8.969754, 8.693645, 8.264652",\
|
|
"9.325036, 9.229377, 9.077462, 8.801353, 8.372360",\
|
|
"9.522136, 9.426476, 9.274562, 8.998453, 8.569460",\
|
|
"9.939301, 9.843641, 9.691727, 9.415618, 8.986624",\
|
|
"10.680911, 10.585252, 10.433337, 10.157228, 9.728235");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.854861, -0.738332, -0.547646, -0.162340, 0.574271",\
|
|
"-0.955785, -0.839256, -0.648570, -0.263264, 0.473347",\
|
|
"-1.125096, -1.008567, -0.817881, -0.432575, 0.304036",\
|
|
"-1.446701, -1.330172, -1.139485, -0.754180, -0.017569",\
|
|
"-1.997362, -1.880833, -1.690146, -1.304840, -0.568229");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.048337, -0.931808, -0.741121, -0.355816, 0.380795",\
|
|
"-1.156044, -1.039515, -0.848829, -0.463523, 0.273088",\
|
|
"-1.353221, -1.236692, -1.046006, -0.660700, 0.075911",\
|
|
"-1.771554, -1.655025, -1.464338, -1.079033, -0.342422",\
|
|
"-2.516842, -2.400313, -2.209626, -1.824321, -1.087710");
|
|
}
|
|
|
|
} /* 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.003678 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.247925, 0.152266, 0.000351, -0.275758, -0.704751",\
|
|
"0.350002, 0.254343, 0.102429, -0.173680, -0.602673",\
|
|
"0.484914, 0.389254, 0.237340, -0.038769, -0.467762",\
|
|
"0.722902, 0.627243, 0.475329, 0.199220, -0.229773",\
|
|
"1.110818, 1.015159, 0.863245, 0.587136, 0.158143");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.306547, 1.210888, 1.058974, 0.782865, 0.353872",\
|
|
"1.409088, 1.313429, 1.161515, 0.885406, 0.456413",\
|
|
"1.610028, 1.514369, 1.362455, 1.086346, 0.657353",\
|
|
"2.030671, 1.935011, 1.783097, 1.506988, 1.077995",\
|
|
"2.766888, 2.671229, 2.519315, 2.243206, 1.814213");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.141036, -0.024500, 0.166187, 0.551529, 1.288260",\
|
|
"-0.243113, -0.126577, 0.064110, 0.449452, 1.186183",\
|
|
"-0.378024, -0.261488, -0.070801, 0.314541, 1.051272",\
|
|
"-0.616013, -0.499477, -0.308790, 0.076552, 0.813284",\
|
|
"-1.003929, -0.887393, -0.696706, -0.311364, 0.425367");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.100106, -0.983570, -0.792883, -0.407541, 0.329191",\
|
|
"-1.202646, -1.086111, -0.895424, -0.510082, 0.226650",\
|
|
"-1.403586, -1.287050, -1.096364, -0.711022, 0.025710",\
|
|
"-1.824229, -1.707693, -1.517006, -1.131664, -0.394933",\
|
|
"-2.560446, -2.443910, -2.253223, -1.867882, -1.131150");
|
|
}
|
|
|
|
} /* 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.003980 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.080911, -0.014749, -0.166663, -0.442772, -0.871766",\
|
|
"0.182687, 0.087027, -0.064887, -0.340996, -0.769989",\
|
|
"0.317482, 0.221823, 0.069908, -0.206201, -0.635194",\
|
|
"0.556563, 0.460904, 0.308990, 0.032880, -0.396113",\
|
|
"0.939699, 0.844040, 0.692126, 0.416017, -0.012977");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.048180, 0.952521, 0.800606, 0.524497, 0.095504",\
|
|
"1.150444, 1.054785, 0.902870, 0.626761, 0.197768",\
|
|
"1.351406, 1.255747, 1.103833, 0.827724, 0.398730",\
|
|
"1.767637, 1.671978, 1.520063, 1.243954, 0.814961",\
|
|
"2.493481, 2.397822, 2.245908, 1.969798, 1.540805");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.029777, 0.146313, 0.337000, 0.722342, 1.459074",\
|
|
"-0.071999, 0.044536, 0.235223, 0.620566, 1.357298",\
|
|
"-0.206795, -0.090259, 0.100428, 0.485770, 1.222502",\
|
|
"-0.445876, -0.329340, -0.138653, 0.246689, 0.983421",\
|
|
"-0.829012, -0.712476, -0.521789, -0.136447, 0.600285");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.829494, -0.712958, -0.522271, -0.136929, 0.599803",\
|
|
"-0.931758, -0.815222, -0.624535, -0.239193, 0.497539",\
|
|
"-1.132720, -1.016184, -0.825498, -0.440155, 0.296577",\
|
|
"-1.548951, -1.432415, -1.241728, -0.856386, -0.119654",\
|
|
"-2.274795, -2.158259, -1.967572, -1.582230, -0.845498");
|
|
}
|
|
|
|
} /* 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.004359 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.028542, -0.067117, -0.219031, -0.495140, -0.924133",\
|
|
"0.130492, 0.034833, -0.117081, -0.393190, -0.822183",\
|
|
"0.265371, 0.169711, 0.017797, -0.258312, -0.687305",\
|
|
"0.503843, 0.408184, 0.256270, -0.019839, -0.448832",\
|
|
"0.890223, 0.794564, 0.642649, 0.366540, -0.062453");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.001931, 0.906272, 0.754358, 0.478248, 0.049256",\
|
|
"1.104356, 1.008697, 0.856783, 0.580673, 0.151681",\
|
|
"1.305280, 1.209621, 1.057707, 0.781598, 0.352605",\
|
|
"1.723911, 1.628252, 1.476338, 1.200229, 0.771236",\
|
|
"2.455390, 2.359730, 2.207816, 1.931707, 1.502714");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.030984, 0.147520, 0.338206, 0.723549, 1.460280",\
|
|
"-0.070966, 0.045569, 0.236256, 0.621598, 1.358330",\
|
|
"-0.205845, -0.089309, 0.101378, 0.486720, 1.223451",\
|
|
"-0.444317, -0.327781, -0.137095, 0.248248, 0.984979",\
|
|
"-0.830697, -0.714161, -0.523474, -0.138132, 0.598599");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.815658, -0.699122, -0.508435, -0.123093, 0.613638",\
|
|
"-0.918083, -0.801547, -0.610860, -0.225518, 0.511213",\
|
|
"-1.119007, -1.002471, -0.811785, -0.426443, 0.310289",\
|
|
"-1.537638, -1.421102, -1.230415, -0.845073, -0.108342",\
|
|
"-2.269117, -2.152581, -1.961894, -1.576552, -0.839820");
|
|
}
|
|
|
|
} /* 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.004749 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.122053, 0.026394, -0.125520, -0.401629, -0.830623",\
|
|
"0.224122, 0.128463, -0.023451, -0.299560, -0.728554",\
|
|
"0.359051, 0.263392, 0.111477, -0.164632, -0.593625",\
|
|
"0.597113, 0.501454, 0.349540, 0.073431, -0.355563",\
|
|
"0.985343, 0.889684, 0.737770, 0.461661, 0.032667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.070217, 0.974558, 0.822643, 0.546534, 0.117541",\
|
|
"1.172751, 1.077091, 0.925177, 0.649068, 0.220075",\
|
|
"1.373650, 1.277991, 1.126077, 0.849967, 0.420974",\
|
|
"1.793844, 1.698185, 1.546270, 1.270161, 0.841168",\
|
|
"2.528991, 2.433331, 2.281417, 2.005308, 1.576314");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.033216, 0.083320, 0.274007, 0.659349, 1.396081",\
|
|
"-0.112191, 0.004345, 0.195032, 0.580374, 1.317106",\
|
|
"-0.205133, -0.088597, 0.102090, 0.487432, 1.224164",\
|
|
"-0.324908, -0.208372, -0.017686, 0.367657, 1.104388",\
|
|
"-0.379893, -0.263357, -0.072670, 0.312672, 1.049404");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.881904, -0.765368, -0.574681, -0.189339, 0.547393",\
|
|
"-0.960589, -0.844053, -0.653366, -0.268024, 0.468708",\
|
|
"-1.118133, -1.001597, -0.810910, -0.425568, 0.311164",\
|
|
"-1.416181, -1.299645, -1.108958, -0.723616, 0.013116",\
|
|
"-1.807209, -1.690673, -1.499987, -1.114644, -0.377913");
|
|
}
|
|
|
|
} /* 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.004789 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.258736, 0.163077, 0.011163, -0.264946, -0.693939",\
|
|
"0.360880, 0.265221, 0.113306, -0.162803, -0.591796",\
|
|
"0.495828, 0.400169, 0.248255, -0.027854, -0.456847",\
|
|
"0.733575, 0.637915, 0.486001, 0.209892, -0.219101",\
|
|
"1.122685, 1.027026, 0.875112, 0.599003, 0.170010");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.310759, 1.215099, 1.063185, 0.787076, 0.358083",\
|
|
"1.413363, 1.317703, 1.165789, 0.889680, 0.460687",\
|
|
"1.614286, 1.518626, 1.366712, 1.090603, 0.661610",\
|
|
"2.035932, 1.940272, 1.788358, 1.512249, 1.083256",\
|
|
"2.774507, 2.678847, 2.526933, 2.250824, 1.821831");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.183383, -0.066847, 0.123840, 0.509182, 1.245914",\
|
|
"-0.285526, -0.168990, 0.021697, 0.407039, 1.143770",\
|
|
"-0.420474, -0.303938, -0.113252, 0.272090, 1.008822",\
|
|
"-0.658221, -0.541685, -0.350998, 0.034344, 0.771075",\
|
|
"-1.047331, -0.930795, -0.740109, -0.354767, 0.381965");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.123184, -1.006648, -0.815961, -0.430619, 0.306112",\
|
|
"-1.225788, -1.109252, -0.918565, -0.533223, 0.203509",\
|
|
"-1.426711, -1.310175, -1.119488, -0.734146, 0.002585",\
|
|
"-1.848357, -1.731821, -1.541134, -1.155792, -0.419061",\
|
|
"-2.586932, -2.470396, -2.279709, -1.894367, -1.157636");
|
|
}
|
|
|
|
} /* 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.004228 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.350257, 0.254598, 0.102684, -0.173426, -0.602419",\
|
|
"0.452391, 0.356732, 0.204818, -0.071292, -0.500285",\
|
|
"0.587333, 0.491674, 0.339760, 0.063650, -0.365343",\
|
|
"0.825122, 0.729462, 0.577548, 0.301439, -0.127554",\
|
|
"1.214026, 1.118367, 0.966453, 0.690344, 0.261351");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.390900, 1.295241, 1.143326, 0.867217, 0.438224",\
|
|
"1.493494, 1.397835, 1.245920, 0.969811, 0.540818",\
|
|
"1.694420, 1.598761, 1.446847, 1.170738, 0.741744",\
|
|
"2.115893, 2.020234, 1.868320, 1.592211, 1.163217",\
|
|
"2.854061, 2.758402, 2.606487, 2.330378, 1.901385");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.160681, -0.044145, 0.146542, 0.531884, 1.268616",\
|
|
"-0.262815, -0.146279, 0.044408, 0.429750, 1.166482",\
|
|
"-0.397757, -0.281221, -0.090534, 0.294808, 1.031540",\
|
|
"-0.635545, -0.519009, -0.328323, 0.057020, 0.793751",\
|
|
"-1.024450, -0.907914, -0.717227, -0.331885, 0.404847");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.102505, -0.985969, -0.795282, -0.409940, 0.326792",\
|
|
"-1.205099, -1.088563, -0.897876, -0.512534, 0.224198",\
|
|
"-1.406025, -1.289489, -1.098802, -0.713460, 0.023272",\
|
|
"-1.827498, -1.710962, -1.520275, -1.134933, -0.398201",\
|
|
"-2.565666, -2.449130, -2.258443, -1.873101, -1.136369");
|
|
}
|
|
|
|
} /* 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.004141 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.153158, 0.057499, -0.094415, -0.370525, -0.799518",\
|
|
"0.255331, 0.159672, 0.007758, -0.268351, -0.697345",\
|
|
"0.390307, 0.294648, 0.142734, -0.133376, -0.562369",\
|
|
"0.627997, 0.532338, 0.380424, 0.104315, -0.324679",\
|
|
"1.017952, 0.922293, 0.770379, 0.494270, 0.065277");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.087387, 0.991728, 0.839814, 0.563705, 0.134711",\
|
|
"1.190017, 1.094358, 0.942444, 0.666335, 0.237342",\
|
|
"1.390894, 1.295234, 1.143320, 0.867211, 0.438218",\
|
|
"1.812525, 1.716866, 1.564952, 1.288843, 0.859850",\
|
|
"2.551001, 2.455341, 2.303427, 2.027318, 1.598325");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.065768, 0.050768, 0.241455, 0.626797, 1.363529",\
|
|
"-0.167941, -0.051405, 0.139282, 0.524624, 1.261356",\
|
|
"-0.302917, -0.186381, 0.004306, 0.389648, 1.126380",\
|
|
"-0.540607, -0.424071, -0.233384, 0.151958, 0.888690",\
|
|
"-0.930562, -0.814026, -0.623339, -0.237997, 0.498735");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.900655, -0.784119, -0.593433, -0.208091, 0.528641",\
|
|
"-1.003286, -0.886750, -0.696063, -0.310721, 0.426011",\
|
|
"-1.204162, -1.087626, -0.896939, -0.511597, 0.225135",\
|
|
"-1.625793, -1.509258, -1.318571, -0.933229, -0.196497",\
|
|
"-2.364269, -2.247733, -2.057046, -1.671704, -0.934972");
|
|
}
|
|
|
|
} /* 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.004490 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.344482, 0.248823, 0.096909, -0.179200, -0.608193",\
|
|
"0.446686, 0.351027, 0.199113, -0.076996, -0.505989",\
|
|
"0.581661, 0.486002, 0.334088, 0.057979, -0.371014",\
|
|
"0.819199, 0.723540, 0.571625, 0.295516, -0.133477",\
|
|
"1.209215, 1.113556, 0.961642, 0.685533, 0.256540");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.375892, 1.280232, 1.128318, 0.852209, 0.423216",\
|
|
"1.478551, 1.382892, 1.230978, 0.954868, 0.525875",\
|
|
"1.679459, 1.583799, 1.431885, 1.155776, 0.726783",\
|
|
"2.101905, 2.006245, 1.854331, 1.578222, 1.149229",\
|
|
"2.842234, 2.746575, 2.594661, 2.318552, 1.889558");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.191111, -0.074575, 0.116111, 0.501454, 1.238185",\
|
|
"-0.283897, -0.167361, 0.023326, 0.408668, 1.145399",\
|
|
"-0.401749, -0.285213, -0.094526, 0.290816, 1.027548",\
|
|
"-0.591045, -0.474509, -0.283823, 0.101519, 0.838251",\
|
|
"-0.845154, -0.728618, -0.537932, -0.152589, 0.584142");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.128238, -1.011703, -0.821016, -0.435674, 0.301058",\
|
|
"-1.221156, -1.104620, -0.913933, -0.528591, 0.208141",\
|
|
"-1.404352, -1.287816, -1.097129, -0.711787, 0.024945",\
|
|
"-1.776900, -1.660364, -1.469677, -1.084335, -0.347603",\
|
|
"-2.376654, -2.260118, -2.069431, -1.684089, -0.947357");
|
|
}
|
|
|
|
} /* 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.005063 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.020909, -0.074751, -0.226665, -0.502774, -0.931767",\
|
|
"0.122625, 0.026965, -0.124949, -0.401058, -0.830051",\
|
|
"0.257367, 0.161708, 0.009794, -0.266315, -0.695308",\
|
|
"0.496252, 0.400593, 0.248678, -0.027431, -0.456424",\
|
|
"0.875703, 0.780043, 0.628129, 0.352020, -0.076973");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.992514, 0.896855, 0.744941, 0.468832, 0.039839",\
|
|
"1.094728, 0.999069, 0.847155, 0.571046, 0.142053",\
|
|
"1.295710, 1.200050, 1.048136, 0.772027, 0.343034",\
|
|
"1.709743, 1.614083, 1.462169, 1.186060, 0.757067",\
|
|
"2.430707, 2.335047, 2.183133, 1.907024, 1.478031");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.085982, 0.202518, 0.393205, 0.778547, 1.515278",\
|
|
"-0.015734, 0.100802, 0.291489, 0.676831, 1.413562",\
|
|
"-0.150477, -0.033941, 0.156746, 0.542088, 1.278819",\
|
|
"-0.389362, -0.272826, -0.082139, 0.303203, 1.039935",\
|
|
"-0.768812, -0.652276, -0.461589, -0.076247, 0.660484");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.786072, -0.669536, -0.478850, -0.093508, 0.643224",\
|
|
"-0.888287, -0.771751, -0.581064, -0.195722, 0.541010",\
|
|
"-1.089268, -0.972732, -0.782045, -0.396703, 0.340029",\
|
|
"-1.503301, -1.386765, -1.196078, -0.810736, -0.074005",\
|
|
"-2.224264, -2.107728, -1.917042, -1.531700, -0.794968");
|
|
}
|
|
|
|
} /* 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.004860 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.217451, 0.121791, -0.030123, -0.306232, -0.735225",\
|
|
"0.319164, 0.223504, 0.071590, -0.204519, -0.633512",\
|
|
"0.453859, 0.358199, 0.206285, -0.069824, -0.498817",\
|
|
"0.692423, 0.596764, 0.444850, 0.168741, -0.260253",\
|
|
"1.069870, 0.974210, 0.822296, 0.546187, 0.117193");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.297041, 1.201381, 1.049467, 0.773358, 0.344365",\
|
|
"1.399247, 1.303588, 1.151674, 0.875564, 0.446571",\
|
|
"1.600287, 1.504628, 1.352714, 1.076605, 0.647611",\
|
|
"2.014030, 1.918370, 1.766456, 1.490347, 1.061353",\
|
|
"2.734402, 2.638742, 2.486828, 2.210719, 1.781725");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.106764, 0.009771, 0.200458, 0.585801, 1.322533",\
|
|
"-0.208477, -0.091941, 0.098745, 0.484088, 1.220820",\
|
|
"-0.343172, -0.226637, -0.035950, 0.349393, 1.086125",\
|
|
"-0.581737, -0.465201, -0.274514, 0.110828, 0.847560",\
|
|
"-0.959183, -0.842647, -0.651961, -0.266618, 0.470114");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.078355, -0.961819, -0.771132, -0.385790, 0.350942",\
|
|
"-1.180561, -1.064025, -0.873339, -0.487996, 0.248736",\
|
|
"-1.381602, -1.265066, -1.074379, -0.689037, 0.047695",\
|
|
"-1.795344, -1.678808, -1.488121, -1.102779, -0.366047",\
|
|
"-2.515716, -2.399180, -2.208493, -1.823151, -1.086419");
|
|
}
|
|
|
|
} /* 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.004785 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.145492, 0.049832, -0.102082, -0.378191, -0.807184",\
|
|
"0.247209, 0.151550, -0.000364, -0.276473, -0.705466",\
|
|
"0.381933, 0.286273, 0.134359, -0.141750, -0.570743",\
|
|
"0.620808, 0.525148, 0.373234, 0.097125, -0.331868",\
|
|
"1.000529, 0.904869, 0.752955, 0.476846, 0.047853");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.236502, 1.140843, 0.988929, 0.712820, 0.283827",\
|
|
"1.338719, 1.243059, 1.091145, 0.815036, 0.386043",\
|
|
"1.539752, 1.444093, 1.292179, 1.016070, 0.587077",\
|
|
"1.954457, 1.858798, 1.706884, 1.430775, 1.001782",\
|
|
"2.676953, 2.581294, 2.429379, 2.153270, 1.724277");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.085967, 0.030569, 0.221256, 0.606598, 1.343329",\
|
|
"-0.187685, -0.071149, 0.119538, 0.504880, 1.241611",\
|
|
"-0.322408, -0.205872, -0.015185, 0.370157, 1.106888",\
|
|
"-0.561283, -0.444747, -0.254060, 0.131282, 0.868013",\
|
|
"-0.941004, -0.824468, -0.633781, -0.248439, 0.488292");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.050229, -0.933693, -0.743006, -0.357664, 0.379067",\
|
|
"-1.152446, -1.035910, -0.845223, -0.459881, 0.276851",\
|
|
"-1.353479, -1.236943, -1.046256, -0.660914, 0.075817",\
|
|
"-1.768184, -1.651648, -1.460961, -1.075619, -0.338888",\
|
|
"-2.490680, -2.374144, -2.183457, -1.798115, -1.061383");
|
|
}
|
|
|
|
} /* 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.004836 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.237124, 0.141465, -0.010449, -0.286559, -0.715552",\
|
|
"0.338888, 0.243228, 0.091314, -0.184795, -0.613788",\
|
|
"0.473657, 0.377998, 0.226084, -0.050025, -0.479019",\
|
|
"0.712699, 0.617040, 0.465126, 0.189017, -0.239977",\
|
|
"1.095402, 0.999742, 0.847828, 0.571719, 0.142726");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.305657, 1.209997, 1.058083, 0.781974, 0.352981",\
|
|
"1.407911, 1.312251, 1.160337, 0.884228, 0.455235",\
|
|
"1.608928, 1.513269, 1.361355, 1.085245, 0.656252",\
|
|
"2.025450, 1.929791, 1.777877, 1.501768, 1.072774",\
|
|
"2.751992, 2.656332, 2.504418, 2.228309, 1.799316");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.143692, -0.027156, 0.163531, 0.548873, 1.285605",\
|
|
"-0.245455, -0.128919, 0.061767, 0.447110, 1.183842",\
|
|
"-0.380225, -0.263689, -0.073002, 0.312340, 1.049072",\
|
|
"-0.619267, -0.502731, -0.312044, 0.073298, 0.810030",\
|
|
"-1.001969, -0.885433, -0.694746, -0.309404, 0.427328");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.114937, -0.998401, -0.807714, -0.422372, 0.314360",\
|
|
"-1.217191, -1.100655, -0.909968, -0.524626, 0.212106",\
|
|
"-1.418209, -1.301673, -1.110986, -0.725644, 0.011088",\
|
|
"-1.834731, -1.718195, -1.527508, -1.142166, -0.405434",\
|
|
"-2.561272, -2.444736, -2.254049, -1.868707, -1.131975");
|
|
}
|
|
|
|
} /* 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.005862 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.006800, -0.102460, -0.254374, -0.530483, -0.959476",\
|
|
"0.094924, -0.000736, -0.152650, -0.428759, -0.857752",\
|
|
"0.229681, 0.134022, -0.017893, -0.294002, -0.722995",\
|
|
"0.468726, 0.373066, 0.221152, -0.054957, -0.483950",\
|
|
"0.849354, 0.753694, 0.601780, 0.325671, -0.103322");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.968341, 0.872681, 0.720767, 0.444658, 0.015665",\
|
|
"1.070566, 0.974907, 0.822993, 0.546884, 0.117891",\
|
|
"1.271544, 1.175885, 1.023971, 0.747862, 0.318869",\
|
|
"1.686072, 1.590413, 1.438498, 1.162390, 0.733397",\
|
|
"2.408120, 2.312461, 2.160547, 1.884438, 1.455445");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.075830, 0.192366, 0.383053, 0.768395, 1.505126",\
|
|
"-0.025894, 0.090642, 0.281328, 0.666670, 1.403402",\
|
|
"-0.160652, -0.044116, 0.146571, 0.531913, 1.268645",\
|
|
"-0.399696, -0.283160, -0.092474, 0.292868, 1.029600",\
|
|
"-0.780324, -0.663788, -0.473101, -0.087759, 0.648972");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.784146, -0.667610, -0.476923, -0.091581, 0.645151",\
|
|
"-0.886371, -0.769835, -0.579148, -0.193806, 0.542925",\
|
|
"-1.087349, -0.970813, -0.780126, -0.394784, 0.341948",\
|
|
"-1.501877, -1.385341, -1.194654, -0.809312, -0.072580",\
|
|
"-2.223925, -2.107389, -1.916702, -1.531360, -0.794629");
|
|
}
|
|
|
|
} /* 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.006011 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.113030, 0.017371, -0.134544, -0.410653, -0.839646",\
|
|
"0.214823, 0.119163, -0.032751, -0.308860, -0.737853",\
|
|
"0.349628, 0.253968, 0.102054, -0.174055, -0.603048",\
|
|
"0.588638, 0.492978, 0.341064, 0.064955, -0.364038",\
|
|
"0.972173, 0.876514, 0.724599, 0.448490, 0.019497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.068408, 0.972749, 0.820835, 0.544725, 0.115732",\
|
|
"1.170691, 1.075031, 0.923117, 0.647008, 0.218015",\
|
|
"1.371648, 1.275989, 1.124075, 0.847965, 0.418972",\
|
|
"1.788161, 1.692502, 1.540587, 1.264478, 0.835485",\
|
|
"2.514667, 2.419008, 2.267093, 1.990984, 1.561991");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.076561, 0.193097, 0.383784, 0.769126, 1.505857",\
|
|
"-0.002632, 0.113904, 0.304591, 0.689933, 1.426665",\
|
|
"-0.096342, 0.020194, 0.210880, 0.596222, 1.332954",\
|
|
"-0.219579, -0.103043, 0.087644, 0.472986, 1.209718",\
|
|
"-0.276948, -0.160412, 0.030274, 0.415617, 1.152348");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.779999, -0.663463, -0.472777, -0.087435, 0.649297",\
|
|
"-0.859090, -0.742554, -0.551867, -0.166525, 0.570207",\
|
|
"-1.017876, -0.901340, -0.710654, -0.325311, 0.411420",\
|
|
"-1.315582, -1.199046, -1.008359, -0.623017, 0.113714",\
|
|
"-1.707378, -1.590842, -1.400155, -1.014813, -0.278081");
|
|
}
|
|
|
|
} /* 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.004771 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.266372, 0.170713, 0.018799, -0.257311, -0.686304",\
|
|
"0.368326, 0.272666, 0.120752, -0.155357, -0.584350",\
|
|
"0.503184, 0.407525, 0.255610, -0.020499, -0.449492",\
|
|
"0.741559, 0.645900, 0.493986, 0.217877, -0.211116",\
|
|
"1.127715, 1.032055, 0.880141, 0.604032, 0.175039");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.322312, 1.226653, 1.074739, 0.798630, 0.369637",\
|
|
"1.424742, 1.329083, 1.177169, 0.901060, 0.472066",\
|
|
"1.625710, 1.530051, 1.378137, 1.102028, 0.673034",\
|
|
"2.044826, 1.949166, 1.797252, 1.521143, 1.092150",\
|
|
"2.777456, 2.681797, 2.529883, 2.253774, 1.824780");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.178983, -0.062447, 0.128240, 0.513582, 1.250314",\
|
|
"-0.280936, -0.164400, 0.026286, 0.411629, 1.148360",\
|
|
"-0.415795, -0.299259, -0.108572, 0.276770, 1.013502",\
|
|
"-0.654170, -0.537634, -0.346947, 0.038395, 0.775126",\
|
|
"-1.040325, -0.923789, -0.733102, -0.347760, 0.388971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.135581, -1.019045, -0.828358, -0.443016, 0.293716",\
|
|
"-1.238010, -1.121475, -0.930788, -0.545446, 0.191286",\
|
|
"-1.438978, -1.322442, -1.131755, -0.746413, -0.009682",\
|
|
"-1.858094, -1.741558, -1.550871, -1.165529, -0.428797",\
|
|
"-2.590724, -2.474189, -2.283502, -1.898160, -1.161428");
|
|
}
|
|
|
|
} /* 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.007857 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.071076, -0.024584, -0.176498, -0.452607, -0.881600",\
|
|
"0.172741, 0.077082, -0.074832, -0.350942, -0.779935",\
|
|
"0.307452, 0.211793, 0.059879, -0.216230, -0.645223",\
|
|
"0.545981, 0.450321, 0.298407, 0.022298, -0.406695",\
|
|
"0.922800, 0.827141, 0.675227, 0.399118, -0.029875");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.030116, 0.934456, 0.782542, 0.506433, 0.077440",\
|
|
"1.132288, 1.036629, 0.884715, 0.608606, 0.179612",\
|
|
"1.333277, 1.237617, 1.085703, 0.809594, 0.380601",\
|
|
"1.746200, 1.650540, 1.498626, 1.222517, 0.793524",\
|
|
"2.464729, 2.369069, 2.217155, 1.941046, 1.512053");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.077558, 0.194094, 0.384780, 0.770123, 1.506854",\
|
|
"0.014312, 0.130848, 0.321535, 0.706877, 1.443609",\
|
|
"-0.050485, 0.066050, 0.256737, 0.642079, 1.378811",\
|
|
"-0.092049, 0.024487, 0.215174, 0.600516, 1.337248",\
|
|
"0.086035, 0.202570, 0.393257, 0.778599, 1.515331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.782462, -0.665926, -0.475239, -0.089897, 0.646835",\
|
|
"-0.845420, -0.728884, -0.538198, -0.152856, 0.583876",\
|
|
"-0.975054, -0.858518, -0.667831, -0.282489, 0.454243",\
|
|
"-1.186951, -1.070415, -0.879728, -0.494386, 0.242346",\
|
|
"-1.339136, -1.222600, -1.031913, -0.646571, 0.090160");
|
|
}
|
|
|
|
} /* 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.005999 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.173011, 0.077352, -0.074562, -0.350671, -0.779664",\
|
|
"0.274859, 0.179200, 0.027285, -0.248824, -0.677817",\
|
|
"0.409883, 0.314223, 0.162309, -0.113800, -0.542793",\
|
|
"0.649329, 0.553670, 0.401755, 0.125646, -0.303347",\
|
|
"1.036319, 0.940660, 0.788746, 0.512637, 0.083644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.194694, 1.099034, 0.947120, 0.671011, 0.242018",\
|
|
"1.297028, 1.201369, 1.049454, 0.773345, 0.344352",\
|
|
"1.497845, 1.402186, 1.250272, 0.974163, 0.545170",\
|
|
"1.914147, 1.818488, 1.666574, 1.390465, 0.961472",\
|
|
"2.640121, 2.544462, 2.392548, 2.116439, 1.687446");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.066122, 0.050414, 0.241101, 0.626443, 1.363174",\
|
|
"-0.167970, -0.051434, 0.139253, 0.524595, 1.261327",\
|
|
"-0.302993, -0.186458, 0.004229, 0.389571, 1.126303",\
|
|
"-0.542440, -0.425904, -0.235217, 0.150125, 0.886857",\
|
|
"-0.929430, -0.812894, -0.622207, -0.236865, 0.499866");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.988252, -0.871716, -0.681029, -0.295687, 0.441044",\
|
|
"-1.090586, -0.974050, -0.783364, -0.398022, 0.338710",\
|
|
"-1.291404, -1.174868, -0.984181, -0.598839, 0.137892",\
|
|
"-1.707705, -1.591170, -1.400483, -1.015141, -0.278409",\
|
|
"-2.433679, -2.317143, -2.126457, -1.741115, -1.004383");
|
|
}
|
|
|
|
} /* 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.005769 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.238618, 0.142958, -0.008956, -0.285065, -0.714059",\
|
|
"0.340566, 0.244906, 0.092992, -0.183117, -0.612111",\
|
|
"0.475623, 0.379963, 0.228049, -0.048060, -0.477054",\
|
|
"0.714649, 0.618990, 0.467075, 0.190966, -0.238027",\
|
|
"1.103053, 1.007394, 0.855480, 0.579370, 0.150377");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.253160, 1.157501, 1.005587, 0.729478, 0.300484",\
|
|
"1.355587, 1.259928, 1.108014, 0.831905, 0.402911",\
|
|
"1.556391, 1.460732, 1.308818, 1.032709, 0.603715",\
|
|
"1.974096, 1.878437, 1.726522, 1.450413, 1.021420",\
|
|
"2.703358, 2.607698, 2.455784, 2.179675, 1.750682");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.127932, -0.011396, 0.179291, 0.564633, 1.301365",\
|
|
"-0.229879, -0.113343, 0.077343, 0.462686, 1.199418",\
|
|
"-0.364936, -0.248400, -0.057714, 0.327629, 1.064361",\
|
|
"-0.603963, -0.487427, -0.296740, 0.088602, 0.825334",\
|
|
"-0.992367, -0.875831, -0.685144, -0.299802, 0.436930");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.034475, -0.917939, -0.727252, -0.341910, 0.394822",\
|
|
"-1.136901, -1.020365, -0.829679, -0.444336, 0.292396",\
|
|
"-1.337705, -1.221169, -1.030483, -0.645140, 0.091592",\
|
|
"-1.755410, -1.638874, -1.448187, -1.062845, -0.326113",\
|
|
"-2.484672, -2.368136, -2.177449, -1.792107, -1.055375");
|
|
}
|
|
|
|
} /* 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.005491 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.027408, -0.123068, -0.274982, -0.551091, -0.980084",\
|
|
"0.074375, -0.021284, -0.173198, -0.449307, -0.878300",\
|
|
"0.209410, 0.113751, -0.038163, -0.314272, -0.743265",\
|
|
"0.449215, 0.353556, 0.201642, -0.074467, -0.503460",\
|
|
"0.835486, 0.739826, 0.587912, 0.311803, -0.117190");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.888686, 0.793027, 0.641113, 0.365003, -0.063989",\
|
|
"0.990961, 0.895301, 0.743387, 0.467278, 0.038285",\
|
|
"1.191686, 1.096027, 0.944113, 0.668004, 0.239011",\
|
|
"1.606354, 1.510694, 1.358780, 1.082671, 0.653678",\
|
|
"2.328468, 2.232808, 2.080894, 1.804785, 1.375792");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.086934, 0.203470, 0.394156, 0.779499, 1.516230",\
|
|
"-0.014850, 0.101686, 0.292373, 0.677715, 1.414446",\
|
|
"-0.149885, -0.033349, 0.157338, 0.542680, 1.279411",\
|
|
"-0.389690, -0.273154, -0.082467, 0.302875, 1.039606",\
|
|
"-0.775960, -0.659424, -0.468738, -0.083395, 0.653336");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.702413, -0.585877, -0.395191, -0.009848, 0.726883",\
|
|
"-0.804688, -0.688152, -0.497465, -0.112123, 0.624608",\
|
|
"-1.005414, -0.888878, -0.698191, -0.312849, 0.423883",\
|
|
"-1.420081, -1.303545, -1.112858, -0.727516, 0.009215",\
|
|
"-2.142195, -2.025659, -1.834972, -1.449630, -0.712898");
|
|
}
|
|
|
|
} /* 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.005726 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.036203, -0.059456, -0.211370, -0.487479, -0.916473",\
|
|
"0.137946, 0.042287, -0.109627, -0.385736, -0.814730",\
|
|
"0.272967, 0.177308, 0.025393, -0.250716, -0.679709",\
|
|
"0.512932, 0.417273, 0.265359, -0.010751, -0.439744",\
|
|
"0.898480, 0.802821, 0.650907, 0.374798, -0.054196");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.937055, 0.841396, 0.689482, 0.413373, -0.015621",\
|
|
"1.039293, 0.943633, 0.791719, 0.515610, 0.086617",\
|
|
"1.240017, 1.144358, 0.992444, 0.716334, 0.287341",\
|
|
"1.654110, 1.558451, 1.406536, 1.130427, 0.701434",\
|
|
"2.374878, 2.279219, 2.127305, 1.851195, 1.422202");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.052624, 0.169160, 0.359847, 0.745189, 1.481921",\
|
|
"-0.049119, 0.067417, 0.258104, 0.643446, 1.380178",\
|
|
"-0.184140, -0.067604, 0.123083, 0.508425, 1.245157",\
|
|
"-0.424105, -0.307569, -0.116882, 0.268460, 1.005192",\
|
|
"-0.809653, -0.693117, -0.502430, -0.117088, 0.619644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.748752, -0.632216, -0.441529, -0.056187, 0.680545",\
|
|
"-0.850989, -0.734453, -0.543766, -0.158424, 0.578308",\
|
|
"-1.051714, -0.935178, -0.744491, -0.359149, 0.377583",\
|
|
"-1.465807, -1.349271, -1.158584, -0.773242, -0.036510",\
|
|
"-2.186575, -2.070039, -1.879352, -1.494010, -0.757278");
|
|
}
|
|
|
|
} /* 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.004921 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.167752, 0.072093, -0.079821, -0.355930, -0.784923",\
|
|
"0.269580, 0.173920, 0.022006, -0.254103, -0.683096",\
|
|
"0.404594, 0.308935, 0.157021, -0.119088, -0.548081",\
|
|
"0.644110, 0.548450, 0.396536, 0.120427, -0.308566",\
|
|
"1.030724, 0.935064, 0.783150, 0.507041, 0.078048");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.186561, 1.090901, 0.938987, 0.662878, 0.233885",\
|
|
"1.288877, 1.193217, 1.041303, 0.765194, 0.336201",\
|
|
"1.489693, 1.394034, 1.242120, 0.966011, 0.537018",\
|
|
"1.905709, 1.810050, 1.658135, 1.382026, 0.953033",\
|
|
"2.631011, 2.535351, 2.383437, 2.107328, 1.678335");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.092399, 0.024137, 0.214824, 0.600166, 1.336898",\
|
|
"-0.194226, -0.077690, 0.112997, 0.498339, 1.235070",\
|
|
"-0.329241, -0.212705, -0.022018, 0.363324, 1.100056",\
|
|
"-0.568756, -0.452220, -0.261533, 0.123809, 0.860540",\
|
|
"-0.955370, -0.838834, -0.648147, -0.262805, 0.473927");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.998986, -0.882450, -0.691763, -0.306421, 0.430310",\
|
|
"-1.101302, -0.984766, -0.794079, -0.408737, 0.327994",\
|
|
"-1.302119, -1.185583, -0.994896, -0.609554, 0.127177",\
|
|
"-1.718134, -1.601598, -1.410911, -1.025569, -0.288838",\
|
|
"-2.443436, -2.326900, -2.136213, -1.750871, -1.014140");
|
|
}
|
|
|
|
} /* 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.004977 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.236710, 0.141051, -0.010863, -0.286972, -0.715966",\
|
|
"0.338430, 0.242771, 0.090856, -0.185253, -0.614246",\
|
|
"0.473402, 0.377743, 0.225829, -0.050280, -0.479274",\
|
|
"0.713189, 0.617530, 0.465616, 0.189507, -0.239486",\
|
|
"1.096490, 1.000830, 0.848916, 0.572807, 0.143814");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.251502, 1.155843, 1.003929, 0.727819, 0.298826",\
|
|
"1.353723, 1.258064, 1.106150, 0.830040, 0.401047",\
|
|
"1.554559, 1.458899, 1.306985, 1.030876, 0.601883",\
|
|
"1.968174, 1.872515, 1.720601, 1.444492, 1.015499",\
|
|
"2.688058, 2.592399, 2.440485, 2.164375, 1.735382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.047125, 0.069411, 0.260098, 0.645440, 1.382172",\
|
|
"-0.130132, -0.013596, 0.177091, 0.562433, 1.299165",\
|
|
"-0.231081, -0.114545, 0.076141, 0.461484, 1.198215",\
|
|
"-0.375018, -0.258482, -0.067795, 0.317547, 1.054279",\
|
|
"-0.488282, -0.371746, -0.181059, 0.204283, 0.941015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.963098, -0.846562, -0.655875, -0.270533, 0.466198",\
|
|
"-1.046021, -0.929485, -0.738799, -0.353456, 0.383275",\
|
|
"-1.211771, -1.095235, -0.904549, -0.519207, 0.217525",\
|
|
"-1.526542, -1.410006, -1.219319, -0.833977, -0.097246",\
|
|
"-1.967955, -1.851419, -1.660732, -1.275390, -0.538658");
|
|
}
|
|
|
|
} /* 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.004606 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.033054, -0.062605, -0.214519, -0.490628, -0.919622",\
|
|
"0.134773, 0.039113, -0.112801, -0.388910, -0.817903",\
|
|
"0.269770, 0.174110, 0.022196, -0.253913, -0.682906",\
|
|
"0.509430, 0.413771, 0.261856, -0.014253, -0.443246",\
|
|
"0.891110, 0.795450, 0.643536, 0.367427, -0.061566");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.930062, 0.834403, 0.682489, 0.406380, -0.022614",\
|
|
"1.032276, 0.936617, 0.784703, 0.508593, 0.079600",\
|
|
"1.233010, 1.137351, 0.985437, 0.709328, 0.280335",\
|
|
"1.644930, 1.549271, 1.397357, 1.121248, 0.692255",\
|
|
"2.361018, 2.265358, 2.113444, 1.837335, 1.408342");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.054336, 0.170872, 0.361559, 0.746901, 1.483632",\
|
|
"-0.047382, 0.069153, 0.259840, 0.645182, 1.381914",\
|
|
"-0.182380, -0.065844, 0.124843, 0.510185, 1.246917",\
|
|
"-0.422040, -0.305504, -0.114817, 0.270525, 1.007257",\
|
|
"-0.803720, -0.687184, -0.496497, -0.111155, 0.625577");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.743331, -0.626795, -0.436108, -0.050766, 0.685966",\
|
|
"-0.845544, -0.729009, -0.538322, -0.152980, 0.583752",\
|
|
"-1.046279, -0.929743, -0.739056, -0.353714, 0.383018",\
|
|
"-1.458199, -1.341663, -1.150976, -0.765634, -0.028903",\
|
|
"-2.174286, -2.057750, -1.867064, -1.481722, -0.744990");
|
|
}
|
|
|
|
} /* 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.004688 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.223728, 0.128069, -0.023845, -0.299954, -0.728947",\
|
|
"0.325466, 0.229807, 0.077893, -0.198217, -0.627210",\
|
|
"0.460452, 0.364793, 0.212878, -0.063231, -0.492224",\
|
|
"0.700349, 0.604689, 0.452775, 0.176666, -0.252327",\
|
|
"1.085346, 0.989686, 0.837772, 0.561663, 0.132670");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.232359, 1.136699, 0.984785, 0.708676, 0.279683",\
|
|
"1.334591, 1.238932, 1.087018, 0.810908, 0.381915",\
|
|
"1.535421, 1.439762, 1.287848, 1.011739, 0.582746",\
|
|
"1.950154, 1.854495, 1.702580, 1.426471, 0.997478",\
|
|
"2.672458, 2.576799, 2.424885, 2.148776, 1.719783");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.070361, 0.046174, 0.236861, 0.622203, 1.358935",\
|
|
"-0.172099, -0.055563, 0.135124, 0.520466, 1.257197",\
|
|
"-0.307085, -0.190549, 0.000138, 0.385480, 1.122211",\
|
|
"-0.546982, -0.430446, -0.239759, 0.145583, 0.882315",\
|
|
"-0.931979, -0.815443, -0.624756, -0.239414, 0.497318");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.984710, -0.868174, -0.677487, -0.292145, 0.444587",\
|
|
"-1.086942, -0.970406, -0.779719, -0.394377, 0.342355",\
|
|
"-1.287772, -1.171237, -0.980550, -0.595208, 0.141524",\
|
|
"-1.702505, -1.585969, -1.395282, -1.009940, -0.273208",\
|
|
"-2.424809, -2.308273, -2.117587, -1.732244, -0.995513");
|
|
}
|
|
|
|
} /* 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.004448 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.110206, 0.014547, -0.137367, -0.413476, -0.842469",\
|
|
"0.212484, 0.116825, -0.035089, -0.311198, -0.740191",\
|
|
"0.347669, 0.252010, 0.100096, -0.176013, -0.605006",\
|
|
"0.585411, 0.489752, 0.337837, 0.061728, -0.367265",\
|
|
"0.979034, 0.883375, 0.731460, 0.455351, 0.026358");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.975897, 0.880238, 0.728324, 0.452215, 0.023222",\
|
|
"1.078627, 0.982968, 0.831053, 0.554945, 0.125952",\
|
|
"1.279321, 1.183662, 1.031748, 0.755639, 0.326646",\
|
|
"1.700797, 1.605138, 1.453223, 1.177114, 0.748122",\
|
|
"2.438800, 2.343140, 2.191226, 1.915117, 1.486124");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.003316, 0.113220, 0.303907, 0.689249, 1.425980",\
|
|
"-0.105594, 0.010942, 0.201629, 0.586971, 1.323702",\
|
|
"-0.240779, -0.124243, 0.066444, 0.451786, 1.188517",\
|
|
"-0.478521, -0.361985, -0.171298, 0.214044, 0.950776",\
|
|
"-0.872144, -0.755608, -0.564921, -0.179579, 0.557153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.769456, -0.652920, -0.462233, -0.076891, 0.659841",\
|
|
"-0.872186, -0.755650, -0.564963, -0.179621, 0.557111",\
|
|
"-1.072880, -0.956344, -0.765657, -0.380315, 0.356416",\
|
|
"-1.494356, -1.377820, -1.187133, -0.801791, -0.065060",\
|
|
"-2.232358, -2.115822, -1.925135, -1.539793, -0.803062");
|
|
}
|
|
|
|
} /* 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.004721 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.138112, 0.042453, -0.109462, -0.385571, -0.814564",\
|
|
"0.240312, 0.144652, -0.007262, -0.283371, -0.712365",\
|
|
"0.375472, 0.279812, 0.127898, -0.148211, -0.577205",\
|
|
"0.613542, 0.517882, 0.365968, 0.089859, -0.339134",\
|
|
"1.006060, 0.910400, 0.758486, 0.482377, 0.053384");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.009181, 0.913522, 0.761607, 0.485498, 0.056505",\
|
|
"1.111839, 1.016179, 0.864265, 0.588156, 0.159163",\
|
|
"1.312536, 1.216877, 1.064963, 0.788854, 0.359860",\
|
|
"1.732906, 1.637247, 1.485332, 1.209223, 0.780230",\
|
|
"2.468353, 2.372694, 2.220779, 1.944670, 1.515677");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.027415, 0.089121, 0.279808, 0.665150, 1.401882",\
|
|
"-0.111391, 0.005145, 0.195832, 0.581174, 1.317906",\
|
|
"-0.213416, -0.096880, 0.093807, 0.479149, 1.215881",\
|
|
"-0.358136, -0.241600, -0.050913, 0.334429, 1.071161",\
|
|
"-0.487662, -0.371126, -0.180439, 0.204903, 0.941635");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.790485, -0.673949, -0.483263, -0.097920, 0.638812",\
|
|
"-0.874322, -0.757786, -0.567099, -0.181756, 0.554976",\
|
|
"-1.040797, -0.924262, -0.733575, -0.348233, 0.388499",\
|
|
"-1.364755, -1.248219, -1.057532, -0.672190, 0.064542",\
|
|
"-1.828583, -1.712047, -1.521360, -1.136018, -0.399286");
|
|
}
|
|
|
|
} /* 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.004386 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.227308, 0.131649, -0.020265, -0.296374, -0.725367",\
|
|
"0.329607, 0.233948, 0.082033, -0.194076, -0.623069",\
|
|
"0.464775, 0.369115, 0.217201, -0.058908, -0.487901",\
|
|
"0.702407, 0.606747, 0.454833, 0.178724, -0.250269",\
|
|
"1.094423, 0.998764, 0.846849, 0.570740, 0.141747");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.230949, 1.135289, 0.983375, 0.707266, 0.278273",\
|
|
"1.333696, 1.238036, 1.086122, 0.810013, 0.381020",\
|
|
"1.534456, 1.438797, 1.286883, 1.010774, 0.581781",\
|
|
"1.956834, 1.861175, 1.709260, 1.433151, 1.004158",\
|
|
"2.697244, 2.601584, 2.449670, 2.173561, 1.744568");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.167778, -0.051242, 0.139444, 0.524786, 1.261518",\
|
|
"-0.257096, -0.140560, 0.050127, 0.435469, 1.172200",\
|
|
"-0.368664, -0.252128, -0.061441, 0.323901, 1.060632",\
|
|
"-0.539810, -0.423274, -0.232587, 0.152755, 0.889486",\
|
|
"-0.744516, -0.627980, -0.437293, -0.051951, 0.684780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.044671, -0.928135, -0.737448, -0.352106, 0.384626",\
|
|
"-1.133981, -1.017445, -0.826758, -0.441416, 0.295316",\
|
|
"-1.310313, -1.193778, -1.003091, -0.617749, 0.118983",\
|
|
"-1.663872, -1.547336, -1.356649, -0.971307, -0.234576",\
|
|
"-2.210400, -2.093864, -1.903178, -1.517835, -0.781104");
|
|
}
|
|
|
|
} /* 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.004729 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.280500, 0.184841, 0.032927, -0.243182, -0.672176",\
|
|
"0.382662, 0.287003, 0.135089, -0.141021, -0.570014",\
|
|
"0.517786, 0.422127, 0.270213, -0.005896, -0.434890",\
|
|
"0.755957, 0.660297, 0.508383, 0.232274, -0.196720",\
|
|
"1.146591, 1.050932, 0.899018, 0.622908, 0.193915");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.273152, 1.177493, 1.025579, 0.749469, 0.320476",\
|
|
"1.375775, 1.280116, 1.128202, 0.852093, 0.423099",\
|
|
"1.576552, 1.480892, 1.328978, 1.052869, 0.623876",\
|
|
"1.997112, 1.901453, 1.749539, 1.473430, 1.044436",\
|
|
"2.733075, 2.637416, 2.485502, 2.209393, 1.780399");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.187068, -0.070532, 0.120155, 0.505497, 1.242229",\
|
|
"-0.289230, -0.172694, 0.017993, 0.403335, 1.140067",\
|
|
"-0.424354, -0.307818, -0.117131, 0.268211, 1.004943",\
|
|
"-0.662524, -0.545988, -0.355301, 0.030041, 0.766773",\
|
|
"-1.053159, -0.936623, -0.745936, -0.360594, 0.376138");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.082433, -0.965897, -0.775210, -0.389868, 0.346864",\
|
|
"-1.185056, -1.068520, -0.877833, -0.492491, 0.244241",\
|
|
"-1.385832, -1.269296, -1.078609, -0.693267, 0.043465",\
|
|
"-1.806393, -1.689857, -1.499170, -1.113828, -0.377096",\
|
|
"-2.542356, -2.425820, -2.235133, -1.849791, -1.113059");
|
|
}
|
|
|
|
} /* 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.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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.038645, -0.057014, -0.208928, -0.485037, -0.914030",\
|
|
"0.140714, 0.045055, -0.106859, -0.382968, -0.811961",\
|
|
"0.275835, 0.180176, 0.028262, -0.247847, -0.676840",\
|
|
"0.514459, 0.418800, 0.266886, -0.009223, -0.438216",\
|
|
"0.905086, 0.809426, 0.657512, 0.381403, -0.047590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.923209, 0.827550, 0.675636, 0.399527, -0.029466",\
|
|
"1.025746, 0.930087, 0.778173, 0.502064, 0.073071",\
|
|
"1.226454, 1.130795, 0.978881, 0.702772, 0.273779",\
|
|
"1.645023, 1.549364, 1.397450, 1.121341, 0.692348",\
|
|
"2.376274, 2.280614, 2.128700, 1.852591, 1.423598");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.030384, 0.146920, 0.337606, 0.722948, 1.459680",\
|
|
"-0.071685, 0.044851, 0.235538, 0.620880, 1.357611",\
|
|
"-0.206806, -0.090270, 0.100417, 0.485759, 1.222490",\
|
|
"-0.445430, -0.328894, -0.138207, 0.247135, 0.983866",\
|
|
"-0.836057, -0.719521, -0.528834, -0.143492, 0.593240");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.739015, -0.622478, -0.431792, -0.046450, 0.690282",\
|
|
"-0.841551, -0.725015, -0.534329, -0.148987, 0.587745",\
|
|
"-1.042259, -0.925723, -0.735036, -0.349694, 0.387037",\
|
|
"-1.460828, -1.344292, -1.153605, -0.768263, -0.031532",\
|
|
"-2.192079, -2.075543, -1.884856, -1.499514, -0.762783");
|
|
}
|
|
|
|
} /* 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.004232 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.183986, 0.088327, -0.063587, -0.339696, -0.768689",\
|
|
"0.286282, 0.190623, 0.038709, -0.237400, -0.666394",\
|
|
"0.421470, 0.325811, 0.173897, -0.102212, -0.531206",\
|
|
"0.659164, 0.563505, 0.411590, 0.135481, -0.293512",\
|
|
"1.052965, 0.957306, 0.805392, 0.529283, 0.100290");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.037856, 0.942197, 0.790282, 0.514173, 0.085180",\
|
|
"1.140600, 1.044941, 0.893027, 0.616918, 0.187925",\
|
|
"1.341293, 1.245634, 1.093720, 0.817611, 0.388617",\
|
|
"1.762916, 1.667257, 1.515343, 1.239234, 0.810241",\
|
|
"2.501261, 2.405602, 2.253687, 1.977578, 1.548585");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.005591, 0.122127, 0.312814, 0.698156, 1.434887",\
|
|
"-0.096705, 0.019831, 0.210518, 0.595860, 1.332592",\
|
|
"-0.231893, -0.115357, 0.075330, 0.460672, 1.197404",\
|
|
"-0.469586, -0.353050, -0.162364, 0.222978, 0.959710",\
|
|
"-0.863388, -0.746852, -0.556165, -0.170823, 0.565908");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.749461, -0.632925, -0.442238, -0.056896, 0.679835",\
|
|
"-0.852205, -0.735669, -0.544983, -0.159640, 0.577091",\
|
|
"-1.052898, -0.936362, -0.745675, -0.360333, 0.376398",\
|
|
"-1.474521, -1.357985, -1.167299, -0.781956, -0.045225",\
|
|
"-2.212866, -2.096330, -1.905643, -1.520301, -0.783570");
|
|
}
|
|
|
|
} /* 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.004324 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.230145, 0.134486, -0.017428, -0.293537, -0.722531",\
|
|
"0.332090, 0.236431, 0.084517, -0.191592, -0.620586",\
|
|
"0.467144, 0.371484, 0.219570, -0.056539, -0.485532",\
|
|
"0.706219, 0.610559, 0.458645, 0.182536, -0.246457",\
|
|
"1.094503, 0.998843, 0.846929, 0.570820, 0.141827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.236709, 1.141050, 0.989136, 0.713027, 0.284033",\
|
|
"1.339131, 1.243471, 1.091557, 0.815448, 0.386455",\
|
|
"1.539937, 1.444278, 1.292363, 1.016254, 0.587261",\
|
|
"1.957484, 1.861825, 1.709911, 1.433802, 1.004809",\
|
|
"2.686378, 2.590719, 2.438805, 2.162695, 1.733702");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.142756, -0.026220, 0.164467, 0.549809, 1.286541",\
|
|
"-0.244701, -0.128165, 0.062522, 0.447864, 1.184596",\
|
|
"-0.379754, -0.263218, -0.072532, 0.312811, 1.049542",\
|
|
"-0.618829, -0.502294, -0.311607, 0.073735, 0.810467",\
|
|
"-1.007113, -0.890577, -0.699890, -0.314548, 0.422183");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-1.049978, -0.933442, -0.742755, -0.357413, 0.379319",\
|
|
"-1.152399, -1.035863, -0.845176, -0.459834, 0.276897",\
|
|
"-1.353205, -1.236669, -1.045982, -0.660640, 0.076092",\
|
|
"-1.770752, -1.654217, -1.463530, -1.078188, -0.341456",\
|
|
"-2.499646, -2.383110, -2.192423, -1.807081, -1.070350");
|
|
}
|
|
|
|
} /* 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.004403 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.088439, -0.007220, -0.159135, -0.435244, -0.864237",\
|
|
"0.190323, 0.094663, -0.057251, -0.333360, -0.762353",\
|
|
"0.325384, 0.229724, 0.077810, -0.198299, -0.627292",\
|
|
"0.564795, 0.469136, 0.317222, 0.041113, -0.387880",\
|
|
"0.952661, 0.857001, 0.705087, 0.428978, -0.000015");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.968993, 0.873333, 0.721419, 0.445310, 0.016317",\
|
|
"1.071357, 0.975698, 0.823784, 0.547675, 0.118682",\
|
|
"1.272074, 1.176415, 1.024501, 0.748392, 0.319398",\
|
|
"1.687994, 1.592335, 1.440421, 1.164312, 0.735319",\
|
|
"2.413040, 2.317381, 2.165467, 1.889358, 1.460365");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.060142, 0.176678, 0.367365, 0.752707, 1.489439",\
|
|
"-0.041741, 0.074795, 0.265482, 0.650824, 1.387555",\
|
|
"-0.176802, -0.060266, 0.130420, 0.515763, 1.252494",\
|
|
"-0.416214, -0.299678, -0.108991, 0.276351, 1.013082",\
|
|
"-0.804079, -0.687544, -0.496857, -0.111515, 0.625217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.721390, -0.604854, -0.414168, -0.028825, 0.707906",\
|
|
"-0.823755, -0.707219, -0.516532, -0.131190, 0.605541",\
|
|
"-1.024472, -0.907936, -0.717249, -0.331907, 0.404825",\
|
|
"-1.440392, -1.323856, -1.133169, -0.747827, -0.011095",\
|
|
"-2.165438, -2.048902, -1.858215, -1.472873, -0.736141");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_dat_i[0] */
|
|
} /* end of bus wb_dat_i */
|
|
bus ( wb_dat_o ) {
|
|
|
|
bus_type : BUS32_type1 ;
|
|
direction : output ;
|
|
|
|
pin("wb_dat_o[31]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000917 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "4.952415, 4.972049, 5.027345, 5.251942, 6.183213",\
|
|
"5.068946, 5.088580, 5.143876, 5.368472, 6.299744",\
|
|
"5.259633, 5.279266, 5.334562, 5.559159, 6.490430",\
|
|
"5.644936, 5.664569, 5.719865, 5.944462, 6.875733",\
|
|
"6.381537, 6.401171, 6.456467, 6.681063, 7.612335");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.032346, 0.050168, 0.112816, 0.421504, 1.727069",\
|
|
"0.032346, 0.050168, 0.112816, 0.421504, 1.727069",\
|
|
"0.032346, 0.050168, 0.112816, 0.421504, 1.727069",\
|
|
"0.032346, 0.050168, 0.112816, 0.421504, 1.727069",\
|
|
"0.032346, 0.050168, 0.112816, 0.421504, 1.727069");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "5.168538, 5.184568, 5.223543, 5.342134, 5.776322",\
|
|
"5.285069, 5.301099, 5.340074, 5.458664, 5.892853",\
|
|
"5.475755, 5.491786, 5.530760, 5.649351, 6.083539",\
|
|
"5.861057, 5.877088, 5.916062, 6.034653, 6.468842",\
|
|
"6.597659, 6.613689, 6.652664, 6.771255, 7.205443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.031607, 0.042055, 0.073146, 0.209621, 0.804382",\
|
|
"0.031607, 0.042055, 0.073146, 0.209621, 0.804382",\
|
|
"0.031607, 0.042055, 0.073146, 0.209621, 0.804382",\
|
|
"0.031607, 0.042055, 0.073146, 0.209621, 0.804382",\
|
|
"0.031607, 0.042055, 0.073146, 0.209621, 0.804382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "4.925625, 4.945259, 5.000555, 5.222069, 6.142845",\
|
|
"5.021278, 5.040912, 5.096208, 5.317722, 6.238498",\
|
|
"5.173192, 5.192826, 5.248122, 5.469636, 6.390412",\
|
|
"5.449262, 5.468896, 5.524192, 5.745706, 6.666482",\
|
|
"5.878126, 5.897759, 5.953055, 6.174570, 7.095345");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.032346, 0.050168, 0.112816, 0.415687, 1.701211",\
|
|
"0.032346, 0.050168, 0.112816, 0.415687, 1.701211",\
|
|
"0.032346, 0.050168, 0.112816, 0.415687, 1.701211",\
|
|
"0.032346, 0.050168, 0.112816, 0.415687, 1.701211",\
|
|
"0.032346, 0.050168, 0.112816, 0.415687, 1.701211");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "5.156847, 5.172878, 5.211853, 5.327350, 5.751364",\
|
|
"5.252501, 5.268531, 5.307506, 5.423004, 5.847018",\
|
|
"5.404415, 5.420445, 5.459420, 5.574917, 5.998931",\
|
|
"5.680485, 5.696515, 5.735490, 5.850987, 6.275002",\
|
|
"6.109348, 6.125378, 6.164353, 6.279850, 6.703865");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000917, 0.011690, 0.050917, 0.232996, 1.000000");
|
|
values ( "0.031607, 0.042055, 0.073146, 0.203779, 0.779238",\
|
|
"0.031607, 0.042055, 0.073146, 0.203779, 0.779238",\
|
|
"0.031607, 0.042055, 0.073146, 0.203779, 0.779238",\
|
|
"0.031607, 0.042055, 0.073146, 0.203779, 0.779238",\
|
|
"0.031607, 0.042055, 0.073146, 0.203779, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[31] */
|
|
|
|
pin("wb_dat_o[30]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "5.006128, 5.025760, 5.081063, 5.305688, 6.237056",\
|
|
"5.122659, 5.142290, 5.197593, 5.422218, 6.353587",\
|
|
"5.313345, 5.332976, 5.388279, 5.612905, 6.544273",\
|
|
"5.698648, 5.718280, 5.773583, 5.998208, 6.929576",\
|
|
"6.435250, 6.454881, 6.510184, 6.734809, 7.666178");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.032355, 0.050174, 0.112825, 0.421594, 1.727456",\
|
|
"0.032355, 0.050174, 0.112825, 0.421594, 1.727456",\
|
|
"0.032355, 0.050174, 0.112825, 0.421594, 1.727456",\
|
|
"0.032355, 0.050174, 0.112825, 0.421594, 1.727456",\
|
|
"0.032355, 0.050174, 0.112825, 0.421594, 1.727456");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "5.208340, 5.224368, 5.263346, 5.381971, 5.816299",\
|
|
"5.324870, 5.340898, 5.379876, 5.498502, 5.932830",\
|
|
"5.515556, 5.531584, 5.570562, 5.689188, 6.123516",\
|
|
"5.900859, 5.916887, 5.955865, 6.074491, 6.508819",\
|
|
"6.637460, 6.653488, 6.692466, 6.811091, 7.245420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.031612, 0.042058, 0.073145, 0.209712, 0.804739",\
|
|
"0.031612, 0.042058, 0.073145, 0.209712, 0.804739",\
|
|
"0.031612, 0.042058, 0.073145, 0.209712, 0.804739",\
|
|
"0.031612, 0.042058, 0.073145, 0.209712, 0.804739",\
|
|
"0.031612, 0.042058, 0.073145, 0.209712, 0.804739");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "4.977742, 4.997374, 5.052677, 5.274176, 6.194900",\
|
|
"5.073396, 5.093027, 5.148330, 5.369829, 6.290553",\
|
|
"5.225310, 5.244941, 5.300244, 5.521743, 6.442467",\
|
|
"5.501380, 5.521011, 5.576314, 5.797813, 6.718537",\
|
|
"5.930243, 5.949875, 6.005178, 6.226677, 7.147401");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.032355, 0.050174, 0.112825, 0.415695, 1.701232",\
|
|
"0.032355, 0.050174, 0.112825, 0.415695, 1.701232",\
|
|
"0.032355, 0.050174, 0.112825, 0.415695, 1.701232",\
|
|
"0.032355, 0.050174, 0.112825, 0.415695, 1.701232",\
|
|
"0.032355, 0.050174, 0.112825, 0.415695, 1.701232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "5.193335, 5.209363, 5.248341, 5.363829, 5.787838",\
|
|
"5.288989, 5.305017, 5.343995, 5.459483, 5.883492",\
|
|
"5.440902, 5.456930, 5.495908, 5.611396, 6.035406",\
|
|
"5.716972, 5.733000, 5.771978, 5.887466, 6.311475",\
|
|
"6.145835, 6.161863, 6.200841, 6.316329, 6.740339");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.031612, 0.042058, 0.073145, 0.203787, 0.779238",\
|
|
"0.031612, 0.042058, 0.073145, 0.203787, 0.779238",\
|
|
"0.031612, 0.042058, 0.073145, 0.203787, 0.779238",\
|
|
"0.031612, 0.042058, 0.073145, 0.203787, 0.779238",\
|
|
"0.031612, 0.042058, 0.073145, 0.203787, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[30] */
|
|
|
|
pin("wb_dat_o[29]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000895 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "4.914147, 4.933798, 4.989100, 5.213690, 6.144951",\
|
|
"5.030678, 5.050328, 5.105630, 5.330221, 6.261482",\
|
|
"5.221364, 5.241014, 5.296317, 5.520907, 6.452168",\
|
|
"5.606667, 5.626318, 5.681620, 5.906210, 6.837471",\
|
|
"6.343268, 6.362919, 6.418221, 6.642811, 7.574072");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.032305, 0.050129, 0.112782, 0.421462, 1.727086",\
|
|
"0.032305, 0.050129, 0.112782, 0.421462, 1.727086",\
|
|
"0.032305, 0.050129, 0.112782, 0.421462, 1.727086",\
|
|
"0.032305, 0.050129, 0.112782, 0.421462, 1.727086",\
|
|
"0.032305, 0.050129, 0.112782, 0.421462, 1.727086");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "5.130988, 5.147038, 5.186020, 5.304612, 5.738812",\
|
|
"5.247518, 5.263568, 5.302550, 5.421142, 5.855342",\
|
|
"5.438204, 5.454254, 5.493237, 5.611828, 6.046029",\
|
|
"5.823507, 5.839557, 5.878539, 5.997131, 6.431331",\
|
|
"6.560108, 6.576158, 6.615140, 6.733732, 7.167932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.031580, 0.042036, 0.073130, 0.209605, 0.804382",\
|
|
"0.031580, 0.042036, 0.073130, 0.209605, 0.804382",\
|
|
"0.031580, 0.042036, 0.073130, 0.209605, 0.804382",\
|
|
"0.031580, 0.042036, 0.073130, 0.209605, 0.804382",\
|
|
"0.031580, 0.042036, 0.073130, 0.209605, 0.804382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "4.894698, 4.914349, 4.969651, 5.191159, 6.111924",\
|
|
"4.990352, 5.010003, 5.065305, 5.286813, 6.207578",\
|
|
"5.142266, 5.161916, 5.217218, 5.438726, 6.359492",\
|
|
"5.418336, 5.437986, 5.493289, 5.714797, 6.635562",\
|
|
"5.847199, 5.866849, 5.922152, 6.143660, 7.064425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.032305, 0.050129, 0.112782, 0.415646, 1.701228",\
|
|
"0.032305, 0.050129, 0.112782, 0.415646, 1.701228",\
|
|
"0.032305, 0.050129, 0.112782, 0.415646, 1.701228",\
|
|
"0.032305, 0.050129, 0.112782, 0.415646, 1.701228",\
|
|
"0.032305, 0.050129, 0.112782, 0.415646, 1.701228");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "5.120435, 5.136485, 5.175467, 5.290966, 5.714992",\
|
|
"5.216089, 5.232139, 5.271121, 5.386620, 5.810646",\
|
|
"5.368002, 5.384052, 5.423035, 5.538533, 5.962559",\
|
|
"5.644072, 5.660122, 5.699104, 5.814603, 6.238629",\
|
|
"6.072936, 6.088985, 6.127968, 6.243466, 6.667492");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000895, 0.011667, 0.050895, 0.232974, 1.000000");
|
|
values ( "0.031580, 0.042036, 0.073130, 0.203764, 0.779238",\
|
|
"0.031580, 0.042036, 0.073130, 0.203764, 0.779238",\
|
|
"0.031580, 0.042036, 0.073130, 0.203764, 0.779238",\
|
|
"0.031580, 0.042036, 0.073130, 0.203764, 0.779238",\
|
|
"0.031580, 0.042036, 0.073130, 0.203764, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[29] */
|
|
|
|
pin("wb_dat_o[28]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000982 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "5.008524, 5.026101, 5.081391, 5.306021, 6.237347",\
|
|
"5.125056, 5.142632, 5.197923, 5.422552, 6.353878",\
|
|
"5.315742, 5.333319, 5.388609, 5.613238, 6.544565",\
|
|
"5.701049, 5.718626, 5.773916, 5.998545, 6.929872",\
|
|
"6.437664, 6.455241, 6.510531, 6.735160, 7.666487");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.032456, 0.050268, 0.112917, 0.421696, 1.727444",\
|
|
"0.032456, 0.050268, 0.112917, 0.421696, 1.727444",\
|
|
"0.032456, 0.050268, 0.112917, 0.421696, 1.727444",\
|
|
"0.032456, 0.050268, 0.112917, 0.421696, 1.727444",\
|
|
"0.032456, 0.050268, 0.112917, 0.421696, 1.727444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "5.228329, 5.242636, 5.281594, 5.400216, 5.834511",\
|
|
"5.344860, 5.359167, 5.398125, 5.516747, 5.951043",\
|
|
"5.535547, 5.549854, 5.588811, 5.707433, 6.141729",\
|
|
"5.920854, 5.935161, 5.974118, 6.092740, 6.527036",\
|
|
"6.657469, 6.671776, 6.710733, 6.829355, 7.263651");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.031678, 0.042105, 0.073185, 0.209756, 0.804740",\
|
|
"0.031678, 0.042105, 0.073185, 0.209756, 0.804740",\
|
|
"0.031678, 0.042105, 0.073185, 0.209756, 0.804740",\
|
|
"0.031678, 0.042105, 0.073185, 0.209756, 0.804740",\
|
|
"0.031678, 0.042105, 0.073185, 0.209756, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "4.988574, 5.008164, 5.063455, 5.284958, 6.205641",\
|
|
"5.084229, 5.103819, 5.159109, 5.380612, 6.301295",\
|
|
"5.236142, 5.255733, 5.311023, 5.532526, 6.453209",\
|
|
"5.512216, 5.531806, 5.587097, 5.808600, 6.729283",\
|
|
"5.941093, 5.960683, 6.015974, 6.237477, 7.158160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.032456, 0.050268, 0.112917, 0.415793, 1.701219",\
|
|
"0.032456, 0.050268, 0.112917, 0.415793, 1.701219",\
|
|
"0.032456, 0.050268, 0.112917, 0.415793, 1.701219",\
|
|
"0.032456, 0.050268, 0.112917, 0.415793, 1.701219",\
|
|
"0.032456, 0.050268, 0.112917, 0.415793, 1.701219");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "5.215906, 5.231886, 5.270844, 5.386328, 5.810306",\
|
|
"5.311561, 5.327540, 5.366498, 5.481982, 5.905960",\
|
|
"5.463475, 5.479455, 5.518412, 5.633896, 6.057874",\
|
|
"5.739548, 5.755528, 5.794486, 5.909970, 6.333948",\
|
|
"6.168425, 6.184405, 6.223362, 6.338847, 6.762825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000982, 0.011754, 0.050982, 0.233061, 1.000000");
|
|
values ( "0.031678, 0.042105, 0.073185, 0.203829, 0.779238",\
|
|
"0.031678, 0.042105, 0.073185, 0.203829, 0.779238",\
|
|
"0.031678, 0.042105, 0.073185, 0.203829, 0.779238",\
|
|
"0.031678, 0.042105, 0.073185, 0.203829, 0.779238",\
|
|
"0.031678, 0.042105, 0.073185, 0.203829, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[28] */
|
|
|
|
pin("wb_dat_o[27]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000893 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "5.032283, 5.051919, 5.107164, 5.331425, 6.261350",\
|
|
"5.148813, 5.168449, 5.223695, 5.447955, 6.377880",\
|
|
"5.339500, 5.359136, 5.414382, 5.638642, 6.568567",\
|
|
"5.724802, 5.744439, 5.799684, 6.023944, 6.953869",\
|
|
"6.461404, 6.481040, 6.536286, 6.760546, 7.690471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.032305, 0.050142, 0.112832, 0.420693, 1.723642",\
|
|
"0.032305, 0.050142, 0.112832, 0.420693, 1.723642",\
|
|
"0.032305, 0.050142, 0.112832, 0.420693, 1.723642",\
|
|
"0.032305, 0.050142, 0.112832, 0.420693, 1.723642",\
|
|
"0.032305, 0.050142, 0.112832, 0.420693, 1.723642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "5.227365, 5.243399, 5.282329, 5.400581, 5.833435",\
|
|
"5.343895, 5.359930, 5.398859, 5.517112, 5.949965",\
|
|
"5.534582, 5.550616, 5.589546, 5.707798, 6.140651",\
|
|
"5.919884, 5.935919, 5.974848, 6.093101, 6.525954",\
|
|
"6.656486, 6.672520, 6.711450, 6.829702, 7.262556");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.031581, 0.042049, 0.073184, 0.208826, 0.801045",\
|
|
"0.031581, 0.042049, 0.073184, 0.208826, 0.801045",\
|
|
"0.031581, 0.042049, 0.073184, 0.208826, 0.801045",\
|
|
"0.031581, 0.042049, 0.073184, 0.208826, 0.801045",\
|
|
"0.031581, 0.042049, 0.073184, 0.208826, 0.801045");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "4.994098, 5.013734, 5.068979, 5.290565, 6.211382",\
|
|
"5.089751, 5.109387, 5.164633, 5.386219, 6.307035",\
|
|
"5.241665, 5.261301, 5.316546, 5.538133, 6.458949",\
|
|
"5.517735, 5.537372, 5.592617, 5.814203, 6.735020",\
|
|
"5.946599, 5.966235, 6.021480, 6.243066, 7.163883");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.032305, 0.050142, 0.112832, 0.415646, 1.701205",\
|
|
"0.032305, 0.050142, 0.112832, 0.415646, 1.701205",\
|
|
"0.032305, 0.050142, 0.112832, 0.415646, 1.701205",\
|
|
"0.032305, 0.050142, 0.112832, 0.415646, 1.701205",\
|
|
"0.032305, 0.050142, 0.112832, 0.415646, 1.701205");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "5.210823, 5.226857, 5.265787, 5.381356, 5.805385",\
|
|
"5.306476, 5.322511, 5.361440, 5.477010, 5.901038",\
|
|
"5.458390, 5.474425, 5.513354, 5.628924, 6.052952",\
|
|
"5.734460, 5.750494, 5.789424, 5.904994, 6.329022",\
|
|
"6.163323, 6.179358, 6.218287, 6.333857, 6.757885");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000893, 0.011665, 0.050893, 0.232972, 1.000000");
|
|
values ( "0.031581, 0.042049, 0.073184, 0.203760, 0.779238",\
|
|
"0.031581, 0.042049, 0.073184, 0.203760, 0.779238",\
|
|
"0.031581, 0.042049, 0.073184, 0.203760, 0.779238",\
|
|
"0.031581, 0.042049, 0.073184, 0.203760, 0.779238",\
|
|
"0.031581, 0.042049, 0.073184, 0.203760, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[27] */
|
|
|
|
pin("wb_dat_o[26]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001009 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "5.111643, 5.128700, 5.183973, 5.408632, 6.340098",\
|
|
"5.228173, 5.245230, 5.300503, 5.525162, 6.456628",\
|
|
"5.418860, 5.435917, 5.491190, 5.715849, 6.647316",\
|
|
"5.804163, 5.821219, 5.876493, 6.101152, 7.032618",\
|
|
"6.540765, 6.557821, 6.613095, 6.837754, 7.769220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.032516, 0.050325, 0.112948, 0.421756, 1.727365",\
|
|
"0.032516, 0.050325, 0.112948, 0.421756, 1.727365",\
|
|
"0.032516, 0.050325, 0.112948, 0.421756, 1.727365",\
|
|
"0.032516, 0.050325, 0.112948, 0.421756, 1.727365",\
|
|
"0.032516, 0.050325, 0.112948, 0.421756, 1.727365");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "5.317786, 5.332161, 5.371109, 5.489733, 5.924018",\
|
|
"5.434317, 5.448692, 5.487640, 5.606264, 6.040549",\
|
|
"5.625003, 5.639379, 5.678327, 5.796951, 6.231236",\
|
|
"6.010305, 6.024681, 6.063629, 6.182253, 6.616538",\
|
|
"6.746907, 6.761282, 6.800231, 6.918855, 7.353140");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.031722, 0.042133, 0.073205, 0.209767, 0.804741",\
|
|
"0.031722, 0.042133, 0.073205, 0.209767, 0.804741",\
|
|
"0.031722, 0.042133, 0.073205, 0.209767, 0.804741",\
|
|
"0.031722, 0.042133, 0.073205, 0.209767, 0.804741",\
|
|
"0.031722, 0.042133, 0.073205, 0.209767, 0.804741");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "5.091690, 5.111257, 5.166530, 5.388062, 6.308885",\
|
|
"5.187343, 5.206910, 5.262184, 5.483716, 6.404539",\
|
|
"5.339257, 5.358824, 5.414098, 5.635630, 6.556453",\
|
|
"5.615327, 5.634894, 5.690167, 5.911700, 6.832522",\
|
|
"6.044190, 6.063757, 6.119030, 6.340563, 7.261385");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.032516, 0.050325, 0.112948, 0.415853, 1.701139",\
|
|
"0.032516, 0.050325, 0.112948, 0.415853, 1.701139",\
|
|
"0.032516, 0.050325, 0.112948, 0.415853, 1.701139",\
|
|
"0.032516, 0.050325, 0.112948, 0.415853, 1.701139",\
|
|
"0.032516, 0.050325, 0.112948, 0.415853, 1.701139");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "5.305477, 5.321426, 5.360374, 5.475861, 5.899828",\
|
|
"5.401131, 5.417081, 5.456029, 5.571515, 5.995482",\
|
|
"5.553045, 5.568995, 5.607943, 5.723429, 6.147396",\
|
|
"5.829115, 5.845065, 5.884013, 5.999499, 6.423466",\
|
|
"6.257978, 6.273928, 6.312876, 6.428362, 6.852329");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.031722, 0.042133, 0.073205, 0.203839, 0.779239",\
|
|
"0.031722, 0.042133, 0.073205, 0.203839, 0.779239",\
|
|
"0.031722, 0.042133, 0.073205, 0.203839, 0.779239",\
|
|
"0.031722, 0.042133, 0.073205, 0.203839, 0.779239",\
|
|
"0.031722, 0.042133, 0.073205, 0.203839, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[26] */
|
|
|
|
pin("wb_dat_o[25]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000926 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "4.998496, 5.018120, 5.073405, 5.298026, 6.229431",\
|
|
"5.115026, 5.134650, 5.189935, 5.414556, 6.345960",\
|
|
"5.305712, 5.325337, 5.380621, 5.605243, 6.536647",\
|
|
"5.691014, 5.710639, 5.765924, 5.990545, 6.921949",\
|
|
"6.427616, 6.447241, 6.502525, 6.727147, 7.658551");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.032371, 0.050192, 0.112818, 0.421529, 1.727005",\
|
|
"0.032371, 0.050192, 0.112818, 0.421529, 1.727005",\
|
|
"0.032371, 0.050192, 0.112818, 0.421529, 1.727005",\
|
|
"0.032371, 0.050192, 0.112818, 0.421529, 1.727005",\
|
|
"0.032371, 0.050192, 0.112818, 0.421529, 1.727005");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "5.216268, 5.232285, 5.271257, 5.389852, 5.824039",\
|
|
"5.332798, 5.348815, 5.387788, 5.506382, 5.940569",\
|
|
"5.523485, 5.539502, 5.578475, 5.697069, 6.131256",\
|
|
"5.908788, 5.924805, 5.963777, 6.082371, 6.516558",\
|
|
"6.645389, 6.661406, 6.700378, 6.818973, 7.253160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.031627, 0.042067, 0.073151, 0.209620, 0.804383",\
|
|
"0.031627, 0.042067, 0.073151, 0.209620, 0.804383",\
|
|
"0.031627, 0.042067, 0.073151, 0.209620, 0.804383",\
|
|
"0.031627, 0.042067, 0.073151, 0.209620, 0.804383",\
|
|
"0.031627, 0.042067, 0.073151, 0.209620, 0.804383");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "4.984925, 5.004550, 5.059834, 5.281373, 6.202282",\
|
|
"5.080578, 5.100203, 5.155488, 5.377026, 6.297935",\
|
|
"5.232492, 5.252117, 5.307402, 5.528940, 6.449850",\
|
|
"5.508562, 5.528186, 5.583471, 5.805009, 6.725919",\
|
|
"5.937425, 5.957050, 6.012334, 6.233873, 7.154782");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.032371, 0.050192, 0.112818, 0.415711, 1.701146",\
|
|
"0.032371, 0.050192, 0.112818, 0.415711, 1.701146",\
|
|
"0.032371, 0.050192, 0.112818, 0.415711, 1.701146",\
|
|
"0.032371, 0.050192, 0.112818, 0.415711, 1.701146",\
|
|
"0.032371, 0.050192, 0.112818, 0.415711, 1.701146");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "5.210164, 5.226181, 5.265153, 5.380653, 5.804667",\
|
|
"5.305818, 5.321835, 5.360807, 5.476308, 5.900321",\
|
|
"5.457731, 5.473748, 5.512721, 5.628222, 6.052235",\
|
|
"5.733801, 5.749818, 5.788790, 5.904291, 6.328304",\
|
|
"6.162664, 6.178681, 6.217654, 6.333155, 6.757168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000926, 0.011698, 0.050926, 0.233005, 1.000000");
|
|
values ( "0.031627, 0.042067, 0.073151, 0.203777, 0.779239",\
|
|
"0.031627, 0.042067, 0.073151, 0.203777, 0.779239",\
|
|
"0.031627, 0.042067, 0.073151, 0.203777, 0.779239",\
|
|
"0.031627, 0.042067, 0.073151, 0.203777, 0.779239",\
|
|
"0.031627, 0.042067, 0.073151, 0.203777, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[25] */
|
|
|
|
pin("wb_dat_o[24]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000985 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "4.960821, 4.978803, 5.034063, 5.258772, 6.190557",\
|
|
"5.077352, 5.095334, 5.150593, 5.375302, 6.307088",\
|
|
"5.268038, 5.286020, 5.341280, 5.565989, 6.497774",\
|
|
"5.653341, 5.671323, 5.726583, 5.951292, 6.883078",\
|
|
"6.389943, 6.407925, 6.463185, 6.687894, 7.619679");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.032495, 0.050307, 0.112884, 0.421735, 1.727233",\
|
|
"0.032495, 0.050307, 0.112884, 0.421735, 1.727233",\
|
|
"0.032495, 0.050307, 0.112884, 0.421735, 1.727233",\
|
|
"0.032495, 0.050307, 0.112884, 0.421735, 1.727233",\
|
|
"0.032495, 0.050307, 0.112884, 0.421735, 1.727233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "5.168018, 5.182691, 5.221651, 5.340285, 5.774591",\
|
|
"5.284549, 5.299222, 5.338181, 5.456815, 5.891121",\
|
|
"5.475235, 5.489908, 5.528868, 5.647502, 6.081808",\
|
|
"5.860538, 5.875211, 5.914171, 6.032805, 6.467111",\
|
|
"6.597141, 6.611814, 6.650773, 6.769407, 7.203713");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.031716, 0.042125, 0.073187, 0.209730, 0.804742",\
|
|
"0.031716, 0.042125, 0.073187, 0.209730, 0.804742",\
|
|
"0.031716, 0.042125, 0.073187, 0.209730, 0.804742",\
|
|
"0.031716, 0.042125, 0.073187, 0.209730, 0.804742",\
|
|
"0.031716, 0.042125, 0.073187, 0.209730, 0.804742");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "4.939292, 4.958869, 5.014129, 5.235712, 6.156854",\
|
|
"5.034946, 5.054523, 5.109783, 5.331365, 6.252507",\
|
|
"5.186860, 5.206437, 5.261696, 5.483279, 6.404421",\
|
|
"5.462930, 5.482507, 5.537766, 5.759349, 6.680490",\
|
|
"5.891793, 5.911370, 5.966630, 6.188212, 7.109354");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.032495, 0.050307, 0.112884, 0.415834, 1.701008",\
|
|
"0.032495, 0.050307, 0.112884, 0.415834, 1.701008",\
|
|
"0.032495, 0.050307, 0.112884, 0.415834, 1.701008",\
|
|
"0.032495, 0.050307, 0.112884, 0.415834, 1.701008",\
|
|
"0.032495, 0.050307, 0.112884, 0.415834, 1.701008");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "5.160220, 5.176175, 5.215135, 5.330631, 5.754619",\
|
|
"5.255874, 5.271829, 5.310788, 5.426284, 5.850273",\
|
|
"5.407788, 5.423743, 5.462702, 5.578198, 6.002187",\
|
|
"5.683858, 5.699813, 5.738772, 5.854269, 6.278257",\
|
|
"6.112721, 6.128676, 6.167636, 6.283132, 6.707120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000985, 0.011757, 0.050985, 0.233064, 1.000000");
|
|
values ( "0.031716, 0.042125, 0.073187, 0.203803, 0.779240",\
|
|
"0.031716, 0.042125, 0.073187, 0.203803, 0.779240",\
|
|
"0.031716, 0.042125, 0.073187, 0.203803, 0.779240",\
|
|
"0.031716, 0.042125, 0.073187, 0.203803, 0.779240",\
|
|
"0.031716, 0.042125, 0.073187, 0.203803, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[24] */
|
|
|
|
pin("wb_dat_o[23]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001712 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "4.962887, 4.981990, 5.037238, 5.262644, 6.196321",\
|
|
"5.079417, 5.098521, 5.153769, 5.379174, 6.312852",\
|
|
"5.270103, 5.289207, 5.344455, 5.569860, 6.503538",\
|
|
"5.655406, 5.674510, 5.729757, 5.955163, 6.888841",\
|
|
"6.392008, 6.411111, 6.466359, 6.691765, 7.625443");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.033736, 0.051429, 0.113975, 0.424596, 1.734593",\
|
|
"0.033736, 0.051429, 0.113975, 0.424596, 1.734593",\
|
|
"0.033736, 0.051429, 0.113975, 0.424596, 1.734593",\
|
|
"0.033736, 0.051429, 0.113975, 0.424596, 1.734593",\
|
|
"0.033736, 0.051429, 0.113975, 0.424596, 1.734593");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "5.198033, 5.213438, 5.252251, 5.371562, 5.798685",\
|
|
"5.314564, 5.329968, 5.368782, 5.488092, 5.915215",\
|
|
"5.505250, 5.520655, 5.559468, 5.678779, 6.105902",\
|
|
"5.890553, 5.905957, 5.944771, 6.064081, 6.491205",\
|
|
"6.627155, 6.642559, 6.681373, 6.800683, 7.227807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.032516, 0.042671, 0.073585, 0.211952, 0.805252",\
|
|
"0.032516, 0.042671, 0.073585, 0.211952, 0.805252",\
|
|
"0.032516, 0.042671, 0.073585, 0.211952, 0.805252",\
|
|
"0.032516, 0.042671, 0.073585, 0.211952, 0.805252",\
|
|
"0.032516, 0.042671, 0.073585, 0.211952, 0.805252");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "4.933041, 4.952145, 5.007392, 5.228783, 6.148873",\
|
|
"5.028695, 5.047798, 5.103046, 5.324437, 6.244527",\
|
|
"5.180608, 5.199712, 5.254960, 5.476350, 6.396441",\
|
|
"5.456678, 5.475781, 5.531029, 5.752420, 6.672510",\
|
|
"5.885541, 5.904644, 5.959892, 6.181283, 7.101373");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.033736, 0.051429, 0.113975, 0.417041, 1.701088",\
|
|
"0.033736, 0.051429, 0.113975, 0.417041, 1.701088",\
|
|
"0.033736, 0.051429, 0.113975, 0.417041, 1.701088",\
|
|
"0.033736, 0.051429, 0.113975, 0.417041, 1.701088",\
|
|
"0.033736, 0.051429, 0.113975, 0.417041, 1.701088");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "5.195543, 5.210948, 5.249761, 5.365040, 5.788622",\
|
|
"5.291197, 5.306602, 5.345415, 5.460694, 5.884276",\
|
|
"5.443111, 5.458515, 5.497329, 5.612608, 6.036190",\
|
|
"5.719181, 5.734585, 5.773398, 5.888678, 6.312260",\
|
|
"6.148044, 6.163448, 6.202262, 6.317541, 6.741123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001712, 0.012485, 0.051712, 0.233791, 1.000000");
|
|
values ( "0.032516, 0.042671, 0.073585, 0.204359, 0.779240",\
|
|
"0.032516, 0.042671, 0.073585, 0.204359, 0.779240",\
|
|
"0.032516, 0.042671, 0.073585, 0.204359, 0.779240",\
|
|
"0.032516, 0.042671, 0.073585, 0.204359, 0.779240",\
|
|
"0.032516, 0.042671, 0.073585, 0.204359, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[23] */
|
|
|
|
pin("wb_dat_o[22]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002971 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "4.863304, 4.881691, 4.936627, 5.161781, 6.092993",\
|
|
"4.979835, 4.998222, 5.053157, 5.278312, 6.209524",\
|
|
"5.170521, 5.188909, 5.243844, 5.468999, 6.400210",\
|
|
"5.555823, 5.574211, 5.629146, 5.854300, 6.785512",\
|
|
"6.292425, 6.310812, 6.365748, 6.590902, 7.522114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.035896, 0.053478, 0.116069, 0.426028, 1.731167",\
|
|
"0.035896, 0.053478, 0.116069, 0.426028, 1.731167",\
|
|
"0.035896, 0.053478, 0.116069, 0.426028, 1.731167",\
|
|
"0.035896, 0.053478, 0.116069, 0.426028, 1.731167",\
|
|
"0.035896, 0.053478, 0.116069, 0.426028, 1.731167");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "5.104029, 5.118598, 5.156913, 5.275827, 5.701991",\
|
|
"5.220559, 5.235128, 5.273444, 5.392357, 5.818521",\
|
|
"5.411246, 5.425815, 5.464131, 5.583045, 6.009208",\
|
|
"5.796549, 5.811118, 5.849433, 5.968347, 6.394511",\
|
|
"6.533151, 6.547719, 6.586035, 6.704949, 7.131113");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.033853, 0.043702, 0.074526, 0.212158, 0.802747",\
|
|
"0.033853, 0.043702, 0.074526, 0.212158, 0.802747",\
|
|
"0.033853, 0.043702, 0.074526, 0.212158, 0.802747",\
|
|
"0.033853, 0.043702, 0.074526, 0.212158, 0.802747",\
|
|
"0.033853, 0.043702, 0.074526, 0.212158, 0.802747");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "4.845329, 4.863716, 4.918652, 5.140152, 6.059106",\
|
|
"4.940983, 4.959370, 5.014306, 5.235806, 6.154760",\
|
|
"5.092896, 5.111284, 5.166219, 5.387719, 6.306674",\
|
|
"5.368966, 5.387353, 5.442289, 5.663789, 6.582744",\
|
|
"5.797829, 5.816216, 5.871152, 6.092652, 7.011607");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.035896, 0.053478, 0.116069, 0.419182, 1.700916",\
|
|
"0.035896, 0.053478, 0.116069, 0.419182, 1.700916",\
|
|
"0.035896, 0.053478, 0.116069, 0.419182, 1.700916",\
|
|
"0.035896, 0.053478, 0.116069, 0.419182, 1.700916",\
|
|
"0.035896, 0.053478, 0.116069, 0.419182, 1.700916");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "5.088332, 5.102901, 5.141217, 5.256462, 5.679358",\
|
|
"5.183987, 5.198555, 5.236871, 5.352117, 5.775013",\
|
|
"5.335900, 5.350469, 5.388785, 5.504030, 5.926927",\
|
|
"5.611970, 5.626539, 5.664855, 5.780100, 6.202996",\
|
|
"6.040833, 6.055402, 6.093718, 6.208963, 6.631860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002971, 0.013744, 0.052971, 0.235050, 1.000000");
|
|
values ( "0.033853, 0.043702, 0.074526, 0.205280, 0.779242",\
|
|
"0.033853, 0.043702, 0.074526, 0.205280, 0.779242",\
|
|
"0.033853, 0.043702, 0.074526, 0.205280, 0.779242",\
|
|
"0.033853, 0.043702, 0.074526, 0.205280, 0.779242",\
|
|
"0.033853, 0.043702, 0.074526, 0.205280, 0.779242");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[22] */
|
|
|
|
pin("wb_dat_o[21]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002493 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "4.898966, 4.917575, 4.972668, 5.197975, 6.130247",\
|
|
"5.015497, 5.034105, 5.089199, 5.314505, 6.246778",\
|
|
"5.206183, 5.224792, 5.279885, 5.505191, 6.437464",\
|
|
"5.591486, 5.610095, 5.665188, 5.890495, 6.822767",\
|
|
"6.328088, 6.346696, 6.401790, 6.627096, 7.559369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.035062, 0.052673, 0.115283, 0.425721, 1.733781",\
|
|
"0.035062, 0.052673, 0.115283, 0.425721, 1.733781",\
|
|
"0.035062, 0.052673, 0.115283, 0.425721, 1.733781",\
|
|
"0.035062, 0.052673, 0.115283, 0.425721, 1.733781",\
|
|
"0.035062, 0.052673, 0.115283, 0.425721, 1.733781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "5.132317, 5.147142, 5.185664, 5.304836, 5.731451",\
|
|
"5.248847, 5.263672, 5.302194, 5.421366, 5.847980",\
|
|
"5.439533, 5.454359, 5.492880, 5.612052, 6.038667",\
|
|
"5.824836, 5.839662, 5.878184, 5.997355, 6.423970",\
|
|
"6.561438, 6.576264, 6.614786, 6.733957, 7.160572");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.033358, 0.043293, 0.074150, 0.212364, 0.804589",\
|
|
"0.033358, 0.043293, 0.074150, 0.212364, 0.804589",\
|
|
"0.033358, 0.043293, 0.074150, 0.212364, 0.804589",\
|
|
"0.033358, 0.043293, 0.074150, 0.212364, 0.804589",\
|
|
"0.033358, 0.043293, 0.074150, 0.212364, 0.804589");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "4.883221, 4.901829, 4.956923, 5.178297, 6.097339",\
|
|
"4.978875, 4.997483, 5.052577, 5.273951, 6.192993",\
|
|
"5.130788, 5.149397, 5.204490, 5.425865, 6.344907",\
|
|
"5.406858, 5.425467, 5.480560, 5.701935, 6.620977",\
|
|
"5.835722, 5.854331, 5.909424, 6.130798, 7.049840");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.035062, 0.052673, 0.115283, 0.418344, 1.701138",\
|
|
"0.035062, 0.052673, 0.115283, 0.418344, 1.701138",\
|
|
"0.035062, 0.052673, 0.115283, 0.418344, 1.701138",\
|
|
"0.035062, 0.052673, 0.115283, 0.418344, 1.701138",\
|
|
"0.035062, 0.052673, 0.115283, 0.418344, 1.701138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "5.123391, 5.138217, 5.176738, 5.291963, 5.715110",\
|
|
"5.219045, 5.233871, 5.272393, 5.387617, 5.810765",\
|
|
"5.370959, 5.385785, 5.424306, 5.539531, 5.962678",\
|
|
"5.647028, 5.661854, 5.700376, 5.815600, 6.238748",\
|
|
"6.075892, 6.090718, 6.129240, 6.244464, 6.667612");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002493, 0.013265, 0.052493, 0.234572, 1.000000");
|
|
values ( "0.033358, 0.043293, 0.074150, 0.204951, 0.779239",\
|
|
"0.033358, 0.043293, 0.074150, 0.204951, 0.779239",\
|
|
"0.033358, 0.043293, 0.074150, 0.204951, 0.779239",\
|
|
"0.033358, 0.043293, 0.074150, 0.204951, 0.779239",\
|
|
"0.033358, 0.043293, 0.074150, 0.204951, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[21] */
|
|
|
|
pin("wb_dat_o[20]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002503 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "4.863055, 4.879396, 4.934443, 5.159711, 6.091955",\
|
|
"4.979586, 4.995927, 5.050975, 5.276243, 6.208487",\
|
|
"5.170272, 5.186614, 5.241661, 5.466929, 6.399173",\
|
|
"5.555579, 5.571920, 5.626968, 5.852236, 6.784480",\
|
|
"6.292194, 6.308536, 6.363583, 6.588851, 7.521095");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.035116, 0.052721, 0.115281, 0.425525, 1.732492",\
|
|
"0.035116, 0.052721, 0.115281, 0.425525, 1.732492",\
|
|
"0.035116, 0.052721, 0.115281, 0.425525, 1.732492",\
|
|
"0.035116, 0.052721, 0.115281, 0.425525, 1.732492",\
|
|
"0.035116, 0.052721, 0.115281, 0.425525, 1.732492");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "5.092568, 5.106170, 5.144673, 5.263743, 5.690272",\
|
|
"5.209099, 5.222702, 5.261204, 5.380274, 5.806803",\
|
|
"5.399786, 5.413388, 5.451890, 5.570961, 5.997489",\
|
|
"5.785093, 5.798695, 5.837198, 5.956268, 6.382797",\
|
|
"6.521708, 6.535311, 6.573813, 6.692883, 7.119412");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.033396, 0.043321, 0.074174, 0.212100, 0.803747",\
|
|
"0.033396, 0.043321, 0.074174, 0.212100, 0.803747",\
|
|
"0.033396, 0.043321, 0.074174, 0.212100, 0.803747",\
|
|
"0.033396, 0.043321, 0.074174, 0.212100, 0.803747",\
|
|
"0.033396, 0.043321, 0.074174, 0.212100, 0.803747");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "4.845037, 4.863621, 4.918668, 5.140140, 6.059598",\
|
|
"4.940692, 4.959276, 5.014323, 5.235795, 6.155253",\
|
|
"5.092606, 5.111189, 5.166237, 5.387708, 6.307167",\
|
|
"5.368679, 5.387263, 5.442310, 5.663782, 6.583241",\
|
|
"5.797556, 5.816140, 5.871187, 6.092659, 7.012117");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.035116, 0.052721, 0.115281, 0.418391, 1.700943",\
|
|
"0.035116, 0.052721, 0.115281, 0.418391, 1.700943",\
|
|
"0.035116, 0.052721, 0.115281, 0.418391, 1.700943",\
|
|
"0.035116, 0.052721, 0.115281, 0.418391, 1.700943",\
|
|
"0.035116, 0.052721, 0.115281, 0.418391, 1.700943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "5.079618, 5.094420, 5.132923, 5.248181, 5.671335",\
|
|
"5.175273, 5.190075, 5.228578, 5.343836, 5.766989",\
|
|
"5.327187, 5.341989, 5.380491, 5.495749, 5.918903",\
|
|
"5.603261, 5.618062, 5.656565, 5.771823, 6.194977",\
|
|
"6.032138, 6.046940, 6.085443, 6.200701, 6.623854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002503, 0.013275, 0.052503, 0.234582, 1.000000");
|
|
values ( "0.033396, 0.043321, 0.074174, 0.204932, 0.779241",\
|
|
"0.033396, 0.043321, 0.074174, 0.204932, 0.779241",\
|
|
"0.033396, 0.043321, 0.074174, 0.204932, 0.779241",\
|
|
"0.033396, 0.043321, 0.074174, 0.204932, 0.779241",\
|
|
"0.033396, 0.043321, 0.074174, 0.204932, 0.779241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[20] */
|
|
|
|
pin("wb_dat_o[19]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002776 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "4.957569, 4.972006, 5.027001, 5.252326, 6.184504",\
|
|
"5.074099, 5.088537, 5.143532, 5.368856, 6.301034",\
|
|
"5.264786, 5.279224, 5.334219, 5.559543, 6.491721",\
|
|
"5.650089, 5.664526, 5.719522, 5.944846, 6.877024",\
|
|
"6.386691, 6.401128, 6.456123, 6.681448, 7.613626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.035577, 0.053163, 0.115715, 0.426085, 1.732806",\
|
|
"0.035577, 0.053163, 0.115715, 0.426085, 1.732806",\
|
|
"0.035577, 0.053163, 0.115715, 0.426085, 1.732806",\
|
|
"0.035577, 0.053163, 0.115715, 0.426085, 1.732806",\
|
|
"0.035577, 0.053163, 0.115715, 0.426085, 1.732806");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "5.210709, 5.222509, 5.260922, 5.380011, 5.806417",\
|
|
"5.327240, 5.339040, 5.377452, 5.496542, 5.922947",\
|
|
"5.517926, 5.529726, 5.568139, 5.687228, 6.113633",\
|
|
"5.903228, 5.915029, 5.953441, 6.072530, 6.498936",\
|
|
"6.639830, 6.651630, 6.690042, 6.809132, 7.235537");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.033667, 0.043541, 0.074361, 0.212392, 0.804030",\
|
|
"0.033667, 0.043541, 0.074361, 0.212392, 0.804030",\
|
|
"0.033667, 0.043541, 0.074361, 0.212392, 0.804030",\
|
|
"0.033667, 0.043541, 0.074361, 0.212392, 0.804030",\
|
|
"0.033667, 0.043541, 0.074361, 0.212392, 0.804030");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "4.925002, 4.943472, 4.998467, 5.219947, 6.139196",\
|
|
"5.020656, 5.039126, 5.094121, 5.315601, 6.234850",\
|
|
"5.172569, 5.191040, 5.246035, 5.467515, 6.386764",\
|
|
"5.448638, 5.467109, 5.522104, 5.743584, 6.662833",\
|
|
"5.877502, 5.895973, 5.950968, 6.172447, 7.091696");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.035577, 0.053163, 0.115715, 0.418859, 1.700889",\
|
|
"0.035577, 0.053163, 0.115715, 0.418859, 1.700889",\
|
|
"0.035577, 0.053163, 0.115715, 0.418859, 1.700889",\
|
|
"0.035577, 0.053163, 0.115715, 0.418859, 1.700889",\
|
|
"0.035577, 0.053163, 0.115715, 0.418859, 1.700889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "5.177004, 5.191672, 5.230084, 5.345314, 5.768319",\
|
|
"5.272657, 5.287325, 5.325738, 5.440968, 5.863973",\
|
|
"5.424571, 5.439239, 5.477652, 5.592881, 6.015886",\
|
|
"5.700641, 5.715309, 5.753722, 5.868951, 6.291956",\
|
|
"6.129504, 6.144172, 6.182584, 6.297814, 6.720819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002776, 0.013548, 0.052776, 0.234855, 1.000000");
|
|
values ( "0.033667, 0.043541, 0.074361, 0.205130, 0.779242",\
|
|
"0.033667, 0.043541, 0.074361, 0.205130, 0.779242",\
|
|
"0.033667, 0.043541, 0.074361, 0.205130, 0.779242",\
|
|
"0.033667, 0.043541, 0.074361, 0.205130, 0.779242",\
|
|
"0.033667, 0.043541, 0.074361, 0.205130, 0.779242");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[19] */
|
|
|
|
pin("wb_dat_o[18]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.876612, 4.890242, 4.945273, 5.170464, 6.102000",\
|
|
"4.993142, 5.006772, 5.061804, 5.286994, 6.218531",\
|
|
"5.183829, 5.197459, 5.252491, 5.477681, 6.409217",\
|
|
"5.569131, 5.582761, 5.637793, 5.862984, 6.794520",\
|
|
"6.305733, 6.319363, 6.374395, 6.599586, 7.531122");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035449, 0.053052, 0.115687, 0.425881, 1.732692",\
|
|
"0.035449, 0.053052, 0.115687, 0.425881, 1.732692",\
|
|
"0.035449, 0.053052, 0.115687, 0.425881, 1.732692",\
|
|
"0.035449, 0.053052, 0.115687, 0.425881, 1.732692",\
|
|
"0.035449, 0.053052, 0.115687, 0.425881, 1.732692");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "5.113961, 5.125224, 5.163644, 5.282684, 5.709072",\
|
|
"5.230492, 5.241755, 5.280175, 5.399215, 5.825603",\
|
|
"5.421178, 5.432440, 5.470860, 5.589900, 6.016288",\
|
|
"5.806480, 5.817743, 5.856163, 5.975203, 6.401591",\
|
|
"6.543081, 6.554344, 6.592764, 6.711804, 7.138192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033584, 0.043484, 0.074334, 0.212306, 0.803746",\
|
|
"0.033584, 0.043484, 0.074334, 0.212306, 0.803746",\
|
|
"0.033584, 0.043484, 0.074334, 0.212306, 0.803746",\
|
|
"0.033584, 0.043484, 0.074334, 0.212306, 0.803746",\
|
|
"0.033584, 0.043484, 0.074334, 0.212306, 0.803746");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "4.864172, 4.882681, 4.937713, 5.159104, 6.077859",\
|
|
"4.959826, 4.978334, 5.033366, 5.254758, 6.173512",\
|
|
"5.111739, 5.130248, 5.185280, 5.406672, 6.325426",\
|
|
"5.387809, 5.406318, 5.461350, 5.682742, 6.601496",\
|
|
"5.816673, 5.835182, 5.890213, 6.111605, 7.030360");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.035449, 0.053052, 0.115687, 0.418737, 1.701140",\
|
|
"0.035449, 0.053052, 0.115687, 0.418737, 1.701140",\
|
|
"0.035449, 0.053052, 0.115687, 0.418737, 1.701140",\
|
|
"0.035449, 0.053052, 0.115687, 0.418737, 1.701140",\
|
|
"0.035449, 0.053052, 0.115687, 0.418737, 1.701140");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "5.098834, 5.113543, 5.151963, 5.267189, 5.690207",\
|
|
"5.194489, 5.209197, 5.247617, 5.362843, 5.785861",\
|
|
"5.346402, 5.361110, 5.399530, 5.514757, 5.937774",\
|
|
"5.622471, 5.637179, 5.675600, 5.790826, 6.213843",\
|
|
"6.051334, 6.066042, 6.104463, 6.219689, 6.642706");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.033584, 0.043484, 0.074334, 0.205128, 0.779239",\
|
|
"0.033584, 0.043484, 0.074334, 0.205128, 0.779239",\
|
|
"0.033584, 0.043484, 0.074334, 0.205128, 0.779239",\
|
|
"0.033584, 0.043484, 0.074334, 0.205128, 0.779239",\
|
|
"0.033584, 0.043484, 0.074334, 0.205128, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[18] */
|
|
|
|
pin("wb_dat_o[17]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002875 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "4.836596, 4.852121, 4.907143, 5.132337, 6.063654",\
|
|
"4.953125, 4.968651, 5.023673, 5.248867, 6.180184",\
|
|
"5.143812, 5.159338, 5.214359, 5.439554, 6.370871",\
|
|
"5.529115, 5.544641, 5.599662, 5.824857, 6.756174",\
|
|
"6.265717, 6.281242, 6.336264, 6.561458, 7.492775");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.035676, 0.053273, 0.115938, 0.426200, 1.733144",\
|
|
"0.035676, 0.053273, 0.115938, 0.426200, 1.733144",\
|
|
"0.035676, 0.053273, 0.115938, 0.426200, 1.733144",\
|
|
"0.035676, 0.053273, 0.115938, 0.426200, 1.733144",\
|
|
"0.035676, 0.053273, 0.115938, 0.426200, 1.733144");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "5.087989, 5.100941, 5.139313, 5.258375, 5.684705",\
|
|
"5.204519, 5.217471, 5.255844, 5.374906, 5.801235",\
|
|
"5.395205, 5.408157, 5.446530, 5.565592, 5.991921",\
|
|
"5.780508, 5.793460, 5.831832, 5.950894, 6.377224",\
|
|
"6.517109, 6.530061, 6.568433, 6.687495, 7.113825");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.033714, 0.043593, 0.074433, 0.212515, 0.804028",\
|
|
"0.033714, 0.043593, 0.074433, 0.212515, 0.804028",\
|
|
"0.033714, 0.043593, 0.074433, 0.212515, 0.804028",\
|
|
"0.033714, 0.043593, 0.074433, 0.212515, 0.804028",\
|
|
"0.033714, 0.043593, 0.074433, 0.212515, 0.804028");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "4.818490, 4.836948, 4.891970, 5.113318, 6.031708",\
|
|
"4.914144, 4.932602, 4.987623, 5.208972, 6.127361",\
|
|
"5.066057, 5.084516, 5.139537, 5.360886, 6.279275",\
|
|
"5.342127, 5.360586, 5.415607, 5.636956, 6.555346",\
|
|
"5.770991, 5.789449, 5.844471, 6.065819, 6.984209");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.035676, 0.053273, 0.115938, 0.418971, 1.701227",\
|
|
"0.035676, 0.053273, 0.115938, 0.418971, 1.701227",\
|
|
"0.035676, 0.053273, 0.115938, 0.418971, 1.701227",\
|
|
"0.035676, 0.053273, 0.115938, 0.418971, 1.701227",\
|
|
"0.035676, 0.053273, 0.115938, 0.418971, 1.701227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "5.074557, 5.089202, 5.127575, 5.242776, 5.665707",\
|
|
"5.170211, 5.184856, 5.223228, 5.338429, 5.761361",\
|
|
"5.322124, 5.336770, 5.375142, 5.490343, 5.913274",\
|
|
"5.598195, 5.612840, 5.651212, 5.766413, 6.189344",\
|
|
"6.027057, 6.041702, 6.080075, 6.195276, 6.618207");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002875, 0.013647, 0.052875, 0.234954, 1.000000");
|
|
values ( "0.033714, 0.043593, 0.074433, 0.205250, 0.779238",\
|
|
"0.033714, 0.043593, 0.074433, 0.205250, 0.779238",\
|
|
"0.033714, 0.043593, 0.074433, 0.205250, 0.779238",\
|
|
"0.033714, 0.043593, 0.074433, 0.205250, 0.779238",\
|
|
"0.033714, 0.043593, 0.074433, 0.205250, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[17] */
|
|
|
|
pin("wb_dat_o[16]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001354 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.745406, 4.764759, 4.820056, 5.045152, 5.977916",\
|
|
"4.861936, 4.881289, 4.936587, 5.161683, 6.094446",\
|
|
"5.052622, 5.071976, 5.127273, 5.352369, 6.285132",\
|
|
"5.437925, 5.457278, 5.512576, 5.737671, 6.670435",\
|
|
"6.174527, 6.193880, 6.249177, 6.474273, 7.407037");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.033092, 0.050842, 0.113454, 0.423396, 1.732225",\
|
|
"0.033092, 0.050842, 0.113454, 0.423396, 1.732225",\
|
|
"0.033092, 0.050842, 0.113454, 0.423396, 1.732225",\
|
|
"0.033092, 0.050842, 0.113454, 0.423396, 1.732225",\
|
|
"0.033092, 0.050842, 0.113454, 0.423396, 1.732225");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.992705, 5.008404, 5.047304, 5.166376, 5.593488",\
|
|
"5.109235, 5.124935, 5.163834, 5.282906, 5.710019",\
|
|
"5.299922, 5.315621, 5.354520, 5.473592, 5.900705",\
|
|
"5.685225, 5.700924, 5.739824, 5.858896, 6.286008",\
|
|
"6.421826, 6.437525, 6.476425, 6.595497, 7.022609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032092, 0.042382, 0.073372, 0.211123, 0.803309",\
|
|
"0.032092, 0.042382, 0.073372, 0.211123, 0.803309",\
|
|
"0.032092, 0.042382, 0.073372, 0.211123, 0.803309",\
|
|
"0.032092, 0.042382, 0.073372, 0.211123, 0.803309",\
|
|
"0.032092, 0.042382, 0.073372, 0.211123, 0.803309");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.744947, 4.764300, 4.819598, 5.040990, 5.961183",\
|
|
"4.840600, 4.859954, 4.915251, 5.136643, 6.056837",\
|
|
"4.992514, 5.011868, 5.067165, 5.288557, 6.208750",\
|
|
"5.268584, 5.287937, 5.343235, 5.564627, 6.484820",\
|
|
"5.697446, 5.716800, 5.772097, 5.993489, 6.913682");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.033092, 0.050842, 0.113454, 0.416415, 1.701238",\
|
|
"0.033092, 0.050842, 0.113454, 0.416415, 1.701238",\
|
|
"0.033092, 0.050842, 0.113454, 0.416415, 1.701238",\
|
|
"0.033092, 0.050842, 0.113454, 0.416415, 1.701238",\
|
|
"0.033092, 0.050842, 0.113454, 0.416415, 1.701238");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "4.992246, 5.007945, 5.046844, 5.162199, 5.585970",\
|
|
"5.087900, 5.103599, 5.142498, 5.257853, 5.681624",\
|
|
"5.239813, 5.255513, 5.294412, 5.409766, 5.833538",\
|
|
"5.515883, 5.531582, 5.570482, 5.685836, 6.109608",\
|
|
"5.944746, 5.960446, 5.999345, 6.114699, 6.538471");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001354, 0.012126, 0.051354, 0.233433, 1.000000");
|
|
values ( "0.032092, 0.042382, 0.073372, 0.204109, 0.779238",\
|
|
"0.032092, 0.042382, 0.073372, 0.204109, 0.779238",\
|
|
"0.032092, 0.042382, 0.073372, 0.204109, 0.779238",\
|
|
"0.032092, 0.042382, 0.073372, 0.204109, 0.779238",\
|
|
"0.032092, 0.042382, 0.073372, 0.204109, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[16] */
|
|
|
|
pin("wb_dat_o[15]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002263 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "4.151180, 4.169891, 4.224980, 4.449838, 5.380499",\
|
|
"4.267711, 4.286422, 4.341512, 4.566369, 5.497030",\
|
|
"4.458397, 4.477108, 4.532198, 4.757055, 5.687716",\
|
|
"4.843705, 4.862416, 4.917505, 5.142363, 6.073024",\
|
|
"5.580320, 5.599031, 5.654120, 5.878978, 6.809639");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.034656, 0.052303, 0.114992, 0.424401, 1.729871",\
|
|
"0.034656, 0.052303, 0.114992, 0.424401, 1.729871",\
|
|
"0.034656, 0.052303, 0.114992, 0.424401, 1.729871",\
|
|
"0.034656, 0.052303, 0.114992, 0.424401, 1.729871",\
|
|
"0.034656, 0.052303, 0.114992, 0.424401, 1.729871");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "4.465651, 4.480600, 4.519138, 4.637913, 5.064313",\
|
|
"4.582182, 4.597131, 4.635670, 4.754444, 5.180844",\
|
|
"4.772868, 4.787817, 4.826355, 4.945130, 5.371530",\
|
|
"5.158175, 5.173124, 5.211663, 5.330437, 5.756837",\
|
|
"5.894791, 5.909739, 5.948278, 6.067052, 6.493453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.033110, 0.043115, 0.074053, 0.211287, 0.801480",\
|
|
"0.033110, 0.043115, 0.074053, 0.211287, 0.801480",\
|
|
"0.033110, 0.043115, 0.074053, 0.211287, 0.801480",\
|
|
"0.033110, 0.043115, 0.074053, 0.211287, 0.801480",\
|
|
"0.033110, 0.043115, 0.074053, 0.211287, 0.801480");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "4.132224, 4.150935, 4.206024, 4.427441, 5.346501",\
|
|
"4.227878, 4.246589, 4.301679, 4.523096, 5.442155",\
|
|
"4.379792, 4.398503, 4.453592, 4.675009, 5.594069",\
|
|
"4.655866, 4.674577, 4.729667, 4.951084, 5.870143",\
|
|
"5.084742, 5.103453, 5.158543, 5.379960, 6.299019");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.034656, 0.052303, 0.114992, 0.417938, 1.701256",\
|
|
"0.034656, 0.052303, 0.114992, 0.417938, 1.701256",\
|
|
"0.034656, 0.052303, 0.114992, 0.417938, 1.701256",\
|
|
"0.034656, 0.052303, 0.114992, 0.417938, 1.701256",\
|
|
"0.034656, 0.052303, 0.114992, 0.417938, 1.701256");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "4.462234, 4.477183, 4.515722, 4.631042, 5.054310",\
|
|
"4.557889, 4.572838, 4.611376, 4.726697, 5.149965",\
|
|
"4.709803, 4.724751, 4.763290, 4.878611, 5.301878",\
|
|
"4.985876, 5.000825, 5.039363, 5.154684, 5.577952",\
|
|
"5.414753, 5.429702, 5.468240, 5.583561, 6.006829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002263, 0.013035, 0.052263, 0.234342, 1.000000");
|
|
values ( "0.033110, 0.043115, 0.074053, 0.204795, 0.779238",\
|
|
"0.033110, 0.043115, 0.074053, 0.204795, 0.779238",\
|
|
"0.033110, 0.043115, 0.074053, 0.204795, 0.779238",\
|
|
"0.033110, 0.043115, 0.074053, 0.204795, 0.779238",\
|
|
"0.033110, 0.043115, 0.074053, 0.204795, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[15] */
|
|
|
|
pin("wb_dat_o[14]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "4.758085, 4.777747, 4.833058, 5.057684, 5.989108",\
|
|
"4.874617, 4.894279, 4.949590, 5.174215, 6.105639",\
|
|
"5.065303, 5.084965, 5.140276, 5.364902, 6.296325",\
|
|
"5.450610, 5.470272, 5.525583, 5.750208, 6.681632",\
|
|
"6.187225, 6.206887, 6.262198, 6.486824, 7.418247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.032279, 0.050104, 0.112752, 0.421520, 1.727455",\
|
|
"0.032279, 0.050104, 0.112752, 0.421520, 1.727455",\
|
|
"0.032279, 0.050104, 0.112752, 0.421520, 1.727455",\
|
|
"0.032279, 0.050104, 0.112752, 0.421520, 1.727455",\
|
|
"0.032279, 0.050104, 0.112752, 0.421520, 1.727455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "5.006911, 5.022975, 5.061968, 5.180597, 5.614951",\
|
|
"5.123443, 5.139506, 5.178500, 5.297129, 5.731482",\
|
|
"5.314129, 5.330193, 5.369186, 5.487815, 5.922168",\
|
|
"5.699436, 5.715500, 5.754493, 5.873122, 6.307476",\
|
|
"6.436051, 6.452115, 6.491108, 6.609737, 7.044091");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.031563, 0.042023, 0.073114, 0.209678, 0.804740",\
|
|
"0.031563, 0.042023, 0.073114, 0.209678, 0.804740",\
|
|
"0.031563, 0.042023, 0.073114, 0.209678, 0.804740",\
|
|
"0.031563, 0.042023, 0.073114, 0.209678, 0.804740",\
|
|
"0.031563, 0.042023, 0.073114, 0.209678, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "4.752856, 4.772518, 4.827829, 5.049329, 5.970108",\
|
|
"4.848511, 4.868173, 4.923484, 5.144984, 6.065763",\
|
|
"5.000424, 5.020086, 5.075397, 5.296898, 6.217677",\
|
|
"5.276499, 5.296161, 5.351472, 5.572972, 6.493751",\
|
|
"5.705375, 5.725037, 5.780348, 6.001848, 6.922627");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.032279, 0.050104, 0.112752, 0.415621, 1.701230",\
|
|
"0.032279, 0.050104, 0.112752, 0.415621, 1.701230",\
|
|
"0.032279, 0.050104, 0.112752, 0.415621, 1.701230",\
|
|
"0.032279, 0.050104, 0.112752, 0.415621, 1.701230",\
|
|
"0.032279, 0.050104, 0.112752, 0.415621, 1.701230");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "5.002993, 5.019057, 5.058050, 5.173542, 5.597577",\
|
|
"5.098648, 5.114711, 5.153705, 5.269197, 5.693231",\
|
|
"5.250561, 5.266625, 5.305618, 5.421111, 5.845145",\
|
|
"5.526635, 5.542699, 5.581692, 5.697185, 6.121219",\
|
|
"5.955512, 5.971576, 6.010569, 6.126061, 6.550096");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.031563, 0.042023, 0.073114, 0.203753, 0.779238",\
|
|
"0.031563, 0.042023, 0.073114, 0.203753, 0.779238",\
|
|
"0.031563, 0.042023, 0.073114, 0.203753, 0.779238",\
|
|
"0.031563, 0.042023, 0.073114, 0.203753, 0.779238",\
|
|
"0.031563, 0.042023, 0.073114, 0.203753, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[14] */
|
|
|
|
pin("wb_dat_o[13]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001787 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "4.105233, 4.124270, 4.179436, 4.404227, 5.335217",\
|
|
"4.221765, 4.240802, 4.295968, 4.520759, 5.451748",\
|
|
"4.412451, 4.431488, 4.486654, 4.711445, 5.642435",\
|
|
"4.797758, 4.816795, 4.871961, 5.096752, 6.027742",\
|
|
"5.534373, 5.553411, 5.608576, 5.833367, 6.764357");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.033841, 0.051549, 0.114218, 0.423434, 1.729122",\
|
|
"0.033841, 0.051549, 0.114218, 0.423434, 1.729122",\
|
|
"0.033841, 0.051549, 0.114218, 0.423434, 1.729122",\
|
|
"0.033841, 0.051549, 0.114218, 0.423434, 1.729122",\
|
|
"0.033841, 0.051549, 0.114218, 0.423434, 1.729122");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "4.426976, 4.442308, 4.481004, 4.599737, 5.034235",\
|
|
"4.543507, 4.558839, 4.597536, 4.716269, 5.150767",\
|
|
"4.734193, 4.749526, 4.788222, 4.906955, 5.341453",\
|
|
"5.119501, 5.134833, 5.173529, 5.292262, 5.726760",\
|
|
"5.856116, 5.871448, 5.910144, 6.028877, 6.463376");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.032579, 0.042740, 0.073729, 0.210754, 0.806363",\
|
|
"0.032579, 0.042740, 0.073729, 0.210754, 0.806363",\
|
|
"0.032579, 0.042740, 0.073729, 0.210754, 0.806363",\
|
|
"0.032579, 0.042740, 0.073729, 0.210754, 0.806363",\
|
|
"0.032579, 0.042740, 0.073729, 0.210754, 0.806363");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "4.097843, 4.116881, 4.172046, 4.393495, 5.313175",\
|
|
"4.193499, 4.212536, 4.267702, 4.489150, 5.408830",\
|
|
"4.345412, 4.364450, 4.419615, 4.641064, 5.560743",\
|
|
"4.621486, 4.640523, 4.695689, 4.917138, 5.836817",\
|
|
"5.050363, 5.069400, 5.124566, 5.346014, 6.265694");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.033841, 0.051549, 0.114218, 0.417144, 1.701235",\
|
|
"0.033841, 0.051549, 0.114218, 0.417144, 1.701235",\
|
|
"0.033841, 0.051549, 0.114218, 0.417144, 1.701235",\
|
|
"0.033841, 0.051549, 0.114218, 0.417144, 1.701235",\
|
|
"0.033841, 0.051549, 0.114218, 0.417144, 1.701235");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "4.416426, 4.431758, 4.470455, 4.585833, 5.009365",\
|
|
"4.512081, 4.527413, 4.566109, 4.681488, 5.105019",\
|
|
"4.663994, 4.679327, 4.718023, 4.833401, 5.256933",\
|
|
"4.940068, 4.955400, 4.994097, 5.109475, 5.533007",\
|
|
"5.368945, 5.384277, 5.422974, 5.538352, 5.961884");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001787, 0.012560, 0.051787, 0.233866, 1.000000");
|
|
values ( "0.032579, 0.042740, 0.073729, 0.204435, 0.779238",\
|
|
"0.032579, 0.042740, 0.073729, 0.204435, 0.779238",\
|
|
"0.032579, 0.042740, 0.073729, 0.204435, 0.779238",\
|
|
"0.032579, 0.042740, 0.073729, 0.204435, 0.779238",\
|
|
"0.032579, 0.042740, 0.073729, 0.204435, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[13] */
|
|
|
|
pin("wb_dat_o[12]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000880 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "4.783117, 4.802780, 4.858093, 5.082713, 6.014107",\
|
|
"4.899649, 4.919312, 4.974625, 5.199244, 6.130638",\
|
|
"5.090335, 5.109998, 5.165311, 5.389931, 6.321324",\
|
|
"5.475642, 5.495305, 5.550618, 5.775238, 6.706632",\
|
|
"6.212258, 6.231921, 6.287234, 6.511854, 7.443247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.032277, 0.050102, 0.112755, 0.421518, 1.727469",\
|
|
"0.032277, 0.050102, 0.112755, 0.421518, 1.727469",\
|
|
"0.032277, 0.050102, 0.112755, 0.421518, 1.727469",\
|
|
"0.032277, 0.050102, 0.112755, 0.421518, 1.727469",\
|
|
"0.032277, 0.050102, 0.112755, 0.421518, 1.727469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "5.031132, 5.047197, 5.086190, 5.204818, 5.639171",\
|
|
"5.147663, 5.163728, 5.202722, 5.321350, 5.755702",\
|
|
"5.338349, 5.354414, 5.393408, 5.512036, 5.946388",\
|
|
"5.723656, 5.739721, 5.778715, 5.897343, 6.331695",\
|
|
"6.460272, 6.476337, 6.515330, 6.633958, 7.068311");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.031561, 0.042022, 0.073114, 0.209680, 0.804740",\
|
|
"0.031561, 0.042022, 0.073114, 0.209680, 0.804740",\
|
|
"0.031561, 0.042022, 0.073114, 0.209680, 0.804740",\
|
|
"0.031561, 0.042022, 0.073114, 0.209680, 0.804740",\
|
|
"0.031561, 0.042022, 0.073114, 0.209680, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "4.778304, 4.797967, 4.853280, 5.074775, 5.995523",\
|
|
"4.873959, 4.893621, 4.948935, 5.170429, 6.091178",\
|
|
"5.025872, 5.045535, 5.100848, 5.322343, 6.243092",\
|
|
"5.301946, 5.321609, 5.376922, 5.598416, 6.519165",\
|
|
"5.730823, 5.750485, 5.805799, 6.027293, 6.948042");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.032277, 0.050102, 0.112755, 0.415619, 1.701244",\
|
|
"0.032277, 0.050102, 0.112755, 0.415619, 1.701244",\
|
|
"0.032277, 0.050102, 0.112755, 0.415619, 1.701244",\
|
|
"0.032277, 0.050102, 0.112755, 0.415619, 1.701244",\
|
|
"0.032277, 0.050102, 0.112755, 0.415619, 1.701244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "5.028997, 5.045062, 5.084055, 5.199547, 5.623580",\
|
|
"5.124651, 5.140717, 5.179710, 5.295201, 5.719234",\
|
|
"5.276565, 5.292630, 5.331624, 5.447115, 5.871148",\
|
|
"5.552639, 5.568704, 5.607697, 5.723189, 6.147222",\
|
|
"5.981516, 5.997581, 6.036574, 6.152066, 6.576099");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000880, 0.011652, 0.050880, 0.232959, 1.000000");
|
|
values ( "0.031561, 0.042022, 0.073114, 0.203755, 0.779238",\
|
|
"0.031561, 0.042022, 0.073114, 0.203755, 0.779238",\
|
|
"0.031561, 0.042022, 0.073114, 0.203755, 0.779238",\
|
|
"0.031561, 0.042022, 0.073114, 0.203755, 0.779238",\
|
|
"0.031561, 0.042022, 0.073114, 0.203755, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[12] */
|
|
|
|
pin("wb_dat_o[11]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000968 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "4.797001, 4.814498, 4.869791, 5.094369, 6.025485",\
|
|
"4.913532, 4.931030, 4.986322, 5.210901, 6.142016",\
|
|
"5.104218, 5.121716, 5.177008, 5.401587, 6.332702",\
|
|
"5.489525, 5.507023, 5.562315, 5.786894, 6.718009",\
|
|
"6.226140, 6.243638, 6.298930, 6.523509, 7.454624");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.032427, 0.050242, 0.112907, 0.421585, 1.727114",\
|
|
"0.032427, 0.050242, 0.112907, 0.421585, 1.727114",\
|
|
"0.032427, 0.050242, 0.112907, 0.421585, 1.727114",\
|
|
"0.032427, 0.050242, 0.112907, 0.421585, 1.727114",\
|
|
"0.032427, 0.050242, 0.112907, 0.421585, 1.727114");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "5.044528, 5.058850, 5.097806, 5.216389, 5.650546",\
|
|
"5.161060, 5.175381, 5.214337, 5.332921, 5.767077",\
|
|
"5.351746, 5.366067, 5.405023, 5.523606, 5.957764",\
|
|
"5.737053, 5.751374, 5.790330, 5.908914, 6.343071",\
|
|
"6.473668, 6.487989, 6.526945, 6.645529, 7.079686");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.031658, 0.042092, 0.073182, 0.209668, 0.804384",\
|
|
"0.031658, 0.042092, 0.073182, 0.209668, 0.804384",\
|
|
"0.031658, 0.042092, 0.073182, 0.209668, 0.804384",\
|
|
"0.031658, 0.042092, 0.073182, 0.209668, 0.804384",\
|
|
"0.031658, 0.042092, 0.073182, 0.209668, 0.804384");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "4.791309, 4.810910, 4.866202, 5.087699, 6.008320",\
|
|
"4.886964, 4.906565, 4.961857, 5.183354, 6.103975",\
|
|
"5.038878, 5.058479, 5.113771, 5.335268, 6.255888",\
|
|
"5.314952, 5.334553, 5.389845, 5.611342, 6.531962",\
|
|
"5.743828, 5.763429, 5.818721, 6.040218, 6.960839");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.032427, 0.050242, 0.112907, 0.415765, 1.701254",\
|
|
"0.032427, 0.050242, 0.112907, 0.415765, 1.701254",\
|
|
"0.032427, 0.050242, 0.112907, 0.415765, 1.701254",\
|
|
"0.032427, 0.050242, 0.112907, 0.415765, 1.701254",\
|
|
"0.032427, 0.050242, 0.112907, 0.415765, 1.701254");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "5.042398, 5.058391, 5.097347, 5.212838, 5.636822",\
|
|
"5.138052, 5.154046, 5.193001, 5.308492, 5.732476",\
|
|
"5.289966, 5.305959, 5.344915, 5.460406, 5.884390",\
|
|
"5.566040, 5.582033, 5.620989, 5.736480, 6.160464",\
|
|
"5.994917, 6.010910, 6.049866, 6.165357, 6.589341");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000968, 0.011740, 0.050968, 0.233047, 1.000000");
|
|
values ( "0.031658, 0.042092, 0.073182, 0.203823, 0.779238",\
|
|
"0.031658, 0.042092, 0.073182, 0.203823, 0.779238",\
|
|
"0.031658, 0.042092, 0.073182, 0.203823, 0.779238",\
|
|
"0.031658, 0.042092, 0.073182, 0.203823, 0.779238",\
|
|
"0.031658, 0.042092, 0.073182, 0.203823, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[11] */
|
|
|
|
pin("wb_dat_o[10]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000909 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "4.774093, 4.793731, 4.849025, 5.073682, 6.005254",\
|
|
"4.890625, 4.910263, 4.965557, 5.190213, 6.121786",\
|
|
"5.081311, 5.100949, 5.156243, 5.380899, 6.312472",\
|
|
"5.466618, 5.486256, 5.541550, 5.766207, 6.697779",\
|
|
"6.203233, 6.222871, 6.278165, 6.502822, 7.434394");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.032341, 0.050163, 0.112784, 0.421583, 1.727373",\
|
|
"0.032341, 0.050163, 0.112784, 0.421583, 1.727373",\
|
|
"0.032341, 0.050163, 0.112784, 0.421583, 1.727373",\
|
|
"0.032341, 0.050163, 0.112784, 0.421583, 1.727373",\
|
|
"0.032341, 0.050163, 0.112784, 0.421583, 1.727373");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "5.017158, 5.033189, 5.072174, 5.190805, 5.625147",\
|
|
"5.133689, 5.149721, 5.188705, 5.307337, 5.741679",\
|
|
"5.324375, 5.340406, 5.379391, 5.498023, 5.932364",\
|
|
"5.709682, 5.725713, 5.764698, 5.883329, 6.317671",\
|
|
"6.446297, 6.462328, 6.501313, 6.619945, 7.054286");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.031609, 0.042053, 0.073133, 0.209689, 0.804741",\
|
|
"0.031609, 0.042053, 0.073133, 0.209689, 0.804741",\
|
|
"0.031609, 0.042053, 0.073133, 0.209689, 0.804741",\
|
|
"0.031609, 0.042053, 0.073133, 0.209689, 0.804741",\
|
|
"0.031609, 0.042053, 0.073133, 0.209689, 0.804741");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "4.767707, 4.787345, 4.842639, 5.064170, 5.985098",\
|
|
"4.863362, 4.883000, 4.938294, 5.159825, 6.080753",\
|
|
"5.015275, 5.034914, 5.090208, 5.311739, 6.232667",\
|
|
"5.291349, 5.310987, 5.366282, 5.587813, 6.508740",\
|
|
"5.720226, 5.739864, 5.795158, 6.016690, 6.937617");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.032341, 0.050163, 0.112784, 0.415683, 1.701147",\
|
|
"0.032341, 0.050163, 0.112784, 0.415683, 1.701147",\
|
|
"0.032341, 0.050163, 0.112784, 0.415683, 1.701147",\
|
|
"0.032341, 0.050163, 0.112784, 0.415683, 1.701147",\
|
|
"0.032341, 0.050163, 0.112784, 0.415683, 1.701147");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "5.016699, 5.032730, 5.071714, 5.187210, 5.611233",\
|
|
"5.112354, 5.128385, 5.167369, 5.282865, 5.706888",\
|
|
"5.264267, 5.280299, 5.319283, 5.434778, 5.858801",\
|
|
"5.540341, 5.556372, 5.595356, 5.710852, 6.134875",\
|
|
"5.969217, 5.985249, 6.024233, 6.139728, 6.563751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000909, 0.011681, 0.050909, 0.232988, 1.000000");
|
|
values ( "0.031609, 0.042053, 0.073133, 0.203764, 0.779239",\
|
|
"0.031609, 0.042053, 0.073133, 0.203764, 0.779239",\
|
|
"0.031609, 0.042053, 0.073133, 0.203764, 0.779239",\
|
|
"0.031609, 0.042053, 0.073133, 0.203764, 0.779239",\
|
|
"0.031609, 0.042053, 0.073133, 0.203764, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[10] */
|
|
|
|
pin("wb_dat_o[9]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000874 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "4.816722, 4.836388, 4.891696, 5.116280, 6.047528",\
|
|
"4.933253, 4.952919, 5.008227, 5.232811, 6.164059",\
|
|
"5.123940, 5.143605, 5.198914, 5.423497, 6.354745",\
|
|
"5.509247, 5.528913, 5.584221, 5.808805, 6.740053",\
|
|
"6.245862, 6.265528, 6.320836, 6.545420, 7.476668");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.032266, 0.050093, 0.112751, 0.421425, 1.727104",\
|
|
"0.032266, 0.050093, 0.112751, 0.421425, 1.727104",\
|
|
"0.032266, 0.050093, 0.112751, 0.421425, 1.727104",\
|
|
"0.032266, 0.050093, 0.112751, 0.421425, 1.727104",\
|
|
"0.032266, 0.050093, 0.112751, 0.421425, 1.727104");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "5.063592, 5.079661, 5.118651, 5.237243, 5.671454",\
|
|
"5.180124, 5.196193, 5.235182, 5.353774, 5.787985",\
|
|
"5.370810, 5.386878, 5.425868, 5.544460, 5.978671",\
|
|
"5.756116, 5.772185, 5.811175, 5.929767, 6.363978",\
|
|
"6.492732, 6.508801, 6.547791, 6.666382, 7.100594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.031553, 0.042018, 0.073115, 0.209592, 0.804382",\
|
|
"0.031553, 0.042018, 0.073115, 0.209592, 0.804382",\
|
|
"0.031553, 0.042018, 0.073115, 0.209592, 0.804382",\
|
|
"0.031553, 0.042018, 0.073115, 0.209592, 0.804382",\
|
|
"0.031553, 0.042018, 0.073115, 0.209592, 0.804382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "4.806320, 4.825985, 4.881294, 5.102796, 6.023548",\
|
|
"4.901974, 4.921640, 4.976948, 5.198451, 6.119203",\
|
|
"5.053888, 5.073554, 5.128862, 5.350364, 6.271116",\
|
|
"5.329962, 5.349627, 5.404936, 5.626438, 6.547191",\
|
|
"5.758839, 5.778504, 5.833813, 6.055315, 6.976068");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.032266, 0.050093, 0.112751, 0.415608, 1.701245",\
|
|
"0.032266, 0.050093, 0.112751, 0.415608, 1.701245",\
|
|
"0.032266, 0.050093, 0.112751, 0.415608, 1.701245",\
|
|
"0.032266, 0.050093, 0.112751, 0.415608, 1.701245",\
|
|
"0.032266, 0.050093, 0.112751, 0.415608, 1.701245");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "5.061700, 5.077769, 5.116758, 5.232258, 5.656294",\
|
|
"5.157355, 5.173424, 5.212413, 5.327913, 5.751949",\
|
|
"5.309268, 5.325337, 5.364327, 5.479826, 5.903863",\
|
|
"5.585342, 5.601411, 5.640400, 5.755900, 6.179936",\
|
|
"6.014218, 6.030287, 6.069277, 6.184776, 6.608813");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000874, 0.011646, 0.050874, 0.232953, 1.000000");
|
|
values ( "0.031553, 0.042018, 0.073115, 0.203751, 0.779238",\
|
|
"0.031553, 0.042018, 0.073115, 0.203751, 0.779238",\
|
|
"0.031553, 0.042018, 0.073115, 0.203751, 0.779238",\
|
|
"0.031553, 0.042018, 0.073115, 0.203751, 0.779238",\
|
|
"0.031553, 0.042018, 0.073115, 0.203751, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[9] */
|
|
|
|
pin("wb_dat_o[8]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "4.782469, 4.800066, 4.855330, 5.080038, 6.011840",\
|
|
"4.899000, 4.916598, 4.971861, 5.196569, 6.128371",\
|
|
"5.089686, 5.107284, 5.162547, 5.387255, 6.319057",\
|
|
"5.474994, 5.492591, 5.547854, 5.772563, 6.704365",\
|
|
"6.211609, 6.229207, 6.284470, 6.509178, 7.440980");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.032461, 0.050276, 0.112853, 0.421703, 1.727236",\
|
|
"0.032461, 0.050276, 0.112853, 0.421703, 1.727236",\
|
|
"0.032461, 0.050276, 0.112853, 0.421703, 1.727236",\
|
|
"0.032461, 0.050276, 0.112853, 0.421703, 1.727236",\
|
|
"0.032461, 0.050276, 0.112853, 0.421703, 1.727236");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "5.021926, 5.036289, 5.075254, 5.193890, 5.628208",\
|
|
"5.138457, 5.152820, 5.191786, 5.310421, 5.744739",\
|
|
"5.329144, 5.343507, 5.382473, 5.501108, 5.935426",\
|
|
"5.714451, 5.728814, 5.767779, 5.886415, 6.320733",\
|
|
"6.451066, 6.465429, 6.504395, 6.623030, 7.057348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.031695, 0.042110, 0.073173, 0.209715, 0.804743",\
|
|
"0.031695, 0.042110, 0.073173, 0.209715, 0.804743",\
|
|
"0.031695, 0.042110, 0.073173, 0.209715, 0.804743",\
|
|
"0.031695, 0.042110, 0.073173, 0.209715, 0.804743",\
|
|
"0.031695, 0.042110, 0.073173, 0.209715, 0.804743");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "4.776187, 4.795778, 4.851041, 5.072623, 5.993782",\
|
|
"4.871842, 4.891433, 4.946696, 5.168278, 6.089437",\
|
|
"5.023756, 5.043347, 5.098610, 5.320192, 6.241351",\
|
|
"5.299830, 5.319421, 5.374684, 5.596266, 6.517425",\
|
|
"5.728707, 5.748298, 5.803561, 6.025143, 6.946302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.032461, 0.050276, 0.112853, 0.415800, 1.701010",\
|
|
"0.032461, 0.050276, 0.112853, 0.415800, 1.701010",\
|
|
"0.032461, 0.050276, 0.112853, 0.415800, 1.701010",\
|
|
"0.032461, 0.050276, 0.112853, 0.415800, 1.701010",\
|
|
"0.032461, 0.050276, 0.112853, 0.415800, 1.701010");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "5.018892, 5.034863, 5.073828, 5.189327, 5.613326",\
|
|
"5.114547, 5.130517, 5.169483, 5.284982, 5.708981",\
|
|
"5.266460, 5.282431, 5.321397, 5.436895, 5.860895",\
|
|
"5.542534, 5.558505, 5.597471, 5.712969, 6.136969",\
|
|
"5.971411, 5.987382, 6.026348, 6.141846, 6.565845");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000966, 0.011738, 0.050966, 0.233045, 1.000000");
|
|
values ( "0.031695, 0.042110, 0.073173, 0.203788, 0.779240",\
|
|
"0.031695, 0.042110, 0.073173, 0.203788, 0.779240",\
|
|
"0.031695, 0.042110, 0.073173, 0.203788, 0.779240",\
|
|
"0.031695, 0.042110, 0.073173, 0.203788, 0.779240",\
|
|
"0.031695, 0.042110, 0.073173, 0.203788, 0.779240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[8] */
|
|
|
|
pin("wb_dat_o[7]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001533 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "4.799130, 4.818334, 4.873509, 5.098092, 6.028556",\
|
|
"4.915662, 4.934865, 4.990041, 5.214623, 6.145088",\
|
|
"5.106348, 5.125552, 5.180727, 5.405310, 6.335774",\
|
|
"5.491655, 5.510859, 5.566034, 5.790617, 6.721081",\
|
|
"6.228270, 6.247474, 6.302649, 6.527232, 7.457696");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.033408, 0.051154, 0.113831, 0.422510, 1.726899",\
|
|
"0.033408, 0.051154, 0.113831, 0.422510, 1.726899",\
|
|
"0.033408, 0.051154, 0.113831, 0.422510, 1.726899",\
|
|
"0.033408, 0.051154, 0.113831, 0.422510, 1.726899",\
|
|
"0.033408, 0.051154, 0.113831, 0.422510, 1.726899");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "5.038869, 5.054396, 5.093149, 5.211682, 5.645459",\
|
|
"5.155400, 5.170928, 5.209680, 5.328213, 5.761991",\
|
|
"5.346087, 5.361614, 5.400366, 5.518899, 5.952677",\
|
|
"5.731393, 5.746921, 5.785673, 5.904206, 6.337983",\
|
|
"6.468009, 6.483536, 6.522288, 6.640821, 7.074598");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.032299, 0.042548, 0.073584, 0.210054, 0.804218",\
|
|
"0.032299, 0.042548, 0.073584, 0.210054, 0.804218",\
|
|
"0.032299, 0.042548, 0.073584, 0.210054, 0.804218",\
|
|
"0.032299, 0.042548, 0.073584, 0.210054, 0.804218",\
|
|
"0.032299, 0.042548, 0.073584, 0.210054, 0.804218");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "4.798232, 4.817435, 4.872611, 5.094119, 6.014160",\
|
|
"4.893887, 4.913090, 4.968266, 5.189774, 6.109815",\
|
|
"5.045800, 5.065004, 5.120179, 5.341687, 6.261729",\
|
|
"5.321874, 5.341077, 5.396253, 5.617761, 6.537802",\
|
|
"5.750751, 5.769954, 5.825130, 6.046638, 6.966679");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.033408, 0.051154, 0.113831, 0.416720, 1.701209",\
|
|
"0.033408, 0.051154, 0.113831, 0.416720, 1.701209",\
|
|
"0.033408, 0.051154, 0.113831, 0.416720, 1.701209",\
|
|
"0.033408, 0.051154, 0.113831, 0.416720, 1.701209",\
|
|
"0.033408, 0.051154, 0.113831, 0.416720, 1.701209");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "5.038410, 5.053937, 5.092690, 5.208138, 5.631812",\
|
|
"5.134065, 5.149592, 5.188344, 5.303792, 5.727467",\
|
|
"5.285978, 5.301506, 5.340258, 5.455706, 5.879380",\
|
|
"5.562052, 5.577579, 5.616332, 5.731780, 6.155454",\
|
|
"5.990929, 6.006456, 6.045208, 6.160656, 6.584331");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001533, 0.012305, 0.051533, 0.233612, 1.000000");
|
|
values ( "0.032299, 0.042548, 0.073584, 0.204240, 0.779238",\
|
|
"0.032299, 0.042548, 0.073584, 0.204240, 0.779238",\
|
|
"0.032299, 0.042548, 0.073584, 0.204240, 0.779238",\
|
|
"0.032299, 0.042548, 0.073584, 0.204240, 0.779238",\
|
|
"0.032299, 0.042548, 0.073584, 0.204240, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[7] */
|
|
|
|
pin("wb_dat_o[6]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.162444, 4.180017, 4.235304, 4.459946, 5.391354",\
|
|
"4.278975, 4.296548, 4.351836, 4.576477, 5.507885",\
|
|
"4.469661, 4.487234, 4.542521, 4.767163, 5.698571",\
|
|
"4.854969, 4.872541, 4.927829, 5.152470, 6.083879",\
|
|
"5.591584, 5.609157, 5.664444, 5.889085, 6.820494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.032444, 0.050258, 0.112895, 0.421684, 1.727412",\
|
|
"0.032444, 0.050258, 0.112895, 0.421684, 1.727412",\
|
|
"0.032444, 0.050258, 0.112895, 0.421684, 1.727412",\
|
|
"0.032444, 0.050258, 0.112895, 0.421684, 1.727412",\
|
|
"0.032444, 0.050258, 0.112895, 0.421684, 1.727412");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.472527, 4.486840, 4.525802, 4.644426, 5.078729",\
|
|
"4.589058, 4.603372, 4.642333, 4.760957, 5.195261",\
|
|
"4.779745, 4.794058, 4.833020, 4.951644, 5.385947",\
|
|
"5.165051, 5.179365, 5.218326, 5.336950, 5.771254",\
|
|
"5.901667, 5.915980, 5.954941, 6.073565, 6.507869");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.031672, 0.042099, 0.073178, 0.209745, 0.804741",\
|
|
"0.031672, 0.042099, 0.073178, 0.209745, 0.804741",\
|
|
"0.031672, 0.042099, 0.073178, 0.209745, 0.804741",\
|
|
"0.031672, 0.042099, 0.073178, 0.209745, 0.804741",\
|
|
"0.031672, 0.042099, 0.073178, 0.209745, 0.804741");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.147786, 4.167382, 4.222670, 4.444185, 5.364949",\
|
|
"4.243441, 4.263037, 4.318324, 4.539839, 5.460604",\
|
|
"4.395354, 4.414950, 4.470237, 4.691752, 5.612517",\
|
|
"4.671428, 4.691024, 4.746311, 4.967826, 5.888591",\
|
|
"5.100305, 5.119901, 5.175189, 5.396704, 6.317469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.032444, 0.050258, 0.112895, 0.415782, 1.701186",\
|
|
"0.032444, 0.050258, 0.112895, 0.415782, 1.701186",\
|
|
"0.032444, 0.050258, 0.112895, 0.415782, 1.701186",\
|
|
"0.032444, 0.050258, 0.112895, 0.415782, 1.701186",\
|
|
"0.032444, 0.050258, 0.112895, 0.415782, 1.701186");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.465530, 4.481515, 4.520476, 4.635963, 5.059948",\
|
|
"4.561185, 4.577170, 4.616131, 4.731618, 5.155603",\
|
|
"4.713099, 4.729084, 4.768045, 4.883532, 5.307518",\
|
|
"4.989172, 5.005157, 5.044119, 5.159606, 5.583591",\
|
|
"5.418049, 5.434034, 5.472996, 5.588482, 6.012468");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.031672, 0.042099, 0.073178, 0.203817, 0.779239",\
|
|
"0.031672, 0.042099, 0.073178, 0.203817, 0.779239",\
|
|
"0.031672, 0.042099, 0.073178, 0.203817, 0.779239",\
|
|
"0.031672, 0.042099, 0.073178, 0.203817, 0.779239",\
|
|
"0.031672, 0.042099, 0.073178, 0.203817, 0.779239");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[6] */
|
|
|
|
pin("wb_dat_o[5]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001266 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "4.751443, 4.768589, 4.823875, 5.048787, 5.980913",\
|
|
"4.867974, 4.885121, 4.940406, 5.165318, 6.097445",\
|
|
"5.058661, 5.075807, 5.131093, 5.356005, 6.288131",\
|
|
"5.443968, 5.461114, 5.516400, 5.741312, 6.673438",\
|
|
"6.180583, 6.197730, 6.253015, 6.477927, 7.410053");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.032942, 0.050709, 0.113340, 0.422836, 1.730393",\
|
|
"0.032942, 0.050709, 0.113340, 0.422836, 1.730393",\
|
|
"0.032942, 0.050709, 0.113340, 0.422836, 1.730393",\
|
|
"0.032942, 0.050709, 0.113340, 0.422836, 1.730393",\
|
|
"0.032942, 0.050709, 0.113340, 0.422836, 1.730393");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "5.000005, 5.014422, 5.053324, 5.172218, 5.599224",\
|
|
"5.116537, 5.130953, 5.169856, 5.288749, 5.715755",\
|
|
"5.307223, 5.321640, 5.360542, 5.479435, 5.906441",\
|
|
"5.692530, 5.706946, 5.745849, 5.864742, 6.291748",\
|
|
"6.429145, 6.443562, 6.482464, 6.601357, 7.028363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.031994, 0.042319, 0.073340, 0.210642, 0.801896",\
|
|
"0.031994, 0.042319, 0.073340, 0.210642, 0.801896",\
|
|
"0.031994, 0.042319, 0.073340, 0.210642, 0.801896",\
|
|
"0.031994, 0.042319, 0.073340, 0.210642, 0.801896",\
|
|
"0.031994, 0.042319, 0.073340, 0.210642, 0.801896");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "4.748333, 4.767740, 4.823025, 5.044456, 5.964754",\
|
|
"4.843989, 4.863395, 4.918681, 5.140111, 6.060409",\
|
|
"4.995903, 5.015309, 5.070594, 5.292025, 6.212323",\
|
|
"5.271976, 5.291382, 5.346668, 5.568099, 6.488396",\
|
|
"5.700853, 5.720260, 5.775545, 5.996976, 6.917273");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.032942, 0.050709, 0.113340, 0.416268, 1.701237",\
|
|
"0.032942, 0.050709, 0.113340, 0.416268, 1.701237",\
|
|
"0.032942, 0.050709, 0.113340, 0.416268, 1.701237",\
|
|
"0.032942, 0.050709, 0.113340, 0.416268, 1.701237",\
|
|
"0.032942, 0.050709, 0.113340, 0.416268, 1.701237");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "4.998200, 5.013963, 5.052865, 5.168264, 5.592084",\
|
|
"5.093855, 5.109618, 5.148520, 5.263919, 5.687739",\
|
|
"5.245769, 5.261531, 5.300434, 5.415833, 5.839653",\
|
|
"5.521843, 5.537605, 5.576508, 5.691906, 6.115727",\
|
|
"5.950720, 5.966482, 6.005384, 6.120783, 6.544604");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001266, 0.012038, 0.051266, 0.233345, 1.000000");
|
|
values ( "0.031994, 0.042319, 0.073340, 0.204044, 0.779238",\
|
|
"0.031994, 0.042319, 0.073340, 0.204044, 0.779238",\
|
|
"0.031994, 0.042319, 0.073340, 0.204044, 0.779238",\
|
|
"0.031994, 0.042319, 0.073340, 0.204044, 0.779238",\
|
|
"0.031994, 0.042319, 0.073340, 0.204044, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[5] */
|
|
|
|
pin("wb_dat_o[4]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.876972, 4.894524, 4.949817, 5.174443, 6.105760",\
|
|
"4.993503, 5.011055, 5.066349, 5.290974, 6.222291",\
|
|
"5.184189, 5.201741, 5.257035, 5.481660, 6.412977",\
|
|
"5.569496, 5.587048, 5.642341, 5.866967, 6.798284",\
|
|
"6.306111, 6.323663, 6.378957, 6.603582, 7.534899");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.032437, 0.050251, 0.112903, 0.421677, 1.727454",\
|
|
"0.032437, 0.050251, 0.112903, 0.421677, 1.727454",\
|
|
"0.032437, 0.050251, 0.112903, 0.421677, 1.727454",\
|
|
"0.032437, 0.050251, 0.112903, 0.421677, 1.727454",\
|
|
"0.032437, 0.050251, 0.112903, 0.421677, 1.727454");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "5.119820, 5.134106, 5.173067, 5.291688, 5.725989",\
|
|
"5.236351, 5.250638, 5.289598, 5.408220, 5.842521",\
|
|
"5.427037, 5.441323, 5.480284, 5.598906, 6.033206",\
|
|
"5.812345, 5.826631, 5.865591, 5.984213, 6.418514",\
|
|
"6.548960, 6.563246, 6.602206, 6.720828, 7.155129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.031666, 0.042096, 0.073179, 0.209750, 0.804740",\
|
|
"0.031666, 0.042096, 0.073179, 0.209750, 0.804740",\
|
|
"0.031666, 0.042096, 0.073179, 0.209750, 0.804740",\
|
|
"0.031666, 0.042096, 0.073179, 0.209750, 0.804740",\
|
|
"0.031666, 0.042096, 0.073179, 0.209750, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "4.865760, 4.885358, 4.940652, 5.162151, 6.082825",\
|
|
"4.961415, 4.981013, 5.036306, 5.257806, 6.178479",\
|
|
"5.113328, 5.132926, 5.188220, 5.409719, 6.330393",\
|
|
"5.389402, 5.409000, 5.464294, 5.685793, 6.606467",\
|
|
"5.818279, 5.837877, 5.893171, 6.114670, 7.035344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.032437, 0.050251, 0.112903, 0.415775, 1.701229",\
|
|
"0.032437, 0.050251, 0.112903, 0.415775, 1.701229",\
|
|
"0.032437, 0.050251, 0.112903, 0.415775, 1.701229",\
|
|
"0.032437, 0.050251, 0.112903, 0.415775, 1.701229",\
|
|
"0.032437, 0.050251, 0.112903, 0.415775, 1.701229");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "5.109741, 5.125730, 5.164690, 5.280175, 5.704158",\
|
|
"5.205396, 5.221385, 5.260345, 5.375830, 5.799813",\
|
|
"5.357309, 5.373299, 5.412259, 5.527743, 5.951727",\
|
|
"5.633383, 5.649373, 5.688333, 5.803818, 6.227800",\
|
|
"6.062260, 6.078249, 6.117210, 6.232695, 6.656677");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000972, 0.011744, 0.050972, 0.233051, 1.000000");
|
|
values ( "0.031666, 0.042096, 0.073179, 0.203822, 0.779238",\
|
|
"0.031666, 0.042096, 0.073179, 0.203822, 0.779238",\
|
|
"0.031666, 0.042096, 0.073179, 0.203822, 0.779238",\
|
|
"0.031666, 0.042096, 0.073179, 0.203822, 0.779238",\
|
|
"0.031666, 0.042096, 0.073179, 0.203822, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[4] */
|
|
|
|
pin("wb_dat_o[3]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "4.772325, 4.792008, 4.847320, 5.071911, 6.003236",\
|
|
"4.888856, 4.908540, 4.963851, 5.188442, 6.119768",\
|
|
"5.079542, 5.099226, 5.154538, 5.379128, 6.310454",\
|
|
"5.464849, 5.484532, 5.539844, 5.764435, 6.695760",\
|
|
"6.201464, 6.221148, 6.276459, 6.501050, 7.432375");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.032221, 0.050052, 0.112702, 0.421381, 1.727085",\
|
|
"0.032221, 0.050052, 0.112702, 0.421381, 1.727085",\
|
|
"0.032221, 0.050052, 0.112702, 0.421381, 1.727085",\
|
|
"0.032221, 0.050052, 0.112702, 0.421381, 1.727085",\
|
|
"0.032221, 0.050052, 0.112702, 0.421381, 1.727085");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "5.020245, 5.036334, 5.075334, 5.193929, 5.628157",\
|
|
"5.136776, 5.152865, 5.191865, 5.310461, 5.744689",\
|
|
"5.327462, 5.343552, 5.382552, 5.501147, 5.935375",\
|
|
"5.712770, 5.728859, 5.767859, 5.886454, 6.320682",\
|
|
"6.449384, 6.465474, 6.504474, 6.623069, 7.057297");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.031526, 0.041998, 0.073096, 0.209568, 0.804383",\
|
|
"0.031526, 0.041998, 0.073096, 0.209568, 0.804383",\
|
|
"0.031526, 0.041998, 0.073096, 0.209568, 0.804383",\
|
|
"0.031526, 0.041998, 0.073096, 0.209568, 0.804383",\
|
|
"0.031526, 0.041998, 0.073096, 0.209568, 0.804383");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "4.768554, 4.788238, 4.843549, 5.065059, 5.985888",\
|
|
"4.864208, 4.883892, 4.939204, 5.160714, 6.081542",\
|
|
"5.016122, 5.035806, 5.091117, 5.312627, 6.233456",\
|
|
"5.292196, 5.311880, 5.367192, 5.588702, 6.509530",\
|
|
"5.721072, 5.740756, 5.796068, 6.017578, 6.938406");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.032221, 0.050052, 0.112702, 0.415565, 1.701226",\
|
|
"0.032221, 0.050052, 0.112702, 0.415565, 1.701226",\
|
|
"0.032221, 0.050052, 0.112702, 0.415565, 1.701226",\
|
|
"0.032221, 0.050052, 0.112702, 0.415565, 1.701226",\
|
|
"0.032221, 0.050052, 0.112702, 0.415565, 1.701226");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "5.019786, 5.035875, 5.074875, 5.190378, 5.614431",\
|
|
"5.115440, 5.131530, 5.170530, 5.286033, 5.710086",\
|
|
"5.267354, 5.283443, 5.322443, 5.437946, 5.862000",\
|
|
"5.543428, 5.559517, 5.598517, 5.714020, 6.138073",\
|
|
"5.972305, 5.988395, 6.027395, 6.142898, 6.566951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.031526, 0.041998, 0.073096, 0.203727, 0.779238",\
|
|
"0.031526, 0.041998, 0.073096, 0.203727, 0.779238",\
|
|
"0.031526, 0.041998, 0.073096, 0.203727, 0.779238",\
|
|
"0.031526, 0.041998, 0.073096, 0.203727, 0.779238",\
|
|
"0.031526, 0.041998, 0.073096, 0.203727, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[3] */
|
|
|
|
pin("wb_dat_o[2]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000908 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "4.905282, 4.924924, 4.980228, 5.204859, 6.136274",\
|
|
"5.021828, 5.041471, 5.096775, 5.321405, 6.252820",\
|
|
"5.212515, 5.232158, 5.287462, 5.512092, 6.443508",\
|
|
"5.597873, 5.617516, 5.672820, 5.897450, 6.828866",\
|
|
"6.334656, 6.354299, 6.409603, 6.634233, 7.565649");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.032328, 0.050150, 0.112795, 0.421568, 1.727442",\
|
|
"0.032328, 0.050150, 0.112795, 0.421568, 1.727442",\
|
|
"0.032328, 0.050150, 0.112795, 0.421568, 1.727442",\
|
|
"0.032328, 0.050150, 0.112795, 0.421568, 1.727442",\
|
|
"0.032328, 0.050150, 0.112795, 0.421568, 1.727442");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "5.150145, 5.166185, 5.205169, 5.323797, 5.758135",\
|
|
"5.266691, 5.282731, 5.321714, 5.440342, 5.874681",\
|
|
"5.457378, 5.473418, 5.512402, 5.631030, 6.065369",\
|
|
"5.842737, 5.858777, 5.897761, 6.016389, 6.450727",\
|
|
"6.579519, 6.595559, 6.634543, 6.753171, 7.187510");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.031596, 0.042046, 0.073133, 0.209697, 0.804740",\
|
|
"0.031596, 0.042046, 0.073133, 0.209697, 0.804740",\
|
|
"0.031596, 0.042046, 0.073133, 0.209697, 0.804740",\
|
|
"0.031596, 0.042046, 0.073133, 0.209697, 0.804740",\
|
|
"0.031596, 0.042046, 0.073133, 0.209697, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "4.903501, 4.923143, 4.978447, 5.199952, 6.120723",\
|
|
"4.999170, 5.018813, 5.074117, 5.295621, 6.216393",\
|
|
"5.151085, 5.170728, 5.226032, 5.447536, 6.368307",\
|
|
"5.427209, 5.446852, 5.502156, 5.723660, 6.644432",\
|
|
"5.856254, 5.875896, 5.931201, 6.152705, 7.073476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.032328, 0.050150, 0.112795, 0.415669, 1.701218",\
|
|
"0.032328, 0.050150, 0.112795, 0.415669, 1.701218",\
|
|
"0.032328, 0.050150, 0.112795, 0.415669, 1.701218",\
|
|
"0.032328, 0.050150, 0.112795, 0.415669, 1.701218",\
|
|
"0.032328, 0.050150, 0.112795, 0.415669, 1.701218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "5.149686, 5.165726, 5.204710, 5.320200, 5.744220",\
|
|
"5.245355, 5.261395, 5.300379, 5.415870, 5.839890",\
|
|
"5.397270, 5.413310, 5.452294, 5.567785, 5.991804",\
|
|
"5.673395, 5.689435, 5.728419, 5.843910, 6.267929",\
|
|
"6.102440, 6.118480, 6.157464, 6.272954, 6.696974");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000908, 0.011680, 0.050908, 0.232987, 1.000000");
|
|
values ( "0.031596, 0.042046, 0.073133, 0.203772, 0.779238",\
|
|
"0.031596, 0.042046, 0.073133, 0.203772, 0.779238",\
|
|
"0.031596, 0.042046, 0.073133, 0.203772, 0.779238",\
|
|
"0.031596, 0.042046, 0.073133, 0.203772, 0.779238",\
|
|
"0.031596, 0.042046, 0.073133, 0.203772, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[2] */
|
|
|
|
pin("wb_dat_o[1]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000846 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "4.889105, 4.908790, 4.964102, 5.188690, 6.119999",\
|
|
"5.005651, 5.025335, 5.080648, 5.305236, 6.236545",\
|
|
"5.196339, 5.216023, 5.271336, 5.495924, 6.427233",\
|
|
"5.581698, 5.601382, 5.656695, 5.881283, 6.812592",\
|
|
"6.318479, 6.338163, 6.393476, 6.618064, 7.549373");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.032220, 0.050051, 0.112703, 0.421380, 1.727092",\
|
|
"0.032220, 0.050051, 0.112703, 0.421380, 1.727092",\
|
|
"0.032220, 0.050051, 0.112703, 0.421380, 1.727092",\
|
|
"0.032220, 0.050051, 0.112703, 0.421380, 1.727092",\
|
|
"0.032220, 0.050051, 0.112703, 0.421380, 1.727092");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "5.136465, 5.152555, 5.191555, 5.310150, 5.744377",\
|
|
"5.253010, 5.269101, 5.308100, 5.426695, 5.860923",\
|
|
"5.443697, 5.459788, 5.498787, 5.617383, 6.051610",\
|
|
"5.829056, 5.845146, 5.884146, 6.002741, 6.436968",\
|
|
"6.565839, 6.581929, 6.620929, 6.739524, 7.173751");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.031525, 0.041997, 0.073096, 0.209569, 0.804382",\
|
|
"0.031525, 0.041997, 0.073096, 0.209569, 0.804382",\
|
|
"0.031525, 0.041997, 0.073096, 0.209569, 0.804382",\
|
|
"0.031525, 0.041997, 0.073096, 0.209569, 0.804382",\
|
|
"0.031525, 0.041997, 0.073096, 0.209569, 0.804382");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "4.887475, 4.907159, 4.962471, 5.183979, 6.104791",\
|
|
"4.983143, 5.002828, 5.058140, 5.279647, 6.200460",\
|
|
"5.135058, 5.154742, 5.210055, 5.431562, 6.352375",\
|
|
"5.411184, 5.430868, 5.486181, 5.707688, 6.628500",\
|
|
"5.840228, 5.859912, 5.915225, 6.136732, 7.057544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.032220, 0.050051, 0.112703, 0.415564, 1.701233",\
|
|
"0.032220, 0.050051, 0.112703, 0.415564, 1.701233",\
|
|
"0.032220, 0.050051, 0.112703, 0.415564, 1.701233",\
|
|
"0.032220, 0.050051, 0.112703, 0.415564, 1.701233",\
|
|
"0.032220, 0.050051, 0.112703, 0.415564, 1.701233");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "5.134589, 5.150679, 5.189679, 5.305182, 5.729234",\
|
|
"5.230258, 5.246348, 5.285348, 5.400851, 5.824903",\
|
|
"5.382173, 5.398263, 5.437263, 5.552766, 5.976819",\
|
|
"5.658298, 5.674389, 5.713388, 5.828891, 6.252944",\
|
|
"6.087342, 6.103433, 6.142432, 6.257935, 6.681988");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000846, 0.011618, 0.050846, 0.232925, 1.000000");
|
|
values ( "0.031525, 0.041997, 0.073096, 0.203728, 0.779238",\
|
|
"0.031525, 0.041997, 0.073096, 0.203728, 0.779238",\
|
|
"0.031525, 0.041997, 0.073096, 0.203728, 0.779238",\
|
|
"0.031525, 0.041997, 0.073096, 0.203728, 0.779238",\
|
|
"0.031525, 0.041997, 0.073096, 0.203728, 0.779238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg_min*/
|
|
|
|
} /* end of pin wb_dat_o[1] */
|
|
|
|
pin("wb_dat_o[0]") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000891 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "4.863901, 4.883555, 4.938864, 5.163491, 6.094908",\
|
|
"4.980444, 5.000099, 5.055408, 5.280034, 6.211451",\
|
|
"5.171132, 5.190786, 5.246095, 5.470721, 6.402138",\
|
|
"5.556476, 5.576130, 5.631439, 5.856065, 6.787482",\
|
|
"6.293208, 6.312862, 6.368171, 6.592798, 7.524215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.032298, 0.050122, 0.112770, 0.421539, 1.727451",\
|
|
"0.032298, 0.050122, 0.112770, 0.421539, 1.727451",\
|
|
"0.032298, 0.050122, 0.112770, 0.421539, 1.727451",\
|
|
"0.032298, 0.050122, 0.112770, 0.421539, 1.727451",\
|
|
"0.032298, 0.050122, 0.112770, 0.421539, 1.727451");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "5.111611, 5.127666, 5.166655, 5.285284, 5.719631",\
|
|
"5.228154, 5.244209, 5.283198, 5.401827, 5.836174",\
|
|
"5.418841, 5.434896, 5.473886, 5.592514, 6.026862",\
|
|
"5.804184, 5.820239, 5.859229, 5.977857, 6.412204",\
|
|
"6.540917, 6.556972, 6.595961, 6.714590, 7.148937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.031576, 0.042032, 0.073121, 0.209686, 0.804740",\
|
|
"0.031576, 0.042032, 0.073121, 0.209686, 0.804740",\
|
|
"0.031576, 0.042032, 0.073121, 0.209686, 0.804740",\
|
|
"0.031576, 0.042032, 0.073121, 0.209686, 0.804740",\
|
|
"0.031576, 0.042032, 0.073121, 0.209686, 0.804740");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "4.847617, 4.867271, 4.922580, 5.144081, 6.064853",\
|
|
"4.943283, 4.962937, 5.018246, 5.239747, 6.160520",\
|
|
"5.095198, 5.114852, 5.170161, 5.391662, 6.312434",\
|
|
"5.371308, 5.390963, 5.446271, 5.667772, 6.588545",\
|
|
"5.800303, 5.819957, 5.875266, 6.096766, 7.017539");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.032298, 0.050122, 0.112770, 0.415640, 1.701227",\
|
|
"0.032298, 0.050122, 0.112770, 0.415640, 1.701227",\
|
|
"0.032298, 0.050122, 0.112770, 0.415640, 1.701227",\
|
|
"0.032298, 0.050122, 0.112770, 0.415640, 1.701227",\
|
|
"0.032298, 0.050122, 0.112770, 0.415640, 1.701227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "5.102918, 5.118972, 5.157962, 5.273454, 5.697482",\
|
|
"5.198585, 5.214639, 5.253629, 5.369121, 5.793149",\
|
|
"5.350499, 5.366553, 5.405543, 5.521035, 5.945063",\
|
|
"5.626609, 5.642664, 5.681653, 5.797145, 6.221173",\
|
|
"6.055603, 6.071658, 6.110647, 6.226139, 6.650167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000891, 0.011663, 0.050891, 0.232970, 1.000000");
|
|
values ( "0.031576, 0.042032, 0.073121, 0.203761, 0.779238",\
|
|
"0.031576, 0.042032, 0.073121, 0.203761, 0.779238",\
|
|
"0.031576, 0.042032, 0.073121, 0.203761, 0.779238",\
|
|
"0.031576, 0.042032, 0.073121, 0.203761, 0.779238",\
|
|
"0.031576, 0.042032, 0.073121, 0.203761, 0.779238");
|
|
}
|
|
|
|
} /* 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.005417 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.699722, 1.604062, 1.452148, 1.176039, 0.747046",\
|
|
"1.800305, 1.704646, 1.552731, 1.276622, 0.847629",\
|
|
"1.957500, 1.861841, 1.709927, 1.433818, 1.004824",\
|
|
"2.248288, 2.152629, 2.000714, 1.724605, 1.295612",\
|
|
"2.763442, 2.667783, 2.515869, 2.239759, 1.810766");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.010632, 0.914973, 0.763059, 0.486949, 0.057956",\
|
|
"1.114884, 1.019225, 0.867310, 0.591201, 0.162208",\
|
|
"1.278491, 1.182832, 1.030917, 0.754808, 0.325815",\
|
|
"1.569221, 1.473562, 1.321648, 1.045538, 0.616545",\
|
|
"2.031247, 1.935587, 1.783673, 1.507564, 1.078571");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.063424, 0.179960, 0.370647, 0.755989, 1.492721",\
|
|
"-0.037159, 0.079377, 0.270064, 0.655406, 1.392138",\
|
|
"-0.194061, -0.077525, 0.113161, 0.498504, 1.235235",\
|
|
"-0.483093, -0.366557, -0.175870, 0.209472, 0.946204",\
|
|
"-0.994171, -0.877635, -0.686948, -0.301606, 0.435126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.189222, -0.072686, 0.118001, 0.503343, 1.240075",\
|
|
"-0.293474, -0.176938, 0.013749, 0.399091, 1.135823",\
|
|
"-0.457033, -0.340497, -0.149810, 0.235532, 0.972264",\
|
|
"-0.746053, -0.629517, -0.438830, -0.053488, 0.683244",\
|
|
"-1.204360, -1.087824, -0.897137, -0.511795, 0.224937");
|
|
}
|
|
|
|
} /* 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.004050 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.198483, 1.102824, 0.950910, 0.674801, 0.245807",\
|
|
"1.300292, 1.204633, 1.052719, 0.776610, 0.347616",\
|
|
"1.435106, 1.339447, 1.187533, 0.911423, 0.482430",\
|
|
"1.674084, 1.578425, 1.426510, 1.150401, 0.721408",\
|
|
"2.057891, 1.962232, 1.810318, 1.534208, 1.105215");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.951960, 0.856300, 0.704386, 0.428277, -0.000717",\
|
|
"1.054243, 0.958583, 0.806669, 0.530560, 0.101567",\
|
|
"1.255415, 1.159756, 1.007842, 0.731732, 0.302739",\
|
|
"1.673591, 1.577932, 1.426018, 1.149909, 0.720915",\
|
|
"2.404060, 2.308401, 2.156487, 1.880377, 1.451384");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.228396, -0.111860, 0.078827, 0.464169, 1.200901",\
|
|
"-0.330205, -0.213669, -0.022982, 0.362360, 1.099091",\
|
|
"-0.465019, -0.348483, -0.157796, 0.227546, 0.964278",\
|
|
"-0.703997, -0.587461, -0.396774, -0.011432, 0.725300",\
|
|
"-1.087804, -0.971268, -0.780581, -0.395239, 0.341493");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.280864, -0.164328, 0.026358, 0.411700, 1.148432",\
|
|
"-0.383148, -0.266612, -0.075925, 0.309417, 1.046149",\
|
|
"-0.584320, -0.467784, -0.277097, 0.108245, 0.844976",\
|
|
"-1.002496, -0.885960, -0.695274, -0.309932, 0.426800",\
|
|
"-1.732965, -1.616429, -1.425742, -1.040400, -0.303668");
|
|
}
|
|
|
|
} /* 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.004065 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.859695, 1.764036, 1.612122, 1.336013, 0.907019",\
|
|
"1.961574, 1.865915, 1.714001, 1.437891, 1.008898",\
|
|
"2.096421, 2.000762, 1.848847, 1.572738, 1.143745",\
|
|
"2.335158, 2.239499, 2.087584, 1.811475, 1.382482",\
|
|
"2.720308, 2.624649, 2.472734, 2.196625, 1.767632");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.214663, 1.119004, 0.967090, 0.690980, 0.261987",\
|
|
"1.317010, 1.221351, 1.069437, 0.793328, 0.364334",\
|
|
"1.518156, 1.422497, 1.270582, 0.994473, 0.565480",\
|
|
"1.937251, 1.841591, 1.689677, 1.413568, 0.984575",\
|
|
"2.669879, 2.574219, 2.422305, 2.146196, 1.717203");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.306567, -0.190031, 0.000656, 0.385998, 1.122729",\
|
|
"-0.408446, -0.291910, -0.101223, 0.284119, 1.020851",\
|
|
"-0.543293, -0.426757, -0.236070, 0.149272, 0.886004",\
|
|
"-0.782030, -0.665494, -0.474807, -0.089465, 0.647267",\
|
|
"-1.167180, -1.050644, -0.859957, -0.474615, 0.262117");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.543996, -0.427460, -0.236773, 0.148569, 0.885300",\
|
|
"-0.646344, -0.529808, -0.339121, 0.046221, 0.782953",\
|
|
"-0.847489, -0.730953, -0.540266, -0.154924, 0.581807",\
|
|
"-1.266584, -1.150048, -0.959361, -0.574019, 0.162713",\
|
|
"-1.999212, -1.882676, -1.691989, -1.306647, -0.569915");
|
|
}
|
|
|
|
} /* 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.004842 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.102915, 1.007256, 0.855342, 0.579233, 0.150239",\
|
|
"1.203503, 1.107844, 0.955930, 0.679821, 0.250827",\
|
|
"1.360540, 1.264881, 1.112967, 0.836857, 0.407864",\
|
|
"1.649933, 1.554273, 1.402359, 1.126250, 0.697257",\
|
|
"2.162845, 2.067186, 1.915272, 1.639163, 1.210169");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.006354, 0.910695, 0.758780, 0.482671, 0.053678",\
|
|
"1.110604, 1.014945, 0.863031, 0.586921, 0.157928",\
|
|
"1.274049, 1.178390, 1.026476, 0.750366, 0.321373",\
|
|
"1.562624, 1.466964, 1.315050, 1.038941, 0.609948",\
|
|
"2.019614, 1.923955, 1.772041, 1.495932, 1.066938");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.390025, -0.273489, -0.082802, 0.302540, 1.039272",\
|
|
"-0.490613, -0.374077, -0.183390, 0.201952, 0.938684",\
|
|
"-0.647649, -0.531113, -0.340427, 0.044916, 0.781647",\
|
|
"-0.937042, -0.820506, -0.629819, -0.244477, 0.492255",\
|
|
"-1.450330, -1.333794, -1.143108, -0.757766, -0.021034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "-0.266543, -0.150007, 0.040680, 0.426022, 1.162753",\
|
|
"-0.366777, -0.250241, -0.059555, 0.325787, 1.062519",\
|
|
"-0.522921, -0.406385, -0.215698, 0.169644, 0.906376",\
|
|
"-0.790926, -0.674390, -0.483703, -0.098361, 0.638371",\
|
|
"-1.189966, -1.073430, -0.882743, -0.497401, 0.239331");
|
|
}
|
|
|
|
} /* 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.501403 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.348826 ;
|
|
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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.803745, 1.920285, 2.110972, 2.496303, 3.232992");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.231541, 0.231541, 0.231541, 0.231541, 0.231541");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.957401, 2.073940, 2.264628, 2.649958, 3.386648");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.193603, 0.193603, 0.193603, 0.193603, 0.193603");
|
|
}
|
|
|
|
} /* 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.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.803286, 1.898949, 2.050864, 2.326961, 2.755913");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.231541, 0.231541, 0.231541, 0.231541, 0.231541");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "1.956942, 2.052604, 2.204519, 2.480617, 2.909568");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
values ( "0.193603, 0.193603, 0.193603, 0.193603, 0.193603");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|