mirror of https://github.com/efabless/caravel.git
35914 lines
1.5 MiB
35914 lines
1.5 MiB
|
|
library("housekeeping.max") {
|
|
|
|
technology (cmos) ;
|
|
delay_model : table_lookup ;
|
|
library_features ( report_delay_calculation ) ;
|
|
date : "Mon Apr 17 12:18:32 2023" ;
|
|
revision : "T-2022.03-SP3" ;
|
|
nom_process : 1.0000 ;
|
|
nom_voltage : 1.8000 ;
|
|
nom_temperature : 25.0000 ;
|
|
operating_conditions( "sky130_fd_sc_hd__tt_1.80v_25C" ) {
|
|
process : 1.0000 ;
|
|
voltage : 1.8000 ;
|
|
temperature : 25.0000 ;
|
|
} /* current design opcond */
|
|
default_operating_conditions : "sky130_fd_sc_hd__tt_1.80v_25C" ;
|
|
voltage_unit : "1V" ;
|
|
time_unit : "1ns" ;
|
|
capacitive_load_unit (1.000000, pf);
|
|
slew_derate_from_library : 1.0000 ;
|
|
slew_lower_threshold_pct_rise : 20.0000 ;
|
|
slew_lower_threshold_pct_fall : 20.0000 ;
|
|
slew_upper_threshold_pct_rise : 80.0000 ;
|
|
slew_upper_threshold_pct_fall : 80.0000 ;
|
|
input_threshold_pct_rise : 50.0000 ;
|
|
input_threshold_pct_fall : 50.0000 ;
|
|
output_threshold_pct_rise : 50.0000 ;
|
|
output_threshold_pct_fall : 50.0000 ;
|
|
k_process_cell_rise : 0.000000;
|
|
k_process_cell_fall : 0.000000;
|
|
k_volt_cell_rise : 0.000000;
|
|
k_volt_cell_fall : 0.000000;
|
|
k_temp_cell_rise : 0.000000;
|
|
k_temp_cell_fall : 0.000000;
|
|
k_process_rise_transition : 0.000000;
|
|
k_process_fall_transition : 0.000000;
|
|
k_volt_rise_transition : 0.000000;
|
|
k_volt_fall_transition : 0.000000;
|
|
k_temp_rise_transition : 0.000000;
|
|
k_temp_fall_transition : 0.000000;
|
|
default_fanout_load : 1.000000;
|
|
default_inout_pin_cap : 1.000000;
|
|
default_input_pin_cap : 1.000000;
|
|
default_output_pin_cap : 0.000000;
|
|
current_unit : 1mA;
|
|
pulling_resistance_unit : "1kohm";
|
|
comment : "PrimeTime extracted Model." ;
|
|
|
|
define(min_delay_flag, timing, boolean);
|
|
define(internal_noise_width_above_low, pin, float);
|
|
define(internal_noise_height_below_high, pin, float);
|
|
define(original_pin, pin, string);
|
|
define(max_noise_immunity_low, pin, float);
|
|
define(is_unconstrained, pin, boolean);
|
|
define(internal_noise_width_below_high, pin, float);
|
|
define(internal_noise_peak_time_below_high, pin, float);
|
|
define(internal_noise_height_above_low, pin, float);
|
|
define(max_noise_immunity_high, pin, float);
|
|
define(internal_noise_peak_time_above_low, pin, float);
|
|
|
|
|
|
|
|
/* SCALAR table template is built-in */
|
|
|
|
|
|
/* 1-D table template f(in_trans) */
|
|
lu_table_template( f_itrans ) {
|
|
variable_1 : input_net_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(in_trans, out_cap) */
|
|
lu_table_template( f_itrans_ocap ) {
|
|
variable_1 : input_net_transition;
|
|
variable_2 : total_output_net_capacitance;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
/* 2-D table template f(d_trans, c_trans) */
|
|
lu_table_template( f_dtrans_ctrans ) {
|
|
variable_1 : constrained_pin_transition;
|
|
variable_2 : related_pin_transition;
|
|
index_1 (" 0.0000, 1.0000 ");
|
|
index_2 (" 0.0000, 1.0000 ");
|
|
}
|
|
|
|
type ( BUS3_type0 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 3 ;
|
|
bit_from : 2 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS32_type1 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 32 ;
|
|
bit_from : 31 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS38_type2 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 38 ;
|
|
bit_from : 37 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS5_type3 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 5 ;
|
|
bit_from : 4 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS26_type4 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 26 ;
|
|
bit_from : 25 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
type ( BUS4_type5 ) {
|
|
base_type : array ;
|
|
data_type : bit ;
|
|
bit_width : 4 ;
|
|
bit_from : 3 ;
|
|
bit_to : 0 ;
|
|
downto : true ;
|
|
} /* end of type */
|
|
|
|
cell( housekeeping ) {
|
|
area : 110897.125000 ;
|
|
dont_use : true ;
|
|
dont_touch : true ;
|
|
interface_timing : true;
|
|
timing_model_type : "extracted";
|
|
is_macro_cell : true;
|
|
|
|
/* Generated clock definitions start here*/
|
|
generated_clock ( wbbd_sck ) {
|
|
clock_pin : wbbd_sck ;
|
|
master_pin : wb_clk_i ;
|
|
divided_by : 2 ;
|
|
}
|
|
/* End of generated clocks */
|
|
|
|
pin("VGND") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VGND */
|
|
|
|
pin("VPWR") {
|
|
direction : input ;
|
|
max_transition : 0.750000 ;
|
|
capacitance : 0.000000 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
is_unconstrained : true;
|
|
} /* end of pin VPWR */
|
|
|
|
pin("debug_in") {
|
|
direction : output ;
|
|
max_capacitance : 1.000000 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001144 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.443465, 0.455774, 0.491702, 0.634976, 1.233935",\
|
|
"0.532699, 0.545008, 0.580936, 0.724211, 1.323170",\
|
|
"0.591704, 0.604014, 0.639942, 0.783216, 1.382174",\
|
|
"0.661618, 0.673927, 0.709856, 0.853130, 1.452089",\
|
|
"0.949749, 0.962060, 0.997990, 1.141266, 1.740221");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.020649, 0.031903, 0.075849, 0.280435, 1.155385",\
|
|
"0.020650, 0.031903, 0.075850, 0.280435, 1.155386",\
|
|
"0.020650, 0.031904, 0.075850, 0.280435, 1.155386",\
|
|
"0.020652, 0.031905, 0.075851, 0.280434, 1.155386",\
|
|
"0.020661, 0.031913, 0.075856, 0.280433, 1.155387");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.454112, 0.463948, 0.488269, 0.559664, 0.820661",\
|
|
"0.579219, 0.589056, 0.613377, 0.684772, 0.945769",\
|
|
"0.704692, 0.714529, 0.738850, 0.810245, 1.071242",\
|
|
"0.900703, 0.910540, 0.934861, 1.006256, 1.267253",\
|
|
"1.709390, 1.719226, 1.743547, 1.814941, 2.075940");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.019290, 0.025346, 0.046940, 0.128824, 0.488230",\
|
|
"0.019290, 0.025346, 0.046940, 0.128824, 0.488230",\
|
|
"0.019290, 0.025346, 0.046940, 0.128824, 0.488230",\
|
|
"0.019290, 0.025346, 0.046940, 0.128824, 0.488230",\
|
|
"0.019291, 0.025346, 0.046940, 0.128824, 0.488233");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.443465, 0.455774, 0.489998, 0.631037, 1.216154",\
|
|
"0.532699, 0.545008, 0.579233, 0.720272, 1.305389",\
|
|
"0.591704, 0.604014, 0.638238, 0.779277, 1.364393",\
|
|
"0.661618, 0.673927, 0.708153, 0.849192, 1.434307",\
|
|
"0.949749, 0.962060, 0.996287, 1.137328, 1.722439");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.020649, 0.031903, 0.072685, 0.268582, 1.103642",\
|
|
"0.020650, 0.031903, 0.072685, 0.268582, 1.103642",\
|
|
"0.020650, 0.031904, 0.072685, 0.268582, 1.103642",\
|
|
"0.020652, 0.031905, 0.072686, 0.268582, 1.103643",\
|
|
"0.020661, 0.031913, 0.072691, 0.268581, 1.103644");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.454112, 0.463948, 0.486561, 0.555476, 0.803011",\
|
|
"0.579219, 0.589056, 0.611669, 0.680583, 0.928118",\
|
|
"0.704692, 0.714529, 0.737142, 0.806056, 1.053591",\
|
|
"0.900703, 0.910540, 0.933153, 1.002068, 1.249602",\
|
|
"1.709390, 1.719226, 1.741839, 1.810753, 2.058289");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.019290, 0.025346, 0.043762, 0.119706, 0.453826",\
|
|
"0.019290, 0.025346, 0.043762, 0.119706, 0.453826",\
|
|
"0.019290, 0.025346, 0.043762, 0.119706, 0.453826",\
|
|
"0.019290, 0.025346, 0.043762, 0.119706, 0.453826",\
|
|
"0.019291, 0.025346, 0.043763, 0.119706, 0.453830");
|
|
}
|
|
|
|
} /* end of arc debug_mode_debug_in_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.569037, 0.581351, 0.617285, 0.760562, 1.359511",\
|
|
"0.664286, 0.676600, 0.712533, 0.855810, 1.454759",\
|
|
"0.737292, 0.749607, 0.785540, 0.928818, 1.527766",\
|
|
"0.829303, 0.841618, 0.877553, 1.020830, 1.619777",\
|
|
"1.205503, 1.217821, 1.253758, 1.397037, 1.995978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.020674, 0.031924, 0.075863, 0.280431, 1.155389",\
|
|
"0.020674, 0.031924, 0.075863, 0.280431, 1.155389",\
|
|
"0.020675, 0.031925, 0.075863, 0.280431, 1.155390",\
|
|
"0.020679, 0.031928, 0.075865, 0.280430, 1.155390",\
|
|
"0.020692, 0.031939, 0.075872, 0.280429, 1.155392");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.559028, 0.568867, 0.593192, 0.664588, 0.925577",\
|
|
"0.687210, 0.697049, 0.721374, 0.792770, 1.053759",\
|
|
"0.826181, 0.836019, 0.860344, 0.931740, 1.192730",\
|
|
"1.051453, 1.061291, 1.085615, 1.157011, 1.418002",\
|
|
"1.975794, 1.985631, 2.009952, 2.081346, 2.342344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.019288, 0.025347, 0.046938, 0.128823, 0.488211",\
|
|
"0.019288, 0.025347, 0.046938, 0.128823, 0.488211",\
|
|
"0.019288, 0.025347, 0.046938, 0.128823, 0.488212",\
|
|
"0.019289, 0.025347, 0.046939, 0.128823, 0.488216",\
|
|
"0.019290, 0.025346, 0.046940, 0.128824, 0.488231");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[0]_debug_in_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[0]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.566674, 0.578988, 0.613217, 0.754259, 1.339365",\
|
|
"0.661923, 0.674236, 0.708466, 0.849508, 1.434614",\
|
|
"0.734989, 0.747303, 0.781532, 0.922575, 1.507680",\
|
|
"0.827234, 0.839549, 0.873780, 1.014822, 1.599926",\
|
|
"1.204625, 1.216942, 1.251176, 1.392221, 1.977317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.020671, 0.031922, 0.072697, 0.268579, 1.103646",\
|
|
"0.020671, 0.031922, 0.072697, 0.268579, 1.103646",\
|
|
"0.020673, 0.031923, 0.072697, 0.268579, 1.103646",\
|
|
"0.020676, 0.031926, 0.072699, 0.268578, 1.103647",\
|
|
"0.020690, 0.031938, 0.072707, 0.268576, 1.103649");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.551944, 0.561783, 0.584400, 0.653317, 0.900843",\
|
|
"0.680126, 0.689965, 0.712583, 0.781499, 1.029025",\
|
|
"0.819637, 0.829476, 0.852093, 0.921009, 1.168536",\
|
|
"1.045831, 1.055669, 1.078286, 1.147201, 1.394730",\
|
|
"1.975794, 1.985631, 2.008244, 2.077158, 2.324693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001144, 0.011916, 0.051144, 0.233223, 1.000000");
|
|
values ( "0.019288, 0.025347, 0.043761, 0.119705, 0.453804",\
|
|
"0.019288, 0.025347, 0.043761, 0.119705, 0.453804",\
|
|
"0.019288, 0.025347, 0.043761, 0.119705, 0.453806",\
|
|
"0.019289, 0.025347, 0.043761, 0.119705, 0.453810",\
|
|
"0.019290, 0.025346, 0.043762, 0.119706, 0.453827");
|
|
}
|
|
|
|
} /* 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.004242 ;
|
|
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.003677 ;
|
|
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.003464 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
} /* end of pin debug_out */
|
|
|
|
pin("pad_flash_clk") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002251 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "1.558660, 1.593181, 1.660612, 1.878492, 2.637730",\
|
|
"1.668389, 1.702910, 1.770341, 1.988220, 2.747459",\
|
|
"1.760821, 1.795342, 1.862773, 2.080652, 2.839891",\
|
|
"1.900678, 1.935199, 2.002630, 2.220510, 2.979748",\
|
|
"2.473074, 2.507594, 2.575026, 2.792905, 3.552144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027597, 0.059535, 0.148521, 0.462816, 1.567265",\
|
|
"0.027597, 0.059535, 0.148521, 0.462816, 1.567265",\
|
|
"0.027597, 0.059535, 0.148521, 0.462816, 1.567265",\
|
|
"0.027597, 0.059535, 0.148521, 0.462816, 1.567265",\
|
|
"0.027597, 0.059535, 0.148521, 0.462816, 1.567265");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "1.662231, 1.690272, 1.738835, 1.875460, 2.344519",\
|
|
"1.771960, 1.800000, 1.848564, 1.985189, 2.454248",\
|
|
"1.864392, 1.892432, 1.940995, 2.077621, 2.546680",\
|
|
"2.004250, 2.032290, 2.080853, 2.217478, 2.686538",\
|
|
"2.576645, 2.604685, 2.653248, 2.789874, 3.258933");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023251, 0.044310, 0.097503, 0.279000, 0.941353",\
|
|
"0.023251, 0.044310, 0.097503, 0.279000, 0.941353",\
|
|
"0.023251, 0.044310, 0.097503, 0.279000, 0.941353",\
|
|
"0.023251, 0.044310, 0.097503, 0.279000, 0.941353",\
|
|
"0.023251, 0.044310, 0.097503, 0.279000, 0.941353");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "1.462335, 1.496846, 1.561538, 1.777571, 2.524786",\
|
|
"1.554874, 1.589384, 1.654076, 1.870109, 2.617325",\
|
|
"1.625255, 1.659766, 1.724458, 1.940491, 2.687706",\
|
|
"1.711604, 1.746114, 1.810806, 2.026839, 2.774055",\
|
|
"2.066576, 2.101087, 2.165778, 2.381811, 3.129027");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027571, 0.059520, 0.143409, 0.448855, 1.517704",\
|
|
"0.027571, 0.059520, 0.143409, 0.448855, 1.517704",\
|
|
"0.027571, 0.059520, 0.143409, 0.448855, 1.517704",\
|
|
"0.027571, 0.059520, 0.143409, 0.448855, 1.517704",\
|
|
"0.027571, 0.059520, 0.143409, 0.448855, 1.517704");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "1.642962, 1.671001, 1.716819, 1.851790, 2.308483",\
|
|
"1.735500, 1.763539, 1.809357, 1.944328, 2.401021",\
|
|
"1.805882, 1.833921, 1.879739, 2.014710, 2.471403",\
|
|
"1.892231, 1.920270, 1.966088, 2.101059, 2.557752",\
|
|
"2.247203, 2.275242, 2.321060, 2.456031, 2.912724");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023240, 0.044303, 0.092376, 0.264219, 0.889041",\
|
|
"0.023240, 0.044303, 0.092376, 0.264219, 0.889041",\
|
|
"0.023240, 0.044303, 0.092376, 0.264219, 0.889041",\
|
|
"0.023240, 0.044303, 0.092376, 0.264219, 0.889041",\
|
|
"0.023240, 0.044303, 0.092376, 0.264219, 0.889041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.833054, 0.867568, 0.934998, 1.152876, 1.912099",\
|
|
"0.942783, 0.977297, 1.044727, 1.262605, 2.021827",\
|
|
"1.035215, 1.069729, 1.137158, 1.355037, 2.114259",\
|
|
"1.175072, 1.209586, 1.277016, 1.494894, 2.254116",\
|
|
"1.747466, 1.781980, 1.849410, 2.067288, 2.826510");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027581, 0.059526, 0.148518, 0.462819, 1.567257",\
|
|
"0.027581, 0.059526, 0.148518, 0.462819, 1.567257",\
|
|
"0.027581, 0.059526, 0.148518, 0.462819, 1.567257",\
|
|
"0.027581, 0.059526, 0.148518, 0.462819, 1.567257",\
|
|
"0.027581, 0.059526, 0.148518, 0.462819, 1.567257");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.982374, 1.010415, 1.058978, 1.195604, 1.664663",\
|
|
"1.110117, 1.138158, 1.186721, 1.323347, 1.792406",\
|
|
"1.254209, 1.282250, 1.330813, 1.467439, 1.936498",\
|
|
"1.493598, 1.521639, 1.570202, 1.706828, 2.175887",\
|
|
"2.459280, 2.487320, 2.535884, 2.672509, 3.141569");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023256, 0.044313, 0.097505, 0.279002, 0.941337",\
|
|
"0.023256, 0.044313, 0.097505, 0.279002, 0.941337",\
|
|
"0.023256, 0.044313, 0.097505, 0.279002, 0.941337",\
|
|
"0.023256, 0.044313, 0.097505, 0.279002, 0.941337",\
|
|
"0.023256, 0.044313, 0.097505, 0.279002, 0.941337");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.814788, 0.849302, 0.913995, 1.130029, 1.877255",\
|
|
"0.907326, 0.941840, 1.006533, 1.222567, 1.969793",\
|
|
"0.977708, 1.012222, 1.076915, 1.292949, 2.040174",\
|
|
"1.064057, 1.098571, 1.163263, 1.379297, 2.126523",\
|
|
"1.419027, 1.453542, 1.518234, 1.734268, 2.481494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027581, 0.059526, 0.143411, 0.448854, 1.517709",\
|
|
"0.027581, 0.059526, 0.143411, 0.448854, 1.517709",\
|
|
"0.027581, 0.059526, 0.143411, 0.448854, 1.517709",\
|
|
"0.027581, 0.059526, 0.143411, 0.448854, 1.517709",\
|
|
"0.027581, 0.059526, 0.143411, 0.448854, 1.517709");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.974729, 1.002770, 1.048589, 1.183562, 1.640258",\
|
|
"1.085037, 1.113077, 1.158897, 1.293869, 1.750566",\
|
|
"1.206099, 1.234140, 1.279959, 1.414932, 1.871628",\
|
|
"1.393484, 1.421525, 1.467345, 1.602317, 2.059014",\
|
|
"2.138161, 2.166202, 2.212021, 2.346994, 2.803690");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023256, 0.044313, 0.092381, 0.264224, 0.888989",\
|
|
"0.023256, 0.044313, 0.092381, 0.264224, 0.888989",\
|
|
"0.023256, 0.044313, 0.092381, 0.264224, 0.888989",\
|
|
"0.023256, 0.044313, 0.092381, 0.264224, 0.888989",\
|
|
"0.023256, 0.044313, 0.092381, 0.264224, 0.888989");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.666968, 0.701492, 0.768924, 0.986805, 1.746054",\
|
|
"0.756128, 0.790653, 0.858085, 1.075965, 1.835215",\
|
|
"0.818335, 0.852860, 0.920292, 1.138173, 1.897423",\
|
|
"0.888416, 0.922942, 0.990374, 1.208255, 1.967507",\
|
|
"1.177241, 1.211769, 1.279202, 1.497083, 2.256341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027607, 0.059541, 0.148522, 0.462814, 1.567270",\
|
|
"0.027607, 0.059541, 0.148522, 0.462814, 1.567270",\
|
|
"0.027608, 0.059542, 0.148522, 0.462814, 1.567270",\
|
|
"0.027610, 0.059543, 0.148523, 0.462814, 1.567271",\
|
|
"0.027616, 0.059546, 0.148523, 0.462812, 1.567273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.758635, 0.786674, 0.835237, 0.971861, 1.440920",\
|
|
"0.883256, 0.911295, 0.959857, 1.096482, 1.565541",\
|
|
"1.014809, 1.042848, 1.091410, 1.228035, 1.697094",\
|
|
"1.215839, 1.243878, 1.292441, 1.429065, 1.898124",\
|
|
"2.044335, 2.072375, 2.120937, 2.257562, 2.726621");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023242, 0.044304, 0.097501, 0.278997, 0.941382",\
|
|
"0.023242, 0.044304, 0.097501, 0.278997, 0.941382",\
|
|
"0.023242, 0.044305, 0.097501, 0.278997, 0.941381",\
|
|
"0.023243, 0.044305, 0.097501, 0.278998, 0.941379",\
|
|
"0.023245, 0.044306, 0.097502, 0.278998, 0.941373");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_clk_pad_flash_clk_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_clk" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.650005, 0.684530, 0.749225, 0.965262, 1.712515",\
|
|
"0.739165, 0.773690, 0.838385, 1.054422, 1.801675",\
|
|
"0.801372, 0.835897, 0.900592, 1.116629, 1.863883",\
|
|
"0.871454, 0.905980, 0.970675, 1.186712, 1.933967",\
|
|
"1.160278, 1.194806, 1.259502, 1.475540, 2.222801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.027607, 0.059541, 0.143415, 0.448849, 1.517722",\
|
|
"0.027607, 0.059541, 0.143415, 0.448849, 1.517722",\
|
|
"0.027608, 0.059542, 0.143415, 0.448848, 1.517722",\
|
|
"0.027610, 0.059543, 0.143415, 0.448848, 1.517724",\
|
|
"0.027616, 0.059546, 0.143416, 0.448847, 1.517726");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.753241, 0.781280, 0.827099, 0.962070, 1.418764",\
|
|
"0.877862, 0.905901, 0.951720, 1.086691, 1.543384",\
|
|
"1.009415, 1.037454, 1.083273, 1.218244, 1.674937",\
|
|
"1.210445, 1.238484, 1.284303, 1.419274, 1.875968",\
|
|
"2.038941, 2.066981, 2.112799, 2.247771, 2.704465");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002251, 0.023571, 0.076737, 0.262476, 0.909128");
|
|
values ( "0.023242, 0.044304, 0.092377, 0.264220, 0.889035",\
|
|
"0.023242, 0.044304, 0.092377, 0.264220, 0.889035",\
|
|
"0.023242, 0.044305, 0.092377, 0.264220, 0.889034",\
|
|
"0.023243, 0.044305, 0.092377, 0.264220, 0.889032",\
|
|
"0.023245, 0.044306, 0.092378, 0.264221, 0.889025");
|
|
}
|
|
|
|
} /* 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.001461 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "1.419374, 1.431987, 1.468354, 1.611853, 2.209489",\
|
|
"1.529102, 1.541716, 1.578083, 1.721582, 2.319218",\
|
|
"1.621534, 1.634148, 1.670515, 1.814014, 2.411650",\
|
|
"1.761392, 1.774005, 1.810372, 1.953872, 2.551507",\
|
|
"2.333787, 2.346401, 2.382768, 2.526267, 3.123902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.023160, 0.034095, 0.077338, 0.280342, 1.155115",\
|
|
"0.023160, 0.034095, 0.077338, 0.280342, 1.155115",\
|
|
"0.023160, 0.034095, 0.077338, 0.280342, 1.155115",\
|
|
"0.023160, 0.034095, 0.077338, 0.280342, 1.155115",\
|
|
"0.023160, 0.034095, 0.077338, 0.280342, 1.155115");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "1.303928, 1.313579, 1.337794, 1.409261, 1.669938",\
|
|
"1.413657, 1.423308, 1.447523, 1.518990, 1.779667",\
|
|
"1.506089, 1.515740, 1.539955, 1.611422, 1.872099",\
|
|
"1.645947, 1.655597, 1.679812, 1.751280, 2.011956",\
|
|
"2.218342, 2.227993, 2.252207, 2.323675, 2.584352");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.019688, 0.025617, 0.047170, 0.128951, 0.487972",\
|
|
"0.019688, 0.025617, 0.047170, 0.128951, 0.487972",\
|
|
"0.019688, 0.025617, 0.047170, 0.128951, 0.487972",\
|
|
"0.019688, 0.025617, 0.047170, 0.128951, 0.487972",\
|
|
"0.019688, 0.025617, 0.047170, 0.128951, 0.487972");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_clk_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "1.418069, 1.430683, 1.465352, 1.606687, 2.190503",\
|
|
"1.510607, 1.523221, 1.557890, 1.699225, 2.283041",\
|
|
"1.580989, 1.593603, 1.628272, 1.769607, 2.353423",\
|
|
"1.667338, 1.679952, 1.714621, 1.855956, 2.439771",\
|
|
"2.022310, 2.034924, 2.069593, 2.210928, 2.794744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.023160, 0.034095, 0.074200, 0.268603, 1.103981",\
|
|
"0.023160, 0.034095, 0.074200, 0.268603, 1.103981",\
|
|
"0.023160, 0.034095, 0.074200, 0.268603, 1.103981",\
|
|
"0.023160, 0.034095, 0.074200, 0.268603, 1.103981",\
|
|
"0.023160, 0.034095, 0.074200, 0.268603, 1.103981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "1.302624, 1.312274, 1.334787, 1.403701, 1.651146",\
|
|
"1.395162, 1.404812, 1.427325, 1.496239, 1.743684",\
|
|
"1.465544, 1.475194, 1.497707, 1.566621, 1.814066",\
|
|
"1.551893, 1.561543, 1.584055, 1.652970, 1.900414",\
|
|
"1.906865, 1.916515, 1.939028, 2.007942, 2.255387");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001461, 0.012233, 0.051461, 0.233540, 1.000000");
|
|
values ( "0.019688, 0.025617, 0.044019, 0.119859, 0.454043",\
|
|
"0.019688, 0.025617, 0.044019, 0.119859, 0.454043",\
|
|
"0.019688, 0.025617, 0.044019, 0.119859, 0.454043",\
|
|
"0.019688, 0.025617, 0.044019, 0.119859, 0.454043",\
|
|
"0.019688, 0.025617, 0.044019, 0.119859, 0.454043");
|
|
}
|
|
|
|
} /* 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.000945 ;
|
|
|
|
/* 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.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.637643, 0.649903, 0.685584, 0.828310, 1.426383",\
|
|
"0.701890, 0.714151, 0.749831, 0.892557, 1.464861",\
|
|
"0.747882, 0.760143, 0.795824, 0.938550, 1.464861",\
|
|
"0.775772, 0.788033, 0.823715, 0.966442, 1.464861",\
|
|
"0.775772, 0.788033, 0.823715, 0.966442, 1.464861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019958, 0.031318, 0.075014, 0.278751, 1.149463",\
|
|
"0.019958, 0.031318, 0.075014, 0.278751, 1.149463",\
|
|
"0.019959, 0.031319, 0.075015, 0.278751, 1.149463",\
|
|
"0.019963, 0.031323, 0.075017, 0.278751, 1.149463",\
|
|
"0.019977, 0.031335, 0.075025, 0.278749, 1.149465");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.677698, 0.687587, 0.711742, 0.782962, 1.042667",\
|
|
"0.778292, 0.788182, 0.812336, 0.883556, 1.143261",\
|
|
"0.930104, 0.939994, 0.964148, 1.035368, 1.295073",\
|
|
"1.213144, 1.223034, 1.247188, 1.318409, 1.578114",\
|
|
"1.774896, 1.784786, 1.808940, 1.880160, 2.139866");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019187, 0.025284, 0.046515, 0.127495, 0.483803",\
|
|
"0.019187, 0.025284, 0.046515, 0.127495, 0.483803",\
|
|
"0.019187, 0.025284, 0.046515, 0.127495, 0.483803",\
|
|
"0.019187, 0.025284, 0.046514, 0.127495, 0.483803",\
|
|
"0.019186, 0.025283, 0.046514, 0.127495, 0.483803");
|
|
}
|
|
|
|
} /* 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.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.637643, 0.649903, 0.684079, 0.825055, 1.410554",\
|
|
"0.676119, 0.688383, 0.722563, 0.863542, 1.449031",\
|
|
"0.676119, 0.688383, 0.722563, 0.863542, 1.449031",\
|
|
"0.676119, 0.688383, 0.722563, 0.863542, 1.449031",\
|
|
"0.676119, 0.688383, 0.722563, 0.863542, 1.449031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019958, 0.031318, 0.072215, 0.268436, 1.103569",\
|
|
"0.019958, 0.031318, 0.072215, 0.268436, 1.103569",\
|
|
"0.019959, 0.031319, 0.072215, 0.268436, 1.103569",\
|
|
"0.019963, 0.031323, 0.072217, 0.268435, 1.103570",\
|
|
"0.019977, 0.031335, 0.072225, 0.268433, 1.103572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.673765, 0.683655, 0.706300, 0.775210, 1.022885",\
|
|
"0.774359, 0.784249, 0.806895, 0.875805, 1.123480",\
|
|
"0.926553, 0.936443, 0.959089, 1.027999, 1.275674",\
|
|
"1.210192, 1.220081, 1.242727, 1.311637, 1.559312",\
|
|
"1.772699, 1.782589, 1.805234, 1.874144, 2.121819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019188, 0.025284, 0.043705, 0.119629, 0.454041",\
|
|
"0.019188, 0.025284, 0.043705, 0.119629, 0.454041",\
|
|
"0.019187, 0.025284, 0.043705, 0.119629, 0.454041",\
|
|
"0.019187, 0.025284, 0.043705, 0.119629, 0.454041",\
|
|
"0.019186, 0.025283, 0.043704, 0.119629, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_pad_flash_csb_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.404233, 1.416474, 1.452136, 1.594852, 2.192962",\
|
|
"1.513962, 1.526203, 1.561864, 1.704580, 2.302691",\
|
|
"1.606394, 1.618635, 1.654296, 1.797012, 2.395122",\
|
|
"1.746251, 1.758492, 1.794153, 1.936869, 2.534980",\
|
|
"2.318645, 2.330887, 2.366548, 2.509264, 3.107374");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019870, 0.031243, 0.074967, 0.278764, 1.149449",\
|
|
"0.019870, 0.031243, 0.074967, 0.278764, 1.149449",\
|
|
"0.019870, 0.031243, 0.074967, 0.278764, 1.149449",\
|
|
"0.019870, 0.031243, 0.074967, 0.278764, 1.149449",\
|
|
"0.019870, 0.031243, 0.074967, 0.278764, 1.149449");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.529944, 1.539834, 1.563990, 1.635217, 1.894912",\
|
|
"1.639673, 1.649563, 1.673719, 1.744946, 2.004641",\
|
|
"1.732105, 1.741995, 1.766151, 1.837378, 2.097072",\
|
|
"1.871962, 1.881852, 1.906008, 1.977235, 2.236929",\
|
|
"2.444356, 2.454246, 2.478402, 2.549629, 2.809324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019214, 0.025307, 0.046534, 0.127497, 0.483805",\
|
|
"0.019214, 0.025307, 0.046534, 0.127497, 0.483805",\
|
|
"0.019214, 0.025307, 0.046534, 0.127497, 0.483805",\
|
|
"0.019214, 0.025307, 0.046534, 0.127497, 0.483805",\
|
|
"0.019214, 0.025307, 0.046534, 0.127497, 0.483805");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.325932, 1.338169, 1.372321, 1.513283, 2.098833",\
|
|
"1.418470, 1.430707, 1.464860, 1.605821, 2.191371",\
|
|
"1.488852, 1.501089, 1.535241, 1.676203, 2.261753",\
|
|
"1.575200, 1.587438, 1.621590, 1.762551, 2.348101",\
|
|
"1.930171, 1.942409, 1.976561, 2.117522, 2.703073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019852, 0.031227, 0.072157, 0.268452, 1.103553",\
|
|
"0.019852, 0.031227, 0.072157, 0.268452, 1.103553",\
|
|
"0.019852, 0.031227, 0.072157, 0.268452, 1.103553",\
|
|
"0.019852, 0.031227, 0.072157, 0.268452, 1.103553",\
|
|
"0.019852, 0.031227, 0.072157, 0.268452, 1.103553");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "1.484464, 1.494354, 1.516999, 1.585910, 1.833584",\
|
|
"1.577002, 1.586892, 1.609538, 1.678448, 1.926122",\
|
|
"1.647384, 1.657274, 1.679919, 1.748830, 1.996504",\
|
|
"1.733732, 1.743622, 1.766268, 1.835178, 2.082852",\
|
|
"2.088703, 2.098593, 2.121239, 2.190150, 2.437823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019190, 0.025286, 0.043707, 0.119629, 0.454041",\
|
|
"0.019190, 0.025286, 0.043707, 0.119629, 0.454041",\
|
|
"0.019190, 0.025286, 0.043707, 0.119629, 0.454041",\
|
|
"0.019190, 0.025286, 0.043707, 0.119629, 0.454041",\
|
|
"0.019190, 0.025286, 0.043707, 0.119629, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.541455, 0.553704, 0.589374, 0.732095, 1.330188",\
|
|
"0.640566, 0.652816, 0.688486, 0.831206, 1.429300",\
|
|
"0.720799, 0.733049, 0.768719, 0.911440, 1.509532",\
|
|
"0.830836, 0.843087, 0.878758, 1.021479, 1.619570",\
|
|
"1.265438, 1.277692, 1.313366, 1.456089, 2.054174");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019910, 0.031276, 0.074988, 0.278758, 1.149455",\
|
|
"0.019910, 0.031276, 0.074988, 0.278758, 1.149455",\
|
|
"0.019911, 0.031278, 0.074989, 0.278758, 1.149456",\
|
|
"0.019915, 0.031281, 0.074991, 0.278758, 1.149456",\
|
|
"0.019928, 0.031292, 0.074998, 0.278756, 1.149458");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.669003, 0.678893, 0.703049, 0.774275, 1.033971",\
|
|
"0.795524, 0.805415, 0.829571, 0.900797, 1.160492",\
|
|
"0.932702, 0.942592, 0.966748, 1.037974, 1.297670",\
|
|
"1.144305, 1.154196, 1.178352, 1.249578, 1.509273",\
|
|
"2.013727, 2.023617, 2.047773, 2.118999, 2.378695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019213, 0.025305, 0.046532, 0.127497, 0.483805",\
|
|
"0.019213, 0.025305, 0.046532, 0.127497, 0.483805",\
|
|
"0.019213, 0.025305, 0.046532, 0.127497, 0.483805",\
|
|
"0.019213, 0.025306, 0.046532, 0.127497, 0.483805",\
|
|
"0.019213, 0.025306, 0.046533, 0.127497, 0.483805");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_csb_pad_flash_csb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.541455, 0.553704, 0.587869, 0.728838, 1.314361",\
|
|
"0.640566, 0.652816, 0.686981, 0.827950, 1.413472",\
|
|
"0.720799, 0.733049, 0.767214, 0.908183, 1.493705",\
|
|
"0.830836, 0.843087, 0.877253, 1.018223, 1.603742",\
|
|
"1.265438, 1.277692, 1.311861, 1.452833, 2.038346");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019910, 0.031276, 0.072188, 0.268443, 1.103562",\
|
|
"0.019910, 0.031276, 0.072188, 0.268443, 1.103562",\
|
|
"0.019911, 0.031278, 0.072189, 0.268443, 1.103562",\
|
|
"0.019915, 0.031281, 0.072191, 0.268442, 1.103562",\
|
|
"0.019928, 0.031292, 0.072198, 0.268440, 1.103564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.668260, 0.678150, 0.700797, 0.769713, 1.017377",\
|
|
"0.794781, 0.804671, 0.827319, 0.896234, 1.143898",\
|
|
"0.931950, 0.941840, 0.964487, 1.033403, 1.281067",\
|
|
"1.144305, 1.154196, 1.176843, 1.245759, 1.493422",\
|
|
"2.013727, 2.023617, 2.046264, 2.115180, 2.362844");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000945, 0.011717, 0.050945, 0.233024, 1.000000");
|
|
values ( "0.019213, 0.025305, 0.043723, 0.119630, 0.454041",\
|
|
"0.019213, 0.025305, 0.043723, 0.119630, 0.454041",\
|
|
"0.019213, 0.025305, 0.043723, 0.119630, 0.454041",\
|
|
"0.019213, 0.025306, 0.043723, 0.119630, 0.454041",\
|
|
"0.019213, 0.025306, 0.043723, 0.119630, 0.454041");
|
|
}
|
|
|
|
} /* 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.001645 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "1.383203, 1.395719, 1.432074, 1.575600, 2.173414",\
|
|
"1.492932, 1.505448, 1.541803, 1.685329, 2.283143",\
|
|
"1.585364, 1.597879, 1.634235, 1.777760, 2.375575",\
|
|
"1.725221, 1.737736, 1.774092, 1.917617, 2.515432",\
|
|
"2.297615, 2.310131, 2.346486, 2.490012, 3.087826");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.023272, 0.034201, 0.077581, 0.280829, 1.156231",\
|
|
"0.023272, 0.034201, 0.077581, 0.280829, 1.156231",\
|
|
"0.023272, 0.034201, 0.077581, 0.280829, 1.156231",\
|
|
"0.023272, 0.034201, 0.077581, 0.280829, 1.156231",\
|
|
"0.023272, 0.034201, 0.077581, 0.280829, 1.156231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "1.237150, 1.246707, 1.270903, 1.342299, 1.603296",\
|
|
"1.346879, 1.356436, 1.380631, 1.452028, 1.713025",\
|
|
"1.439311, 1.448867, 1.473063, 1.544460, 1.805456",\
|
|
"1.579168, 1.588725, 1.612920, 1.684317, 1.945314",\
|
|
"2.151562, 2.161119, 2.185315, 2.256712, 2.517708");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.019700, 0.025594, 0.047256, 0.129170, 0.488868",\
|
|
"0.019700, 0.025594, 0.047256, 0.129170, 0.488868",\
|
|
"0.019700, 0.025594, 0.047256, 0.129170, 0.488868",\
|
|
"0.019700, 0.025594, 0.047256, 0.129170, 0.488868",\
|
|
"0.019700, 0.025594, 0.047256, 0.129170, 0.488868");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_csb_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "1.381899, 1.394414, 1.429034, 1.570355, 2.154072",\
|
|
"1.474437, 1.486952, 1.521573, 1.662893, 2.246610",\
|
|
"1.544819, 1.557334, 1.591954, 1.733275, 2.316992",\
|
|
"1.631167, 1.643683, 1.678303, 1.819624, 2.403341",\
|
|
"1.986139, 1.998654, 2.033274, 2.174595, 2.758312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.023272, 0.034201, 0.074350, 0.268816, 1.103968",\
|
|
"0.023272, 0.034201, 0.074350, 0.268816, 1.103968",\
|
|
"0.023272, 0.034201, 0.074350, 0.268816, 1.103968",\
|
|
"0.023272, 0.034201, 0.074350, 0.268816, 1.103968",\
|
|
"0.023272, 0.034201, 0.074350, 0.268816, 1.103968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "1.235845, 1.245402, 1.267857, 1.336734, 1.584173",\
|
|
"1.328384, 1.337940, 1.360396, 1.429273, 1.676711",\
|
|
"1.398765, 1.408322, 1.430777, 1.499654, 1.747093",\
|
|
"1.485114, 1.494671, 1.517126, 1.586003, 1.833442",\
|
|
"1.840085, 1.849642, 1.872097, 1.940974, 2.188413");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001645, 0.012417, 0.051645, 0.233724, 1.000000");
|
|
values ( "0.019700, 0.025594, 0.044011, 0.119936, 0.454041",\
|
|
"0.019700, 0.025594, 0.044011, 0.119936, 0.454041",\
|
|
"0.019700, 0.025594, 0.044011, 0.119936, 0.454041",\
|
|
"0.019700, 0.025594, 0.044011, 0.119936, 0.454041",\
|
|
"0.019700, 0.025594, 0.044011, 0.119936, 0.454041");
|
|
}
|
|
|
|
} /* 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.005288 ;
|
|
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.000841 ;
|
|
|
|
/* 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.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.707419, 0.719875, 0.755712, 0.898508, 1.496255",\
|
|
"0.773218, 0.785674, 0.821511, 0.964307, 1.550359",\
|
|
"0.820810, 0.833266, 0.869103, 1.011900, 1.550359",\
|
|
"0.852304, 0.864761, 0.900600, 1.043397, 1.550359",\
|
|
"0.852304, 0.864761, 0.900600, 1.043397, 1.550359");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020557, 0.031828, 0.075261, 0.278449, 1.149187",\
|
|
"0.020557, 0.031828, 0.075261, 0.278449, 1.149187",\
|
|
"0.020559, 0.031830, 0.075262, 0.278448, 1.149187",\
|
|
"0.020562, 0.031833, 0.075264, 0.278448, 1.149187",\
|
|
"0.020578, 0.031846, 0.075272, 0.278446, 1.149190");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.788839, 0.798782, 0.822956, 0.894193, 1.153795",\
|
|
"0.890722, 0.900666, 0.924839, 0.996076, 1.255678",\
|
|
"1.049697, 1.059640, 1.083814, 1.155051, 1.414653",\
|
|
"1.343427, 1.353371, 1.377544, 1.448781, 1.708383",\
|
|
"1.925158, 1.935101, 1.959275, 2.030512, 2.290114");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019249, 0.025352, 0.046538, 0.127386, 0.483511",\
|
|
"0.019249, 0.025352, 0.046538, 0.127386, 0.483511",\
|
|
"0.019249, 0.025352, 0.046538, 0.127386, 0.483511",\
|
|
"0.019249, 0.025352, 0.046538, 0.127386, 0.483511",\
|
|
"0.019251, 0.025354, 0.046539, 0.127386, 0.483511");
|
|
}
|
|
|
|
} /* 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.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.694193, 0.706643, 0.740985, 0.882057, 1.467301",\
|
|
"0.750937, 0.763392, 0.797740, 0.938815, 1.524047",\
|
|
"0.750937, 0.763392, 0.797740, 0.938815, 1.524047",\
|
|
"0.750937, 0.763392, 0.797740, 0.938815, 1.524047",\
|
|
"0.750937, 0.763392, 0.797740, 0.938815, 1.524047");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020528, 0.031804, 0.072473, 0.268221, 1.103675",\
|
|
"0.020529, 0.031804, 0.072474, 0.268221, 1.103675",\
|
|
"0.020530, 0.031806, 0.072474, 0.268220, 1.103675",\
|
|
"0.020535, 0.031810, 0.072477, 0.268220, 1.103676",\
|
|
"0.020554, 0.031826, 0.072487, 0.268217, 1.103679");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.740217, 0.750161, 0.772842, 0.841788, 1.089437",\
|
|
"0.842410, 0.852354, 0.875035, 0.943982, 1.191630",\
|
|
"1.004932, 1.014876, 1.037557, 1.106504, 1.354152",\
|
|
"1.305487, 1.315430, 1.338112, 1.407058, 1.654707",\
|
|
"1.895730, 1.905674, 1.928355, 1.997302, 2.244950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019248, 0.025351, 0.043755, 0.119588, 0.454043",\
|
|
"0.019248, 0.025351, 0.043755, 0.119588, 0.454043",\
|
|
"0.019249, 0.025352, 0.043756, 0.119588, 0.454043",\
|
|
"0.019249, 0.025352, 0.043756, 0.119588, 0.454043",\
|
|
"0.019249, 0.025352, 0.043756, 0.119588, 0.454043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_pad_flash_io0_do_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.459988, 1.472426, 1.508245, 1.651032, 2.248814",\
|
|
"1.569716, 1.582155, 1.617973, 1.760760, 2.358542",\
|
|
"1.662148, 1.674586, 1.710405, 1.853192, 2.450974",\
|
|
"1.802005, 1.814443, 1.850262, 1.993049, 2.590831",\
|
|
"2.374400, 2.386838, 2.422657, 2.565444, 3.163226");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020475, 0.031758, 0.075216, 0.278460, 1.149174",\
|
|
"0.020475, 0.031758, 0.075216, 0.278460, 1.149174",\
|
|
"0.020475, 0.031758, 0.075216, 0.278460, 1.149174",\
|
|
"0.020475, 0.031758, 0.075216, 0.278460, 1.149174",\
|
|
"0.020475, 0.031758, 0.075216, 0.278460, 1.149174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.547851, 1.557794, 1.581968, 1.653203, 1.912807",\
|
|
"1.657580, 1.667523, 1.691696, 1.762932, 2.022536",\
|
|
"1.750012, 1.759955, 1.784128, 1.855364, 2.114968",\
|
|
"1.889869, 1.899812, 1.923985, 1.995221, 2.254825",\
|
|
"2.462263, 2.472207, 2.496380, 2.567616, 2.827220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019244, 0.025347, 0.046534, 0.127386, 0.483511",\
|
|
"0.019244, 0.025347, 0.046534, 0.127386, 0.483511",\
|
|
"0.019244, 0.025347, 0.046534, 0.127386, 0.483511",\
|
|
"0.019244, 0.025347, 0.046534, 0.127386, 0.483511",\
|
|
"0.019244, 0.025347, 0.046534, 0.127386, 0.483511");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.356000, 1.368438, 1.402767, 1.543831, 2.129103",\
|
|
"1.448538, 1.460976, 1.495305, 1.636369, 2.221642",\
|
|
"1.518920, 1.531358, 1.565687, 1.706751, 2.292023",\
|
|
"1.605269, 1.617706, 1.652036, 1.793100, 2.378372",\
|
|
"1.960240, 1.972677, 2.007007, 2.148071, 2.733343");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020472, 0.031756, 0.072443, 0.268229, 1.103667",\
|
|
"0.020472, 0.031756, 0.072443, 0.268229, 1.103667",\
|
|
"0.020472, 0.031756, 0.072443, 0.268229, 1.103667",\
|
|
"0.020472, 0.031756, 0.072443, 0.268229, 1.103667",\
|
|
"0.020472, 0.031756, 0.072443, 0.268229, 1.103667");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "1.523518, 1.533461, 1.556141, 1.625083, 1.872740",\
|
|
"1.616056, 1.625999, 1.648679, 1.717622, 1.965278",\
|
|
"1.686438, 1.696381, 1.719061, 1.788003, 2.035660",\
|
|
"1.772786, 1.782730, 1.805410, 1.874352, 2.122009",\
|
|
"2.127758, 2.137701, 2.160381, 2.229323, 2.476980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019230, 0.025336, 0.043743, 0.119588, 0.454043",\
|
|
"0.019230, 0.025336, 0.043743, 0.119588, 0.454043",\
|
|
"0.019230, 0.025336, 0.043743, 0.119588, 0.454043",\
|
|
"0.019230, 0.025336, 0.043743, 0.119588, 0.454043",\
|
|
"0.019230, 0.025336, 0.043743, 0.119588, 0.454043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_do_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.584208, 0.596655, 0.632483, 0.775274, 1.373039",\
|
|
"0.683421, 0.695868, 0.731695, 0.874487, 1.472252",\
|
|
"0.763820, 0.776267, 0.812095, 0.954887, 1.552651",\
|
|
"0.873106, 0.885553, 0.921382, 1.064174, 1.661937",\
|
|
"1.307906, 1.320356, 1.356187, 1.498980, 2.096739");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020515, 0.031792, 0.075238, 0.278455, 1.149180",\
|
|
"0.020515, 0.031792, 0.075238, 0.278455, 1.149180",\
|
|
"0.020516, 0.031793, 0.075239, 0.278454, 1.149180",\
|
|
"0.020519, 0.031796, 0.075240, 0.278454, 1.149181",\
|
|
"0.020529, 0.031805, 0.075246, 0.278452, 1.149182");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.689272, 0.699216, 0.723388, 0.794621, 1.054230",\
|
|
"0.815757, 0.825700, 0.849872, 0.921106, 1.180714",\
|
|
"0.953404, 0.963347, 0.987520, 1.058753, 1.318361",\
|
|
"1.164461, 1.174404, 1.198577, 1.269810, 1.529418",\
|
|
"2.035208, 2.045151, 2.069323, 2.140556, 2.400165");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019232, 0.025337, 0.046526, 0.127385, 0.483510",\
|
|
"0.019232, 0.025337, 0.046526, 0.127385, 0.483510",\
|
|
"0.019232, 0.025337, 0.046526, 0.127385, 0.483510",\
|
|
"0.019232, 0.025337, 0.046526, 0.127385, 0.483510",\
|
|
"0.019231, 0.025337, 0.046526, 0.127385, 0.483510");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_do_pad_flash_io0_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.584208, 0.596655, 0.630994, 0.772064, 1.357315",\
|
|
"0.683421, 0.695868, 0.730206, 0.871276, 1.456528",\
|
|
"0.763820, 0.776267, 0.810606, 0.951676, 1.536927",\
|
|
"0.873106, 0.885553, 0.919893, 1.060964, 1.646213",\
|
|
"1.307906, 1.320356, 1.354698, 1.495770, 2.081015");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.020515, 0.031792, 0.072466, 0.268223, 1.103673",\
|
|
"0.020515, 0.031792, 0.072466, 0.268223, 1.103673",\
|
|
"0.020516, 0.031793, 0.072466, 0.268223, 1.103673",\
|
|
"0.020519, 0.031796, 0.072468, 0.268222, 1.103674",\
|
|
"0.020529, 0.031805, 0.072474, 0.268221, 1.103675");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.689272, 0.699216, 0.721896, 0.790839, 1.038494",\
|
|
"0.815757, 0.825700, 0.848380, 0.917323, 1.164979",\
|
|
"0.953404, 0.963347, 0.986027, 1.054970, 1.302626",\
|
|
"1.164461, 1.174404, 1.197084, 1.266027, 1.513683",\
|
|
"2.035208, 2.045151, 2.067831, 2.136774, 2.384430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000841, 0.011613, 0.050841, 0.232920, 1.000000");
|
|
values ( "0.019232, 0.025337, 0.043744, 0.119588, 0.454043",\
|
|
"0.019232, 0.025337, 0.043744, 0.119588, 0.454043",\
|
|
"0.019232, 0.025337, 0.043744, 0.119588, 0.454043",\
|
|
"0.019232, 0.025337, 0.043744, 0.119588, 0.454043",\
|
|
"0.019231, 0.025337, 0.043744, 0.119588, 0.454043");
|
|
}
|
|
|
|
} /* 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.002344 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "1.293483, 1.303710, 1.339538, 1.482901, 2.082168",\
|
|
"1.403211, 1.413438, 1.449266, 1.592630, 2.191897",\
|
|
"1.495643, 1.505870, 1.541698, 1.685061, 2.284328",\
|
|
"1.635500, 1.645728, 1.681555, 1.824919, 2.424186",\
|
|
"2.207895, 2.218122, 2.253950, 2.397313, 2.996580");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.021465, 0.032668, 0.077197, 0.282820, 1.159420",\
|
|
"0.021465, 0.032668, 0.077197, 0.282820, 1.159420",\
|
|
"0.021465, 0.032668, 0.077197, 0.282820, 1.159420",\
|
|
"0.021465, 0.032668, 0.077197, 0.282820, 1.159420",\
|
|
"0.021465, 0.032668, 0.077197, 0.282820, 1.159420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "1.408306, 1.416779, 1.440941, 1.512450, 1.774009",\
|
|
"1.518034, 1.526508, 1.550670, 1.622179, 1.883738",\
|
|
"1.610466, 1.618940, 1.643101, 1.714611, 1.976170",\
|
|
"1.750323, 1.758797, 1.782958, 1.854468, 2.116027",\
|
|
"2.322717, 2.331191, 2.355353, 2.426862, 2.688421");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020163, 0.025875, 0.047793, 0.130173, 0.491769",\
|
|
"0.020163, 0.025875, 0.047793, 0.130173, 0.491769",\
|
|
"0.020163, 0.025875, 0.047793, 0.130173, 0.491769",\
|
|
"0.020163, 0.025875, 0.047793, 0.130173, 0.491769",\
|
|
"0.020163, 0.025875, 0.047793, 0.130173, 0.491769");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "1.290670, 1.302405, 1.336353, 1.477308, 2.061759",\
|
|
"1.383209, 1.394943, 1.428891, 1.569846, 2.154296",\
|
|
"1.453590, 1.465325, 1.499273, 1.640228, 2.224678",\
|
|
"1.539939, 1.551674, 1.585622, 1.726577, 2.311027",\
|
|
"1.894910, 1.906645, 1.940593, 2.081548, 2.665998");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.021465, 0.032668, 0.073701, 0.269967, 1.103562",\
|
|
"0.021465, 0.032668, 0.073701, 0.269967, 1.103562",\
|
|
"0.021465, 0.032668, 0.073701, 0.269967, 1.103562",\
|
|
"0.021465, 0.032668, 0.073701, 0.269967, 1.103562",\
|
|
"0.021465, 0.032668, 0.073701, 0.269967, 1.103562");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "1.406263, 1.415475, 1.437750, 1.506583, 1.753808",\
|
|
"1.498801, 1.508013, 1.530288, 1.599121, 1.846346",\
|
|
"1.569182, 1.578395, 1.600670, 1.669503, 1.916727",\
|
|
"1.655531, 1.664743, 1.687019, 1.755852, 2.003076",\
|
|
"2.010502, 2.019714, 2.041990, 2.110823, 2.358047");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020163, 0.025875, 0.044283, 0.120240, 0.454041",\
|
|
"0.020163, 0.025875, 0.044283, 0.120240, 0.454041",\
|
|
"0.020163, 0.025875, 0.044283, 0.120240, 0.454041",\
|
|
"0.020163, 0.025875, 0.044283, 0.120240, 0.454041",\
|
|
"0.020163, 0.025875, 0.044283, 0.120240, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.483336, 0.491809, 0.515974, 0.587494, 0.849036",\
|
|
"0.571382, 0.579855, 0.604021, 0.675541, 0.937083",\
|
|
"0.629840, 0.638313, 0.662479, 0.733999, 0.995540",\
|
|
"0.698109, 0.706582, 0.730748, 0.802271, 1.063808",\
|
|
"0.964888, 0.973360, 0.997530, 1.069059, 1.330584");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020207, 0.025915, 0.047827, 0.130177, 0.491773",\
|
|
"0.020207, 0.025915, 0.047827, 0.130177, 0.491773",\
|
|
"0.020210, 0.025917, 0.047829, 0.130177, 0.491773",\
|
|
"0.020220, 0.025927, 0.047836, 0.130178, 0.491773",\
|
|
"0.020251, 0.025956, 0.047860, 0.130180, 0.491776");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.431782, 0.442014, 0.477861, 0.621234, 1.220464",\
|
|
"0.558002, 0.568234, 0.604081, 0.747454, 1.346684",\
|
|
"0.702436, 0.712670, 0.748521, 0.891897, 1.491118",\
|
|
"0.927040, 0.937279, 0.973148, 1.116533, 1.715720",\
|
|
"1.853485, 1.863744, 1.899685, 2.043108, 2.642154");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.021551, 0.032743, 0.077244, 0.282807, 1.159433",\
|
|
"0.021551, 0.032743, 0.077244, 0.282807, 1.159433",\
|
|
"0.021573, 0.032762, 0.077256, 0.282804, 1.159436",\
|
|
"0.021652, 0.032831, 0.077299, 0.282793, 1.159449",\
|
|
"0.021981, 0.033116, 0.077479, 0.282745, 1.159499");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.482594, 0.491809, 0.514088, 0.582932, 0.830135",\
|
|
"0.570641, 0.579855, 0.602135, 0.670979, 0.918182",\
|
|
"0.629098, 0.638313, 0.660593, 0.729438, 0.976639",\
|
|
"0.697366, 0.706582, 0.728862, 0.797709, 1.044906",\
|
|
"0.964143, 0.973360, 0.995644, 1.064498, 1.311680");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.020207, 0.025915, 0.044316, 0.120242, 0.454041",\
|
|
"0.020207, 0.025915, 0.044316, 0.120242, 0.454041",\
|
|
"0.020210, 0.025917, 0.044318, 0.120242, 0.454042",\
|
|
"0.020220, 0.025927, 0.044326, 0.120243, 0.454042",\
|
|
"0.020251, 0.025956, 0.044350, 0.120244, 0.454042");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.430263, 0.442014, 0.475981, 0.616948, 1.201355",\
|
|
"0.556484, 0.568234, 0.602201, 0.743168, 1.327576",\
|
|
"0.700915, 0.712670, 0.746642, 0.887612, 1.472008",\
|
|
"0.925510, 0.937279, 0.971268, 1.112249, 1.696607",\
|
|
"1.851913, 1.863744, 1.897805, 2.038832, 2.623026");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002344, 0.013116, 0.052344, 0.234423, 1.000000");
|
|
values ( "0.021551, 0.032743, 0.073748, 0.269954, 1.103576",\
|
|
"0.021551, 0.032743, 0.073748, 0.269954, 1.103576",\
|
|
"0.021573, 0.032762, 0.073760, 0.269951, 1.103580",\
|
|
"0.021652, 0.032831, 0.073804, 0.269939, 1.103592",\
|
|
"0.021981, 0.033116, 0.073983, 0.269889, 1.103644");
|
|
}
|
|
|
|
} /* 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.001505 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "1.440831, 1.452907, 1.488691, 1.631685, 2.229096",\
|
|
"1.550560, 1.562636, 1.598419, 1.741414, 2.338825",\
|
|
"1.642992, 1.655068, 1.690851, 1.833845, 2.431257",\
|
|
"1.782849, 1.794925, 1.830708, 1.973703, 2.571114",\
|
|
"2.355243, 2.367319, 2.403102, 2.546097, 3.143508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.020084, 0.031401, 0.075676, 0.280500, 1.153763",\
|
|
"0.020084, 0.031401, 0.075676, 0.280500, 1.153763",\
|
|
"0.020084, 0.031401, 0.075676, 0.280500, 1.153763",\
|
|
"0.020084, 0.031401, 0.075676, 0.280500, 1.153763",\
|
|
"0.020084, 0.031401, 0.075676, 0.280500, 1.153763");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "1.354624, 1.364324, 1.388651, 1.460130, 1.720501",\
|
|
"1.464353, 1.474053, 1.498379, 1.569858, 1.830230",\
|
|
"1.556785, 1.566485, 1.590811, 1.662290, 1.922661",\
|
|
"1.696642, 1.706342, 1.730668, 1.802147, 2.062519",\
|
|
"2.269036, 2.278737, 2.303063, 2.374542, 2.634913");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.019483, 0.025533, 0.047032, 0.128884, 0.487047",\
|
|
"0.019483, 0.025533, 0.047032, 0.128884, 0.487047",\
|
|
"0.019483, 0.025533, 0.047032, 0.128884, 0.487047",\
|
|
"0.019483, 0.025533, 0.047032, 0.128884, 0.487047",\
|
|
"0.019483, 0.025533, 0.047032, 0.128884, 0.487047");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "1.439527, 1.451603, 1.485705, 1.626481, 2.210268",\
|
|
"1.532065, 1.544141, 1.578243, 1.719019, 2.302806",\
|
|
"1.602447, 1.614523, 1.648625, 1.789401, 2.373188",\
|
|
"1.688795, 1.700871, 1.734973, 1.875750, 2.459537",\
|
|
"2.043766, 2.055842, 2.089945, 2.230721, 2.814508");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.020084, 0.031401, 0.072533, 0.268831, 1.102890",\
|
|
"0.020084, 0.031401, 0.072533, 0.268831, 1.102890",\
|
|
"0.020084, 0.031401, 0.072533, 0.268831, 1.102890",\
|
|
"0.020084, 0.031401, 0.072533, 0.268831, 1.102890",\
|
|
"0.020084, 0.031401, 0.072533, 0.268831, 1.102890");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "1.353319, 1.363020, 1.385660, 1.454596, 1.701828",\
|
|
"1.445858, 1.455558, 1.478198, 1.547134, 1.794366",\
|
|
"1.516239, 1.525940, 1.548580, 1.617516, 1.864748",\
|
|
"1.602588, 1.612288, 1.634928, 1.703864, 1.951097",\
|
|
"1.957559, 1.967259, 1.989899, 2.058835, 2.306068");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.019483, 0.025533, 0.043876, 0.119841, 0.453337",\
|
|
"0.019483, 0.025533, 0.043876, 0.119841, 0.453337",\
|
|
"0.019483, 0.025533, 0.043876, 0.119841, 0.453337",\
|
|
"0.019483, 0.025533, 0.043876, 0.119841, 0.453337",\
|
|
"0.019483, 0.025533, 0.043876, 0.119841, 0.453337");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io0_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.515922, 0.527995, 0.563774, 0.706773, 1.304234",\
|
|
"0.603969, 0.616041, 0.651821, 0.794820, 1.392280",\
|
|
"0.662249, 0.674321, 0.710101, 0.853100, 1.450560",\
|
|
"0.730714, 0.742785, 0.778563, 0.921563, 1.519038",\
|
|
"0.997537, 1.009605, 1.045380, 1.188384, 1.785895");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.020086, 0.031404, 0.075678, 0.280510, 1.153784",\
|
|
"0.020086, 0.031404, 0.075678, 0.280510, 1.153784",\
|
|
"0.020086, 0.031404, 0.075678, 0.280510, 1.153784",\
|
|
"0.020086, 0.031405, 0.075679, 0.280513, 1.153790",\
|
|
"0.020088, 0.031407, 0.075680, 0.280520, 1.153806");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.493256, 0.502955, 0.527278, 0.598756, 0.859133",\
|
|
"0.619476, 0.629175, 0.653499, 0.724977, 0.985353",\
|
|
"0.763670, 0.773369, 0.797693, 0.869171, 1.129547",\
|
|
"0.988907, 0.998604, 1.022924, 1.094401, 1.354784",\
|
|
"1.916623, 1.926314, 1.950623, 2.022096, 2.282499");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.019485, 0.025532, 0.047033, 0.128884, 0.487060",\
|
|
"0.019485, 0.025532, 0.047033, 0.128884, 0.487060",\
|
|
"0.019485, 0.025532, 0.047033, 0.128884, 0.487060",\
|
|
"0.019487, 0.025531, 0.047035, 0.128885, 0.487076",\
|
|
"0.019493, 0.025530, 0.047038, 0.128887, 0.487126");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io0_oeb_pad_flash_io0_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io0_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.515922, 0.527995, 0.562093, 0.702873, 1.286713",\
|
|
"0.603969, 0.616041, 0.650139, 0.790920, 1.374760",\
|
|
"0.662249, 0.674321, 0.708419, 0.849200, 1.433040",\
|
|
"0.730714, 0.742785, 0.776881, 0.917664, 1.501519",\
|
|
"0.997537, 1.009605, 1.043699, 1.184484, 1.768377");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.020086, 0.031404, 0.072534, 0.268841, 1.102912",\
|
|
"0.020086, 0.031404, 0.072534, 0.268841, 1.102912",\
|
|
"0.020086, 0.031404, 0.072534, 0.268841, 1.102912",\
|
|
"0.020086, 0.031405, 0.072535, 0.268843, 1.102918",\
|
|
"0.020088, 0.031407, 0.072536, 0.268851, 1.102933");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.493256, 0.502955, 0.525592, 0.594527, 0.841764",\
|
|
"0.619476, 0.629175, 0.651812, 0.720747, 0.967985",\
|
|
"0.763670, 0.773369, 0.796006, 0.864941, 1.112179",\
|
|
"0.988907, 0.998604, 1.021238, 1.090172, 1.337415",\
|
|
"1.916623, 1.926314, 1.948937, 2.017866, 2.265129");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001505, 0.012277, 0.051505, 0.233584, 1.000000");
|
|
values ( "0.019485, 0.025532, 0.043877, 0.119842, 0.453350",\
|
|
"0.019485, 0.025532, 0.043877, 0.119842, 0.453350",\
|
|
"0.019485, 0.025532, 0.043877, 0.119842, 0.453350",\
|
|
"0.019487, 0.025531, 0.043878, 0.119842, 0.453366",\
|
|
"0.019493, 0.025530, 0.043882, 0.119845, 0.453417");
|
|
}
|
|
|
|
} /* 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.005042 ;
|
|
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.000924 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.500035, 0.512299, 0.547978, 0.690703, 1.288800",\
|
|
"0.588258, 0.600522, 0.636201, 0.778925, 1.377022",\
|
|
"0.646850, 0.659115, 0.694794, 0.837518, 1.435615",\
|
|
"0.712154, 0.724419, 0.760098, 0.902823, 1.500919",\
|
|
"0.980921, 0.993189, 1.028871, 1.171597, 1.769687");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.019916, 0.031281, 0.074980, 0.278730, 1.149459",\
|
|
"0.019916, 0.031281, 0.074980, 0.278730, 1.149459",\
|
|
"0.019917, 0.031282, 0.074980, 0.278730, 1.149459",\
|
|
"0.019920, 0.031284, 0.074982, 0.278730, 1.149459",\
|
|
"0.019931, 0.031294, 0.074988, 0.278728, 1.149461");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.482020, 0.491939, 0.516142, 0.587376, 0.847010",\
|
|
"0.608370, 0.618289, 0.642492, 0.713726, 0.973359",\
|
|
"0.749549, 0.759468, 0.783671, 0.854905, 1.114538",\
|
|
"0.975493, 0.985412, 1.009614, 1.080847, 1.340483",\
|
|
"1.892869, 1.902786, 1.926982, 1.998213, 2.257860");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.019139, 0.025271, 0.046479, 0.127475, 0.483589",\
|
|
"0.019139, 0.025271, 0.046479, 0.127475, 0.483589",\
|
|
"0.019139, 0.025271, 0.046479, 0.127475, 0.483589",\
|
|
"0.019139, 0.025271, 0.046479, 0.127475, 0.483596",\
|
|
"0.019142, 0.025270, 0.046481, 0.127476, 0.483622");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_do_pad_flash_io1_do_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.500035, 0.512299, 0.546473, 0.687446, 1.272970",\
|
|
"0.588258, 0.600522, 0.634696, 0.775669, 1.361193",\
|
|
"0.646850, 0.659115, 0.693289, 0.834262, 1.419785",\
|
|
"0.712154, 0.724419, 0.758593, 0.899567, 1.485089",\
|
|
"0.980921, 0.993189, 1.027366, 1.168341, 1.753857");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.019916, 0.031281, 0.072182, 0.268417, 1.103566",\
|
|
"0.019916, 0.031281, 0.072182, 0.268417, 1.103566",\
|
|
"0.019917, 0.031282, 0.072183, 0.268417, 1.103566",\
|
|
"0.019920, 0.031284, 0.072184, 0.268416, 1.103567",\
|
|
"0.019931, 0.031294, 0.072190, 0.268414, 1.103568");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.478247, 0.488166, 0.510860, 0.579787, 0.827393",\
|
|
"0.604596, 0.614515, 0.637210, 0.706136, 0.953742",\
|
|
"0.746241, 0.756160, 0.778855, 0.847781, 1.095387",\
|
|
"0.973120, 0.983038, 1.005732, 1.074658, 1.322266",\
|
|
"1.892869, 1.902786, 1.925473, 1.994397, 2.242015");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000924, 0.011696, 0.050924, 0.233003, 1.000000");
|
|
values ( "0.019139, 0.025271, 0.043671, 0.119610, 0.453826",\
|
|
"0.019139, 0.025271, 0.043671, 0.119610, 0.453826",\
|
|
"0.019139, 0.025271, 0.043671, 0.119610, 0.453826",\
|
|
"0.019139, 0.025271, 0.043672, 0.119610, 0.453831",\
|
|
"0.019142, 0.025270, 0.043674, 0.119611, 0.453859");
|
|
}
|
|
|
|
} /* 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.002054 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "1.405034, 1.417280, 1.453584, 1.597185, 2.195827",\
|
|
"1.514763, 1.527009, 1.563313, 1.706913, 2.305556",\
|
|
"1.607195, 1.619441, 1.655744, 1.799345, 2.397988",\
|
|
"1.747052, 1.759298, 1.795602, 1.939203, 2.537845",\
|
|
"2.319448, 2.331694, 2.367997, 2.511598, 3.110241");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.023213, 0.034164, 0.078009, 0.282216, 1.159827",\
|
|
"0.023213, 0.034164, 0.078009, 0.282216, 1.159827",\
|
|
"0.023213, 0.034164, 0.078009, 0.282216, 1.159827",\
|
|
"0.023213, 0.034164, 0.078009, 0.282216, 1.159827",\
|
|
"0.023213, 0.034164, 0.078009, 0.282216, 1.159827");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "1.277409, 1.286771, 1.310988, 1.382518, 1.644194",\
|
|
"1.387138, 1.396500, 1.420716, 1.492246, 1.753923",\
|
|
"1.479570, 1.488932, 1.513148, 1.584678, 1.846355",\
|
|
"1.619427, 1.628789, 1.653006, 1.724536, 1.986212",\
|
|
"2.191823, 2.201185, 2.225401, 2.296931, 2.558608");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.019999, 0.025776, 0.047698, 0.130061, 0.491844",\
|
|
"0.019999, 0.025776, 0.047698, 0.130061, 0.491844",\
|
|
"0.019999, 0.025776, 0.047698, 0.130061, 0.491844",\
|
|
"0.019999, 0.025776, 0.047698, 0.130061, 0.491844",\
|
|
"0.019999, 0.025776, 0.047698, 0.130061, 0.491844");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "1.403730, 1.415976, 1.450413, 1.591659, 2.175308",\
|
|
"1.496268, 1.508514, 1.542951, 1.684197, 2.267847",\
|
|
"1.566650, 1.578896, 1.613333, 1.754579, 2.338228",\
|
|
"1.652999, 1.665245, 1.699682, 1.840928, 2.424577",\
|
|
"2.007971, 2.020217, 2.054654, 2.195900, 2.779550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.023213, 0.034164, 0.074517, 0.269338, 1.103889",\
|
|
"0.023213, 0.034164, 0.074517, 0.269338, 1.103889",\
|
|
"0.023213, 0.034164, 0.074517, 0.269338, 1.103889",\
|
|
"0.023213, 0.034164, 0.074517, 0.269338, 1.103889",\
|
|
"0.023213, 0.034164, 0.074517, 0.269338, 1.103889");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "1.276105, 1.285467, 1.307810, 1.376668, 1.623968",\
|
|
"1.368643, 1.378005, 1.400348, 1.469206, 1.716506",\
|
|
"1.439025, 1.448387, 1.470730, 1.539588, 1.786888",\
|
|
"1.525374, 1.534735, 1.557079, 1.625937, 1.873237",\
|
|
"1.880346, 1.889707, 1.912051, 1.980909, 2.228209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.019999, 0.025776, 0.044190, 0.120115, 0.454041",\
|
|
"0.019999, 0.025776, 0.044190, 0.120115, 0.454041",\
|
|
"0.019999, 0.025776, 0.044190, 0.120115, 0.454041",\
|
|
"0.019999, 0.025776, 0.044190, 0.120115, 0.454041",\
|
|
"0.019999, 0.025776, 0.044190, 0.120115, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_ieb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.469785, 0.479149, 0.503367, 0.574888, 0.836572",\
|
|
"0.557664, 0.567027, 0.591246, 0.662767, 0.924451",\
|
|
"0.619300, 0.628661, 0.652876, 0.724397, 0.986086",\
|
|
"0.683756, 0.693115, 0.717329, 0.788849, 1.050542",\
|
|
"0.947593, 0.956955, 0.981171, 1.052701, 1.314378");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.019948, 0.025735, 0.047661, 0.130056, 0.491813",\
|
|
"0.019948, 0.025735, 0.047661, 0.130056, 0.491813",\
|
|
"0.019951, 0.025735, 0.047662, 0.130057, 0.491827",\
|
|
"0.019957, 0.025738, 0.047667, 0.130058, 0.491841",\
|
|
"0.019998, 0.025775, 0.047697, 0.130061, 0.491844");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.518055, 0.530292, 0.566585, 0.710181, 1.308844",\
|
|
"0.644297, 0.656534, 0.692827, 0.836423, 1.435085",\
|
|
"0.787643, 0.799884, 0.836182, 0.979780, 1.578433",\
|
|
"1.011885, 1.024134, 1.060441, 1.204044, 1.802680",\
|
|
"1.936069, 1.948350, 1.984694, 2.128316, 2.726881");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.023165, 0.034123, 0.077983, 0.282223, 1.159820",\
|
|
"0.023165, 0.034123, 0.077983, 0.282223, 1.159820",\
|
|
"0.023188, 0.034143, 0.077996, 0.282220, 1.159823",\
|
|
"0.023229, 0.034178, 0.078018, 0.282214, 1.159829",\
|
|
"0.023397, 0.034324, 0.078109, 0.282190, 1.159855");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_ieb_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.469785, 0.479149, 0.501494, 0.570343, 0.817655",\
|
|
"0.557664, 0.567027, 0.589372, 0.658221, 0.905533",\
|
|
"0.619300, 0.628661, 0.651003, 0.719851, 0.967168",\
|
|
"0.683756, 0.693115, 0.715455, 0.784303, 1.031623",\
|
|
"0.947593, 0.956955, 0.979298, 1.048156, 1.295457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.019948, 0.025734, 0.044153, 0.120112, 0.454013",\
|
|
"0.019948, 0.025734, 0.044153, 0.120112, 0.454013",\
|
|
"0.019951, 0.025734, 0.044154, 0.120113, 0.454027",\
|
|
"0.019957, 0.025738, 0.044159, 0.120114, 0.454040",\
|
|
"0.019998, 0.025775, 0.044189, 0.120115, 0.454041");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.518055, 0.530292, 0.564719, 0.705958, 1.289631",\
|
|
"0.644297, 0.656534, 0.690961, 0.832200, 1.415873",\
|
|
"0.787643, 0.799884, 0.834316, 0.975558, 1.559220",\
|
|
"1.011885, 1.024134, 1.058575, 1.199822, 1.783464",\
|
|
"1.936069, 1.948350, 1.982828, 2.124099, 2.707658");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002054, 0.012826, 0.052054, 0.234133, 1.000000");
|
|
values ( "0.023165, 0.034123, 0.074491, 0.269345, 1.103882",\
|
|
"0.023165, 0.034123, 0.074491, 0.269345, 1.103882",\
|
|
"0.023188, 0.034143, 0.074504, 0.269341, 1.103885",\
|
|
"0.023229, 0.034178, 0.074526, 0.269335, 1.103892",\
|
|
"0.023397, 0.034324, 0.074617, 0.269310, 1.103918");
|
|
}
|
|
|
|
} /* 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.000833 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.311331, 1.323640, 1.359332, 1.501872, 2.098772",\
|
|
"1.421060, 1.433369, 1.469061, 1.611601, 2.208500",\
|
|
"1.513492, 1.525801, 1.561493, 1.704033, 2.300932",\
|
|
"1.653350, 1.665659, 1.701350, 1.843890, 2.440790",\
|
|
"2.225745, 2.238054, 2.273746, 2.416286, 3.013185");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019344, 0.030740, 0.074583, 0.278340, 1.148434",\
|
|
"0.019344, 0.030740, 0.074583, 0.278340, 1.148434",\
|
|
"0.019344, 0.030740, 0.074583, 0.278340, 1.148434",\
|
|
"0.019344, 0.030740, 0.074583, 0.278340, 1.148434",\
|
|
"0.019344, 0.030740, 0.074583, 0.278340, 1.148434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.468024, 1.478005, 1.502260, 1.573497, 1.832989",\
|
|
"1.577752, 1.587734, 1.611989, 1.683226, 1.942718",\
|
|
"1.670184, 1.680166, 1.704421, 1.775658, 2.035150",\
|
|
"1.810042, 1.820023, 1.844278, 1.915515, 2.175007",\
|
|
"2.382437, 2.392419, 2.416673, 2.487911, 2.747403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019056, 0.025240, 0.046400, 0.127354, 0.483078",\
|
|
"0.019056, 0.025240, 0.046400, 0.127354, 0.483078",\
|
|
"0.019056, 0.025240, 0.046400, 0.127354, 0.483078",\
|
|
"0.019056, 0.025240, 0.046400, 0.127354, 0.483078",\
|
|
"0.019056, 0.025240, 0.046400, 0.127354, 0.483078");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.310027, 1.322336, 1.356539, 1.497331, 2.081719",\
|
|
"1.402565, 1.414874, 1.449078, 1.589869, 2.174257",\
|
|
"1.472947, 1.485256, 1.519459, 1.660251, 2.244639",\
|
|
"1.559296, 1.571605, 1.605808, 1.746600, 2.330988",\
|
|
"1.914268, 1.926577, 1.960780, 2.101572, 2.685960");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019344, 0.030740, 0.071811, 0.268116, 1.102927",\
|
|
"0.019344, 0.030740, 0.071811, 0.268116, 1.102927",\
|
|
"0.019344, 0.030740, 0.071811, 0.268116, 1.102927",\
|
|
"0.019344, 0.030740, 0.071811, 0.268116, 1.102927",\
|
|
"0.019344, 0.030740, 0.071811, 0.268116, 1.102927");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "1.466719, 1.476701, 1.499464, 1.568413, 1.815967",\
|
|
"1.559258, 1.569239, 1.592002, 1.660951, 1.908506",\
|
|
"1.629639, 1.639621, 1.662384, 1.731333, 1.978887",\
|
|
"1.715988, 1.725970, 1.748733, 1.817682, 2.065237",\
|
|
"2.070961, 2.080942, 2.103705, 2.172654, 2.420209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019056, 0.025240, 0.043618, 0.119561, 0.453614",\
|
|
"0.019056, 0.025240, 0.043618, 0.119561, 0.453614",\
|
|
"0.019056, 0.025240, 0.043618, 0.119561, 0.453614",\
|
|
"0.019056, 0.025240, 0.043618, 0.119561, 0.453614",\
|
|
"0.019056, 0.025240, 0.043618, 0.119561, 0.453614");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pad_flash_io1_oeb_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.503587, 0.515901, 0.551598, 0.694132, 1.290965",\
|
|
"0.591465, 0.603779, 0.639477, 0.782010, 1.378844",\
|
|
"0.652705, 0.665019, 0.700716, 0.843249, 1.440083",\
|
|
"0.717613, 0.729926, 0.765621, 0.908157, 1.505010",\
|
|
"0.981514, 0.993823, 1.029515, 1.172055, 1.768953");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019341, 0.030736, 0.074581, 0.278327, 1.148406",\
|
|
"0.019341, 0.030736, 0.074581, 0.278327, 1.148406",\
|
|
"0.019341, 0.030736, 0.074581, 0.278327, 1.148406",\
|
|
"0.019342, 0.030738, 0.074582, 0.278331, 1.148414",\
|
|
"0.019344, 0.030740, 0.074583, 0.278340, 1.148434");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.581121, 0.591103, 0.615359, 0.686596, 0.946086",\
|
|
"0.707362, 0.717344, 0.741600, 0.812838, 1.072328",\
|
|
"0.850461, 0.860443, 0.884699, 0.955936, 1.215426",\
|
|
"1.074848, 1.084830, 1.109084, 1.180321, 1.439814",\
|
|
"1.998763, 2.008742, 2.032992, 2.104228, 2.363729");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019055, 0.025240, 0.046399, 0.127354, 0.483073",\
|
|
"0.019055, 0.025240, 0.046399, 0.127354, 0.483073",\
|
|
"0.019055, 0.025240, 0.046399, 0.127354, 0.483073",\
|
|
"0.019056, 0.025240, 0.046400, 0.127354, 0.483080",\
|
|
"0.019058, 0.025239, 0.046401, 0.127355, 0.483101");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io1_oeb_pad_flash_io1_oeb_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io1_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.503587, 0.515901, 0.550110, 0.690895, 1.275214",\
|
|
"0.591465, 0.603779, 0.637988, 0.778774, 1.363093",\
|
|
"0.652705, 0.665019, 0.699227, 0.840013, 1.424332",\
|
|
"0.717613, 0.729926, 0.764133, 0.904920, 1.489260",\
|
|
"0.981514, 0.993823, 1.028026, 1.168818, 1.753205");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019341, 0.030736, 0.071809, 0.268103, 1.102898",\
|
|
"0.019341, 0.030736, 0.071809, 0.268103, 1.102898",\
|
|
"0.019341, 0.030736, 0.071809, 0.268103, 1.102898",\
|
|
"0.019342, 0.030738, 0.071810, 0.268107, 1.102907",\
|
|
"0.019344, 0.030740, 0.071811, 0.268116, 1.102926");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.581121, 0.591103, 0.613867, 0.682817, 0.930369",\
|
|
"0.707362, 0.717344, 0.740108, 0.809058, 1.056610",\
|
|
"0.850461, 0.860443, 0.883207, 0.952157, 1.199709",\
|
|
"1.074848, 1.084830, 1.107592, 1.176541, 1.424096",\
|
|
"1.998763, 2.008742, 2.031500, 2.100448, 2.348011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000833, 0.011606, 0.050833, 0.232912, 1.000000");
|
|
values ( "0.019055, 0.025240, 0.043618, 0.119560, 0.453608",\
|
|
"0.019055, 0.025240, 0.043618, 0.119560, 0.453608",\
|
|
"0.019055, 0.025240, 0.043618, 0.119560, 0.453608",\
|
|
"0.019056, 0.025240, 0.043618, 0.119561, 0.453616",\
|
|
"0.019058, 0.025239, 0.043620, 0.119562, 0.453636");
|
|
}
|
|
|
|
} /* 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.002887 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "2.665439, 2.677404, 2.713646, 2.857270, 3.455518",\
|
|
"2.775172, 2.787137, 2.823379, 2.967003, 3.565251",\
|
|
"2.867122, 2.879087, 2.915329, 3.058953, 3.657201",\
|
|
"3.007426, 3.019390, 3.055633, 3.199256, 3.797504",\
|
|
"3.579205, 3.591170, 3.627412, 3.771036, 4.369284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.024007, 0.034929, 0.078961, 0.283385, 1.160744",\
|
|
"0.024007, 0.034929, 0.078961, 0.283385, 1.160744",\
|
|
"0.024007, 0.034929, 0.078961, 0.283385, 1.160744",\
|
|
"0.024007, 0.034929, 0.078961, 0.283385, 1.160744",\
|
|
"0.024007, 0.034929, 0.078961, 0.283385, 1.160744");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "2.494000, 2.503064, 2.527172, 2.598760, 2.860249",\
|
|
"2.603733, 2.612798, 2.636905, 2.708493, 2.969982",\
|
|
"2.695683, 2.704748, 2.728855, 2.800443, 3.061932",\
|
|
"2.835987, 2.845051, 2.869159, 2.940747, 3.202236",\
|
|
"3.407766, 3.416831, 3.440939, 3.512526, 3.774016");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.020701, 0.026329, 0.048295, 0.130640, 0.492620",\
|
|
"0.020701, 0.026329, 0.048295, 0.130640, 0.492620",\
|
|
"0.020701, 0.026329, 0.048295, 0.130640, 0.492620",\
|
|
"0.020701, 0.026329, 0.048295, 0.130640, 0.492620",\
|
|
"0.020701, 0.026329, 0.048295, 0.130640, 0.492620");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_bypass_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "2.502074, 2.514039, 2.548348, 2.689571, 3.272625",\
|
|
"2.594617, 2.606582, 2.640890, 2.782114, 3.365167",\
|
|
"2.664312, 2.676277, 2.710586, 2.851809, 3.434862",\
|
|
"2.751297, 2.763261, 2.797570, 2.938793, 3.521847",\
|
|
"3.105463, 3.117428, 3.151737, 3.292960, 3.876014");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.024007, 0.034929, 0.075366, 0.270257, 1.103877",\
|
|
"0.024007, 0.034929, 0.075366, 0.270257, 1.103877",\
|
|
"0.024007, 0.034929, 0.075366, 0.270257, 1.103877",\
|
|
"0.024007, 0.034929, 0.075366, 0.270257, 1.103877",\
|
|
"0.024007, 0.034929, 0.075366, 0.270257, 1.103877");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "2.341210, 2.350275, 2.372442, 2.441303, 2.688239",\
|
|
"2.433752, 2.442817, 2.464985, 2.533846, 2.780782",\
|
|
"2.503448, 2.512512, 2.534680, 2.603541, 2.850477",\
|
|
"2.590432, 2.599497, 2.621665, 2.690526, 2.937461",\
|
|
"2.944599, 2.953663, 2.975831, 3.044692, 3.291628");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002887, 0.013659, 0.052887, 0.234966, 1.000000");
|
|
values ( "0.020701, 0.026329, 0.044683, 0.120486, 0.454045",\
|
|
"0.020701, 0.026329, 0.044683, 0.120486, 0.454045",\
|
|
"0.020701, 0.026329, 0.044683, 0.120486, 0.454045",\
|
|
"0.020701, 0.026329, 0.044683, 0.120486, 0.454045",\
|
|
"0.020701, 0.026329, 0.044683, 0.120486, 0.454045");
|
|
}
|
|
|
|
} /* 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.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.708704, 2.721540, 2.757723, 2.900684, 3.496549",\
|
|
"2.818437, 2.831273, 2.867456, 3.010417, 3.606283",\
|
|
"2.910388, 2.923223, 2.959407, 3.102368, 3.698233",\
|
|
"3.050691, 3.063527, 3.099710, 3.242671, 3.838536",\
|
|
"3.622470, 3.635306, 3.671489, 3.814451, 4.410316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.022098, 0.033153, 0.076016, 0.277989, 1.147961",\
|
|
"0.022098, 0.033153, 0.076016, 0.277989, 1.147961",\
|
|
"0.022098, 0.033153, 0.076016, 0.277989, 1.147961",\
|
|
"0.022098, 0.033153, 0.076016, 0.277989, 1.147961",\
|
|
"0.022098, 0.033153, 0.076016, 0.277989, 1.147961");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.531916, 2.541893, 2.566074, 2.637322, 2.897037",\
|
|
"2.641649, 2.651626, 2.675807, 2.747056, 3.006770",\
|
|
"2.733599, 2.743577, 2.767757, 2.839006, 3.098720",\
|
|
"2.873903, 2.883880, 2.908061, 2.979309, 3.239023",\
|
|
"3.445683, 3.455660, 3.479841, 3.551089, 3.810803");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019372, 0.025467, 0.046585, 0.127240, 0.483308",\
|
|
"0.019372, 0.025467, 0.046585, 0.127240, 0.483308",\
|
|
"0.019372, 0.025467, 0.046585, 0.127240, 0.483308",\
|
|
"0.019372, 0.025467, 0.046585, 0.127240, 0.483308",\
|
|
"0.019372, 0.025467, 0.046585, 0.127240, 0.483308");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_dco_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.549315, 2.562151, 2.596871, 2.738171, 3.322670",\
|
|
"2.641857, 2.654693, 2.689413, 2.830713, 3.415212",\
|
|
"2.711553, 2.724389, 2.759108, 2.900409, 3.484907",\
|
|
"2.798537, 2.811373, 2.846093, 2.987393, 3.571892",\
|
|
"3.152704, 3.165540, 3.200259, 3.341560, 3.926059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.022098, 0.033153, 0.073288, 0.267900, 1.103930",\
|
|
"0.022098, 0.033153, 0.073288, 0.267900, 1.103930",\
|
|
"0.022098, 0.033153, 0.073288, 0.267900, 1.103930",\
|
|
"0.022098, 0.033153, 0.073288, 0.267900, 1.103930",\
|
|
"0.022098, 0.033153, 0.073288, 0.267900, 1.103930");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.382885, 2.392862, 2.415576, 2.484566, 2.732161",\
|
|
"2.475428, 2.485405, 2.508119, 2.577108, 2.824703",\
|
|
"2.545123, 2.555100, 2.577814, 2.646804, 2.894398",\
|
|
"2.632107, 2.642085, 2.664798, 2.733788, 2.981383",\
|
|
"2.986274, 2.996251, 3.018965, 3.087955, 3.335549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019372, 0.025467, 0.043847, 0.119564, 0.454047",\
|
|
"0.019372, 0.025467, 0.043847, 0.119564, 0.454047",\
|
|
"0.019372, 0.025467, 0.043847, 0.119564, 0.454047",\
|
|
"0.019372, 0.025467, 0.043847, 0.119564, 0.454047",\
|
|
"0.019372, 0.025467, 0.043847, 0.119564, 0.454047");
|
|
}
|
|
|
|
} /* 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.001205 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "2.519433, 2.532146, 2.568444, 2.711828, 3.309002",\
|
|
"2.629166, 2.641879, 2.678177, 2.821561, 3.418736",\
|
|
"2.721116, 2.733829, 2.770127, 2.913511, 3.510686",\
|
|
"2.861419, 2.874133, 2.910431, 3.053814, 3.650989",\
|
|
"3.433199, 3.445912, 3.482210, 3.625594, 4.222768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.022850, 0.033819, 0.076899, 0.279477, 1.152510",\
|
|
"0.022850, 0.033819, 0.076899, 0.279477, 1.152510",\
|
|
"0.022850, 0.033819, 0.076899, 0.279477, 1.152510",\
|
|
"0.022850, 0.033819, 0.076899, 0.279477, 1.152510",\
|
|
"0.022850, 0.033819, 0.076899, 0.279477, 1.152510");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "2.577077, 2.586855, 2.611065, 2.682515, 2.942542",\
|
|
"2.686811, 2.696588, 2.720798, 2.792249, 3.052275",\
|
|
"2.778761, 2.788538, 2.812748, 2.884199, 3.144225",\
|
|
"2.919064, 2.928841, 2.953052, 3.024502, 3.284528",\
|
|
"3.490844, 3.500621, 3.524831, 3.596282, 3.856308");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.019896, 0.025842, 0.047191, 0.128264, 0.485923",\
|
|
"0.019896, 0.025842, 0.047191, 0.128264, 0.485923",\
|
|
"0.019896, 0.025842, 0.047191, 0.128264, 0.485923",\
|
|
"0.019896, 0.025842, 0.047191, 0.128264, 0.485923",\
|
|
"0.019896, 0.025842, 0.047191, 0.128264, 0.485923");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_ena_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "2.356320, 2.369034, 2.403742, 2.545075, 3.129104",\
|
|
"2.448863, 2.461576, 2.496284, 2.637618, 3.221647",\
|
|
"2.518558, 2.531271, 2.565980, 2.707313, 3.291342",\
|
|
"2.605542, 2.618256, 2.652964, 2.794298, 3.378326",\
|
|
"2.959709, 2.972422, 3.007131, 3.148464, 3.732493");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.022850, 0.033819, 0.073907, 0.268329, 1.103975",\
|
|
"0.022850, 0.033819, 0.073907, 0.268329, 1.103975",\
|
|
"0.022850, 0.033819, 0.073907, 0.268329, 1.103975",\
|
|
"0.022850, 0.033819, 0.073907, 0.268329, 1.103975",\
|
|
"0.022850, 0.033819, 0.073907, 0.268329, 1.103975");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "2.423700, 2.433477, 2.456093, 2.525112, 2.772464",\
|
|
"2.516243, 2.526020, 2.548635, 2.617654, 2.865006",\
|
|
"2.585938, 2.595715, 2.618331, 2.687350, 2.934702",\
|
|
"2.672923, 2.682700, 2.705315, 2.774334, 3.021686",\
|
|
"3.027089, 3.036866, 3.059482, 3.128500, 3.375852");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001205, 0.011977, 0.051205, 0.233284, 1.000000");
|
|
values ( "0.019896, 0.025842, 0.044186, 0.119761, 0.454051",\
|
|
"0.019896, 0.025842, 0.044186, 0.119761, 0.454051",\
|
|
"0.019896, 0.025842, 0.044186, 0.119761, 0.454051",\
|
|
"0.019896, 0.025842, 0.044186, 0.119761, 0.454051",\
|
|
"0.019896, 0.025842, 0.044186, 0.119761, 0.454051");
|
|
}
|
|
|
|
} /* 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.011981 ;
|
|
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.009071 ;
|
|
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.001946 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "2.520839, 2.532894, 2.568895, 2.712288, 3.311021",\
|
|
"2.630573, 2.642628, 2.678628, 2.822022, 3.420754",\
|
|
"2.722523, 2.734578, 2.770578, 2.913972, 3.512704",\
|
|
"2.862826, 2.874881, 2.910882, 3.054276, 3.653008",\
|
|
"3.434606, 3.446661, 3.482661, 3.626055, 4.224788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.021908, 0.033035, 0.077112, 0.281811, 1.157684",\
|
|
"0.021908, 0.033035, 0.077112, 0.281811, 1.157684",\
|
|
"0.021908, 0.033035, 0.077112, 0.281811, 1.157684",\
|
|
"0.021908, 0.033035, 0.077112, 0.281811, 1.157684",\
|
|
"0.021908, 0.033035, 0.077112, 0.281811, 1.157684");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "2.805251, 2.814682, 2.838914, 2.910496, 3.171556",\
|
|
"2.914984, 2.924415, 2.948647, 3.020230, 3.281290",\
|
|
"3.006934, 3.016366, 3.040597, 3.112180, 3.373240",\
|
|
"3.147238, 3.156669, 3.180901, 3.252483, 3.513543",\
|
|
"3.719017, 3.728449, 3.752680, 3.824263, 4.085323");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.020472, 0.026225, 0.047923, 0.129675, 0.490288",\
|
|
"0.020472, 0.026225, 0.047923, 0.129675, 0.490288",\
|
|
"0.020472, 0.026225, 0.047923, 0.129675, 0.490288",\
|
|
"0.020472, 0.026225, 0.047923, 0.129675, 0.490288",\
|
|
"0.020472, 0.026225, 0.047923, 0.129675, 0.490288");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_reset_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "1.226174, 1.238228, 1.272428, 1.413509, 1.997829",\
|
|
"1.318712, 1.330767, 1.364966, 1.506047, 2.090368",\
|
|
"1.389094, 1.401148, 1.435348, 1.576429, 2.160749",\
|
|
"1.475443, 1.487497, 1.521696, 1.662778, 2.247098",\
|
|
"1.830414, 1.842468, 1.876667, 2.017749, 2.602069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.021906, 0.033033, 0.073752, 0.269401, 1.103701",\
|
|
"0.021906, 0.033033, 0.073752, 0.269401, 1.103701",\
|
|
"0.021906, 0.033033, 0.073752, 0.269401, 1.103701",\
|
|
"0.021906, 0.033033, 0.073752, 0.269401, 1.103701",\
|
|
"0.021906, 0.033033, 0.073752, 0.269401, 1.103701");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "1.579528, 1.588959, 1.611384, 1.680380, 1.927457",\
|
|
"1.672066, 1.681498, 1.703922, 1.772918, 2.019995",\
|
|
"1.742448, 1.751879, 1.774304, 1.843300, 2.090377",\
|
|
"1.828797, 1.838228, 1.860653, 1.929649, 2.176726",\
|
|
"2.183768, 2.193199, 2.215624, 2.284620, 2.531697");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001946, 0.012719, 0.051946, 0.234025, 1.000000");
|
|
values ( "0.020468, 0.026222, 0.044548, 0.120087, 0.454052",\
|
|
"0.020468, 0.026222, 0.044548, 0.120087, 0.454052",\
|
|
"0.020468, 0.026222, 0.044548, 0.120087, 0.454052",\
|
|
"0.020468, 0.026222, 0.044548, 0.120087, 0.454052",\
|
|
"0.020468, 0.026222, 0.044548, 0.120087, 0.454052");
|
|
}
|
|
|
|
} /* 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.001560 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.615113, 0.627241, 0.663045, 0.806183, 1.403959",\
|
|
"0.691202, 0.703329, 0.739133, 0.882271, 1.480048",\
|
|
"0.731997, 0.744124, 0.779928, 0.923066, 1.520842",\
|
|
"0.765785, 0.777913, 0.813717, 0.956855, 1.554631",\
|
|
"0.905038, 0.917166, 0.952972, 1.096110, 1.693884");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.021163, 0.032387, 0.076179, 0.280177, 1.152187",\
|
|
"0.021163, 0.032387, 0.076179, 0.280177, 1.152187",\
|
|
"0.021163, 0.032388, 0.076179, 0.280177, 1.152187",\
|
|
"0.021164, 0.032389, 0.076180, 0.280177, 1.152187",\
|
|
"0.021169, 0.032392, 0.076182, 0.280177, 1.152187");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.534611, 0.544218, 0.568363, 0.639707, 0.899702",\
|
|
"0.660904, 0.670511, 0.694656, 0.765999, 1.025994",\
|
|
"0.792220, 0.801827, 0.825971, 0.897315, 1.157311",\
|
|
"1.006778, 1.016385, 1.040529, 1.111872, 1.371869",\
|
|
"1.891876, 1.901481, 1.925622, 1.996964, 2.256967");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.019579, 0.025550, 0.046962, 0.128381, 0.485649",\
|
|
"0.019579, 0.025550, 0.046962, 0.128381, 0.485649",\
|
|
"0.019579, 0.025550, 0.046962, 0.128382, 0.485651",\
|
|
"0.019579, 0.025550, 0.046963, 0.128382, 0.485654",\
|
|
"0.019581, 0.025549, 0.046964, 0.128382, 0.485668");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[5]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.615113, 0.627241, 0.661446, 0.802488, 1.387261",\
|
|
"0.691202, 0.703329, 0.737535, 0.878577, 1.463349",\
|
|
"0.731997, 0.744124, 0.778330, 0.919371, 1.504144",\
|
|
"0.765785, 0.777913, 0.812119, 0.953161, 1.537933",\
|
|
"0.905038, 0.917166, 0.951374, 1.092416, 1.677186");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.021163, 0.032387, 0.073162, 0.269028, 1.103651",\
|
|
"0.021163, 0.032387, 0.073162, 0.269028, 1.103651",\
|
|
"0.021163, 0.032388, 0.073162, 0.269028, 1.103651",\
|
|
"0.021164, 0.032389, 0.073163, 0.269027, 1.103651",\
|
|
"0.021169, 0.032392, 0.073165, 0.269027, 1.103652");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.532400, 0.542007, 0.564549, 0.633442, 0.880836",\
|
|
"0.658693, 0.668300, 0.690842, 0.759735, 1.007128",\
|
|
"0.790184, 0.799790, 0.822332, 0.891225, 1.138619",\
|
|
"1.005012, 1.014618, 1.037159, 1.106052, 1.353447",\
|
|
"1.891876, 1.901481, 1.924019, 1.992911, 2.240311");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.019579, 0.025550, 0.043933, 0.119887, 0.453807",\
|
|
"0.019579, 0.025550, 0.043933, 0.119887, 0.453807",\
|
|
"0.019579, 0.025550, 0.043934, 0.119887, 0.453808",\
|
|
"0.019579, 0.025550, 0.043934, 0.119887, 0.453812",\
|
|
"0.019581, 0.025549, 0.043935, 0.119887, 0.453826");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[5]_ser_rx_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.430714, 0.442832, 0.478626, 0.621758, 1.219555",\
|
|
"0.506335, 0.518453, 0.554247, 0.697379, 1.295176",\
|
|
"0.546870, 0.558988, 0.594782, 0.737914, 1.335711",\
|
|
"0.585195, 0.597314, 0.633108, 0.776241, 1.374036",\
|
|
"0.743144, 0.755263, 0.791059, 0.934192, 1.531986");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.021117, 0.032348, 0.076154, 0.280184, 1.152179",\
|
|
"0.021117, 0.032348, 0.076154, 0.280184, 1.152179",\
|
|
"0.021117, 0.032348, 0.076154, 0.280184, 1.152180",\
|
|
"0.021119, 0.032349, 0.076155, 0.280184, 1.152180",\
|
|
"0.021125, 0.032355, 0.076158, 0.280183, 1.152181");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.463272, 0.472876, 0.497017, 0.568359, 0.828362",\
|
|
"0.585263, 0.594867, 0.619008, 0.690350, 0.950353",\
|
|
"0.711208, 0.720812, 0.744953, 0.816295, 1.076298",\
|
|
"0.909375, 0.918979, 0.943120, 1.014462, 1.274465",\
|
|
"1.726836, 1.736440, 1.760580, 1.831922, 2.091927");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.019581, 0.025549, 0.046964, 0.128382, 0.485670",\
|
|
"0.019581, 0.025549, 0.046964, 0.128382, 0.485670",\
|
|
"0.019581, 0.025549, 0.046964, 0.128382, 0.485670",\
|
|
"0.019581, 0.025549, 0.046964, 0.128382, 0.485670",\
|
|
"0.019581, 0.025549, 0.046964, 0.128383, 0.485673");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_ser_rx_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.430714, 0.442832, 0.477027, 0.618062, 1.202858",\
|
|
"0.506335, 0.518453, 0.552649, 0.693684, 1.278479",\
|
|
"0.546870, 0.558988, 0.593184, 0.734219, 1.319014",\
|
|
"0.585195, 0.597314, 0.631510, 0.772545, 1.357339",\
|
|
"0.743144, 0.755263, 0.789461, 0.930497, 1.515288");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.021117, 0.032348, 0.073137, 0.269035, 1.103644",\
|
|
"0.021117, 0.032348, 0.073137, 0.269035, 1.103644",\
|
|
"0.021117, 0.032348, 0.073137, 0.269034, 1.103644",\
|
|
"0.021119, 0.032349, 0.073138, 0.269034, 1.103644",\
|
|
"0.021125, 0.032355, 0.073141, 0.269033, 1.103645");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.463272, 0.472876, 0.495414, 0.564305, 0.811707",\
|
|
"0.585263, 0.594867, 0.617405, 0.686296, 0.933698",\
|
|
"0.711208, 0.720812, 0.743349, 0.812241, 1.059642",\
|
|
"0.909375, 0.918979, 0.941517, 1.010408, 1.257810",\
|
|
"1.726836, 1.736440, 1.758977, 1.827868, 2.075271");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001560, 0.012332, 0.051560, 0.233639, 1.000000");
|
|
values ( "0.019581, 0.025549, 0.043935, 0.119888, 0.453828",\
|
|
"0.019581, 0.025549, 0.043935, 0.119888, 0.453828",\
|
|
"0.019581, 0.025549, 0.043935, 0.119888, 0.453828",\
|
|
"0.019581, 0.025549, 0.043935, 0.119888, 0.453828",\
|
|
"0.019581, 0.025549, 0.043935, 0.119888, 0.453831");
|
|
}
|
|
|
|
} /* 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.003784 ;
|
|
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.001527 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.897190, 2.909353, 2.945290, 3.088611, 3.687532",\
|
|
"3.006923, 3.019086, 3.055023, 3.198344, 3.797265",\
|
|
"3.098873, 3.111036, 3.146974, 3.290294, 3.889215",\
|
|
"3.239177, 3.251340, 3.287277, 3.430598, 4.029519",\
|
|
"3.810957, 3.823120, 3.859057, 4.002378, 4.601299");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.021117, 0.032328, 0.076376, 0.281118, 1.156510",\
|
|
"0.021117, 0.032328, 0.076376, 0.281118, 1.156510",\
|
|
"0.021117, 0.032328, 0.076376, 0.281118, 1.156510",\
|
|
"0.021117, 0.032328, 0.076376, 0.281118, 1.156510",\
|
|
"0.021117, 0.032328, 0.076376, 0.281118, 1.156510");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "3.024169, 3.033795, 3.058042, 3.129490, 3.390624",\
|
|
"3.133903, 3.143528, 3.167775, 3.239223, 3.500357",\
|
|
"3.225853, 3.235478, 3.259726, 3.331173, 3.592307",\
|
|
"3.366156, 3.375782, 3.400029, 3.471477, 3.732611",\
|
|
"3.937936, 3.947561, 3.971809, 4.043257, 4.304390");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.019741, 0.025646, 0.047319, 0.129232, 0.489351",\
|
|
"0.019741, 0.025646, 0.047319, 0.129232, 0.489351",\
|
|
"0.019741, 0.025646, 0.047319, 0.129232, 0.489351",\
|
|
"0.019741, 0.025646, 0.047319, 0.129232, 0.489351",\
|
|
"0.019741, 0.025646, 0.047319, 0.129232, 0.489351");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.475364, 2.487515, 2.521686, 2.662719, 3.247548",\
|
|
"2.567906, 2.580058, 2.614228, 2.755261, 3.340091",\
|
|
"2.637602, 2.649753, 2.683923, 2.824957, 3.409786",\
|
|
"2.724586, 2.736737, 2.770908, 2.911941, 3.496770",\
|
|
"3.078753, 3.090904, 3.125075, 3.266108, 3.850937");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.021060, 0.032278, 0.073091, 0.269001, 1.103641",\
|
|
"0.021060, 0.032278, 0.073091, 0.269001, 1.103641",\
|
|
"0.021060, 0.032278, 0.073091, 0.269001, 1.103641",\
|
|
"0.021060, 0.032278, 0.073091, 0.269001, 1.103641",\
|
|
"0.021060, 0.032278, 0.073091, 0.269001, 1.103641");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "2.682934, 2.692559, 2.715046, 2.783957, 3.031380",\
|
|
"2.775476, 2.785101, 2.807589, 2.876500, 3.123923",\
|
|
"2.845171, 2.854796, 2.877284, 2.946195, 3.193618",\
|
|
"2.932156, 2.941781, 2.964268, 3.033180, 3.280603",\
|
|
"3.286323, 3.295948, 3.318435, 3.387346, 3.634769");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.019733, 0.025639, 0.044046, 0.119888, 0.454043",\
|
|
"0.019733, 0.025639, 0.044046, 0.119888, 0.454043",\
|
|
"0.019733, 0.025639, 0.044046, 0.119888, 0.454043",\
|
|
"0.019733, 0.025639, 0.044046, 0.119888, 0.454043",\
|
|
"0.019733, 0.025639, 0.044046, 0.119888, 0.454043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_clock_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "1.291242, 1.303401, 1.339336, 1.482655, 2.081582",\
|
|
"1.420051, 1.432211, 1.468146, 1.611465, 2.210392",\
|
|
"1.539086, 1.551246, 1.587181, 1.730500, 2.329427",\
|
|
"1.736246, 1.748406, 1.784341, 1.927660, 2.526587",\
|
|
"2.543194, 2.555355, 2.591289, 2.734608, 3.333535");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.021104, 0.032316, 0.076369, 0.281120, 1.156508",\
|
|
"0.021104, 0.032316, 0.076369, 0.281120, 1.156508",\
|
|
"0.021104, 0.032316, 0.076369, 0.281120, 1.156508",\
|
|
"0.021104, 0.032316, 0.076369, 0.281120, 1.156508",\
|
|
"0.021104, 0.032316, 0.076369, 0.281120, 1.156508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "1.480734, 1.490359, 1.514606, 1.586054, 1.847188",\
|
|
"1.609544, 1.619169, 1.643416, 1.714864, 1.975998",\
|
|
"1.728578, 1.738204, 1.762451, 1.833899, 2.095033",\
|
|
"1.925738, 1.935364, 1.959611, 2.031059, 2.292193",\
|
|
"2.732686, 2.742312, 2.766559, 2.838006, 3.099141");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.019740, 0.025645, 0.047318, 0.129232, 0.489351",\
|
|
"0.019740, 0.025645, 0.047318, 0.129232, 0.489351",\
|
|
"0.019740, 0.025645, 0.047318, 0.129232, 0.489351",\
|
|
"0.019740, 0.025645, 0.047318, 0.129232, 0.489351",\
|
|
"0.019740, 0.025645, 0.047318, 0.129232, 0.489351");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_clock_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "1.287961, 1.300121, 1.334302, 1.475341, 2.060149",\
|
|
"1.353118, 1.365278, 1.399458, 1.540497, 2.125305",\
|
|
"1.377861, 1.390021, 1.424201, 1.565241, 2.150048",\
|
|
"1.377861, 1.390021, 1.424201, 1.565241, 2.150048",\
|
|
"1.377861, 1.390021, 1.424201, 1.565241, 2.150048");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.021104, 0.032316, 0.073115, 0.268995, 1.103648",\
|
|
"0.021104, 0.032316, 0.073115, 0.268995, 1.103648",\
|
|
"0.021104, 0.032316, 0.073115, 0.268995, 1.103648",\
|
|
"0.021104, 0.032316, 0.073115, 0.268995, 1.103648",\
|
|
"0.021104, 0.032316, 0.073115, 0.268995, 1.103648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "1.477485, 1.487110, 1.509598, 1.578511, 1.825931",\
|
|
"1.542641, 1.552266, 1.574755, 1.643667, 1.891087",\
|
|
"1.567384, 1.577009, 1.599498, 1.668410, 1.915830",\
|
|
"1.567384, 1.577009, 1.599498, 1.668410, 1.915830",\
|
|
"1.567384, 1.577009, 1.599498, 1.668410, 1.915830");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001527, 0.012299, 0.051527, 0.233606, 1.000000");
|
|
values ( "0.019740, 0.025645, 0.044050, 0.119888, 0.454043",\
|
|
"0.019740, 0.025645, 0.044050, 0.119888, 0.454043",\
|
|
"0.019740, 0.025645, 0.044050, 0.119888, 0.454043",\
|
|
"0.019740, 0.025645, 0.044050, 0.119888, 0.454043",\
|
|
"0.019740, 0.025645, 0.044050, 0.119888, 0.454043");
|
|
}
|
|
|
|
} /* 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.000785 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.958181, 2.970860, 3.006920, 3.149839, 3.747468",\
|
|
"3.067914, 3.080593, 3.116653, 3.259573, 3.857201",\
|
|
"3.159865, 3.172543, 3.208603, 3.351523, 3.949152",\
|
|
"3.300168, 3.312847, 3.348907, 3.491827, 4.089456",\
|
|
"3.871948, 3.884626, 3.920686, 4.063606, 4.661235");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.021384, 0.032533, 0.075727, 0.278435, 1.150114",\
|
|
"0.021384, 0.032533, 0.075727, 0.278435, 1.150114",\
|
|
"0.021384, 0.032533, 0.075727, 0.278435, 1.150114",\
|
|
"0.021384, 0.032533, 0.075727, 0.278435, 1.150114",\
|
|
"0.021384, 0.032533, 0.075727, 0.278435, 1.150114");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "3.063351, 3.073329, 3.097554, 3.168875, 3.428601",\
|
|
"3.173084, 3.183063, 3.207287, 3.278608, 3.538334",\
|
|
"3.265035, 3.275013, 3.299237, 3.370558, 3.630285",\
|
|
"3.405338, 3.415316, 3.439541, 3.510861, 3.770588",\
|
|
"3.977118, 3.987096, 4.011321, 4.082642, 4.342368");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.019451, 0.025525, 0.046729, 0.127522, 0.484147",\
|
|
"0.019451, 0.025525, 0.046729, 0.127522, 0.484147",\
|
|
"0.019451, 0.025525, 0.046729, 0.127522, 0.484147",\
|
|
"0.019451, 0.025525, 0.046729, 0.127522, 0.484147",\
|
|
"0.019451, 0.025525, 0.046729, 0.127522, 0.484147");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.402017, 2.414685, 2.449224, 2.590416, 3.175281",\
|
|
"2.494560, 2.507228, 2.541766, 2.682959, 3.267823",\
|
|
"2.564255, 2.576923, 2.611461, 2.752654, 3.337519",\
|
|
"2.651239, 2.663908, 2.698446, 2.839639, 3.424503",\
|
|
"3.005406, 3.018074, 3.052613, 3.193805, 3.778670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.021338, 0.032494, 0.072884, 0.268030, 1.103810",\
|
|
"0.021338, 0.032494, 0.072884, 0.268030, 1.103810",\
|
|
"0.021338, 0.032494, 0.072884, 0.268030, 1.103810",\
|
|
"0.021338, 0.032494, 0.072884, 0.268030, 1.103810",\
|
|
"0.021338, 0.032494, 0.072884, 0.268030, 1.103810");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "2.571329, 2.581308, 2.604016, 2.673019, 2.920582",\
|
|
"2.663872, 2.673850, 2.696558, 2.765562, 3.013124",\
|
|
"2.733567, 2.743546, 2.766254, 2.835257, 3.082820",\
|
|
"2.820552, 2.830530, 2.853238, 2.922241, 3.169804",\
|
|
"3.174718, 3.184697, 3.207405, 3.276408, 3.523971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.019443, 0.025519, 0.043895, 0.119572, 0.454048",\
|
|
"0.019443, 0.025519, 0.043895, 0.119572, 0.454048",\
|
|
"0.019443, 0.025519, 0.043895, 0.119572, 0.454048",\
|
|
"0.019443, 0.025519, 0.043895, 0.119572, 0.454048",\
|
|
"0.019443, 0.025519, 0.043895, 0.119572, 0.454048");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_1_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "1.339667, 1.352343, 1.388402, 1.531320, 2.128953",\
|
|
"1.468476, 1.481153, 1.517211, 1.660130, 2.257762",\
|
|
"1.587495, 1.600172, 1.636230, 1.779149, 2.376781",\
|
|
"1.784616, 1.797293, 1.833351, 1.976270, 2.573902",\
|
|
"2.591311, 2.603987, 2.640046, 2.782965, 3.380597");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.021376, 0.032526, 0.075723, 0.278436, 1.150112",\
|
|
"0.021376, 0.032526, 0.075723, 0.278436, 1.150112",\
|
|
"0.021376, 0.032526, 0.075723, 0.278436, 1.150112",\
|
|
"0.021376, 0.032526, 0.075723, 0.278436, 1.150112",\
|
|
"0.021376, 0.032526, 0.075723, 0.278436, 1.150112");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "1.491989, 1.501968, 1.526192, 1.597512, 1.857240",\
|
|
"1.620799, 1.630778, 1.655002, 1.726322, 1.986050",\
|
|
"1.739818, 1.749796, 1.774020, 1.845341, 2.105068",\
|
|
"1.936939, 1.946917, 1.971141, 2.042462, 2.302189",\
|
|
"2.743634, 2.753612, 2.777836, 2.849156, 3.108884");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.019449, 0.025523, 0.046727, 0.127521, 0.484147",\
|
|
"0.019449, 0.025523, 0.046727, 0.127521, 0.484147",\
|
|
"0.019449, 0.025523, 0.046727, 0.127521, 0.484147",\
|
|
"0.019449, 0.025523, 0.046727, 0.127521, 0.484147",\
|
|
"0.019449, 0.025523, 0.046727, 0.127521, 0.484147");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_1_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "1.317582, 1.330258, 1.364805, 1.506003, 2.090849",\
|
|
"1.382738, 1.395415, 1.429961, 1.571159, 2.156005",\
|
|
"1.407173, 1.419849, 1.454396, 1.595594, 2.180440",\
|
|
"1.407173, 1.419849, 1.454396, 1.595594, 2.180440",\
|
|
"1.407173, 1.419849, 1.454396, 1.595594, 2.180440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.021376, 0.032526, 0.072904, 0.268024, 1.103816",\
|
|
"0.021376, 0.032526, 0.072904, 0.268024, 1.103816",\
|
|
"0.021376, 0.032526, 0.072904, 0.268024, 1.103816",\
|
|
"0.021376, 0.032526, 0.072904, 0.268024, 1.103816",\
|
|
"0.021376, 0.032526, 0.072904, 0.268024, 1.103816");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "1.481988, 1.491966, 1.514675, 1.583679, 1.831240",\
|
|
"1.547144, 1.557123, 1.579831, 1.648836, 1.896396",\
|
|
"1.571579, 1.581557, 1.604266, 1.673270, 1.920831",\
|
|
"1.571579, 1.581557, 1.604266, 1.673270, 1.920831",\
|
|
"1.571579, 1.581557, 1.604266, 1.673270, 1.920831");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000785, 0.011557, 0.050785, 0.232864, 1.000000");
|
|
values ( "0.019449, 0.025523, 0.043899, 0.119572, 0.454048",\
|
|
"0.019449, 0.025523, 0.043899, 0.119572, 0.454048",\
|
|
"0.019449, 0.025523, 0.043899, 0.119572, 0.454048",\
|
|
"0.019449, 0.025523, 0.043899, 0.119572, 0.454048",\
|
|
"0.019449, 0.025523, 0.043899, 0.119572, 0.454048");
|
|
}
|
|
|
|
} /* 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.000949 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.903217, 2.915595, 2.951429, 3.094534, 3.692496",\
|
|
"3.012950, 3.025328, 3.061162, 3.204267, 3.802229",\
|
|
"3.104901, 3.117278, 3.153113, 3.296218, 3.894180",\
|
|
"3.245204, 3.257582, 3.293416, 3.436521, 4.034483",\
|
|
"3.816984, 3.829361, 3.865196, 4.008301, 4.606263");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.020478, 0.031760, 0.075383, 0.279198, 1.150983",\
|
|
"0.020478, 0.031760, 0.075383, 0.279198, 1.150983",\
|
|
"0.020478, 0.031760, 0.075383, 0.279198, 1.150983",\
|
|
"0.020478, 0.031760, 0.075383, 0.279198, 1.150983",\
|
|
"0.020478, 0.031760, 0.075383, 0.279198, 1.150983");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "3.028298, 3.038196, 3.062402, 3.133729, 3.393704",\
|
|
"3.138031, 3.147929, 3.172136, 3.243462, 3.503437",\
|
|
"3.229982, 3.239879, 3.264086, 3.335412, 3.595387",\
|
|
"3.370285, 3.380183, 3.404389, 3.475716, 3.735691",\
|
|
"3.942065, 3.951962, 3.976169, 4.047495, 4.307470");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.019358, 0.025422, 0.046721, 0.127893, 0.484947",\
|
|
"0.019358, 0.025422, 0.046721, 0.127893, 0.484947",\
|
|
"0.019358, 0.025422, 0.046721, 0.127893, 0.484947",\
|
|
"0.019358, 0.025422, 0.046721, 0.127893, 0.484947",\
|
|
"0.019358, 0.025422, 0.046721, 0.127893, 0.484947");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.346272, 2.358638, 2.392908, 2.533948, 3.119218",\
|
|
"2.438814, 2.451181, 2.485451, 2.626491, 3.211761",\
|
|
"2.508510, 2.520876, 2.555146, 2.696186, 3.281456",\
|
|
"2.595494, 2.607861, 2.642130, 2.783170, 3.368440",\
|
|
"2.949661, 2.962027, 2.996297, 3.137337, 3.722607");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.020426, 0.031715, 0.072470, 0.268371, 1.103641",\
|
|
"0.020426, 0.031715, 0.072470, 0.268371, 1.103641",\
|
|
"0.020426, 0.031715, 0.072470, 0.268371, 1.103641",\
|
|
"0.020426, 0.031715, 0.072470, 0.268371, 1.103641",\
|
|
"0.020426, 0.031715, 0.072470, 0.268371, 1.103641");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "2.531924, 2.541821, 2.564471, 2.633417, 2.881019",\
|
|
"2.624466, 2.634364, 2.657013, 2.725960, 2.973562",\
|
|
"2.694162, 2.704059, 2.726709, 2.795655, 3.043257",\
|
|
"2.781146, 2.791044, 2.813693, 2.882640, 3.130241",\
|
|
"3.135313, 3.145211, 3.167860, 3.236807, 3.484408");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.019350, 0.025415, 0.043819, 0.119636, 0.454044",\
|
|
"0.019350, 0.025415, 0.043819, 0.119636, 0.454044",\
|
|
"0.019350, 0.025415, 0.043819, 0.119636, 0.454044",\
|
|
"0.019350, 0.025415, 0.043819, 0.119636, 0.454044",\
|
|
"0.019350, 0.025415, 0.043819, 0.119636, 0.454044");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_data_2_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "1.316500, 1.328876, 1.364709, 1.507813, 2.105778",\
|
|
"1.445312, 1.457687, 1.493520, 1.636624, 2.234589",\
|
|
"1.564347, 1.576723, 1.612556, 1.755660, 2.353625",\
|
|
"1.761512, 1.773888, 1.809721, 1.952825, 2.550790",\
|
|
"2.568391, 2.580767, 2.616600, 2.759704, 3.357669");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.020470, 0.031753, 0.075379, 0.279199, 1.150982",\
|
|
"0.020470, 0.031753, 0.075379, 0.279199, 1.150982",\
|
|
"0.020470, 0.031753, 0.075379, 0.279199, 1.150982",\
|
|
"0.020470, 0.031753, 0.075379, 0.279199, 1.150982",\
|
|
"0.020470, 0.031753, 0.075379, 0.279199, 1.150982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "1.500672, 1.510569, 1.534776, 1.606102, 1.866077",\
|
|
"1.629483, 1.639381, 1.663587, 1.734913, 1.994889",\
|
|
"1.748519, 1.758417, 1.782623, 1.853949, 2.113925",\
|
|
"1.945684, 1.955581, 1.979788, 2.051114, 2.311089",\
|
|
"2.752563, 2.762460, 2.786667, 2.857993, 3.117968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.019357, 0.025421, 0.046720, 0.127893, 0.484947",\
|
|
"0.019357, 0.025421, 0.046720, 0.127893, 0.484947",\
|
|
"0.019357, 0.025421, 0.046720, 0.127893, 0.484947",\
|
|
"0.019357, 0.025421, 0.046720, 0.127893, 0.484947",\
|
|
"0.019357, 0.025421, 0.046720, 0.127893, 0.484947");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_data_2_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "1.299935, 1.312311, 1.346591, 1.487637, 2.072886",\
|
|
"1.365093, 1.377469, 1.411749, 1.552795, 2.138043",\
|
|
"1.389773, 1.402148, 1.436428, 1.577474, 2.162723",\
|
|
"1.389773, 1.402148, 1.436428, 1.577474, 2.162723",\
|
|
"1.389773, 1.402148, 1.436428, 1.577474, 2.162723");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.020470, 0.031753, 0.072494, 0.268364, 1.103648",\
|
|
"0.020470, 0.031753, 0.072494, 0.268364, 1.103648",\
|
|
"0.020470, 0.031753, 0.072494, 0.268364, 1.103648",\
|
|
"0.020470, 0.031753, 0.072494, 0.268364, 1.103648",\
|
|
"0.020470, 0.031753, 0.072494, 0.268364, 1.103648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "1.489714, 1.499611, 1.522261, 1.591210, 1.838809",\
|
|
"1.554872, 1.564770, 1.587419, 1.656368, 1.903967",\
|
|
"1.579551, 1.589449, 1.612099, 1.681047, 1.928646",\
|
|
"1.579551, 1.589449, 1.612099, 1.681047, 1.928646",\
|
|
"1.579551, 1.589449, 1.612099, 1.681047, 1.928646");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000949, 0.011721, 0.050949, 0.233028, 1.000000");
|
|
values ( "0.019357, 0.025421, 0.043824, 0.119636, 0.454044",\
|
|
"0.019357, 0.025421, 0.043824, 0.119636, 0.454044",\
|
|
"0.019357, 0.025421, 0.043824, 0.119636, 0.454044",\
|
|
"0.019357, 0.025421, 0.043824, 0.119636, 0.454044",\
|
|
"0.019357, 0.025421, 0.043824, 0.119636, 0.454044");
|
|
}
|
|
|
|
} /* 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.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.844432, 2.856699, 2.892426, 3.035476, 3.633630",\
|
|
"2.954165, 2.966433, 3.002160, 3.145210, 3.743363",\
|
|
"3.046116, 3.058383, 3.094110, 3.237160, 3.835313",\
|
|
"3.186419, 3.198687, 3.234414, 3.377464, 3.975617",\
|
|
"3.758199, 3.770466, 3.806193, 3.949243, 4.547396");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.020017, 0.031364, 0.075142, 0.279284, 1.150910",\
|
|
"0.020017, 0.031364, 0.075142, 0.279284, 1.150910",\
|
|
"0.020017, 0.031364, 0.075142, 0.279284, 1.150910",\
|
|
"0.020017, 0.031364, 0.075142, 0.279284, 1.150910",\
|
|
"0.020017, 0.031364, 0.075142, 0.279284, 1.150910");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.970816, 2.980703, 3.004894, 3.076171, 3.336213",\
|
|
"3.080549, 3.090436, 3.114627, 3.185905, 3.445946",\
|
|
"3.172499, 3.182386, 3.206578, 3.277855, 3.537896",\
|
|
"3.312803, 3.322690, 3.346881, 3.418158, 3.678200",\
|
|
"3.884583, 3.894469, 3.918661, 3.989938, 4.249979");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019210, 0.025295, 0.046616, 0.127770, 0.484936",\
|
|
"0.019210, 0.025295, 0.046616, 0.127770, 0.484936",\
|
|
"0.019210, 0.025295, 0.046616, 0.127770, 0.484936",\
|
|
"0.019210, 0.025295, 0.046616, 0.127770, 0.484936",\
|
|
"0.019210, 0.025295, 0.046616, 0.127770, 0.484936");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.488191, 2.500448, 2.534611, 2.675585, 3.261073",\
|
|
"2.580733, 2.592990, 2.627153, 2.768127, 3.353616",\
|
|
"2.650429, 2.662686, 2.696848, 2.837822, 3.423311",\
|
|
"2.737413, 2.749670, 2.783833, 2.924807, 3.510295",\
|
|
"3.091580, 3.103837, 3.138000, 3.278974, 3.864462");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019969, 0.031323, 0.072231, 0.268460, 1.103567",\
|
|
"0.019969, 0.031323, 0.072231, 0.268460, 1.103567",\
|
|
"0.019969, 0.031323, 0.072231, 0.268460, 1.103567",\
|
|
"0.019969, 0.031323, 0.072231, 0.268460, 1.103567",\
|
|
"0.019969, 0.031323, 0.072231, 0.268460, 1.103567");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.661129, 2.671016, 2.693648, 2.762555, 3.010228",\
|
|
"2.753672, 2.763559, 2.786191, 2.855098, 3.102770",\
|
|
"2.823367, 2.833254, 2.855886, 2.924793, 3.172466",\
|
|
"2.910352, 2.920238, 2.942871, 3.011777, 3.259450",\
|
|
"3.264518, 3.274405, 3.297037, 3.365944, 3.613617");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019192, 0.025279, 0.043707, 0.119638, 0.454040",\
|
|
"0.019192, 0.025279, 0.043707, 0.119638, 0.454040",\
|
|
"0.019192, 0.025279, 0.043707, 0.119638, 0.454040",\
|
|
"0.019192, 0.025279, 0.043707, 0.119638, 0.454040",\
|
|
"0.019192, 0.025279, 0.043707, 0.119638, 0.454040");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_load_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.228084, 1.240349, 1.276073, 1.419121, 2.017280",\
|
|
"1.356894, 1.369159, 1.404883, 1.547931, 2.146090",\
|
|
"1.475929, 1.488193, 1.523918, 1.666966, 2.265125",\
|
|
"1.673089, 1.685353, 1.721077, 1.864126, 2.462285",\
|
|
"2.480037, 2.492301, 2.528025, 2.671073, 3.269233");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.020003, 0.031352, 0.075135, 0.279286, 1.150908",\
|
|
"0.020003, 0.031352, 0.075135, 0.279286, 1.150908",\
|
|
"0.020003, 0.031352, 0.075135, 0.279286, 1.150908",\
|
|
"0.020003, 0.031352, 0.075135, 0.279286, 1.150908",\
|
|
"0.020003, 0.031352, 0.075135, 0.279286, 1.150908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.398507, 1.408394, 1.432583, 1.503856, 1.763905",\
|
|
"1.527317, 1.537204, 1.561393, 1.632666, 1.892715",\
|
|
"1.646352, 1.656238, 1.680428, 1.751701, 2.011750",\
|
|
"1.843512, 1.853398, 1.877588, 1.948861, 2.208910",\
|
|
"2.650459, 2.660346, 2.684535, 2.755808, 3.015857");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019189, 0.025276, 0.046601, 0.127769, 0.484935",\
|
|
"0.019189, 0.025276, 0.046601, 0.127769, 0.484935",\
|
|
"0.019189, 0.025276, 0.046601, 0.127769, 0.484935",\
|
|
"0.019189, 0.025276, 0.046601, 0.127769, 0.484935",\
|
|
"0.019189, 0.025276, 0.046601, 0.127769, 0.484935");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_load_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.224865, 1.237130, 1.271300, 1.412279, 1.997751",\
|
|
"1.290022, 1.302286, 1.336456, 1.477435, 2.062907",\
|
|
"1.314764, 1.327028, 1.361199, 1.502177, 2.087650",\
|
|
"1.314764, 1.327028, 1.361199, 1.502177, 2.087650",\
|
|
"1.314764, 1.327028, 1.361199, 1.502177, 2.087650");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.020003, 0.031352, 0.072249, 0.268455, 1.103572",\
|
|
"0.020003, 0.031352, 0.072249, 0.268455, 1.103572",\
|
|
"0.020003, 0.031352, 0.072249, 0.268455, 1.103572",\
|
|
"0.020003, 0.031352, 0.072249, 0.268455, 1.103572",\
|
|
"0.020003, 0.031352, 0.072249, 0.268455, 1.103572");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.395315, 1.405202, 1.427834, 1.496740, 1.744414",\
|
|
"1.460472, 1.470358, 1.492990, 1.561896, 1.809570",\
|
|
"1.485214, 1.495100, 1.517732, 1.586638, 1.834312",\
|
|
"1.485214, 1.495100, 1.517732, 1.586638, 1.834312",\
|
|
"1.485214, 1.495100, 1.517732, 1.586638, 1.834312");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019189, 0.025276, 0.043705, 0.119637, 0.454040",\
|
|
"0.019189, 0.025276, 0.043705, 0.119637, 0.454040",\
|
|
"0.019189, 0.025276, 0.043705, 0.119637, 0.454040",\
|
|
"0.019189, 0.025276, 0.043705, 0.119637, 0.454040",\
|
|
"0.019189, 0.025276, 0.043705, 0.119637, 0.454040");
|
|
}
|
|
|
|
} /* 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.000769 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.844642, 2.856988, 2.892705, 3.035449, 3.633748",\
|
|
"2.954375, 2.966721, 3.002438, 3.145182, 3.743481",\
|
|
"3.046326, 3.058672, 3.094388, 3.237132, 3.835432",\
|
|
"3.186629, 3.198975, 3.234692, 3.377436, 3.975735",\
|
|
"3.758409, 3.770755, 3.806472, 3.949215, 4.547515");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019815, 0.031182, 0.074872, 0.278637, 1.149879",\
|
|
"0.019815, 0.031182, 0.074872, 0.278637, 1.149879",\
|
|
"0.019815, 0.031182, 0.074872, 0.278637, 1.149879",\
|
|
"0.019815, 0.031182, 0.074872, 0.278637, 1.149879",\
|
|
"0.019815, 0.031182, 0.074872, 0.278637, 1.149879");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.971037, 2.981022, 3.005220, 3.076463, 3.336330",\
|
|
"3.080770, 3.090755, 3.114953, 3.186196, 3.446063",\
|
|
"3.172720, 3.182705, 3.206903, 3.278146, 3.538014",\
|
|
"3.313024, 3.323009, 3.347207, 3.418450, 3.678317",\
|
|
"3.884804, 3.894788, 3.918986, 3.990229, 4.250097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019075, 0.025212, 0.046468, 0.127491, 0.484123",\
|
|
"0.019075, 0.025212, 0.046468, 0.127491, 0.484123",\
|
|
"0.019075, 0.025212, 0.046468, 0.127491, 0.484123",\
|
|
"0.019075, 0.025212, 0.046468, 0.127491, 0.484123",\
|
|
"0.019075, 0.025212, 0.046468, 0.127491, 0.484123");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.514213, 2.526547, 2.560741, 2.701718, 3.287352",\
|
|
"2.606756, 2.619090, 2.653283, 2.794261, 3.379895",\
|
|
"2.676451, 2.688785, 2.722979, 2.863956, 3.449590",\
|
|
"2.763435, 2.775770, 2.809963, 2.950941, 3.536574",\
|
|
"3.117602, 3.129936, 3.164130, 3.305107, 3.890741");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019761, 0.031135, 0.072024, 0.268244, 1.103569",\
|
|
"0.019761, 0.031135, 0.072024, 0.268244, 1.103569",\
|
|
"0.019761, 0.031135, 0.072024, 0.268244, 1.103569",\
|
|
"0.019761, 0.031135, 0.072024, 0.268244, 1.103569",\
|
|
"0.019761, 0.031135, 0.072024, 0.268244, 1.103569");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.676566, 2.686551, 2.709233, 2.778150, 3.025885",\
|
|
"2.769109, 2.779093, 2.801775, 2.870693, 3.118428",\
|
|
"2.838804, 2.848788, 2.871470, 2.940388, 3.188123",\
|
|
"2.925788, 2.935773, 2.958455, 3.027373, 3.275108",\
|
|
"3.279955, 3.289940, 3.312622, 3.381539, 3.629274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019056, 0.025196, 0.043627, 0.119552, 0.454041",\
|
|
"0.019056, 0.025196, 0.043627, 0.119552, 0.454041",\
|
|
"0.019056, 0.025196, 0.043627, 0.119552, 0.454041",\
|
|
"0.019056, 0.025196, 0.043627, 0.119552, 0.454041",\
|
|
"0.019056, 0.025196, 0.043627, 0.119552, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_serial_resetn_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.215977, 1.228319, 1.264030, 1.406772, 2.005080",\
|
|
"1.344787, 1.357128, 1.392840, 1.535582, 2.133890",\
|
|
"1.463821, 1.476163, 1.511875, 1.654617, 2.252925",\
|
|
"1.660981, 1.673323, 1.709035, 1.851777, 2.450085",\
|
|
"2.467928, 2.480270, 2.515982, 2.658724, 3.257032");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019795, 0.031164, 0.074861, 0.278640, 1.149876",\
|
|
"0.019795, 0.031164, 0.074861, 0.278640, 1.149876",\
|
|
"0.019795, 0.031164, 0.074861, 0.278640, 1.149876",\
|
|
"0.019795, 0.031164, 0.074861, 0.278640, 1.149876",\
|
|
"0.019795, 0.031164, 0.074861, 0.278640, 1.149876");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.391307, 1.401291, 1.425488, 1.496726, 1.756601",\
|
|
"1.520117, 1.530101, 1.554298, 1.625536, 1.885411",\
|
|
"1.639151, 1.649136, 1.673332, 1.744571, 2.004446",\
|
|
"1.836311, 1.846296, 1.870492, 1.941731, 2.201606",\
|
|
"2.643259, 2.653243, 2.677440, 2.748678, 3.008553");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019053, 0.025194, 0.046454, 0.127490, 0.484122",\
|
|
"0.019053, 0.025194, 0.046454, 0.127490, 0.484122",\
|
|
"0.019053, 0.025194, 0.046454, 0.127490, 0.484122",\
|
|
"0.019053, 0.025194, 0.046454, 0.127490, 0.484122",\
|
|
"0.019053, 0.025194, 0.046454, 0.127490, 0.484122");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_serial_resetn_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.212786, 1.225128, 1.259329, 1.400311, 1.985928",\
|
|
"1.277943, 1.290285, 1.324485, 1.465467, 2.051085",\
|
|
"1.302685, 1.315027, 1.349227, 1.490209, 2.075827",\
|
|
"1.302685, 1.315027, 1.349227, 1.490209, 2.075827",\
|
|
"1.302685, 1.315027, 1.349227, 1.490209, 2.075827");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019795, 0.031164, 0.072042, 0.268239, 1.103574",\
|
|
"0.019795, 0.031164, 0.072042, 0.268239, 1.103574",\
|
|
"0.019795, 0.031164, 0.072042, 0.268239, 1.103574",\
|
|
"0.019795, 0.031164, 0.072042, 0.268239, 1.103574",\
|
|
"0.019795, 0.031164, 0.072042, 0.268239, 1.103574");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "1.388142, 1.398127, 1.420808, 1.489725, 1.737461",\
|
|
"1.453298, 1.463283, 1.485964, 1.554882, 1.802618",\
|
|
"1.478040, 1.488025, 1.510706, 1.579624, 1.827360",\
|
|
"1.478040, 1.488025, 1.510706, 1.579624, 1.827360",\
|
|
"1.478040, 1.488025, 1.510706, 1.579624, 1.827360");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019053, 0.025194, 0.043625, 0.119552, 0.454040",\
|
|
"0.019053, 0.025194, 0.043625, 0.119552, 0.454040",\
|
|
"0.019053, 0.025194, 0.043625, 0.119552, 0.454040",\
|
|
"0.019053, 0.025194, 0.043625, 0.119552, 0.454040",\
|
|
"0.019053, 0.025194, 0.043625, 0.119552, 0.454040");
|
|
}
|
|
|
|
} /* 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.004344 ;
|
|
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.004144 ;
|
|
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.001179 ;
|
|
|
|
/* 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.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.579527, 0.592034, 0.628183, 0.771571, 1.370076",\
|
|
"0.643742, 0.656249, 0.692398, 0.835786, 1.418475",\
|
|
"0.690366, 0.702873, 0.739022, 0.882410, 1.418475",\
|
|
"0.721140, 0.733648, 0.769797, 0.913186, 1.418475",\
|
|
"0.721140, 0.733648, 0.769797, 0.913186, 1.418475");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.021699, 0.032811, 0.076438, 0.280331, 1.155540",\
|
|
"0.021699, 0.032811, 0.076438, 0.280331, 1.155540",\
|
|
"0.021700, 0.032811, 0.076438, 0.280331, 1.155540",\
|
|
"0.021702, 0.032813, 0.076439, 0.280331, 1.155540",\
|
|
"0.021708, 0.032818, 0.076443, 0.280331, 1.155541");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.527906, 0.537705, 0.561976, 0.633364, 0.894417",\
|
|
"0.628410, 0.638209, 0.662481, 0.733868, 0.994921",\
|
|
"0.780404, 0.790202, 0.814474, 0.885861, 1.146914",\
|
|
"1.061866, 1.071665, 1.095937, 1.167325, 1.428377",\
|
|
"1.614306, 1.624104, 1.648376, 1.719765, 1.980816");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.019379, 0.025389, 0.047002, 0.128853, 0.488444",\
|
|
"0.019379, 0.025389, 0.047002, 0.128853, 0.488444",\
|
|
"0.019379, 0.025390, 0.047003, 0.128853, 0.488444",\
|
|
"0.019381, 0.025392, 0.047004, 0.128853, 0.488445",\
|
|
"0.019385, 0.025395, 0.047007, 0.128854, 0.488445");
|
|
}
|
|
|
|
} /* 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.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.578456, 0.590963, 0.625408, 0.766586, 1.351183",\
|
|
"0.627002, 0.639511, 0.673957, 0.815137, 1.399729",\
|
|
"0.627002, 0.639511, 0.673957, 0.815137, 1.399729",\
|
|
"0.627002, 0.639511, 0.673957, 0.815137, 1.399729",\
|
|
"0.627002, 0.639511, 0.673957, 0.815137, 1.399729");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.021698, 0.032810, 0.073270, 0.268469, 1.103800",\
|
|
"0.021698, 0.032810, 0.073270, 0.268469, 1.103800",\
|
|
"0.021699, 0.032810, 0.073270, 0.268469, 1.103800",\
|
|
"0.021701, 0.032812, 0.073271, 0.268468, 1.103800",\
|
|
"0.021707, 0.032818, 0.073275, 0.268468, 1.103801");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.523229, 0.533028, 0.555591, 0.624494, 0.872081",\
|
|
"0.623733, 0.633532, 0.656095, 0.724999, 0.972585",\
|
|
"0.776244, 0.786042, 0.808605, 0.877509, 1.125095",\
|
|
"1.058686, 1.068485, 1.091048, 1.159952, 1.407538",\
|
|
"1.614306, 1.624104, 1.646668, 1.715573, 1.963157");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.019379, 0.025389, 0.043822, 0.119732, 0.454041",\
|
|
"0.019379, 0.025389, 0.043822, 0.119732, 0.454041",\
|
|
"0.019379, 0.025389, 0.043822, 0.119732, 0.454041",\
|
|
"0.019381, 0.025391, 0.043823, 0.119732, 0.454041",\
|
|
"0.019385, 0.025395, 0.043827, 0.119732, 0.454041");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[34]_spi_sdi_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.512001, 0.524506, 0.560651, 0.704038, 1.302549",\
|
|
"0.602949, 0.615454, 0.651599, 0.794986, 1.393497",\
|
|
"0.661288, 0.673793, 0.709939, 0.853325, 1.451836",\
|
|
"0.726052, 0.738556, 0.774702, 0.918089, 1.516599",\
|
|
"0.992938, 1.005444, 1.041591, 1.184978, 1.783486");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.021685, 0.032799, 0.076430, 0.280333, 1.155538",\
|
|
"0.021686, 0.032799, 0.076430, 0.280333, 1.155538",\
|
|
"0.021686, 0.032799, 0.076430, 0.280333, 1.155538",\
|
|
"0.021687, 0.032800, 0.076431, 0.280333, 1.155538",\
|
|
"0.021691, 0.032803, 0.076433, 0.280333, 1.155539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.509145, 0.518944, 0.543217, 0.614607, 0.875655",\
|
|
"0.638338, 0.648137, 0.672410, 0.743800, 1.004848",\
|
|
"0.777249, 0.787048, 0.811321, 0.882711, 1.143760",\
|
|
"0.998524, 1.008323, 1.032596, 1.103986, 1.365034",\
|
|
"1.912066, 1.921865, 1.946137, 2.017528, 2.278576");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.019391, 0.025400, 0.047011, 0.128854, 0.488445",\
|
|
"0.019391, 0.025400, 0.047011, 0.128854, 0.488445",\
|
|
"0.019391, 0.025400, 0.047011, 0.128854, 0.488445",\
|
|
"0.019391, 0.025400, 0.047011, 0.128854, 0.488445",\
|
|
"0.019393, 0.025402, 0.047012, 0.128854, 0.488445");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_spi_sdi_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.512001, 0.524506, 0.558947, 0.700124, 1.284727",\
|
|
"0.602949, 0.615454, 0.649895, 0.791072, 1.375675",\
|
|
"0.661288, 0.673793, 0.708235, 0.849411, 1.434014",\
|
|
"0.726052, 0.738556, 0.772998, 0.914175, 1.498777",\
|
|
"0.992938, 1.005444, 1.039887, 1.181064, 1.765664");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.021685, 0.032799, 0.073263, 0.268470, 1.103798",\
|
|
"0.021686, 0.032799, 0.073263, 0.268470, 1.103798",\
|
|
"0.021686, 0.032799, 0.073263, 0.268470, 1.103798",\
|
|
"0.021687, 0.032800, 0.073264, 0.268470, 1.103798",\
|
|
"0.021691, 0.032803, 0.073266, 0.268470, 1.103799");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.509145, 0.518944, 0.541508, 0.610415, 0.857996",\
|
|
"0.638338, 0.648137, 0.670701, 0.739608, 0.987189",\
|
|
"0.777249, 0.787048, 0.809612, 0.878519, 1.126100",\
|
|
"0.998524, 1.008323, 1.030887, 1.099794, 1.347375",\
|
|
"1.912066, 1.921865, 1.944429, 2.013336, 2.260916");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001179, 0.011951, 0.051179, 0.233258, 1.000000");
|
|
values ( "0.019391, 0.025400, 0.043831, 0.119733, 0.454042",\
|
|
"0.019391, 0.025400, 0.043831, 0.119733, 0.454042",\
|
|
"0.019391, 0.025400, 0.043831, 0.119733, 0.454042",\
|
|
"0.019391, 0.025400, 0.043831, 0.119733, 0.454042",\
|
|
"0.019393, 0.025402, 0.043832, 0.119733, 0.454042");
|
|
}
|
|
|
|
} /* 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.004344 ;
|
|
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.004424 ;
|
|
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.003997 ;
|
|
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.003880 ;
|
|
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.001309 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.646225, 1.659404, 1.696216, 1.839776, 2.437347",\
|
|
"1.755954, 1.769133, 1.805945, 1.949504, 2.547076",\
|
|
"1.848386, 1.861565, 1.898376, 2.041936, 2.639508",\
|
|
"1.988243, 2.001422, 2.038234, 2.181793, 2.779365",\
|
|
"2.560637, 2.573816, 2.610628, 2.754187, 3.351759");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.024759, 0.035573, 0.078224, 0.280492, 1.154811",\
|
|
"0.024759, 0.035573, 0.078224, 0.280492, 1.154811",\
|
|
"0.024759, 0.035573, 0.078224, 0.280492, 1.154811",\
|
|
"0.024759, 0.035573, 0.078224, 0.280492, 1.154811",\
|
|
"0.024759, 0.035573, 0.078224, 0.280492, 1.154811");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.472001, 1.481740, 1.506020, 1.577492, 1.838346",\
|
|
"1.581730, 1.591469, 1.615749, 1.687221, 1.948075",\
|
|
"1.674162, 1.683901, 1.708181, 1.779652, 2.040507",\
|
|
"1.814019, 1.823758, 1.848038, 1.919510, 2.180364",\
|
|
"2.386413, 2.396152, 2.420433, 2.491904, 2.752759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.019869, 0.025793, 0.047348, 0.128940, 0.488471",\
|
|
"0.019869, 0.025793, 0.047348, 0.128940, 0.488471",\
|
|
"0.019869, 0.025793, 0.047348, 0.128940, 0.488471",\
|
|
"0.019869, 0.025793, 0.047348, 0.128940, 0.488471",\
|
|
"0.019869, 0.025793, 0.047348, 0.128940, 0.488471");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.605345, 1.618524, 1.653627, 1.795024, 2.378616",\
|
|
"1.697883, 1.711062, 1.746165, 1.887563, 2.471154",\
|
|
"1.768265, 1.781444, 1.816547, 1.957944, 2.541535",\
|
|
"1.854613, 1.867793, 1.902896, 2.044293, 2.627884",\
|
|
"2.209585, 2.222764, 2.257867, 2.399264, 2.982855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.024759, 0.035573, 0.075051, 0.268605, 1.103070",\
|
|
"0.024759, 0.035573, 0.075051, 0.268605, 1.103070",\
|
|
"0.024759, 0.035573, 0.075051, 0.268605, 1.103070",\
|
|
"0.024759, 0.035573, 0.075051, 0.268605, 1.103070",\
|
|
"0.024759, 0.035573, 0.075051, 0.268605, 1.103070");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "1.460045, 1.469782, 1.492343, 1.561319, 1.808711",\
|
|
"1.552583, 1.562321, 1.584882, 1.653857, 1.901249",\
|
|
"1.622965, 1.632702, 1.655263, 1.724238, 1.971631",\
|
|
"1.709313, 1.719051, 1.741612, 1.810587, 2.057979",\
|
|
"2.064284, 2.074022, 2.096583, 2.165558, 2.412950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.019803, 0.025736, 0.044114, 0.119801, 0.454048",\
|
|
"0.019803, 0.025736, 0.044114, 0.119801, 0.454048",\
|
|
"0.019803, 0.025736, 0.044114, 0.119801, 0.454048",\
|
|
"0.019803, 0.025736, 0.044114, 0.119801, 0.454048",\
|
|
"0.019803, 0.025736, 0.044114, 0.119801, 0.454048");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io0_di_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.572461, 0.585640, 0.622451, 0.766010, 1.363582",\
|
|
"0.648083, 0.661262, 0.698073, 0.841633, 1.439205",\
|
|
"0.689171, 0.702349, 0.739161, 0.882720, 1.480292",\
|
|
"0.727796, 0.740975, 0.777787, 0.921347, 1.518918",\
|
|
"0.885876, 0.899056, 0.935869, 1.079429, 1.677000");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.024757, 0.035571, 0.078223, 0.280492, 1.154812",\
|
|
"0.024757, 0.035572, 0.078223, 0.280492, 1.154812",\
|
|
"0.024758, 0.035572, 0.078223, 0.280492, 1.154812",\
|
|
"0.024759, 0.035574, 0.078224, 0.280492, 1.154812",\
|
|
"0.024764, 0.035578, 0.078227, 0.280493, 1.154812");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.542544, 0.552284, 0.576566, 0.648041, 0.908889",\
|
|
"0.665381, 0.675120, 0.699402, 0.770877, 1.031725",\
|
|
"0.787403, 0.797143, 0.821424, 0.892900, 1.153748",\
|
|
"0.979363, 0.989102, 1.013384, 1.084859, 1.345707",\
|
|
"1.770934, 1.780674, 1.804955, 1.876431, 2.137278");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.019888, 0.025809, 0.047361, 0.128942, 0.488472",\
|
|
"0.019888, 0.025809, 0.047361, 0.128942, 0.488472",\
|
|
"0.019888, 0.025809, 0.047361, 0.128942, 0.488472",\
|
|
"0.019888, 0.025809, 0.047361, 0.128942, 0.488472",\
|
|
"0.019888, 0.025809, 0.047361, 0.128942, 0.488472");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io0_di_spimemio_flash_io0_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io0_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.532885, 0.546064, 0.581166, 0.722564, 1.306155",\
|
|
"0.608508, 0.621686, 0.656789, 0.798186, 1.381778",\
|
|
"0.649595, 0.662774, 0.697876, 0.839274, 1.422865",\
|
|
"0.688220, 0.701399, 0.736503, 0.877900, 1.461491",\
|
|
"0.846300, 0.859480, 0.894585, 1.035982, 1.619572");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.024757, 0.035571, 0.075049, 0.268605, 1.103067",\
|
|
"0.024757, 0.035572, 0.075050, 0.268605, 1.103067",\
|
|
"0.024758, 0.035572, 0.075050, 0.268605, 1.103067",\
|
|
"0.024759, 0.035574, 0.075051, 0.268605, 1.103067",\
|
|
"0.024764, 0.035578, 0.075054, 0.268605, 1.103067");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.531964, 0.541703, 0.564265, 0.633245, 0.880628",\
|
|
"0.654801, 0.664539, 0.687101, 0.756081, 1.003464",\
|
|
"0.776823, 0.786562, 0.809124, 0.878104, 1.125487",\
|
|
"0.968782, 0.978520, 1.001082, 1.070062, 1.317446",\
|
|
"1.760353, 1.770092, 1.792654, 1.861634, 2.109017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001309, 0.012081, 0.051309, 0.233388, 1.000000");
|
|
values ( "0.019823, 0.025753, 0.044128, 0.119801, 0.454048",\
|
|
"0.019823, 0.025753, 0.044128, 0.119801, 0.454048",\
|
|
"0.019823, 0.025753, 0.044128, 0.119801, 0.454048",\
|
|
"0.019823, 0.025753, 0.044128, 0.119801, 0.454048",\
|
|
"0.019823, 0.025753, 0.044128, 0.119801, 0.454048");
|
|
}
|
|
|
|
} /* 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.003897 ;
|
|
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.004674 ;
|
|
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.001806 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.621717, 1.634314, 1.670715, 1.814134, 2.410753",\
|
|
"1.731446, 1.744043, 1.780444, 1.923863, 2.520481",\
|
|
"1.823878, 1.836474, 1.872876, 2.016294, 2.612913",\
|
|
"1.963735, 1.976332, 2.012733, 2.156152, 2.752771",\
|
|
"2.536131, 2.548727, 2.585129, 2.728548, 3.325166");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.024168, 0.035031, 0.077983, 0.280273, 1.152594",\
|
|
"0.024168, 0.035031, 0.077983, 0.280273, 1.152594",\
|
|
"0.024168, 0.035031, 0.077983, 0.280273, 1.152594",\
|
|
"0.024168, 0.035031, 0.077983, 0.280273, 1.152594",\
|
|
"0.024168, 0.035031, 0.077983, 0.280273, 1.152594");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.488932, 1.498394, 1.522473, 1.593864, 1.853840",\
|
|
"1.598661, 1.608123, 1.632202, 1.703593, 1.963569",\
|
|
"1.691093, 1.700555, 1.724633, 1.796025, 2.056001",\
|
|
"1.830950, 1.840412, 1.864491, 1.935882, 2.195858",\
|
|
"2.403345, 2.412807, 2.436886, 2.508277, 2.768254");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.020032, 0.025875, 0.047302, 0.128587, 0.486171",\
|
|
"0.020032, 0.025875, 0.047302, 0.128587, 0.486171",\
|
|
"0.020032, 0.025875, 0.047302, 0.128587, 0.486171",\
|
|
"0.020032, 0.025875, 0.047302, 0.128587, 0.486171",\
|
|
"0.020032, 0.025875, 0.047302, 0.128587, 0.486171");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.620413, 1.633010, 1.667794, 1.809156, 2.392556",\
|
|
"1.712951, 1.725548, 1.760333, 1.901694, 2.485095",\
|
|
"1.783333, 1.795930, 1.830714, 1.972076, 2.555476",\
|
|
"1.869682, 1.882278, 1.917063, 2.058425, 2.641825",\
|
|
"2.224654, 2.237251, 2.272036, 2.413397, 2.996798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.024168, 0.035031, 0.074930, 0.269015, 1.103719",\
|
|
"0.024168, 0.035031, 0.074930, 0.269015, 1.103719",\
|
|
"0.024168, 0.035031, 0.074930, 0.269015, 1.103719",\
|
|
"0.024168, 0.035031, 0.074930, 0.269015, 1.103719",\
|
|
"0.024168, 0.035031, 0.074930, 0.269015, 1.103719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "1.486599, 1.496061, 1.518516, 1.587432, 1.834725",\
|
|
"1.579138, 1.588599, 1.611054, 1.679971, 1.927263",\
|
|
"1.649519, 1.658981, 1.681436, 1.750352, 1.997645",\
|
|
"1.735868, 1.745329, 1.767785, 1.836701, 2.083994",\
|
|
"2.090840, 2.100302, 2.122757, 2.191673, 2.438966");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.020014, 0.025859, 0.044224, 0.120013, 0.454045",\
|
|
"0.020014, 0.025859, 0.044224, 0.120013, 0.454045",\
|
|
"0.020014, 0.025859, 0.044224, 0.120013, 0.454045",\
|
|
"0.020014, 0.025859, 0.044224, 0.120013, 0.454045",\
|
|
"0.020014, 0.025859, 0.044224, 0.120013, 0.454045");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_spimemio_flash_io1_di_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.631929, 0.644528, 0.680931, 0.824350, 1.420967",\
|
|
"0.720819, 0.733417, 0.769820, 0.913239, 1.509857",\
|
|
"0.780135, 0.792733, 0.829136, 0.972555, 1.569173",\
|
|
"0.850435, 0.863034, 0.899437, 1.042856, 1.639473",\
|
|
"1.140161, 1.152760, 1.189164, 1.332583, 1.929200");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.024175, 0.035037, 0.077987, 0.280274, 1.152590",\
|
|
"0.024175, 0.035037, 0.077987, 0.280274, 1.152590",\
|
|
"0.024175, 0.035038, 0.077987, 0.280274, 1.152590",\
|
|
"0.024176, 0.035038, 0.077988, 0.280274, 1.152590",\
|
|
"0.024178, 0.035040, 0.077989, 0.280274, 1.152588");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.566903, 0.576365, 0.600445, 0.671841, 0.931810",\
|
|
"0.691341, 0.700803, 0.724883, 0.796279, 1.056248",\
|
|
"0.818793, 0.828255, 0.852335, 0.923731, 1.183700",\
|
|
"1.018238, 1.027701, 1.051781, 1.123176, 1.383146",\
|
|
"1.841094, 1.850557, 1.874637, 1.946032, 2.206002");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.020049, 0.025890, 0.047315, 0.128589, 0.486172",\
|
|
"0.020049, 0.025890, 0.047315, 0.128589, 0.486172",\
|
|
"0.020049, 0.025890, 0.047315, 0.128589, 0.486172",\
|
|
"0.020049, 0.025890, 0.047315, 0.128589, 0.486172",\
|
|
"0.020050, 0.025891, 0.047315, 0.128589, 0.486173");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_spimemio_flash_io1_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.631929, 0.644528, 0.679314, 0.820676, 1.404075",\
|
|
"0.720819, 0.733417, 0.768204, 0.909566, 1.492965",\
|
|
"0.780135, 0.792733, 0.827520, 0.968882, 1.552281",\
|
|
"0.850435, 0.863034, 0.897820, 1.039182, 1.622581",\
|
|
"1.140161, 1.152760, 1.187547, 1.328909, 1.912308");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.024175, 0.035037, 0.074934, 0.269016, 1.103716",\
|
|
"0.024175, 0.035037, 0.074934, 0.269016, 1.103716",\
|
|
"0.024175, 0.035038, 0.074934, 0.269016, 1.103716",\
|
|
"0.024176, 0.035038, 0.074935, 0.269016, 1.103715",\
|
|
"0.024178, 0.035040, 0.074936, 0.269017, 1.103714");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.565899, 0.575361, 0.597818, 0.666738, 0.914023",\
|
|
"0.690337, 0.699799, 0.722256, 0.791176, 1.038461",\
|
|
"0.817789, 0.827251, 0.849707, 0.918628, 1.165913",\
|
|
"1.017234, 1.026696, 1.049152, 1.118073, 1.365358",\
|
|
"1.840092, 1.849554, 1.872010, 1.940931, 2.188215");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001806, 0.012578, 0.051806, 0.233885, 1.000000");
|
|
values ( "0.020031, 0.025874, 0.044236, 0.120014, 0.454045",\
|
|
"0.020031, 0.025874, 0.044236, 0.120014, 0.454045",\
|
|
"0.020031, 0.025874, 0.044236, 0.120014, 0.454045",\
|
|
"0.020031, 0.025874, 0.044236, 0.120014, 0.454045",\
|
|
"0.020032, 0.025875, 0.044237, 0.120014, 0.454046");
|
|
}
|
|
|
|
} /* 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.004191 ;
|
|
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.004153 ;
|
|
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.001121 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.504566, 0.516745, 0.552530, 0.695635, 1.294299",\
|
|
"0.581070, 0.593248, 0.629033, 0.772139, 1.370803",\
|
|
"0.622523, 0.634701, 0.670486, 0.813592, 1.412258",\
|
|
"0.658393, 0.670571, 0.706355, 0.849462, 1.448136",\
|
|
"0.805789, 0.817965, 0.853746, 0.996856, 1.595564");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.019684, 0.031048, 0.075306, 0.280401, 1.154945",\
|
|
"0.019684, 0.031048, 0.075306, 0.280401, 1.154945",\
|
|
"0.019684, 0.031048, 0.075306, 0.280401, 1.154946",\
|
|
"0.019685, 0.031048, 0.075306, 0.280403, 1.154950",\
|
|
"0.019686, 0.031051, 0.075307, 0.280409, 1.154964");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.457325, 0.467205, 0.491601, 0.563021, 0.823896",\
|
|
"0.585923, 0.595803, 0.620199, 0.691618, 0.952494",\
|
|
"0.716369, 0.726249, 0.750644, 0.822063, 1.082940",\
|
|
"0.929906, 0.939785, 0.964178, 1.035597, 1.296477",\
|
|
"1.807082, 1.816959, 1.841345, 1.912762, 2.173654");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.019240, 0.025349, 0.046905, 0.128798, 0.487902",\
|
|
"0.019240, 0.025349, 0.046905, 0.128798, 0.487903",\
|
|
"0.019240, 0.025348, 0.046905, 0.128798, 0.487907",\
|
|
"0.019241, 0.025348, 0.046905, 0.128799, 0.487914",\
|
|
"0.019244, 0.025347, 0.046908, 0.128800, 0.487944");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[36]_spimemio_flash_io2_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[36]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.502469, 0.514649, 0.548732, 0.689579, 1.274411",\
|
|
"0.578977, 0.591156, 0.625239, 0.766086, 1.350919",\
|
|
"0.620448, 0.632628, 0.666711, 0.807558, 1.392393",\
|
|
"0.656387, 0.668566, 0.702648, 0.843496, 1.428340",\
|
|
"0.804755, 0.816931, 0.851011, 0.991862, 1.576742");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.019684, 0.031047, 0.072142, 0.268554, 1.103196",\
|
|
"0.019684, 0.031047, 0.072142, 0.268554, 1.103197",\
|
|
"0.019684, 0.031047, 0.072142, 0.268554, 1.103197",\
|
|
"0.019684, 0.031048, 0.072142, 0.268556, 1.103201",\
|
|
"0.019686, 0.031050, 0.072143, 0.268563, 1.103216");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.450138, 0.460018, 0.482708, 0.551652, 0.799067",\
|
|
"0.579044, 0.588925, 0.611614, 0.680558, 0.927973",\
|
|
"0.710249, 0.720129, 0.742818, 0.811762, 1.059178",\
|
|
"0.924540, 0.934419, 0.957106, 1.026049, 1.273469",\
|
|
"1.807082, 1.816959, 1.839638, 1.908579, 2.156011");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001121, 0.011893, 0.051121, 0.233200, 1.000000");
|
|
values ( "0.019239, 0.025347, 0.043728, 0.119680, 0.453491",\
|
|
"0.019239, 0.025347, 0.043728, 0.119680, 0.453491",\
|
|
"0.019240, 0.025347, 0.043728, 0.119681, 0.453494",\
|
|
"0.019241, 0.025347, 0.043729, 0.119681, 0.453502",\
|
|
"0.019244, 0.025347, 0.043732, 0.119683, 0.453536");
|
|
}
|
|
|
|
} /* 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.003722 ;
|
|
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.003671 ;
|
|
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.001460 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.460741, 0.472775, 0.508450, 0.651419, 1.248996",\
|
|
"0.555850, 0.567884, 0.603559, 0.746528, 1.344104",\
|
|
"0.628687, 0.640721, 0.676395, 0.819365, 1.416948",\
|
|
"0.719840, 0.731872, 0.767545, 0.910517, 1.508115",\
|
|
"1.100020, 1.112048, 1.147715, 1.290693, 1.888357");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.020059, 0.031403, 0.075534, 0.280125, 1.152045",\
|
|
"0.020059, 0.031403, 0.075534, 0.280125, 1.152045",\
|
|
"0.020059, 0.031404, 0.075534, 0.280126, 1.152048",\
|
|
"0.020060, 0.031405, 0.075535, 0.280129, 1.152055",\
|
|
"0.020062, 0.031409, 0.075537, 0.280142, 1.152083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.459278, 0.468973, 0.493215, 0.564596, 0.824588",\
|
|
"0.587384, 0.597079, 0.621321, 0.692703, 0.952694",\
|
|
"0.725675, 0.735370, 0.759612, 0.830993, 1.090985",\
|
|
"0.951416, 0.961109, 0.985349, 1.056730, 1.316726",\
|
|
"1.862950, 1.872640, 1.896874, 1.968252, 2.228260");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.019472, 0.025515, 0.046909, 0.128383, 0.485610",\
|
|
"0.019472, 0.025515, 0.046909, 0.128383, 0.485610",\
|
|
"0.019472, 0.025515, 0.046910, 0.128383, 0.485611",\
|
|
"0.019473, 0.025514, 0.046910, 0.128384, 0.485620",\
|
|
"0.019476, 0.025513, 0.046912, 0.128385, 0.485650");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[37]_spimemio_flash_io3_di_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[37]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.460741, 0.472775, 0.506842, 0.647678, 1.232177",\
|
|
"0.555850, 0.567884, 0.601950, 0.742787, 1.327286",\
|
|
"0.628687, 0.640721, 0.674787, 0.815624, 1.400130",\
|
|
"0.719840, 0.731872, 0.765937, 0.906775, 1.491297",\
|
|
"1.100020, 1.112048, 1.146107, 1.286952, 1.871543");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.020059, 0.031403, 0.072505, 0.268909, 1.103166",\
|
|
"0.020059, 0.031403, 0.072505, 0.268909, 1.103166",\
|
|
"0.020059, 0.031404, 0.072505, 0.268910, 1.103169",\
|
|
"0.020060, 0.031405, 0.072506, 0.268913, 1.103175",\
|
|
"0.020062, 0.031409, 0.072508, 0.268926, 1.103203");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.457705, 0.467400, 0.490029, 0.558954, 0.806260",\
|
|
"0.585811, 0.595506, 0.618135, 0.687060, 0.934366",\
|
|
"0.724434, 0.734129, 0.756757, 0.825683, 1.072989",\
|
|
"0.951416, 0.961109, 0.983736, 1.052660, 1.299971",\
|
|
"1.862950, 1.872640, 1.895260, 1.964182, 2.211504");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001460, 0.012232, 0.051460, 0.233539, 1.000000");
|
|
values ( "0.019472, 0.025515, 0.043869, 0.119828, 0.453492",\
|
|
"0.019472, 0.025515, 0.043869, 0.119828, 0.453492",\
|
|
"0.019472, 0.025515, 0.043869, 0.119828, 0.453493",\
|
|
"0.019473, 0.025514, 0.043870, 0.119829, 0.453503",\
|
|
"0.019476, 0.025513, 0.043872, 0.119830, 0.453533");
|
|
}
|
|
|
|
} /* 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.004252 ;
|
|
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.003725 ;
|
|
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.006498 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.801888, 0.691580, 0.570518, 0.383132, -0.361544",\
|
|
"0.878158, 0.767851, 0.646789, 0.459403, -0.285274",\
|
|
"0.919044, 0.808736, 0.687674, 0.500288, -0.244388",\
|
|
"0.953055, 0.842747, 0.721685, 0.534300, -0.210377",\
|
|
"1.093219, 0.982911, 0.861849, 0.674463, -0.070213");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.266467, 1.156159, 1.035097, 0.847712, 0.103035",\
|
|
"1.392997, 1.282689, 1.161627, 0.974241, 0.229565",\
|
|
"1.523714, 1.413406, 1.292344, 1.104958, 0.360282",\
|
|
"1.741161, 1.630854, 1.509792, 1.322406, 0.577729",\
|
|
"2.615756, 2.505448, 2.384386, 2.197000, 1.452324");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.704957, -0.577214, -0.433122, -0.193733, 0.771948",\
|
|
"-0.781228, -0.653485, -0.509393, -0.270004, 0.695677",\
|
|
"-0.822114, -0.694370, -0.550279, -0.310889, 0.654792",\
|
|
"-0.856125, -0.728382, -0.584290, -0.344901, 0.620781",\
|
|
"-0.996289, -0.868545, -0.724454, -0.485064, 0.480617");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.149388, -1.021644, -0.877552, -0.638163, 0.327518",\
|
|
"-1.275917, -1.148174, -1.004082, -0.764693, 0.200989",\
|
|
"-1.406761, -1.279017, -1.134925, -0.895536, 0.070145",\
|
|
"-1.624406, -1.496662, -1.352570, -1.113181, -0.147500",\
|
|
"-2.500076, -2.372332, -2.228240, -1.988851, -1.023170");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_trap_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.835849, 0.770694, 0.737473, 0.738218, 0.746613",\
|
|
"0.912120, 0.846965, 0.813744, 0.814489, 0.822884",\
|
|
"0.953005, 0.887851, 0.854629, 0.855374, 0.863769",\
|
|
"0.987017, 0.921862, 0.888641, 0.889386, 0.897781",\
|
|
"1.127180, 1.062026, 1.028805, 1.029549, 1.037944");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.267315, 1.202160, 1.168939, 1.169684, 1.178079",\
|
|
"1.393844, 1.328689, 1.295468, 1.296213, 1.304608",\
|
|
"1.524562, 1.459407, 1.426186, 1.426931, 1.435326",\
|
|
"1.742009, 1.676854, 1.643633, 1.644378, 1.652773",\
|
|
"2.616603, 2.551449, 2.518228, 2.518972, 2.527367");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.706550, -0.577739, -0.458710, -0.261563, 0.545249",\
|
|
"-0.782820, -0.654009, -0.534981, -0.337833, 0.468978",\
|
|
"-0.823706, -0.694895, -0.575866, -0.378719, 0.428093",\
|
|
"-0.857717, -0.728906, -0.609878, -0.412730, 0.394081",\
|
|
"-0.997881, -0.869070, -0.750041, -0.552894, 0.253918");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.111191, -0.982381, -0.863352, -0.666204, 0.140607",\
|
|
"-1.237721, -1.108910, -0.989881, -0.792734, 0.014078",\
|
|
"-1.368564, -1.239754, -1.120725, -0.923577, -0.116766",\
|
|
"-1.586209, -1.457398, -1.338370, -1.141222, -0.334411",\
|
|
"-2.461879, -2.333068, -2.214039, -2.016892, -1.210080");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_trap_hldr*/
|
|
|
|
} /* end of pin trap */
|
|
|
|
pin("uart_enabled") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.003326 ;
|
|
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.164035 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
} /* end of pin user_clock */
|
|
|
|
pin("usr1_vcc_pwrgood") {
|
|
direction : input ;
|
|
max_transition : 0.000000 ;
|
|
capacitance : 0.004999 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.808512, 1.698205, 1.577143, 1.389757, 0.645080",\
|
|
"1.897944, 1.787636, 1.666574, 1.479188, 0.734512",\
|
|
"1.956258, 1.845950, 1.724888, 1.537502, 0.792825",\
|
|
"2.025256, 1.914948, 1.793886, 1.606500, 0.861824",\
|
|
"2.309615, 2.199307, 2.078245, 1.890859, 1.146183");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.840782, 2.730475, 2.609413, 2.422027, 1.677350",\
|
|
"2.965325, 2.855017, 2.733955, 2.546570, 1.801893",\
|
|
"3.092674, 2.982366, 2.861304, 2.673918, 1.929241",\
|
|
"3.293497, 3.183190, 3.062128, 2.874742, 2.130065",\
|
|
"4.121453, 4.011146, 3.890084, 3.702698, 2.958021");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.615144, -1.487401, -1.343309, -1.103920, -0.138238",\
|
|
"-1.693658, -1.565914, -1.421822, -1.182433, -0.216752",\
|
|
"-1.737712, -1.609969, -1.465877, -1.226488, -0.260806",\
|
|
"-1.773840, -1.646097, -1.502005, -1.262616, -0.296935",\
|
|
"-1.922735, -1.794992, -1.650900, -1.411511, -0.445830");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.562214, -2.434471, -2.290379, -2.050990, -1.085308",\
|
|
"-2.675421, -2.547678, -2.403586, -2.164197, -1.198515",\
|
|
"-2.787964, -2.660221, -2.516129, -2.276740, -1.311059",\
|
|
"-2.954662, -2.826919, -2.682827, -2.443438, -1.477757",\
|
|
"-3.641975, -3.514232, -3.370140, -3.130751, -2.165070");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.211273, 1.146119, 1.112898, 1.113642, 1.122037",\
|
|
"1.300704, 1.235550, 1.202329, 1.203074, 1.211469",\
|
|
"1.359019, 1.293864, 1.260643, 1.261387, 1.269783",\
|
|
"1.428017, 1.362862, 1.329641, 1.330386, 1.338781",\
|
|
"1.712376, 1.647221, 1.614000, 1.614745, 1.623140");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.950102, 1.884948, 1.851727, 1.852471, 1.860866",\
|
|
"2.074645, 2.009490, 1.976269, 1.977014, 1.985409",\
|
|
"2.201993, 2.136839, 2.103618, 2.104362, 2.112758",\
|
|
"2.402817, 2.337663, 2.304442, 2.305187, 2.313581",\
|
|
"3.230774, 3.165619, 3.132398, 3.133143, 3.141538");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.011065, -0.882257, -0.763253, -0.566267, 0.240260",\
|
|
"-1.089579, -0.960771, -0.841767, -0.644780, 0.161746",\
|
|
"-1.133633, -1.004825, -0.885821, -0.688834, 0.117692",\
|
|
"-1.169762, -1.040954, -0.921950, -0.724963, 0.081564",\
|
|
"-1.318656, -1.189848, -1.070844, -0.873858, -0.067331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.660767, -1.531959, -1.412955, -1.215968, -0.409441",\
|
|
"-1.773974, -1.645166, -1.526162, -1.329175, -0.522649",\
|
|
"-1.886517, -1.757709, -1.638705, -1.441718, -0.635192",\
|
|
"-2.053215, -1.924407, -1.805403, -1.608416, -0.801890",\
|
|
"-2.740528, -2.611720, -2.492716, -2.295730, -1.489203");
|
|
}
|
|
|
|
} /* 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.005041 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.362423, 1.252115, 1.131053, 0.943668, 0.198991",\
|
|
"1.451949, 1.341642, 1.220580, 1.033194, 0.288517",\
|
|
"1.510156, 1.399848, 1.278786, 1.091400, 0.346724",\
|
|
"1.579019, 1.468712, 1.347650, 1.160264, 0.415587",\
|
|
"1.862964, 1.752656, 1.631594, 1.444208, 0.699532");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.200490, 2.090182, 1.969120, 1.781734, 1.037058",\
|
|
"2.325003, 2.214696, 2.093634, 1.906248, 1.161571",\
|
|
"2.452340, 2.342032, 2.220970, 2.033584, 1.288908",\
|
|
"2.653265, 2.542958, 2.421896, 2.234510, 1.489833",\
|
|
"3.481332, 3.371024, 3.249962, 3.062577, 2.317900");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.284697, -1.156954, -1.012862, -0.773473, 0.192209",\
|
|
"-1.354780, -1.227037, -1.082945, -0.843556, 0.122125",\
|
|
"-1.387592, -1.259849, -1.115757, -0.876368, 0.089314",\
|
|
"-1.397920, -1.270176, -1.126085, -0.886695, 0.078986",\
|
|
"-1.440623, -1.312879, -1.168787, -0.929398, 0.036283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.076341, -1.948598, -1.804506, -1.565117, -0.599436",\
|
|
"-2.180673, -2.052930, -1.908838, -1.669449, -0.703768",\
|
|
"-2.281652, -2.153908, -2.009817, -1.770427, -0.804746",\
|
|
"-2.421820, -2.294076, -2.149985, -1.910596, -0.944914",\
|
|
"-2.999491, -2.871748, -2.727656, -2.488267, -1.522586");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr1_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.822316, 0.757161, 0.723940, 0.724685, 0.733080",\
|
|
"0.911842, 0.846687, 0.813466, 0.814211, 0.822606",\
|
|
"0.970048, 0.904894, 0.871672, 0.872417, 0.880812",\
|
|
"1.038912, 0.973757, 0.940536, 0.941281, 0.949676",\
|
|
"1.322856, 1.257702, 1.224480, 1.225225, 1.233620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.359507, 1.294353, 1.261132, 1.261876, 1.270271",\
|
|
"1.484021, 1.418866, 1.385645, 1.386390, 1.394785",\
|
|
"1.611358, 1.546203, 1.512982, 1.513726, 1.522122",\
|
|
"1.812283, 1.747128, 1.713907, 1.714652, 1.723047",\
|
|
"2.640350, 2.575195, 2.541974, 2.542719, 2.551114");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr1_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659353, -0.530541, -0.411506, -0.214341, 0.592536",\
|
|
"-0.729436, -0.600625, -0.481589, -0.284425, 0.522452",\
|
|
"-0.762248, -0.633437, -0.514401, -0.317236, 0.489640",\
|
|
"-0.772575, -0.643764, -0.524728, -0.327564, 0.479313",\
|
|
"-0.815278, -0.686467, -0.567431, -0.370267, 0.436610");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.140550, -1.011739, -0.892703, -0.695538, 0.111338",\
|
|
"-1.244882, -1.116071, -0.997035, -0.799870, 0.007006",\
|
|
"-1.345861, -1.217049, -1.098014, -0.900849, -0.093972",\
|
|
"-1.486028, -1.357217, -1.238181, -1.041017, -0.234140",\
|
|
"-2.063700, -1.934889, -1.815853, -1.618688, -0.811812");
|
|
}
|
|
|
|
} /* 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.004789 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.052669, 0.942362, 0.821299, 0.633914, -0.110763",\
|
|
"1.142350, 1.032043, 0.910981, 0.723595, -0.021081",\
|
|
"1.200401, 1.090093, 0.969031, 0.781645, 0.036969",\
|
|
"1.269267, 1.158959, 1.037897, 0.850511, 0.105835",\
|
|
"1.553079, 1.442772, 1.321710, 1.134324, 0.389647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.204750, 2.094442, 1.973380, 1.785994, 1.041318",\
|
|
"2.332185, 2.221877, 2.100815, 1.913429, 1.168753",\
|
|
"2.459151, 2.348843, 2.227781, 2.040395, 1.295719",\
|
|
"2.660063, 2.549755, 2.428693, 2.241307, 1.496631",\
|
|
"3.488330, 3.378022, 3.256960, 3.069575, 2.324898");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.865906, -0.738163, -0.594071, -0.354682, 0.611000",\
|
|
"-0.955587, -0.827844, -0.683752, -0.444363, 0.521318",\
|
|
"-1.013637, -0.885894, -0.741802, -0.502413, 0.463268",\
|
|
"-1.082503, -0.954760, -0.810668, -0.571279, 0.394402",\
|
|
"-1.366316, -1.238573, -1.094481, -0.855092, 0.110590");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.792205, -1.664462, -1.520370, -1.280981, -0.315300",\
|
|
"-1.919641, -1.791897, -1.647805, -1.408416, -0.442735",\
|
|
"-2.046606, -1.918863, -1.774771, -1.535382, -0.569701",\
|
|
"-2.247518, -2.119775, -1.975683, -1.736294, -0.770612",\
|
|
"-3.075785, -2.948042, -2.803950, -2.564561, -1.598880");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vcc_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.982768, 0.917613, 0.884392, 0.885137, 0.893532",\
|
|
"1.072449, 1.007294, 0.974073, 0.974818, 0.983213",\
|
|
"1.130499, 1.065344, 1.032123, 1.032868, 1.041263",\
|
|
"1.199365, 1.134210, 1.100989, 1.101734, 1.110129",\
|
|
"1.483178, 1.418023, 1.384802, 1.385547, 1.393942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.828469, 1.763314, 1.730093, 1.730838, 1.739233",\
|
|
"1.955904, 1.890749, 1.857528, 1.858273, 1.866668",\
|
|
"2.082870, 2.017715, 1.984494, 1.985239, 1.993634",\
|
|
"2.283781, 2.218626, 2.185405, 2.186150, 2.194546",\
|
|
"3.112049, 3.046894, 3.013673, 3.014418, 3.022813");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vcc_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.711516, -0.582705, -0.463669, -0.266505, 0.540372",\
|
|
"-0.801197, -0.672386, -0.553350, -0.356186, 0.450691",\
|
|
"-0.859248, -0.730436, -0.611401, -0.414236, 0.392640",\
|
|
"-0.928114, -0.799302, -0.680266, -0.483102, 0.323775",\
|
|
"-1.211926, -1.083115, -0.964079, -0.766915, 0.039962");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.320406, -1.191594, -1.072559, -0.875394, -0.068517",\
|
|
"-1.447841, -1.319029, -1.199994, -1.002829, -0.195952",\
|
|
"-1.574806, -1.445995, -1.326959, -1.129795, -0.322918",\
|
|
"-1.775718, -1.646907, -1.527871, -1.330707, -0.523830",\
|
|
"-2.603986, -2.475174, -2.356139, -2.158974, -1.352098");
|
|
}
|
|
|
|
} /* 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.005176 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.714930, 0.604623, 0.483561, 0.296175, -0.448502",\
|
|
"0.807545, 0.697238, 0.576176, 0.388790, -0.355887",\
|
|
"0.865631, 0.755323, 0.634261, 0.446875, -0.297801",\
|
|
"0.934638, 0.824331, 0.703268, 0.515883, -0.228794",\
|
|
"1.219036, 1.108728, 0.987666, 0.800280, 0.055604");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.207906, 1.097599, 0.976537, 0.789151, 0.044474",\
|
|
"1.332050, 1.221742, 1.100680, 0.913294, 0.168618",\
|
|
"1.462499, 1.352192, 1.231130, 1.043744, 0.299067",\
|
|
"1.662805, 1.552497, 1.431435, 1.244049, 0.499373",\
|
|
"2.488319, 2.378012, 2.256950, 2.069564, 1.324887");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.588552, -0.460809, -0.316717, -0.077328, 0.888354",\
|
|
"-0.681167, -0.553424, -0.409332, -0.169943, 0.795739",\
|
|
"-0.739252, -0.611509, -0.467417, -0.228028, 0.737654",\
|
|
"-0.808260, -0.680516, -0.536425, -0.297035, 0.668646",\
|
|
"-1.092657, -0.964914, -0.820822, -0.581433, 0.384248");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.011009, -0.883266, -0.739174, -0.499785, 0.465897",\
|
|
"-1.135152, -1.007409, -0.863317, -0.623928, 0.341753",\
|
|
"-1.265602, -1.137859, -0.993767, -0.754378, 0.211304",\
|
|
"-1.465907, -1.338164, -1.194072, -0.954683, 0.010998",\
|
|
"-2.291422, -2.163679, -2.019587, -1.780198, -0.814516");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_usr2_vdd_pwrgood_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.748677, 0.683522, 0.650301, 0.651046, 0.659441",\
|
|
"0.841292, 0.776137, 0.742916, 0.743661, 0.752056",\
|
|
"0.899377, 0.834223, 0.801001, 0.801746, 0.810141",\
|
|
"0.968385, 0.903230, 0.870009, 0.870754, 0.879149",\
|
|
"1.252782, 1.187628, 1.154407, 1.155151, 1.163546");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.208684, 1.143529, 1.110308, 1.111053, 1.119448",\
|
|
"1.332827, 1.267672, 1.234451, 1.235196, 1.243591",\
|
|
"1.463277, 1.398122, 1.364901, 1.365646, 1.374041",\
|
|
"1.663581, 1.598427, 1.565206, 1.565950, 1.574345",\
|
|
"2.489096, 2.423942, 2.390721, 2.391465, 2.399860");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_usr2_vdd_pwrgood_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.589914, -0.461103, -0.342074, -0.144927, 0.661885",\
|
|
"-0.682529, -0.553718, -0.434689, -0.237542, 0.569270",\
|
|
"-0.740614, -0.611803, -0.492774, -0.295627, 0.511185",\
|
|
"-0.809622, -0.680811, -0.561782, -0.364635, 0.442177",\
|
|
"-1.094019, -0.965208, -0.846179, -0.649032, 0.157780");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.972741, -0.843930, -0.724901, -0.527754, 0.279058",\
|
|
"-1.096884, -0.968073, -0.849044, -0.651897, 0.154915",\
|
|
"-1.227334, -1.098523, -0.979494, -0.782347, 0.024465",\
|
|
"-1.427639, -1.298828, -1.179799, -0.982652, -0.175840",\
|
|
"-2.253153, -2.124342, -2.005314, -1.808167, -1.001355");
|
|
}
|
|
|
|
} /* 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.001514 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "1.220362, 1.233161, 1.269643, 1.413068, 2.009886",\
|
|
"1.349171, 1.361969, 1.398451, 1.541877, 2.138694",\
|
|
"1.468172, 1.480971, 1.517453, 1.660878, 2.257695",\
|
|
"1.665141, 1.677940, 1.714421, 1.857847, 2.454664",\
|
|
"2.471645, 2.484443, 2.520926, 2.664351, 3.261168");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.024061, 0.034932, 0.077770, 0.279964, 1.152473",\
|
|
"0.024061, 0.034932, 0.077770, 0.279964, 1.152473",\
|
|
"0.024061, 0.034932, 0.077770, 0.279964, 1.152473",\
|
|
"0.024061, 0.034932, 0.077770, 0.279964, 1.152473",\
|
|
"0.024061, 0.034932, 0.077770, 0.279964, 1.152473");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "1.282736, 1.292362, 1.316535, 1.388029, 1.647952",\
|
|
"1.411544, 1.421170, 1.445343, 1.516837, 1.776760",\
|
|
"1.530546, 1.540172, 1.564345, 1.635839, 1.895762",\
|
|
"1.727514, 1.737141, 1.761313, 1.832807, 2.092731",\
|
|
"2.534018, 2.543644, 2.567817, 2.639311, 2.899235");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.020267, 0.026123, 0.047475, 0.128480, 0.486200",\
|
|
"0.020267, 0.026123, 0.047475, 0.128480, 0.486200",\
|
|
"0.020267, 0.026123, 0.047475, 0.128480, 0.486200",\
|
|
"0.020267, 0.026123, 0.047475, 0.128480, 0.486200",\
|
|
"0.020267, 0.026123, 0.047475, 0.128480, 0.486200");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_ack_o_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "1.218286, 1.231085, 1.265958, 1.407329, 1.990917",\
|
|
"1.283441, 1.296240, 1.331112, 1.472484, 2.056072",\
|
|
"1.307515, 1.320314, 1.355186, 1.496558, 2.080146",\
|
|
"1.307515, 1.320314, 1.355186, 1.496558, 2.080146",\
|
|
"1.307515, 1.320314, 1.355186, 1.496558, 2.080146");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.024061, 0.034932, 0.074738, 0.268721, 1.103600",\
|
|
"0.024061, 0.034932, 0.074738, 0.268721, 1.103600",\
|
|
"0.024061, 0.034932, 0.074738, 0.268721, 1.103600",\
|
|
"0.024061, 0.034932, 0.074738, 0.268721, 1.103600",\
|
|
"0.024061, 0.034932, 0.074738, 0.268721, 1.103600");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "1.280660, 1.290286, 1.312844, 1.381885, 1.629062",\
|
|
"1.345815, 1.355441, 1.377999, 1.447040, 1.694216",\
|
|
"1.369889, 1.379515, 1.402073, 1.471114, 1.718291",\
|
|
"1.369889, 1.379515, 1.402073, 1.471114, 1.718291",\
|
|
"1.369889, 1.379515, 1.402073, 1.471114, 1.718291");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001514, 0.012286, 0.051514, 0.233593, 1.000000");
|
|
values ( "0.020267, 0.026123, 0.044431, 0.119901, 0.454054",\
|
|
"0.020267, 0.026123, 0.044431, 0.119901, 0.454054",\
|
|
"0.020267, 0.026123, 0.044431, 0.119901, 0.454054",\
|
|
"0.020267, 0.026123, 0.044431, 0.119901, 0.454054",\
|
|
"0.020267, 0.026123, 0.044431, 0.119901, 0.454054");
|
|
}
|
|
|
|
} /* 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.084817 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.339031");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_clk_i_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.523133");
|
|
}
|
|
|
|
} /* 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.005228 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.918380, 0.853226, 0.820005, 0.820765, 0.829152",\
|
|
"0.994194, 0.929040, 0.895819, 0.896579, 0.904966",\
|
|
"1.034520, 0.969365, 0.936144, 0.936905, 0.945291",\
|
|
"1.071234, 1.006079, 0.972858, 0.973618, 0.982005",\
|
|
"1.222540, 1.157385, 1.124164, 1.124925, 1.133311");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.809700, 0.744545, 0.711324, 0.712085, 0.720471",\
|
|
"0.932122, 0.866967, 0.833746, 0.834506, 0.842893",\
|
|
"1.059454, 0.994299, 0.961078, 0.961838, 0.970225",\
|
|
"1.261474, 1.196319, 1.163098, 1.163859, 1.172245",\
|
|
"2.094051, 2.028896, 1.995675, 1.996435, 2.004822");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_cyc_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.483304, -0.354496, -0.235494, -0.038526, 0.767978",\
|
|
"-0.559118, -0.430310, -0.311308, -0.114340, 0.692164",\
|
|
"-0.599444, -0.470636, -0.351634, -0.154665, 0.651839",\
|
|
"-0.636157, -0.507349, -0.388348, -0.191379, 0.615125",\
|
|
"-0.787464, -0.658656, -0.539654, -0.342685, 0.463818");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.463393, -0.334585, -0.215583, -0.018614, 0.787889",\
|
|
"-0.585815, -0.457006, -0.338005, -0.141036, 0.665468",\
|
|
"-0.713147, -0.584338, -0.465337, -0.268368, 0.538136",\
|
|
"-0.915167, -0.786359, -0.667357, -0.470389, 0.336115",\
|
|
"-1.747743, -1.618935, -1.499933, -1.302965, -0.496461");
|
|
}
|
|
|
|
} /* 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.007745 ;
|
|
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.004203 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.939526, 0.874371, 0.841150, 0.841910, 0.850297",\
|
|
"1.027644, 0.962489, 0.929268, 0.930029, 0.938415",\
|
|
"1.085846, 1.020692, 0.987471, 0.988231, 0.996618",\
|
|
"1.150129, 1.084974, 1.051753, 1.052514, 1.060900",\
|
|
"1.414979, 1.349824, 1.316603, 1.317364, 1.325750");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.833609, 0.768454, 0.735233, 0.735993, 0.744380",\
|
|
"0.959962, 0.894807, 0.861586, 0.862346, 0.870733",\
|
|
"1.101371, 1.036216, 1.002995, 1.003755, 1.012142",\
|
|
"1.330016, 1.264861, 1.231640, 1.232400, 1.240787",\
|
|
"2.256421, 2.191267, 2.158046, 2.158806, 2.167192");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_stb_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.504449, -0.375641, -0.256639, -0.059671, 0.746833",\
|
|
"-0.592568, -0.463759, -0.344758, -0.147789, 0.658715",\
|
|
"-0.650770, -0.521962, -0.402960, -0.205992, 0.600512",\
|
|
"-0.715053, -0.586245, -0.467243, -0.270274, 0.536229",\
|
|
"-0.979903, -0.851094, -0.732093, -0.535124, 0.271380");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.484371, -0.355562, -0.236561, -0.039592, 0.766912",\
|
|
"-0.610724, -0.481915, -0.362914, -0.165945, 0.640559",\
|
|
"-0.752479, -0.623671, -0.504669, -0.307701, 0.498803",\
|
|
"-0.981611, -0.852803, -0.733801, -0.536833, 0.269671",\
|
|
"-1.910092, -1.781284, -1.662282, -1.465313, -0.658810");
|
|
}
|
|
|
|
} /* 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.004707 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.919319, 0.854165, 0.820928, 0.821624, 0.831283",\
|
|
"1.018316, 0.953162, 0.919925, 0.920621, 0.930280",\
|
|
"1.098454, 1.033301, 1.000063, 1.000760, 1.010418",\
|
|
"1.203538, 1.138384, 1.105147, 1.105843, 1.115502",\
|
|
"1.634222, 1.569069, 1.535831, 1.536528, 1.546186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.531467, 0.466314, 0.433076, 0.433773, 0.443431",\
|
|
"0.657756, 0.592602, 0.559365, 0.560061, 0.569720",\
|
|
"0.790670, 0.725516, 0.692278, 0.692975, 0.702633",\
|
|
"0.999480, 0.934326, 0.901089, 0.901785, 0.911444",\
|
|
"1.859827, 1.794673, 1.761436, 1.762132, 1.771791");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_we_i_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.077132, 0.205940, 0.324957, 0.521990, 1.326562",\
|
|
"-0.021865, 0.106942, 0.225960, 0.422993, 1.227565",\
|
|
"-0.101543, 0.027264, 0.146282, 0.343315, 1.147887",\
|
|
"-0.204069, -0.075262, 0.043756, 0.240789, 1.045361",\
|
|
"-0.626604, -0.497797, -0.378779, -0.181746, 0.622825");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.087008, 0.041800, 0.160817, 0.357850, 1.162862",\
|
|
"-0.213296, -0.084489, 0.034529, 0.231562, 1.036574",\
|
|
"-0.345816, -0.217009, -0.097991, 0.099042, 0.904053",\
|
|
"-0.553467, -0.424660, -0.305642, -0.108609, 0.696403",\
|
|
"-1.407092, -1.278285, -1.159267, -0.962234, -0.157222");
|
|
}
|
|
|
|
} /* 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.001459 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.753200, 0.766075, 0.802604, 0.946032, 1.542863",\
|
|
"0.848467, 0.861342, 0.897870, 1.041299, 1.638130",\
|
|
"0.920925, 0.933800, 0.970329, 1.113757, 1.710589",\
|
|
"1.010943, 1.023818, 1.060348, 1.203776, 1.800607",\
|
|
"1.379493, 1.392370, 1.428902, 1.572330, 2.169160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.024176, 0.035040, 0.077808, 0.279924, 1.152373",\
|
|
"0.024176, 0.035040, 0.077808, 0.279924, 1.152373",\
|
|
"0.024177, 0.035040, 0.077809, 0.279924, 1.152373",\
|
|
"0.024179, 0.035042, 0.077810, 0.279924, 1.152372",\
|
|
"0.024185, 0.035048, 0.077814, 0.279925, 1.152368");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.732380, 0.742028, 0.766192, 0.837637, 1.097668",\
|
|
"0.860607, 0.870255, 0.894419, 0.965864, 1.225895",\
|
|
"0.999422, 1.009070, 1.033234, 1.104679, 1.364710",\
|
|
"1.224415, 1.234063, 1.258228, 1.329672, 1.589703",\
|
|
"2.150609, 2.160256, 2.184421, 2.255866, 2.515896");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.020005, 0.025903, 0.047288, 0.128440, 0.486184",\
|
|
"0.020005, 0.025903, 0.047288, 0.128440, 0.486184",\
|
|
"0.020005, 0.025903, 0.047288, 0.128440, 0.486184",\
|
|
"0.020005, 0.025902, 0.047288, 0.128440, 0.486184",\
|
|
"0.020005, 0.025902, 0.047287, 0.128439, 0.486184");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[12]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.752214, 0.765089, 0.800010, 0.941386, 1.524987",\
|
|
"0.847481, 0.860355, 0.895277, 1.036653, 1.620254",\
|
|
"0.919958, 0.932833, 0.967755, 1.109131, 1.692732",\
|
|
"1.010943, 1.023818, 1.058740, 1.200117, 1.783717",\
|
|
"1.379493, 1.392370, 1.427294, 1.568671, 2.152270");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.024176, 0.035039, 0.074779, 0.268681, 1.103501",\
|
|
"0.024176, 0.035039, 0.074779, 0.268681, 1.103501",\
|
|
"0.024176, 0.035040, 0.074780, 0.268681, 1.103500",\
|
|
"0.024179, 0.035042, 0.074781, 0.268681, 1.103499",\
|
|
"0.024185, 0.035048, 0.074785, 0.268682, 1.103495");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.728902, 0.738549, 0.761101, 0.830091, 1.077390",\
|
|
"0.857128, 0.866776, 0.889328, 0.958318, 1.205616",\
|
|
"0.996165, 1.005813, 1.028365, 1.097355, 1.344654",\
|
|
"1.221843, 1.231490, 1.254042, 1.323032, 1.570331",\
|
|
"2.150609, 2.160256, 2.182808, 2.251798, 2.499097");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.020006, 0.025903, 0.044247, 0.119870, 0.454050",\
|
|
"0.020006, 0.025903, 0.044247, 0.119870, 0.454050",\
|
|
"0.020005, 0.025903, 0.044247, 0.119870, 0.454050",\
|
|
"0.020005, 0.025902, 0.044247, 0.119870, 0.454050",\
|
|
"0.020005, 0.025902, 0.044246, 0.119870, 0.454050");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[12]_irq[2]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "2.700187, 2.713061, 2.749589, 2.893017, 3.489849",\
|
|
"2.809920, 2.822794, 2.859322, 3.002750, 3.599582",\
|
|
"2.901871, 2.914744, 2.951272, 3.094700, 3.691533",\
|
|
"3.042174, 3.055048, 3.091576, 3.235004, 3.831836",\
|
|
"3.613954, 3.626827, 3.663355, 3.806783, 4.403616");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.024172, 0.035036, 0.077806, 0.279923, 1.152376",\
|
|
"0.024172, 0.035036, 0.077806, 0.279923, 1.152376",\
|
|
"0.024172, 0.035036, 0.077806, 0.279923, 1.152376",\
|
|
"0.024172, 0.035036, 0.077806, 0.279923, 1.152376",\
|
|
"0.024172, 0.035036, 0.077806, 0.279923, 1.152376");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "2.692580, 2.702227, 2.726390, 2.797832, 3.057868",\
|
|
"2.802313, 2.811960, 2.836123, 2.907565, 3.167601",\
|
|
"2.894263, 2.903910, 2.928074, 2.999515, 3.259552",\
|
|
"3.034566, 3.044214, 3.068377, 3.139819, 3.399855",\
|
|
"3.606346, 3.615993, 3.640157, 3.711598, 3.971634");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.019990, 0.025889, 0.047277, 0.128439, 0.486183",\
|
|
"0.019990, 0.025889, 0.047277, 0.128439, 0.486183",\
|
|
"0.019990, 0.025889, 0.047277, 0.128439, 0.486183",\
|
|
"0.019990, 0.025889, 0.047277, 0.128439, 0.486183",\
|
|
"0.019990, 0.025889, 0.047277, 0.128439, 0.486183");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "2.546168, 2.559042, 2.593962, 2.735338, 3.318940",\
|
|
"2.638710, 2.651584, 2.686504, 2.827881, 3.411483",\
|
|
"2.708406, 2.721280, 2.756200, 2.897576, 3.481178",\
|
|
"2.795390, 2.808264, 2.843184, 2.984560, 3.568162",\
|
|
"3.149557, 3.162431, 3.197351, 3.338727, 3.922329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.024172, 0.035036, 0.074777, 0.268681, 1.103503",\
|
|
"0.024172, 0.035036, 0.074777, 0.268681, 1.103503",\
|
|
"0.024172, 0.035036, 0.074777, 0.268681, 1.103503",\
|
|
"0.024172, 0.035036, 0.074777, 0.268681, 1.103503",\
|
|
"0.024172, 0.035036, 0.074777, 0.268681, 1.103503");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "2.538560, 2.548208, 2.570758, 2.639745, 2.887050",\
|
|
"2.631103, 2.640750, 2.663301, 2.732287, 2.979593",\
|
|
"2.700798, 2.710446, 2.732996, 2.801983, 3.049288",\
|
|
"2.787783, 2.797430, 2.819981, 2.888967, 3.136272",\
|
|
"3.141950, 3.151597, 3.174148, 3.243134, 3.490439");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001459, 0.012231, 0.051459, 0.233538, 1.000000");
|
|
values ( "0.019990, 0.025889, 0.044236, 0.119869, 0.454050",\
|
|
"0.019990, 0.025889, 0.044236, 0.119869, 0.454050",\
|
|
"0.019990, 0.025889, 0.044236, 0.119869, 0.454050",\
|
|
"0.019990, 0.025889, 0.044236, 0.119869, 0.454050",\
|
|
"0.019990, 0.025889, 0.044236, 0.119869, 0.454050");
|
|
}
|
|
|
|
} /* 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.002236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "2.629860, 2.640661, 2.676815, 2.820232, 3.417511",\
|
|
"2.739593, 2.750394, 2.786548, 2.929965, 3.527244",\
|
|
"2.831543, 2.842344, 2.878498, 3.021915, 3.619194",\
|
|
"2.971847, 2.982648, 3.018801, 3.162219, 3.759498",\
|
|
"3.543626, 3.554427, 3.590581, 3.733998, 4.331277");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.023390, 0.034351, 0.077904, 0.281326, 1.155055",\
|
|
"0.023390, 0.034351, 0.077904, 0.281326, 1.155055",\
|
|
"0.023390, 0.034351, 0.077904, 0.281326, 1.155055",\
|
|
"0.023390, 0.034351, 0.077904, 0.281326, 1.155055",\
|
|
"0.023390, 0.034351, 0.077904, 0.281326, 1.155055");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "2.593333, 2.601997, 2.626056, 2.697506, 2.957895",\
|
|
"2.703067, 2.711730, 2.735789, 2.807239, 3.067628",\
|
|
"2.795017, 2.803681, 2.827739, 2.899189, 3.159578",\
|
|
"2.935321, 2.943984, 2.968043, 3.039493, 3.299882",\
|
|
"3.507100, 3.515764, 3.539822, 3.611272, 3.871661");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.020203, 0.025947, 0.047538, 0.129320, 0.487994",\
|
|
"0.020203, 0.025947, 0.047538, 0.129320, 0.487994",\
|
|
"0.020203, 0.025947, 0.047538, 0.129320, 0.487994",\
|
|
"0.020203, 0.025947, 0.047538, 0.129320, 0.487994",\
|
|
"0.020203, 0.025947, 0.047538, 0.129320, 0.487994");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "2.442253, 2.454386, 2.488823, 2.630063, 3.213585",\
|
|
"2.534795, 2.546928, 2.581366, 2.722606, 3.306127",\
|
|
"2.604491, 2.616624, 2.651061, 2.792301, 3.375823",\
|
|
"2.691475, 2.703608, 2.738045, 2.879285, 3.462807",\
|
|
"3.045642, 3.057775, 3.092212, 3.233452, 3.816974");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.023390, 0.034351, 0.074700, 0.269539, 1.103886",\
|
|
"0.023390, 0.034351, 0.074700, 0.269539, 1.103886",\
|
|
"0.023390, 0.034351, 0.074700, 0.269539, 1.103886",\
|
|
"0.023390, 0.034351, 0.074700, 0.269539, 1.103886",\
|
|
"0.023390, 0.034351, 0.074700, 0.269539, 1.103886");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "2.428462, 2.437706, 2.460042, 2.528905, 2.776117",\
|
|
"2.521004, 2.530249, 2.552584, 2.621448, 2.868659",\
|
|
"2.590700, 2.599944, 2.622280, 2.691143, 2.938354",\
|
|
"2.677684, 2.686928, 2.709264, 2.778127, 3.025339",\
|
|
"3.031851, 3.041095, 3.063431, 3.132294, 3.379505");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.020192, 0.025937, 0.044312, 0.120197, 0.454043",\
|
|
"0.020192, 0.025937, 0.044312, 0.120197, 0.454043",\
|
|
"0.020192, 0.025937, 0.044312, 0.120197, 0.454043",\
|
|
"0.020192, 0.025937, 0.044312, 0.120197, 0.454043",\
|
|
"0.020192, 0.025937, 0.044312, 0.120197, 0.454043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[1]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.650066, 0.660868, 0.697023, 0.840441, 1.437718",\
|
|
"0.749233, 0.760035, 0.796190, 0.939608, 1.536885",\
|
|
"0.832333, 0.843135, 0.879290, 1.022708, 1.619984",\
|
|
"0.937322, 0.948124, 0.984279, 1.127697, 1.724973",\
|
|
"1.370007, 1.380809, 1.416966, 1.560386, 2.157658");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.023395, 0.034355, 0.077907, 0.281325, 1.155056",\
|
|
"0.023395, 0.034355, 0.077907, 0.281325, 1.155056",\
|
|
"0.023397, 0.034356, 0.077907, 0.281325, 1.155056",\
|
|
"0.023398, 0.034358, 0.077908, 0.281324, 1.155056",\
|
|
"0.023406, 0.034365, 0.077912, 0.281323, 1.155057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.613080, 0.621743, 0.645805, 0.717264, 0.977638",\
|
|
"0.739511, 0.748174, 0.772236, 0.843695, 1.104069",\
|
|
"0.876864, 0.885527, 0.909589, 0.981048, 1.241422",\
|
|
"1.089107, 1.097771, 1.121833, 1.193292, 1.453666",\
|
|
"1.963885, 1.972548, 1.996610, 2.068070, 2.328443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.020240, 0.025981, 0.047566, 0.129322, 0.487996",\
|
|
"0.020240, 0.025981, 0.047566, 0.129322, 0.487996",\
|
|
"0.020240, 0.025981, 0.047566, 0.129322, 0.487996",\
|
|
"0.020241, 0.025981, 0.047566, 0.129322, 0.487996",\
|
|
"0.020243, 0.025983, 0.047568, 0.129322, 0.487996");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[7]_irq[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[7]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.644978, 0.657113, 0.691551, 0.832792, 1.416311",\
|
|
"0.744145, 0.756280, 0.790718, 0.931959, 1.515478",\
|
|
"0.827245, 0.839379, 0.873818, 1.015059, 1.598577",\
|
|
"0.932234, 0.944368, 0.978807, 1.120049, 1.703566",\
|
|
"1.364918, 1.377054, 1.411495, 1.552737, 2.136251");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.023395, 0.034355, 0.074703, 0.269538, 1.103887",\
|
|
"0.023395, 0.034355, 0.074703, 0.269538, 1.103887",\
|
|
"0.023397, 0.034356, 0.074704, 0.269538, 1.103887",\
|
|
"0.023398, 0.034358, 0.074705, 0.269538, 1.103887",\
|
|
"0.023406, 0.034365, 0.074709, 0.269537, 1.103888");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.612496, 0.621743, 0.644083, 0.712959, 0.960147",\
|
|
"0.738927, 0.748174, 0.770514, 0.839390, 1.086578",\
|
|
"0.876280, 0.885527, 0.907867, 0.976743, 1.223931",\
|
|
"1.088524, 1.097771, 1.120111, 1.188987, 1.436174",\
|
|
"1.963301, 1.972548, 1.994889, 2.063765, 2.310951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002236, 0.013008, 0.052236, 0.234315, 1.000000");
|
|
values ( "0.020240, 0.025981, 0.044349, 0.120199, 0.454044",\
|
|
"0.020240, 0.025981, 0.044349, 0.120199, 0.454044",\
|
|
"0.020240, 0.025981, 0.044349, 0.120199, 0.454044",\
|
|
"0.020241, 0.025981, 0.044350, 0.120199, 0.454044",\
|
|
"0.020243, 0.025983, 0.044351, 0.120199, 0.454044");
|
|
}
|
|
|
|
} /* 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.001213 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "2.597171, 2.609617, 2.645707, 2.789059, 3.387536",\
|
|
"2.706904, 2.719350, 2.755440, 2.898792, 3.497269",\
|
|
"2.798854, 2.811300, 2.847390, 2.990742, 3.589219",\
|
|
"2.939158, 2.951603, 2.987694, 3.131045, 3.729523",\
|
|
"3.510937, 3.523383, 3.559473, 3.702825, 4.301302");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.021525, 0.032665, 0.076339, 0.280319, 1.155160",\
|
|
"0.021525, 0.032665, 0.076339, 0.280319, 1.155160",\
|
|
"0.021525, 0.032665, 0.076339, 0.280319, 1.155160",\
|
|
"0.021525, 0.032665, 0.076339, 0.280319, 1.155160",\
|
|
"0.021525, 0.032665, 0.076339, 0.280319, 1.155160");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "2.655764, 2.665542, 2.689797, 2.761251, 3.022133",\
|
|
"2.765498, 2.775276, 2.799531, 2.870985, 3.131866",\
|
|
"2.857448, 2.867226, 2.891481, 2.962935, 3.223816",\
|
|
"2.997751, 3.007529, 3.031784, 3.103238, 3.364120",\
|
|
"3.569531, 3.579309, 3.603564, 3.675018, 3.935899");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.019380, 0.025387, 0.046979, 0.128876, 0.488165",\
|
|
"0.019380, 0.025387, 0.046979, 0.128876, 0.488165",\
|
|
"0.019380, 0.025387, 0.046979, 0.128876, 0.488165",\
|
|
"0.019380, 0.025387, 0.046979, 0.128876, 0.488165",\
|
|
"0.019380, 0.025387, 0.046979, 0.128876, 0.488165");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_irq[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "2.445038, 2.457484, 2.491879, 2.633028, 3.217702",\
|
|
"2.537580, 2.550026, 2.584422, 2.725571, 3.310244",\
|
|
"2.607276, 2.619721, 2.654117, 2.795266, 3.379940",\
|
|
"2.694260, 2.706706, 2.741102, 2.882251, 3.466924",\
|
|
"3.048427, 3.060873, 3.095268, 3.236418, 3.821091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.021525, 0.032665, 0.073193, 0.268538, 1.103767",\
|
|
"0.021525, 0.032665, 0.073193, 0.268538, 1.103767",\
|
|
"0.021525, 0.032665, 0.073193, 0.268538, 1.103767",\
|
|
"0.021525, 0.032665, 0.073193, 0.268538, 1.103767",\
|
|
"0.021525, 0.032665, 0.073193, 0.268538, 1.103767");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "2.506176, 2.515954, 2.538510, 2.607406, 2.854992",\
|
|
"2.598718, 2.608496, 2.631052, 2.699949, 2.947535",\
|
|
"2.668414, 2.678192, 2.700747, 2.769644, 3.017230",\
|
|
"2.755398, 2.765176, 2.787732, 2.856629, 3.104214",\
|
|
"3.109565, 3.119343, 3.141899, 3.210795, 3.458381");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001213, 0.011985, 0.051213, 0.233292, 1.000000");
|
|
values ( "0.019380, 0.025387, 0.043820, 0.119746, 0.454041",\
|
|
"0.019380, 0.025387, 0.043820, 0.119746, 0.454041",\
|
|
"0.019380, 0.025387, 0.043820, 0.119746, 0.454041",\
|
|
"0.019380, 0.025387, 0.043820, 0.119746, 0.454041",\
|
|
"0.019380, 0.025387, 0.043820, 0.119746, 0.454041");
|
|
}
|
|
|
|
} /* 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.003609 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.633754, 1.523446, 1.402384, 1.214998, 0.470322",\
|
|
"1.709600, 1.599292, 1.478230, 1.290844, 0.546167",\
|
|
"1.750015, 1.639707, 1.518645, 1.331259, 0.586583",\
|
|
"1.786871, 1.676563, 1.555501, 1.368115, 0.623439",\
|
|
"1.938763, 1.828455, 1.707393, 1.520007, 0.775330");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.261629, 3.151322, 3.030260, 2.842874, 2.098197",\
|
|
"3.384063, 3.273755, 3.152693, 2.965307, 2.220631",\
|
|
"3.510597, 3.400289, 3.279227, 3.091841, 2.347165",\
|
|
"3.711433, 3.601126, 3.480064, 3.292678, 2.548001",\
|
|
"4.539134, 4.428826, 4.307764, 4.120378, 3.375701");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.452988, -1.325244, -1.181153, -0.941763, 0.023918",\
|
|
"-1.528833, -1.401090, -1.256998, -1.017609, -0.051927",\
|
|
"-1.569248, -1.441505, -1.297413, -1.058024, -0.092343",\
|
|
"-1.606104, -1.478361, -1.334269, -1.094880, -0.129198",\
|
|
"-1.757996, -1.630253, -1.486161, -1.246772, -0.281090");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.685385, -2.557642, -2.413550, -2.174161, -1.208479",\
|
|
"-2.807818, -2.680075, -2.535983, -2.296594, -1.330913",\
|
|
"-2.934353, -2.806609, -2.662518, -2.423128, -1.457447",\
|
|
"-3.135190, -3.007446, -2.863354, -2.623965, -1.658284",\
|
|
"-3.962889, -3.835146, -3.691054, -3.451665, -2.485984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.082785, 1.017630, 0.984409, 0.985154, 0.993549",\
|
|
"1.158630, 1.093475, 1.060254, 1.060999, 1.069394",\
|
|
"1.199045, 1.133891, 1.100670, 1.101414, 1.109810",\
|
|
"1.235901, 1.170746, 1.137525, 1.138270, 1.146665",\
|
|
"1.387793, 1.322638, 1.289417, 1.290162, 1.298557");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.414454, 2.349299, 2.316078, 2.316823, 2.325218",\
|
|
"2.536887, 2.471733, 2.438512, 2.439256, 2.447652",\
|
|
"2.663422, 2.598267, 2.565046, 2.565791, 2.574186",\
|
|
"2.864258, 2.799103, 2.765882, 2.766627, 2.775023",\
|
|
"3.691958, 3.626803, 3.593582, 3.594327, 3.602722");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.864254, -0.735446, -0.616442, -0.419456, 0.387071",\
|
|
"-0.940099, -0.811291, -0.692287, -0.495301, 0.311226",\
|
|
"-0.980515, -0.851707, -0.732703, -0.535716, 0.270810",\
|
|
"-1.017371, -0.888563, -0.769559, -0.572572, 0.233954",\
|
|
"-1.169263, -1.040455, -0.921450, -0.724464, 0.082062");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.795355, -1.666547, -1.547543, -1.350556, -0.544030",\
|
|
"-1.917788, -1.788980, -1.669976, -1.472989, -0.666463",\
|
|
"-2.044322, -1.915514, -1.796510, -1.599524, -0.792997",\
|
|
"-2.245159, -2.116351, -1.997347, -1.800360, -0.993834",\
|
|
"-3.072859, -2.944051, -2.825047, -2.628060, -1.821534");
|
|
}
|
|
|
|
} /* 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.004467 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.390016, 1.279709, 1.158646, 0.971261, 0.226584",\
|
|
"1.476300, 1.365993, 1.244930, 1.057545, 0.312868",\
|
|
"1.532834, 1.422526, 1.301464, 1.114078, 0.369402",\
|
|
"1.601574, 1.491266, 1.370204, 1.182818, 0.438142",\
|
|
"1.884363, 1.774055, 1.652993, 1.465608, 0.720931");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.539562, 2.429255, 2.308192, 2.120807, 1.376130",\
|
|
"2.656733, 2.546425, 2.425363, 2.237978, 1.493301",\
|
|
"2.758427, 2.648119, 2.527057, 2.339671, 1.594995",\
|
|
"2.916675, 2.806367, 2.685305, 2.497919, 1.753243",\
|
|
"3.569056, 3.458748, 3.337686, 3.150300, 2.405623");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.210932, -1.083188, -0.939096, -0.699707, 0.265974",\
|
|
"-1.297216, -1.169472, -1.025380, -0.785991, 0.179690",\
|
|
"-1.353749, -1.226006, -1.081914, -0.842525, 0.123157",\
|
|
"-1.422489, -1.294746, -1.150654, -0.911265, 0.054417",\
|
|
"-1.705278, -1.577535, -1.433443, -1.194054, -0.228372");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.314533, -2.186790, -2.042698, -1.803309, -0.837627",\
|
|
"-2.431704, -2.303961, -2.159869, -1.920480, -0.954798",\
|
|
"-2.533397, -2.405654, -2.261562, -2.022173, -1.056492",\
|
|
"-2.691646, -2.563902, -2.419811, -2.180421, -1.214740",\
|
|
"-3.344027, -3.216283, -3.072191, -2.832802, -1.867121");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.821416, 0.756261, 0.723040, 0.723785, 0.732180",\
|
|
"0.907700, 0.842545, 0.809324, 0.810069, 0.818464",\
|
|
"0.964233, 0.899079, 0.865858, 0.866602, 0.874998",\
|
|
"1.032973, 0.967819, 0.934597, 0.935342, 0.943737",\
|
|
"1.315763, 1.250608, 1.217387, 1.218132, 1.226527");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.671422, 1.606267, 1.573046, 1.573791, 1.582186",\
|
|
"1.788593, 1.723438, 1.690217, 1.690962, 1.699357",\
|
|
"1.890286, 1.825132, 1.791911, 1.792655, 1.801051",\
|
|
"2.048534, 1.983380, 1.950159, 1.950903, 1.959299",\
|
|
"2.700916, 2.635761, 2.602540, 2.603285, 2.611680");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.628882, -0.500074, -0.381070, -0.184083, 0.622443",\
|
|
"-0.715166, -0.586358, -0.467354, -0.270367, 0.536159",\
|
|
"-0.771700, -0.642892, -0.523888, -0.326901, 0.479626",\
|
|
"-0.840439, -0.711631, -0.592627, -0.395641, 0.410886",\
|
|
"-1.123229, -0.994421, -0.875417, -0.678430, 0.128096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.431152, -1.302344, -1.183340, -0.986354, -0.179827",\
|
|
"-1.548323, -1.419515, -1.300511, -1.103524, -0.296998",\
|
|
"-1.650017, -1.521209, -1.402205, -1.205218, -0.398692",\
|
|
"-1.808265, -1.679457, -1.560453, -1.363466, -0.556940",\
|
|
"-2.460646, -2.331838, -2.212833, -2.015847, -1.209320");
|
|
}
|
|
|
|
} /* 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.003607 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.468666, 1.358358, 1.237296, 1.049910, 0.305234",\
|
|
"1.544374, 1.434066, 1.313004, 1.125618, 0.380942",\
|
|
"1.584827, 1.474519, 1.353457, 1.166071, 0.421395",\
|
|
"1.622511, 1.512203, 1.391141, 1.203755, 0.459079",\
|
|
"1.777817, 1.667510, 1.546448, 1.359062, 0.614385");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.325741, 2.215433, 2.094371, 1.906985, 1.162309",\
|
|
"2.447902, 2.337595, 2.216532, 2.029147, 1.284470",\
|
|
"2.573591, 2.463283, 2.342221, 2.154835, 1.410159",\
|
|
"2.771871, 2.661563, 2.540501, 2.353115, 1.608439",\
|
|
"3.590855, 3.480548, 3.359486, 3.172100, 2.427423");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.358192, -1.230449, -1.086357, -0.846968, 0.118713",\
|
|
"-1.433901, -1.306157, -1.162066, -0.922676, 0.043005",\
|
|
"-1.474354, -1.346610, -1.202518, -0.963129, 0.002552",\
|
|
"-1.512038, -1.384295, -1.240203, -1.000814, -0.035132",\
|
|
"-1.667344, -1.539601, -1.395509, -1.156120, -0.190438");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.174506, -2.046763, -1.902671, -1.663282, -0.697601",\
|
|
"-2.296668, -2.168925, -2.024833, -1.785444, -0.819762",\
|
|
"-2.422357, -2.294614, -2.150522, -1.911133, -0.945451",\
|
|
"-2.620637, -2.492893, -2.348802, -2.109412, -1.143731",\
|
|
"-3.439621, -3.311878, -3.167786, -2.928397, -1.962715");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.884832, 0.819678, 0.786457, 0.787201, 0.795596",\
|
|
"0.960540, 0.895385, 0.862164, 0.862909, 0.871304",\
|
|
"1.000993, 0.935839, 0.902618, 0.903362, 0.911757",\
|
|
"1.038678, 0.973523, 0.940302, 0.941047, 0.949442",\
|
|
"1.193984, 1.128829, 1.095608, 1.096353, 1.104748");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.442840, 1.377686, 1.344465, 1.345209, 1.353604",\
|
|
"1.565002, 1.499847, 1.466626, 1.467371, 1.475766",\
|
|
"1.690691, 1.625536, 1.592315, 1.593060, 1.601455",\
|
|
"1.888970, 1.823816, 1.790595, 1.791339, 1.799734",\
|
|
"2.707955, 2.642800, 2.609579, 2.610324, 2.618719");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.781885, -0.653077, -0.534073, -0.337086, 0.469440",\
|
|
"-0.857593, -0.728785, -0.609781, -0.412794, 0.393732",\
|
|
"-0.898046, -0.769238, -0.650234, -0.453247, 0.353279",\
|
|
"-0.935730, -0.806922, -0.687918, -0.490932, 0.315595",\
|
|
"-1.091036, -0.962228, -0.843224, -0.646238, 0.160289");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.297333, -1.168525, -1.049521, -0.852535, -0.046008",\
|
|
"-1.419495, -1.290687, -1.171683, -0.974696, -0.168170",\
|
|
"-1.545183, -1.416375, -1.297371, -1.100385, -0.293859",\
|
|
"-1.743463, -1.614655, -1.495651, -1.298664, -0.492138",\
|
|
"-2.562448, -2.433640, -2.314636, -2.117649, -1.311123");
|
|
}
|
|
|
|
} /* 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.004763 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.112259, 1.001951, 0.880883, 0.693568, -0.051717",\
|
|
"1.199949, 1.089640, 0.968572, 0.781257, 0.035972",\
|
|
"1.257952, 1.147644, 1.026576, 0.839261, 0.093976",\
|
|
"1.325494, 1.215186, 1.094118, 0.906803, 0.161518",\
|
|
"1.586801, 1.476492, 1.355425, 1.168110, 0.422825");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.980291, 1.869982, 1.748915, 1.561600, 0.816314",\
|
|
"2.106542, 1.996233, 1.875165, 1.687850, 0.942565",\
|
|
"2.245389, 2.135080, 2.014013, 1.826698, 1.081413",\
|
|
"2.474896, 2.364588, 2.243520, 2.056205, 1.310920",\
|
|
"3.397570, 3.287261, 3.166194, 2.978879, 2.233594");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.943509, -0.815765, -0.671659, -0.432229, 0.534061",\
|
|
"-1.031199, -0.903455, -0.759349, -0.519919, 0.446371",\
|
|
"-1.089203, -0.961458, -0.817352, -0.577922, 0.388368",\
|
|
"-1.156745, -1.029001, -0.884894, -0.645464, 0.320826",\
|
|
"-1.418051, -1.290307, -1.146201, -0.906771, 0.059519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.734627, -1.606882, -1.462776, -1.223346, -0.257056",\
|
|
"-1.860877, -1.733133, -1.589027, -1.349597, -0.383307",\
|
|
"-1.999724, -1.871980, -1.727874, -1.488444, -0.522154",\
|
|
"-2.229232, -2.101487, -1.957381, -1.717951, -0.751661",\
|
|
"-3.151906, -3.024162, -2.880055, -2.640625, -1.674335");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.995401, 0.930247, 0.897023, 0.897765, 0.906128",\
|
|
"1.083091, 1.017936, 0.984713, 0.985455, 0.993818",\
|
|
"1.141095, 1.075940, 1.042717, 1.043459, 1.051822",\
|
|
"1.208637, 1.143482, 1.110258, 1.111001, 1.119364",\
|
|
"1.469943, 1.404789, 1.371565, 1.372307, 1.380670");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.545555, 1.480401, 1.447177, 1.447919, 1.456282",\
|
|
"1.671807, 1.606652, 1.573428, 1.574171, 1.582534",\
|
|
"1.810654, 1.745499, 1.712276, 1.713018, 1.721381",\
|
|
"2.040161, 1.975007, 1.941783, 1.942525, 1.950888",\
|
|
"2.962835, 2.897680, 2.864457, 2.865199, 2.873562");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.841150, -0.712341, -0.593337, -0.396351, 0.410176",\
|
|
"-0.928839, -0.800031, -0.681027, -0.484040, 0.322486",\
|
|
"-0.986843, -0.858035, -0.739031, -0.542044, 0.264482",\
|
|
"-1.054385, -0.925577, -0.806573, -0.609586, 0.196940",\
|
|
"-1.315692, -1.186884, -1.067880, -0.870893, -0.064367");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.311471, -1.182663, -1.063659, -0.866672, -0.060146",\
|
|
"-1.437721, -1.308913, -1.189909, -0.992923, -0.186396",\
|
|
"-1.576569, -1.447761, -1.328757, -1.131770, -0.325244",\
|
|
"-1.806076, -1.677268, -1.558264, -1.361277, -0.554751",\
|
|
"-2.728750, -2.599942, -2.480938, -2.283951, -1.477425");
|
|
}
|
|
|
|
} /* 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.004410 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.332169, 1.221861, 1.100799, 0.913414, 0.168737",\
|
|
"1.431484, 1.321176, 1.200114, 1.012728, 0.268052",\
|
|
"1.511223, 1.400915, 1.279853, 1.092467, 0.347791",\
|
|
"1.615926, 1.505618, 1.384556, 1.197170, 0.452494",\
|
|
"2.047131, 1.936823, 1.815761, 1.628375, 0.883698");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.513122, 2.402815, 2.281753, 2.094367, 1.349690",\
|
|
"2.642429, 2.532121, 2.411059, 2.223673, 1.478997",\
|
|
"2.774622, 2.664315, 2.543252, 2.355867, 1.611190",\
|
|
"2.985033, 2.874726, 2.753664, 2.566278, 1.821601",\
|
|
"3.852043, 3.741736, 3.620674, 3.433288, 2.688611");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.245746, -1.118002, -0.973910, -0.734521, 0.231160",\
|
|
"-1.345060, -1.217317, -1.073225, -0.833836, 0.131845",\
|
|
"-1.424799, -1.297056, -1.152964, -0.913575, 0.052107",\
|
|
"-1.529502, -1.401759, -1.257667, -1.018278, -0.052596",\
|
|
"-1.960707, -1.832964, -1.688872, -1.449483, -0.483802");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.275600, -2.147857, -2.003765, -1.764376, -0.798694",\
|
|
"-2.404906, -2.277163, -2.133071, -1.893682, -0.928000",\
|
|
"-2.537100, -2.409357, -2.265265, -2.025876, -1.060194",\
|
|
"-2.747511, -2.619768, -2.475676, -2.236287, -1.270605",\
|
|
"-3.614522, -3.486778, -3.342686, -3.103297, -2.137616");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.734930, 0.669775, 0.636554, 0.637299, 0.645694",\
|
|
"0.834245, 0.769090, 0.735869, 0.736614, 0.745009",\
|
|
"0.913984, 0.848829, 0.815608, 0.816352, 0.824748",\
|
|
"1.018687, 0.953532, 0.920311, 0.921056, 0.929451",\
|
|
"1.449892, 1.384737, 1.351516, 1.352260, 1.360656");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.622442, 1.557287, 1.524066, 1.524811, 1.533206",\
|
|
"1.751749, 1.686594, 1.653373, 1.654118, 1.662513",\
|
|
"1.883942, 1.818787, 1.785566, 1.786311, 1.794706",\
|
|
"2.094353, 2.029199, 1.995978, 1.996722, 2.005117",\
|
|
"2.961364, 2.896209, 2.862988, 2.863733, 2.872128");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.641667, -0.512859, -0.393855, -0.196868, 0.609658",\
|
|
"-0.740982, -0.612174, -0.493169, -0.296183, 0.510344",\
|
|
"-0.820720, -0.691912, -0.572908, -0.375922, 0.430605",\
|
|
"-0.925424, -0.796615, -0.677611, -0.480625, 0.325902",\
|
|
"-1.356629, -1.227821, -1.108816, -0.911830, -0.105303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.374152, -1.245344, -1.126340, -0.929354, -0.122827",\
|
|
"-1.503459, -1.374651, -1.255647, -1.058660, -0.252133",\
|
|
"-1.635653, -1.506845, -1.387841, -1.190854, -0.384327",\
|
|
"-1.846064, -1.717256, -1.598252, -1.401265, -0.594738",\
|
|
"-2.713074, -2.584266, -2.465262, -2.268275, -1.461749");
|
|
}
|
|
|
|
} /* 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.005317 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.996024, 0.885716, 0.764654, 0.577269, -0.167408",\
|
|
"1.082386, 0.972079, 0.851017, 0.663631, -0.081046",\
|
|
"1.139287, 1.028979, 0.907917, 0.720531, -0.024145",\
|
|
"1.208412, 1.098104, 0.977042, 0.789657, 0.044980",\
|
|
"1.493295, 1.382988, 1.261926, 1.074540, 0.329864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.170480, 2.060172, 1.939110, 1.751724, 1.007048",\
|
|
"2.291484, 2.181176, 2.060114, 1.872729, 1.128052",\
|
|
"2.392944, 2.282636, 2.161574, 1.974189, 1.229512",\
|
|
"2.551351, 2.441043, 2.319981, 2.132595, 1.387919",\
|
|
"3.204013, 3.093706, 2.972644, 2.785258, 2.040581");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.801105, -0.673362, -0.529270, -0.289881, 0.675800",\
|
|
"-0.887468, -0.759724, -0.615632, -0.376243, 0.589438",\
|
|
"-0.944368, -0.816624, -0.672532, -0.433143, 0.532538",\
|
|
"-1.013493, -0.885750, -0.741658, -0.502269, 0.463412",\
|
|
"-1.298377, -1.170633, -1.026541, -0.787152, 0.178529");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.886531, -1.758788, -1.614696, -1.375307, -0.409625",\
|
|
"-2.007535, -1.879792, -1.735700, -1.496311, -0.530630",\
|
|
"-2.108995, -1.981252, -1.837160, -1.597771, -0.632090",\
|
|
"-2.267402, -2.139659, -1.995567, -1.756178, -0.790497",\
|
|
"-2.920064, -2.792321, -2.648229, -2.408840, -1.443159");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.926122, 0.860968, 0.827747, 0.828491, 0.836887",\
|
|
"1.012485, 0.947330, 0.914109, 0.914854, 0.923249",\
|
|
"1.069385, 1.004230, 0.971009, 0.971754, 0.980149",\
|
|
"1.138510, 1.073356, 1.040135, 1.040879, 1.049275",\
|
|
"1.423394, 1.358239, 1.325018, 1.325763, 1.334158");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.794198, 1.729043, 1.695822, 1.696567, 1.704962",\
|
|
"1.915203, 1.850048, 1.816827, 1.817572, 1.825967",\
|
|
"2.016663, 1.951508, 1.918287, 1.919032, 1.927427",\
|
|
"2.175069, 2.109915, 2.076694, 2.077438, 2.085834",\
|
|
"2.827732, 2.762577, 2.729356, 2.730101, 2.738496");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.646715, -0.517904, -0.398868, -0.201704, 0.605173",\
|
|
"-0.733078, -0.604266, -0.485231, -0.288066, 0.518811",\
|
|
"-0.789978, -0.661166, -0.542131, -0.344966, 0.461910",\
|
|
"-0.859104, -0.730292, -0.611257, -0.414092, 0.392785",\
|
|
"-1.143987, -1.015176, -0.896140, -0.698975, 0.107901");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.414731, -1.285920, -1.166884, -0.969720, -0.162843",\
|
|
"-1.535736, -1.406924, -1.287889, -1.090724, -0.283848",\
|
|
"-1.637196, -1.508384, -1.389349, -1.192184, -0.385308",\
|
|
"-1.795603, -1.666791, -1.547755, -1.350591, -0.543714",\
|
|
"-2.448265, -2.319453, -2.200418, -2.003253, -1.196377");
|
|
}
|
|
|
|
} /* 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.005210 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.409057, 1.298750, 1.177688, 0.990302, 0.245625",\
|
|
"1.498475, 1.388167, 1.267105, 1.079719, 0.335043",\
|
|
"1.556836, 1.446528, 1.325466, 1.138080, 0.393404",\
|
|
"1.630012, 1.519704, 1.398642, 1.211256, 0.466580",\
|
|
"1.915468, 1.805160, 1.684098, 1.496712, 0.752035");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.661505, 2.551197, 2.430135, 2.242749, 1.498073",\
|
|
"2.785634, 2.675327, 2.554265, 2.366879, 1.622202",\
|
|
"2.916695, 2.806388, 2.685326, 2.497940, 1.753263",\
|
|
"3.115938, 3.005631, 2.884569, 2.697183, 1.952506",\
|
|
"3.938091, 3.827783, 3.706721, 3.519335, 2.774659");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.282751, -1.155007, -1.010916, -0.771526, 0.194155",\
|
|
"-1.372168, -1.244425, -1.100333, -0.860944, 0.104738",\
|
|
"-1.430529, -1.302786, -1.158694, -0.919305, 0.046376",\
|
|
"-1.503705, -1.375962, -1.231870, -0.992481, -0.026799",\
|
|
"-1.789161, -1.661417, -1.517326, -1.277936, -0.312255");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.148381, -2.020637, -1.876545, -1.637156, -0.671475",\
|
|
"-2.272510, -2.144767, -2.000675, -1.761286, -0.795605",\
|
|
"-2.403571, -2.275828, -2.131736, -1.892347, -0.926666",\
|
|
"-2.602814, -2.475071, -2.330979, -2.091590, -1.125909",\
|
|
"-3.424967, -3.297223, -3.153131, -2.913742, -1.948061");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.868746, 0.803592, 0.770371, 0.771115, 0.779510",\
|
|
"0.958164, 0.893009, 0.859788, 0.860533, 0.868928",\
|
|
"1.016525, 0.951370, 0.918149, 0.918894, 0.927289",\
|
|
"1.089701, 1.024546, 0.991325, 0.992070, 1.000465",\
|
|
"1.375156, 1.310002, 1.276781, 1.277525, 1.285920");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.820538, 1.755383, 1.722162, 1.722907, 1.731302",\
|
|
"1.944668, 1.879513, 1.846292, 1.847037, 1.855432",\
|
|
"2.075729, 2.010574, 1.977353, 1.978098, 1.986493",\
|
|
"2.274971, 2.209817, 2.176596, 2.177341, 2.185736",\
|
|
"3.097124, 3.031969, 2.998748, 2.999493, 3.007888");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.657367, -0.528556, -0.409520, -0.212355, 0.594521",\
|
|
"-0.746784, -0.617973, -0.498937, -0.301773, 0.505104",\
|
|
"-0.805146, -0.676334, -0.557298, -0.360134, 0.446743",\
|
|
"-0.878321, -0.749510, -0.630474, -0.433310, 0.373567",\
|
|
"-1.163777, -1.034966, -0.915930, -0.718765, 0.088111");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.212612, -1.083801, -0.964765, -0.767600, 0.039276",\
|
|
"-1.336742, -1.207930, -1.088895, -0.891730, -0.084854",\
|
|
"-1.467803, -1.338991, -1.219956, -1.022791, -0.215914",\
|
|
"-1.667046, -1.538234, -1.419199, -1.222034, -0.415158",\
|
|
"-2.489198, -2.360387, -2.241351, -2.044186, -1.237310");
|
|
}
|
|
|
|
} /* 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.007167 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.829151, 0.718844, 0.597782, 0.410396, -0.334281",\
|
|
"0.915473, 0.805165, 0.684103, 0.496717, -0.247959",\
|
|
"0.972326, 0.862018, 0.740956, 0.553570, -0.191106",\
|
|
"1.041196, 0.930888, 0.809826, 0.622440, -0.122236",\
|
|
"1.325026, 1.214718, 1.093656, 0.906270, 0.161594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.535804, 1.425497, 1.304435, 1.117049, 0.372372",\
|
|
"1.653002, 1.542694, 1.421632, 1.234246, 0.489570",\
|
|
"1.754910, 1.644603, 1.523540, 1.336155, 0.591478",\
|
|
"1.913495, 1.803187, 1.682125, 1.494739, 0.750063",\
|
|
"2.566874, 2.456567, 2.335505, 2.148119, 1.403442");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.706535, -0.578791, -0.434700, -0.195311, 0.770371",\
|
|
"-0.735101, -0.607358, -0.463266, -0.223877, 0.741804",\
|
|
"-0.716488, -0.588745, -0.444653, -0.205264, 0.760418",\
|
|
"-0.611404, -0.483661, -0.339569, -0.100180, 0.865501",\
|
|
"-0.178327, -0.050584, 0.093508, 0.332897, 1.298579");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.335847, -1.208104, -1.064012, -0.824623, 0.141058",\
|
|
"-1.393081, -1.265338, -1.121246, -0.881857, 0.083825",\
|
|
"-1.416642, -1.288898, -1.144807, -0.905417, 0.060264",\
|
|
"-1.394631, -1.266887, -1.122795, -0.883406, 0.082275",\
|
|
"-1.303731, -1.175988, -1.031896, -0.792507, 0.173175");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.862898, 0.797744, 0.764522, 0.765267, 0.773662",\
|
|
"0.949220, 0.884065, 0.850844, 0.851589, 0.859984",\
|
|
"1.006073, 0.940918, 0.907697, 0.908442, 0.916837",\
|
|
"1.074943, 1.009788, 0.976567, 0.977312, 0.985707",\
|
|
"1.358773, 1.293618, 1.260397, 1.261142, 1.269537");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.536581, 1.471426, 1.438205, 1.438950, 1.447345",\
|
|
"1.653779, 1.588624, 1.555403, 1.556148, 1.564543",\
|
|
"1.755687, 1.690532, 1.657311, 1.658056, 1.666451",\
|
|
"1.914272, 1.849117, 1.815896, 1.816640, 1.825036",\
|
|
"2.567651, 2.502496, 2.469275, 2.470020, 2.478415");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.707897, -0.579086, -0.460057, -0.262910, 0.543902",\
|
|
"-0.736463, -0.607653, -0.488624, -0.291476, 0.515335",\
|
|
"-0.717850, -0.589039, -0.470011, -0.272863, 0.533948",\
|
|
"-0.612766, -0.483956, -0.364927, -0.167779, 0.639032",\
|
|
"-0.179689, -0.050879, 0.068150, 0.265298, 1.072109");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.297579, -1.168768, -1.049739, -0.852592, -0.045780",\
|
|
"-1.354813, -1.226002, -1.106973, -0.909826, -0.103014",\
|
|
"-1.378373, -1.249563, -1.130534, -0.933386, -0.126575",\
|
|
"-1.356362, -1.227551, -1.108523, -0.911375, -0.104564",\
|
|
"-1.265463, -1.136652, -1.017623, -0.820476, -0.013664");
|
|
}
|
|
|
|
} /* 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.007813 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.396079, 1.285772, 1.164710, 0.977324, 0.232647",\
|
|
"1.482343, 1.372036, 1.250973, 1.063588, 0.318911",\
|
|
"1.539083, 1.428775, 1.307713, 1.120327, 0.375651",\
|
|
"1.607987, 1.497679, 1.376617, 1.189231, 0.444555",\
|
|
"1.891958, 1.781650, 1.660588, 1.473202, 0.728526");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.175942, 3.065634, 2.944572, 2.757187, 2.012510",\
|
|
"3.293068, 3.182761, 3.061699, 2.874313, 2.129636",\
|
|
"3.394689, 3.284381, 3.163319, 2.975933, 2.231256",\
|
|
"3.552746, 3.442438, 3.321376, 3.133990, 2.389314",\
|
|
"4.204407, 4.094099, 3.973037, 3.785651, 3.040975");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.288814, -1.161070, -1.016979, -0.777589, 0.188092",\
|
|
"-1.345792, -1.218049, -1.073957, -0.834568, 0.131113",\
|
|
"-1.364239, -1.236495, -1.092404, -0.853014, 0.112667",\
|
|
"-1.344876, -1.217133, -1.073041, -0.833651, 0.132030",\
|
|
"-1.265075, -1.137332, -0.993240, -0.753851, 0.211831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.619080, -2.491337, -2.347245, -2.107856, -1.142174",\
|
|
"-2.705871, -2.578128, -2.434036, -2.194647, -1.228965",\
|
|
"-2.767829, -2.640086, -2.495994, -2.256605, -1.290923",\
|
|
"-2.834464, -2.706720, -2.562629, -2.323239, -1.357558",\
|
|
"-3.109348, -2.981605, -2.837513, -2.598124, -1.632442");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.845110, 0.779955, 0.746734, 0.747479, 0.755874",\
|
|
"0.931374, 0.866219, 0.832998, 0.833743, 0.842138",\
|
|
"0.988113, 0.922958, 0.889737, 0.890482, 0.898877",\
|
|
"1.057017, 0.991863, 0.958642, 0.959386, 0.967782",\
|
|
"1.340988, 1.275834, 1.242613, 1.243357, 1.251753");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.328767, 2.263612, 2.230391, 2.231136, 2.239531",\
|
|
"2.445893, 2.380738, 2.347517, 2.348262, 2.356657",\
|
|
"2.547513, 2.482358, 2.449137, 2.449882, 2.458277",\
|
|
"2.705570, 2.640415, 2.607194, 2.607939, 2.616334",\
|
|
"3.357231, 3.292076, 3.258855, 3.259600, 3.267995");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.700080, -0.571272, -0.452268, -0.255281, 0.551245",\
|
|
"-0.757058, -0.628250, -0.509246, -0.312260, 0.494267",\
|
|
"-0.775505, -0.646697, -0.527693, -0.330706, 0.475820",\
|
|
"-0.756142, -0.627334, -0.508330, -0.311343, 0.495183",\
|
|
"-0.676341, -0.547533, -0.428529, -0.231543, 0.574984");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.729049, -1.600241, -1.481237, -1.284251, -0.477724",\
|
|
"-1.815840, -1.687032, -1.568028, -1.371042, -0.564515",\
|
|
"-1.877798, -1.748990, -1.629986, -1.433000, -0.626473",\
|
|
"-1.944433, -1.815625, -1.696621, -1.499634, -0.693108",\
|
|
"-2.219317, -2.090509, -1.971505, -1.774518, -0.967992");
|
|
}
|
|
|
|
} /* 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.007877 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.298001, 1.187693, 1.066631, 0.879245, 0.134569",\
|
|
"1.384250, 1.273942, 1.152880, 0.965495, 0.220818",\
|
|
"1.440752, 1.330444, 1.209382, 1.021996, 0.277319",\
|
|
"1.509854, 1.399547, 1.278485, 1.091099, 0.346422",\
|
|
"1.791988, 1.681680, 1.560618, 1.373232, 0.628556");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.380417, 2.270110, 2.149048, 1.961662, 1.216985",\
|
|
"2.497561, 2.387253, 2.266191, 2.078805, 1.334128",\
|
|
"2.598847, 2.488539, 2.367477, 2.180091, 1.435415",\
|
|
"2.756199, 2.645891, 2.524829, 2.337443, 1.592767",\
|
|
"3.404654, 3.294346, 3.173284, 2.985898, 2.241222");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.123094, -0.995351, -0.851259, -0.611870, 0.353812",\
|
|
"-1.171007, -1.043264, -0.899172, -0.659783, 0.305898",\
|
|
"-1.177407, -1.049663, -0.905571, -0.666182, 0.299499",\
|
|
"-1.131021, -1.003277, -0.859186, -0.619796, 0.345885",\
|
|
"-0.937196, -0.809453, -0.665361, -0.425972, 0.539710");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.156194, -2.028451, -1.884359, -1.644970, -0.679289",\
|
|
"-2.233681, -2.105938, -1.961846, -1.722457, -0.756775",\
|
|
"-2.283144, -2.155400, -2.011308, -1.771919, -0.806238",\
|
|
"-2.321038, -2.193295, -2.049203, -1.809814, -0.844133",\
|
|
"-2.477181, -2.349437, -2.205346, -1.965956, -1.000275");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.729401, 0.664246, 0.631025, 0.631770, 0.640165",\
|
|
"0.815650, 0.750495, 0.717274, 0.718019, 0.726414",\
|
|
"0.872151, 0.806996, 0.773775, 0.774520, 0.782915",\
|
|
"0.941254, 0.876099, 0.842878, 0.843623, 0.852018",\
|
|
"1.223387, 1.158232, 1.125011, 1.125756, 1.134151");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.512277, 1.447122, 1.413901, 1.414646, 1.423041",\
|
|
"1.629420, 1.564265, 1.531044, 1.531789, 1.540184",\
|
|
"1.730706, 1.665552, 1.632331, 1.633075, 1.641471",\
|
|
"1.888058, 1.822904, 1.789683, 1.790427, 1.798823",\
|
|
"2.536514, 2.471359, 2.438138, 2.438883, 2.447278");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.541044, -0.412236, -0.293232, -0.096246, 0.710281",\
|
|
"-0.588958, -0.460150, -0.341146, -0.144159, 0.662367",\
|
|
"-0.595357, -0.466549, -0.347545, -0.150558, 0.655968",\
|
|
"-0.548971, -0.420163, -0.301159, -0.104172, 0.702354",\
|
|
"-0.355147, -0.226339, -0.107335, 0.089652, 0.896179");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.272813, -1.144005, -1.025001, -0.828015, -0.021488",\
|
|
"-1.350300, -1.221492, -1.102488, -0.905502, -0.098975",\
|
|
"-1.399763, -1.270955, -1.151951, -0.954964, -0.148438",\
|
|
"-1.437657, -1.308849, -1.189845, -0.992859, -0.186332",\
|
|
"-1.593800, -1.464992, -1.345988, -1.149001, -0.342475");
|
|
}
|
|
|
|
} /* 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.008489 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.495302, 1.384995, 1.263932, 1.076547, 0.331870",\
|
|
"1.571312, 1.461004, 1.339942, 1.152557, 0.407880",\
|
|
"1.611634, 1.501326, 1.380264, 1.192878, 0.448202",\
|
|
"1.650474, 1.540166, 1.419104, 1.231718, 0.487042",\
|
|
"1.810544, 1.700237, 1.579175, 1.391789, 0.647112");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.400749, 2.290441, 2.169379, 1.981993, 1.237317",\
|
|
"2.523595, 2.413287, 2.292225, 2.104839, 1.360163",\
|
|
"2.648131, 2.537823, 2.416761, 2.229375, 1.484699",\
|
|
"2.845321, 2.735013, 2.613951, 2.426566, 1.681889",\
|
|
"3.656416, 3.546108, 3.425046, 3.237661, 2.492984");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.403120, -1.275377, -1.131285, -0.891896, 0.073786",\
|
|
"-1.438019, -1.310276, -1.166184, -0.926795, 0.038886",\
|
|
"-1.424620, -1.296877, -1.152785, -0.913396, 0.052286",\
|
|
"-1.339631, -1.211887, -1.067796, -0.828406, 0.137275",\
|
|
"-0.989368, -0.861624, -0.717533, -0.478143, 0.487538");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.264584, -2.136841, -1.992749, -1.753360, -0.787679",\
|
|
"-2.345356, -2.217612, -2.073520, -1.834131, -0.868450",\
|
|
"-2.414912, -2.287169, -2.143077, -1.903688, -0.938007",\
|
|
"-2.485373, -2.357630, -2.213538, -1.974149, -1.008468",\
|
|
"-2.774184, -2.646441, -2.502349, -2.262959, -1.297278");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.911469, 0.846314, 0.813093, 0.813838, 0.822233",\
|
|
"0.987479, 0.922324, 0.889103, 0.889848, 0.898243",\
|
|
"1.027800, 0.962646, 0.929425, 0.930169, 0.938565",\
|
|
"1.066640, 1.001486, 0.968265, 0.969009, 0.977405",\
|
|
"1.226711, 1.161556, 1.128335, 1.129080, 1.137475");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.517848, 1.452693, 1.419472, 1.420217, 1.428612",\
|
|
"1.640694, 1.575539, 1.542318, 1.543063, 1.551458",\
|
|
"1.765230, 1.700075, 1.666854, 1.667599, 1.675994",\
|
|
"1.962421, 1.897266, 1.864045, 1.864790, 1.873185",\
|
|
"2.773515, 2.708361, 2.675140, 2.675884, 2.684279");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.826812, -0.698004, -0.579000, -0.382013, 0.424513",\
|
|
"-0.861712, -0.732904, -0.613900, -0.416913, 0.389613",\
|
|
"-0.848312, -0.719504, -0.600500, -0.403514, 0.403013",\
|
|
"-0.763323, -0.634515, -0.515511, -0.318524, 0.488002",\
|
|
"-0.413060, -0.284252, -0.165248, 0.031738, 0.838265");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.387411, -1.258603, -1.139599, -0.942612, -0.136086",\
|
|
"-1.468182, -1.339374, -1.220370, -1.023383, -0.216857",\
|
|
"-1.537739, -1.408931, -1.289927, -1.092940, -0.286414",\
|
|
"-1.608200, -1.479392, -1.360388, -1.163401, -0.356875",\
|
|
"-1.897010, -1.768202, -1.649198, -1.452212, -0.645685");
|
|
}
|
|
|
|
} /* 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.010493 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.461965, 1.351656, 1.230588, 1.043273, 0.297988",\
|
|
"1.548162, 1.437853, 1.316786, 1.129471, 0.384185",\
|
|
"1.605065, 1.494756, 1.373689, 1.186374, 0.441089",\
|
|
"1.674175, 1.563866, 1.442799, 1.255484, 0.510199",\
|
|
"1.958994, 1.848686, 1.727618, 1.540303, 0.795018");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.531857, 2.421549, 2.300481, 2.113166, 1.367881",\
|
|
"2.648874, 2.538565, 2.417498, 2.230183, 1.484897",\
|
|
"2.750671, 2.640363, 2.519295, 2.331980, 1.586695",\
|
|
"2.909045, 2.798736, 2.677669, 2.490354, 1.745068",\
|
|
"3.561541, 3.451232, 3.330165, 3.142850, 2.397565");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.155658, -1.027914, -0.883807, -0.644378, 0.321912",\
|
|
"-1.150177, -1.022433, -0.878327, -0.638897, 0.327393",\
|
|
"-1.086905, -0.959161, -0.815055, -0.575625, 0.390665",\
|
|
"-0.879003, -0.751259, -0.607153, -0.367723, 0.598567",\
|
|
"-0.022188, 0.105557, 0.249663, 0.489093, 1.455383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.173822, -2.046078, -1.901972, -1.662542, -0.696252",\
|
|
"-2.196683, -2.068938, -1.924832, -1.685402, -0.719112",\
|
|
"-2.175076, -2.047332, -1.903225, -1.663795, -0.697505",\
|
|
"-2.048996, -1.921252, -1.777145, -1.537715, -0.571425",\
|
|
"-1.529188, -1.401444, -1.257338, -1.017908, -0.051618");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.345107, 1.279952, 1.246729, 1.247471, 1.255834",\
|
|
"1.431304, 1.366149, 1.332926, 1.333668, 1.342031",\
|
|
"1.488207, 1.423053, 1.389829, 1.390571, 1.398934",\
|
|
"1.557317, 1.492163, 1.458939, 1.459681, 1.468044",\
|
|
"1.842137, 1.776982, 1.743758, 1.744501, 1.752864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.097122, 2.031967, 1.998744, 1.999486, 2.007849",\
|
|
"2.214139, 2.148984, 2.115760, 2.116503, 2.124866",\
|
|
"2.315936, 2.250781, 2.217558, 2.218300, 2.226663",\
|
|
"2.474309, 2.409155, 2.375931, 2.376673, 2.385036",\
|
|
"3.126806, 3.061651, 3.028428, 3.029170, 3.037533");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.053298, -0.924490, -0.805486, -0.608499, 0.198027",\
|
|
"-1.047817, -0.919009, -0.800005, -0.603019, 0.203508",\
|
|
"-0.984545, -0.855737, -0.736733, -0.539746, 0.266780",\
|
|
"-0.776643, -0.647835, -0.528831, -0.331845, 0.474682",\
|
|
"0.080172, 0.208980, 0.327984, 0.524971, 1.331497");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.750666, -1.621858, -1.502854, -1.305868, -0.499341",\
|
|
"-1.773527, -1.644719, -1.525715, -1.328728, -0.522202",\
|
|
"-1.751920, -1.623112, -1.504108, -1.307121, -0.500595",\
|
|
"-1.625840, -1.497032, -1.378028, -1.181041, -0.374515",\
|
|
"-1.106032, -0.977224, -0.858220, -0.661234, 0.145293");
|
|
}
|
|
|
|
} /* 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.009730 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.447911, 1.337603, 1.216541, 1.029155, 0.284479",\
|
|
"1.537371, 1.427063, 1.306001, 1.118615, 0.373939",\
|
|
"1.595606, 1.485299, 1.364236, 1.176851, 0.432174",\
|
|
"1.664560, 1.554252, 1.433190, 1.245805, 0.501128",\
|
|
"1.948736, 1.838428, 1.717366, 1.529980, 0.785304");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.516758, 2.406450, 2.285388, 2.098002, 1.353326",\
|
|
"2.641211, 2.530903, 2.409841, 2.222455, 1.477779",\
|
|
"2.768272, 2.657964, 2.536902, 2.349517, 1.604840",\
|
|
"2.968601, 2.858294, 2.737232, 2.549846, 1.805169",\
|
|
"3.794212, 3.683904, 3.562842, 3.375457, 2.630780");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.348611, -1.220868, -1.076776, -0.837387, 0.128294",\
|
|
"-1.332091, -1.204348, -1.060256, -0.820867, 0.144814",\
|
|
"-1.251722, -1.123978, -0.979886, -0.740497, 0.225184",\
|
|
"-1.001183, -0.873439, -0.729348, -0.489958, 0.475723",\
|
|
"0.031351, 0.159094, 0.303186, 0.542575, 1.508257");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.302841, -2.175097, -2.031005, -1.791616, -0.825935",\
|
|
"-2.319043, -2.191299, -2.047207, -1.807818, -0.842137",\
|
|
"-2.304538, -2.176795, -2.032702, -1.793313, -0.827632",\
|
|
"-2.178548, -2.050805, -1.906713, -1.667324, -0.701643",\
|
|
"-1.659318, -1.531575, -1.387483, -1.148094, -0.182412");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.850671, 0.785517, 0.752296, 0.753040, 0.761436",\
|
|
"0.940132, 0.874977, 0.841756, 0.842501, 0.850896",\
|
|
"0.998367, 0.933212, 0.899991, 0.900736, 0.909131",\
|
|
"1.067321, 1.002166, 0.968945, 0.969690, 0.978085",\
|
|
"1.351497, 1.286342, 1.253121, 1.253866, 1.262261");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.626078, 1.560923, 1.527702, 1.528447, 1.536842",\
|
|
"1.750531, 1.685376, 1.652155, 1.652900, 1.661295",\
|
|
"1.877592, 1.812437, 1.779216, 1.779961, 1.788356",\
|
|
"2.077921, 2.012767, 1.979546, 1.980290, 1.988685",\
|
|
"2.903533, 2.838378, 2.805157, 2.805902, 2.814297");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.744533, -0.615725, -0.496721, -0.299734, 0.506793",\
|
|
"-0.728012, -0.599204, -0.480200, -0.283214, 0.523313",\
|
|
"-0.647643, -0.518835, -0.399831, -0.202844, 0.603683",\
|
|
"-0.397104, -0.268296, -0.149292, 0.047695, 0.854221",\
|
|
"0.635429, 0.764237, 0.883242, 1.080228, 1.886755");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.401393, -1.272585, -1.153581, -0.956595, -0.150068",\
|
|
"-1.417596, -1.288787, -1.169783, -0.972797, -0.166270",\
|
|
"-1.403090, -1.274282, -1.155278, -0.958292, -0.151765",\
|
|
"-1.277101, -1.148293, -1.029289, -0.832302, -0.025776",\
|
|
"-0.757871, -0.629063, -0.510058, -0.313072, 0.493455");
|
|
}
|
|
|
|
} /* 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.011479 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.086740, 0.976432, 0.855370, 0.667984, -0.076692",\
|
|
"1.189381, 1.079074, 0.958012, 0.770626, 0.025949",\
|
|
"1.268654, 1.158346, 1.037284, 0.849899, 0.105222",\
|
|
"1.372585, 1.262278, 1.141216, 0.953830, 0.209153",\
|
|
"1.800912, 1.690604, 1.569542, 1.382156, 0.637480");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.269634, 2.159326, 2.038264, 1.850878, 1.106202",\
|
|
"2.396997, 2.286689, 2.165627, 1.978241, 1.233565",\
|
|
"2.532025, 2.421717, 2.300655, 2.113269, 1.368593",\
|
|
"2.742213, 2.631905, 2.510843, 2.323457, 1.578781",\
|
|
"3.608456, 3.498149, 3.377087, 3.189701, 2.445024");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.899976, -0.772233, -0.628141, -0.388752, 0.576929",\
|
|
"-1.002618, -0.874875, -0.730783, -0.491394, 0.474288",\
|
|
"-1.081891, -0.954148, -0.810056, -0.570667, 0.395015",\
|
|
"-1.185822, -1.058079, -0.913987, -0.674598, 0.291084",\
|
|
"-1.614149, -1.486405, -1.342314, -1.102924, -0.137243");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.857089, -1.729346, -1.585254, -1.345865, -0.380184",\
|
|
"-1.984452, -1.856709, -1.712617, -1.473228, -0.507547",\
|
|
"-2.119480, -1.991737, -1.847645, -1.608256, -0.642575",\
|
|
"-2.329668, -2.201925, -2.057833, -1.818444, -0.852762",\
|
|
"-3.195912, -3.068168, -2.924077, -2.684687, -1.719006");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.016838, 0.951683, 0.918462, 0.919207, 0.927602",\
|
|
"1.119480, 1.054325, 1.021104, 1.021849, 1.030244",\
|
|
"1.198752, 1.133598, 1.100376, 1.101121, 1.109517",\
|
|
"1.302684, 1.237529, 1.204308, 1.205053, 1.213448",\
|
|
"1.731010, 1.665856, 1.632635, 1.633379, 1.641775");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.893353, 1.828198, 1.794977, 1.795722, 1.804117",\
|
|
"2.020716, 1.955561, 1.922340, 1.923085, 1.931480",\
|
|
"2.155744, 2.090589, 2.057368, 2.058113, 2.066508",\
|
|
"2.365931, 2.300776, 2.267555, 2.268300, 2.276695",\
|
|
"3.232175, 3.167020, 3.133799, 3.134544, 3.142939");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.745587, -0.616775, -0.497740, -0.300575, 0.506302",\
|
|
"-0.848228, -0.719417, -0.600381, -0.403217, 0.403660",\
|
|
"-0.927501, -0.798690, -0.679654, -0.482489, 0.324387",\
|
|
"-1.031432, -0.902621, -0.783585, -0.586421, 0.220456",\
|
|
"-1.459759, -1.330948, -1.211912, -1.014748, -0.207871");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.385290, -1.256478, -1.137443, -0.940278, -0.133401",\
|
|
"-1.512653, -1.383841, -1.264806, -1.067641, -0.260764",\
|
|
"-1.647680, -1.518869, -1.399833, -1.202669, -0.395792",\
|
|
"-1.857868, -1.729057, -1.610021, -1.412857, -0.605980",\
|
|
"-2.724112, -2.595301, -2.476265, -2.279100, -1.472224");
|
|
}
|
|
|
|
} /* 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.011541 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.243801, 1.133493, 1.012431, 0.825045, 0.080369",\
|
|
"1.333148, 1.222840, 1.101778, 0.914392, 0.169716",\
|
|
"1.391488, 1.281180, 1.160118, 0.972733, 0.228056",\
|
|
"1.464813, 1.354505, 1.233443, 1.046058, 0.301381",\
|
|
"1.750192, 1.639884, 1.518822, 1.331437, 0.586760");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.981005, 1.870698, 1.749636, 1.562250, 0.817573",\
|
|
"2.105029, 1.994721, 1.873659, 1.686273, 0.941597",\
|
|
"2.231356, 2.121049, 1.999987, 1.812601, 1.067924",\
|
|
"2.435809, 2.325502, 2.204440, 2.017054, 1.272377",\
|
|
"3.258036, 3.147728, 3.026666, 2.839280, 2.094604");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.189139, -1.061395, -0.917304, -0.677914, 0.287767",\
|
|
"-1.249655, -1.121912, -0.977820, -0.738431, 0.227250",\
|
|
"-1.270271, -1.142527, -0.998436, -0.759047, 0.206635",\
|
|
"-1.256638, -1.128894, -0.984802, -0.745413, 0.220268",\
|
|
"-1.183640, -1.055897, -0.911805, -0.672416, 0.293266");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.858632, -1.730888, -1.586797, -1.347408, -0.381726",\
|
|
"-1.953319, -1.825575, -1.681484, -1.442095, -0.476413",\
|
|
"-2.041262, -1.913518, -1.769427, -1.530037, -0.564356",\
|
|
"-2.157236, -2.029492, -1.885401, -1.646012, -0.680330",\
|
|
"-2.614818, -2.487075, -2.342983, -2.103594, -1.137913");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.703693, 0.638538, 0.605317, 0.606062, 0.614457",\
|
|
"0.793040, 0.727885, 0.694664, 0.695409, 0.703804",\
|
|
"0.851381, 0.786226, 0.753005, 0.753750, 0.762145",\
|
|
"0.924706, 0.859551, 0.826330, 0.827074, 0.835470",\
|
|
"1.210085, 1.144930, 1.111709, 1.112454, 1.120849");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.140023, 1.074868, 1.041647, 1.042392, 1.050787",\
|
|
"1.264046, 1.198892, 1.165671, 1.166415, 1.174810",\
|
|
"1.390374, 1.325219, 1.291998, 1.292743, 1.301138",\
|
|
"1.594827, 1.529672, 1.496451, 1.497196, 1.505591",\
|
|
"2.417053, 2.351898, 2.318677, 2.319422, 2.327817");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.563794, -0.434983, -0.315947, -0.118783, 0.688094",\
|
|
"-0.624311, -0.495500, -0.376464, -0.179299, 0.627577",\
|
|
"-0.644927, -0.516115, -0.397079, -0.199915, 0.606962",\
|
|
"-0.631293, -0.502482, -0.383446, -0.186282, 0.620595",\
|
|
"-0.558296, -0.429484, -0.310449, -0.113284, 0.693593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.922840, -0.794029, -0.674993, -0.477829, 0.329048",\
|
|
"-1.017527, -0.888716, -0.769680, -0.572516, 0.234361",\
|
|
"-1.105470, -0.976659, -0.857623, -0.660459, 0.146418",\
|
|
"-1.221444, -1.092633, -0.973597, -0.776433, 0.030444",\
|
|
"-1.679027, -1.550215, -1.431180, -1.234015, -0.427138");
|
|
}
|
|
|
|
} /* 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.014173 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.858878, 0.748570, 0.627508, 0.440122, -0.304554",\
|
|
"0.946969, 0.836661, 0.715599, 0.528214, -0.216463",\
|
|
"1.004126, 0.893819, 0.772757, 0.585371, -0.159306",\
|
|
"1.073153, 0.962846, 0.841784, 0.654398, -0.090279",\
|
|
"1.357631, 1.247324, 1.126261, 0.938876, 0.194199");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.506839, 1.396531, 1.275469, 1.088083, 0.343407",\
|
|
"1.625564, 1.515256, 1.394194, 1.206808, 0.462132",\
|
|
"1.727410, 1.617103, 1.496041, 1.308655, 0.563978",\
|
|
"1.885618, 1.775311, 1.654248, 1.466863, 0.722186",\
|
|
"2.537635, 2.427327, 2.306265, 2.118879, 1.374203");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.711872, -0.584128, -0.440036, -0.200647, 0.765034",\
|
|
"-0.764318, -0.636575, -0.492483, -0.253094, 0.712587",\
|
|
"-0.774775, -0.647032, -0.502940, -0.263551, 0.702131",\
|
|
"-0.736155, -0.608412, -0.464320, -0.224931, 0.740751",\
|
|
"-0.576992, -0.449249, -0.305157, -0.065768, 0.899914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.284504, -1.156761, -1.012669, -0.773280, 0.192402",\
|
|
"-1.366887, -1.239144, -1.095052, -0.855663, 0.110018",\
|
|
"-1.421125, -1.293382, -1.149290, -0.909901, 0.055781",\
|
|
"-1.469592, -1.341849, -1.197757, -0.958368, 0.007313",\
|
|
"-1.669341, -1.541598, -1.397506, -1.158117, -0.192436");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.892625, 0.827470, 0.794249, 0.794994, 0.803389",\
|
|
"0.980716, 0.915561, 0.882340, 0.883085, 0.891480",\
|
|
"1.037873, 0.972719, 0.939498, 0.940242, 0.948637",\
|
|
"1.106900, 1.041746, 1.008525, 1.009269, 1.017664",\
|
|
"1.391378, 1.326223, 1.293002, 1.293747, 1.302142");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.507616, 1.442461, 1.409240, 1.409985, 1.418380",\
|
|
"1.626341, 1.561186, 1.527965, 1.528710, 1.537105",\
|
|
"1.728187, 1.663033, 1.629812, 1.630556, 1.638951",\
|
|
"1.886395, 1.821240, 1.788019, 1.788764, 1.797159",\
|
|
"2.538412, 2.473257, 2.440036, 2.440781, 2.449176");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.713234, -0.584423, -0.465394, -0.268247, 0.538565",\
|
|
"-0.765680, -0.636869, -0.517841, -0.320693, 0.486118",\
|
|
"-0.776137, -0.647326, -0.528298, -0.331150, 0.475661",\
|
|
"-0.737517, -0.608706, -0.489678, -0.292530, 0.514281",\
|
|
"-0.578354, -0.449543, -0.330515, -0.133367, 0.673444");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.246236, -1.117425, -0.998396, -0.801249, 0.005563",\
|
|
"-1.328619, -1.199808, -1.080779, -0.883632, -0.076820",\
|
|
"-1.382857, -1.254046, -1.135017, -0.937870, -0.131058",\
|
|
"-1.431324, -1.302513, -1.183484, -0.986337, -0.179525",\
|
|
"-1.631073, -1.502262, -1.383234, -1.186086, -0.379274");
|
|
}
|
|
|
|
} /* 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.010773 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.256881, 1.146573, 1.025511, 0.838125, 0.093448",\
|
|
"1.343146, 1.232838, 1.111776, 0.924390, 0.179714",\
|
|
"1.400117, 1.289809, 1.168747, 0.981361, 0.236685",\
|
|
"1.469253, 1.358946, 1.237883, 1.050498, 0.305821",\
|
|
"1.754183, 1.643875, 1.522813, 1.335427, 0.590751");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.212573, 2.102266, 1.981204, 1.793818, 1.049141",\
|
|
"2.329687, 2.219379, 2.098317, 1.910932, 1.166255",\
|
|
"2.431435, 2.321127, 2.200065, 2.012679, 1.268003",\
|
|
"2.589651, 2.479344, 2.358282, 2.170896, 1.426219",\
|
|
"3.241780, 3.131472, 3.010410, 2.823024, 2.078348");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.089261, -0.961518, -0.817426, -0.578037, 0.387645",\
|
|
"-1.175526, -1.047783, -0.903691, -0.664302, 0.301379",\
|
|
"-1.232497, -1.104754, -0.960662, -0.721273, 0.244408",\
|
|
"-1.301634, -1.173891, -1.029799, -0.790410, 0.175272",\
|
|
"-1.586563, -1.458820, -1.314728, -1.075339, -0.109657");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.069282, -1.941539, -1.797447, -1.558058, -0.592376",\
|
|
"-2.186396, -2.058653, -1.914561, -1.675172, -0.709490",\
|
|
"-2.288144, -2.160400, -2.016309, -1.776919, -0.811238",\
|
|
"-2.446360, -2.318617, -2.174525, -1.935136, -0.969455",\
|
|
"-3.098488, -2.970745, -2.826653, -2.587264, -1.621582");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.705961, 0.640806, 0.607585, 0.608330, 0.616725",\
|
|
"0.792226, 0.727072, 0.693851, 0.694595, 0.702991",\
|
|
"0.849197, 0.784043, 0.750821, 0.751566, 0.759961",\
|
|
"0.918334, 0.853179, 0.819958, 0.820703, 0.829098",\
|
|
"1.203263, 1.138108, 1.104887, 1.105632, 1.114027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.365262, 1.300107, 1.266886, 1.267631, 1.276026",\
|
|
"1.482376, 1.417221, 1.384000, 1.384745, 1.393140",\
|
|
"1.584124, 1.518969, 1.485748, 1.486493, 1.494888",\
|
|
"1.742341, 1.677186, 1.643965, 1.644710, 1.653105",\
|
|
"2.394469, 2.329314, 2.296093, 2.296838, 2.305233");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.500641, -0.371833, -0.252829, -0.055842, 0.750684",\
|
|
"-0.586906, -0.458098, -0.339094, -0.142107, 0.664419",\
|
|
"-0.643877, -0.515069, -0.396065, -0.199078, 0.607448",\
|
|
"-0.713014, -0.584206, -0.465201, -0.268215, 0.538311",\
|
|
"-0.997943, -0.869135, -0.750131, -0.553144, 0.253382");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.179128, -1.050320, -0.931316, -0.734329, 0.072197",\
|
|
"-1.296242, -1.167434, -1.048430, -0.851443, -0.044917",\
|
|
"-1.397989, -1.269181, -1.150177, -0.953191, -0.146664",\
|
|
"-1.556206, -1.427398, -1.308394, -1.111408, -0.304881",\
|
|
"-2.208334, -2.079526, -1.960522, -1.763535, -0.957009");
|
|
}
|
|
|
|
} /* 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.015063 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.239494, 1.129187, 1.008124, 0.820739, 0.076062",\
|
|
"1.328654, 1.218346, 1.097284, 0.909898, 0.165222",\
|
|
"1.387215, 1.276907, 1.155845, 0.968460, 0.223783",\
|
|
"1.456861, 1.346553, 1.225491, 1.038105, 0.293428",\
|
|
"1.741763, 1.631456, 1.510394, 1.323008, 0.578331");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.325196, 2.214888, 2.093826, 1.906440, 1.161764",\
|
|
"2.449522, 2.339214, 2.218152, 2.030766, 1.286090",\
|
|
"2.576591, 2.466283, 2.345221, 2.157835, 1.413159",\
|
|
"2.776749, 2.666441, 2.545379, 2.357993, 1.613317",\
|
|
"3.601670, 3.491363, 3.370301, 3.182915, 2.438238");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.069766, -0.942022, -0.797930, -0.558541, 0.407140",\
|
|
"-1.158925, -1.031182, -0.887090, -0.647701, 0.317981",\
|
|
"-1.217486, -1.089743, -0.945651, -0.706262, 0.259419",\
|
|
"-1.287132, -1.159388, -1.015297, -0.775907, 0.189774",\
|
|
"-1.572035, -1.444291, -1.300199, -1.060810, -0.095129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.045010, -1.917266, -1.773175, -1.533785, -0.568104",\
|
|
"-2.169336, -2.041592, -1.897501, -1.658111, -0.692430",\
|
|
"-2.296405, -2.168662, -2.024570, -1.785181, -0.819499",\
|
|
"-2.496562, -2.368819, -2.224727, -1.985338, -1.019657",\
|
|
"-3.321484, -3.193741, -3.049649, -2.810260, -1.844579");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.670871, 0.605716, 0.572495, 0.573240, 0.581635",\
|
|
"0.760031, 0.694876, 0.661655, 0.662400, 0.670795",\
|
|
"0.818592, 0.753437, 0.720216, 0.720961, 0.729356",\
|
|
"0.888237, 0.823083, 0.789861, 0.790606, 0.799001",\
|
|
"1.173140, 1.107985, 1.074764, 1.075509, 1.083904");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.457087, 1.391932, 1.358711, 1.359456, 1.367851",\
|
|
"1.581413, 1.516258, 1.483037, 1.483782, 1.492177",\
|
|
"1.708482, 1.643327, 1.610106, 1.610851, 1.619246",\
|
|
"1.908639, 1.843485, 1.810264, 1.811008, 1.819404",\
|
|
"2.733561, 2.668406, 2.635185, 2.635930, 2.644325");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.487371, -0.358563, -0.239559, -0.042572, 0.763954",\
|
|
"-0.576530, -0.447722, -0.328718, -0.131732, 0.674795",\
|
|
"-0.635092, -0.506284, -0.387280, -0.190293, 0.616233",\
|
|
"-0.704737, -0.575929, -0.456925, -0.259938, 0.546588",\
|
|
"-0.989640, -0.860832, -0.741828, -0.544841, 0.261685");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.161652, -1.032844, -0.913840, -0.716853, 0.089673",\
|
|
"-1.285978, -1.157170, -1.038166, -0.841179, -0.034653",\
|
|
"-1.413047, -1.284239, -1.165235, -0.968248, -0.161722",\
|
|
"-1.613205, -1.484397, -1.365393, -1.168406, -0.361879",\
|
|
"-2.438127, -2.309319, -2.190315, -1.993328, -1.186802");
|
|
}
|
|
|
|
} /* 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.007980 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.420719, 1.310411, 1.189349, 1.001963, 0.257287",\
|
|
"1.496750, 1.386442, 1.265380, 1.077994, 0.333318",\
|
|
"1.537427, 1.427120, 1.306058, 1.118672, 0.373995",\
|
|
"1.577164, 1.466856, 1.345794, 1.158408, 0.413732",\
|
|
"1.737731, 1.627424, 1.506361, 1.318976, 0.574299");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.311878, 2.201570, 2.080508, 1.893122, 1.148446",\
|
|
"2.434694, 2.324386, 2.203324, 2.015939, 1.271262",\
|
|
"2.558350, 2.448042, 2.326980, 2.139595, 1.394918",\
|
|
"2.753617, 2.643309, 2.522247, 2.334861, 1.590185",\
|
|
"3.556957, 3.446650, 3.325588, 3.138202, 2.393526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.310214, -1.182471, -1.038379, -0.798990, 0.166692",\
|
|
"-1.361899, -1.234156, -1.090064, -0.850675, 0.115007",\
|
|
"-1.370762, -1.243019, -1.098927, -0.859538, 0.106144",\
|
|
"-1.337164, -1.209421, -1.065329, -0.825940, 0.139742",\
|
|
"-1.195504, -1.067761, -0.923669, -0.684280, 0.281401");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.160612, -2.032868, -1.888777, -1.649387, -0.683706",\
|
|
"-2.258492, -2.130749, -1.986657, -1.747268, -0.781587",\
|
|
"-2.349565, -2.221822, -2.077730, -1.838341, -0.872659",\
|
|
"-2.469725, -2.341981, -2.197890, -1.958500, -0.992819",\
|
|
"-2.963530, -2.835787, -2.691695, -2.452306, -1.486624");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.836885, 0.771731, 0.738509, 0.739254, 0.747649",\
|
|
"0.912916, 0.847762, 0.814541, 0.815285, 0.823681",\
|
|
"0.953594, 0.888439, 0.855218, 0.855963, 0.864358",\
|
|
"0.993330, 0.928175, 0.894954, 0.895699, 0.904094",\
|
|
"1.153898, 1.088743, 1.055522, 1.056267, 1.064662");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.428977, 1.363822, 1.330601, 1.331346, 1.339741",\
|
|
"1.551794, 1.486639, 1.453418, 1.454163, 1.462558",\
|
|
"1.675450, 1.610295, 1.577074, 1.577819, 1.586214",\
|
|
"1.870717, 1.805562, 1.772341, 1.773086, 1.781481",\
|
|
"2.674057, 2.608902, 2.575681, 2.576426, 2.584821");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.733906, -0.605098, -0.486094, -0.289108, 0.517419",\
|
|
"-0.785591, -0.656783, -0.537779, -0.340793, 0.465734",\
|
|
"-0.794454, -0.665646, -0.546642, -0.349656, 0.456871",\
|
|
"-0.760857, -0.632049, -0.513045, -0.316058, 0.490468",\
|
|
"-0.619197, -0.490389, -0.371385, -0.174398, 0.632128");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.283438, -1.154630, -1.035626, -0.838640, -0.032114",\
|
|
"-1.381319, -1.252511, -1.133507, -0.936521, -0.129994",\
|
|
"-1.472392, -1.343584, -1.224580, -1.027593, -0.221067",\
|
|
"-1.592551, -1.463743, -1.344739, -1.147753, -0.341226",\
|
|
"-2.086357, -1.957549, -1.838545, -1.641558, -0.835032");
|
|
}
|
|
|
|
} /* 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.008883 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.237749, 1.127440, 1.006373, 0.819058, 0.073773",\
|
|
"1.324037, 1.213728, 1.092661, 0.905346, 0.160060",\
|
|
"1.380941, 1.270633, 1.149565, 0.962250, 0.216965",\
|
|
"1.450088, 1.339779, 1.218711, 1.031396, 0.286111",\
|
|
"1.735058, 1.624749, 1.503681, 1.316366, 0.571081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.515120, 2.404811, 2.283743, 2.096428, 1.351143",\
|
|
"2.633577, 2.523268, 2.402201, 2.214886, 1.469600",\
|
|
"2.735291, 2.624982, 2.503914, 2.316599, 1.571314",\
|
|
"2.893257, 2.782948, 2.661880, 2.474566, 1.729280",\
|
|
"3.544075, 3.433767, 3.312699, 3.125384, 2.380099");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.956979, -0.829235, -0.685129, -0.445699, 0.520591",\
|
|
"-1.043267, -0.915523, -0.771417, -0.531987, 0.434303",\
|
|
"-1.100171, -0.972427, -0.828321, -0.588891, 0.377399",\
|
|
"-1.169318, -1.041574, -0.897467, -0.658037, 0.308253",\
|
|
"-1.454288, -1.326543, -1.182437, -0.943007, 0.023283");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.105394, -1.977650, -1.833544, -1.594114, -0.627824",\
|
|
"-2.223851, -2.096107, -1.952001, -1.712571, -0.746281",\
|
|
"-2.325565, -2.197821, -2.053715, -1.814285, -0.847995",\
|
|
"-2.483532, -2.355788, -2.211681, -1.972251, -1.005961",\
|
|
"-3.134351, -3.006606, -2.862500, -2.623070, -1.656780");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.120892, 1.055737, 1.022513, 1.023255, 1.031619",\
|
|
"1.207179, 1.142025, 1.108801, 1.109543, 1.117906",\
|
|
"1.264083, 1.198929, 1.165705, 1.166447, 1.174810",\
|
|
"1.333230, 1.268075, 1.234852, 1.235594, 1.243957",\
|
|
"1.618200, 1.553045, 1.519821, 1.520564, 1.528927");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.080386, 2.015232, 1.982008, 1.982750, 1.991113",\
|
|
"2.198844, 2.133689, 2.100466, 2.101208, 2.109571",\
|
|
"2.300557, 2.235403, 2.202179, 2.202921, 2.211284",\
|
|
"2.458524, 2.393369, 2.360146, 2.360888, 2.369251",\
|
|
"3.109342, 3.044188, 3.010964, 3.011706, 3.020069");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.854620, -0.725812, -0.606808, -0.409821, 0.396706",\
|
|
"-0.940907, -0.812099, -0.693095, -0.496109, 0.310418",\
|
|
"-0.997811, -0.869003, -0.749999, -0.553013, 0.253514",\
|
|
"-1.066958, -0.938150, -0.819146, -0.622159, 0.184367",\
|
|
"-1.351928, -1.223120, -1.104116, -0.907129, -0.100603");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.682241, -1.553433, -1.434429, -1.237442, -0.430916",\
|
|
"-1.800699, -1.671890, -1.552886, -1.355900, -0.549374",\
|
|
"-1.902412, -1.773604, -1.654600, -1.457613, -0.651087",\
|
|
"-2.060378, -1.931570, -1.812566, -1.615580, -0.809053",\
|
|
"-2.711197, -2.582389, -2.463385, -2.266398, -1.459872");
|
|
}
|
|
|
|
} /* 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.008706 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.621455, 1.511148, 1.390086, 1.202700, 0.458023",\
|
|
"1.697129, 1.586821, 1.465759, 1.278373, 0.533696",\
|
|
"1.737610, 1.627302, 1.506240, 1.318855, 0.574178",\
|
|
"1.775522, 1.665214, 1.544152, 1.356766, 0.612089",\
|
|
"1.931765, 1.821457, 1.700395, 1.513009, 0.768333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.142092, 3.031784, 2.910722, 2.723336, 1.978659",\
|
|
"3.264205, 3.153897, 3.032835, 2.845449, 2.100773",\
|
|
"3.389702, 3.279394, 3.158332, 2.970947, 2.226270",\
|
|
"3.587476, 3.477169, 3.356107, 3.168721, 2.424044",\
|
|
"4.404245, 4.293938, 4.172876, 3.985490, 3.240813");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.497015, -1.369272, -1.225180, -0.985791, -0.020109",\
|
|
"-1.572689, -1.444945, -1.300854, -1.061464, -0.095783",\
|
|
"-1.613170, -1.485427, -1.341335, -1.101946, -0.136264",\
|
|
"-1.651082, -1.523338, -1.379247, -1.139857, -0.174176",\
|
|
"-1.807325, -1.679581, -1.535489, -1.296100, -0.330419");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.613415, -2.485672, -2.341580, -2.102191, -1.136509",\
|
|
"-2.735528, -2.607785, -2.463693, -2.224304, -1.258623",\
|
|
"-2.861026, -2.733283, -2.589190, -2.349802, -1.384120",\
|
|
"-3.058800, -2.931056, -2.786964, -2.547575, -1.581894",\
|
|
"-3.875569, -3.747826, -3.603734, -3.364345, -2.398664");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.024216, 0.959062, 0.925840, 0.926585, 0.934980",\
|
|
"1.099890, 1.034735, 1.001514, 1.002258, 1.010653",\
|
|
"1.140371, 1.075216, 1.041995, 1.042740, 1.051135",\
|
|
"1.178282, 1.113128, 1.079907, 1.080651, 1.089046",\
|
|
"1.334526, 1.269371, 1.236150, 1.236895, 1.245290");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.251411, 2.186257, 2.153036, 2.153780, 2.162176",\
|
|
"2.373525, 2.308370, 2.275149, 2.275894, 2.284289",\
|
|
"2.499022, 2.433867, 2.400646, 2.401391, 2.409786",\
|
|
"2.696796, 2.631642, 2.598421, 2.599165, 2.607561",\
|
|
"3.513566, 3.448411, 3.415190, 3.415935, 3.424330");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.892937, -0.764129, -0.645124, -0.448138, 0.358389",\
|
|
"-0.968610, -0.839802, -0.720798, -0.523811, 0.282715",\
|
|
"-1.009091, -0.880283, -0.761279, -0.564292, 0.242234",\
|
|
"-1.047003, -0.918195, -0.799191, -0.602204, 0.204322",\
|
|
"-1.203246, -1.074438, -0.955434, -0.758447, 0.048079");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.711968, -1.583160, -1.464156, -1.267169, -0.460642",\
|
|
"-1.834081, -1.705273, -1.586269, -1.389282, -0.582756",\
|
|
"-1.959578, -1.830770, -1.711766, -1.514780, -0.708253",\
|
|
"-2.157352, -2.028544, -1.909540, -1.712554, -0.906027",\
|
|
"-2.974122, -2.845314, -2.726310, -2.529324, -1.722797");
|
|
}
|
|
|
|
} /* 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.012248 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.010512, 0.900204, 0.779142, 0.591756, -0.152920",\
|
|
"1.099905, 0.989597, 0.868535, 0.681149, -0.063527",\
|
|
"1.161925, 1.051617, 0.930555, 0.743169, -0.001507",\
|
|
"1.231037, 1.120730, 0.999668, 0.812282, 0.067605",\
|
|
"1.515867, 1.405559, 1.284497, 1.097111, 0.352435");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.173859, 2.063552, 1.942490, 1.755104, 1.010427",\
|
|
"2.298561, 2.188253, 2.067191, 1.879806, 1.135129",\
|
|
"2.429302, 2.318994, 2.197932, 2.010546, 1.265870",\
|
|
"2.628950, 2.518642, 2.397580, 2.210195, 1.465518",\
|
|
"3.451765, 3.341457, 3.220395, 3.033009, 2.288333");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.820234, -0.692490, -0.548399, -0.309009, 0.656672",\
|
|
"-0.881251, -0.753508, -0.609416, -0.370027, 0.595654",\
|
|
"-0.906097, -0.778353, -0.634261, -0.394872, 0.570809",\
|
|
"-0.889519, -0.761775, -0.617683, -0.378294, 0.587387",\
|
|
"-0.821196, -0.693453, -0.549361, -0.309972, 0.655709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.757423, -1.629679, -1.485588, -1.246198, -0.280517",\
|
|
"-1.853283, -1.725539, -1.581448, -1.342058, -0.376377",\
|
|
"-1.946242, -1.818498, -1.674407, -1.435017, -0.469336",\
|
|
"-2.058800, -1.931057, -1.786965, -1.547576, -0.581894",\
|
|
"-2.522696, -2.394953, -2.250861, -2.011472, -1.045790");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.940610, 0.875455, 0.842234, 0.842979, 0.851374",\
|
|
"1.030003, 0.964848, 0.931627, 0.932372, 0.940767",\
|
|
"1.092023, 1.026868, 0.993647, 0.994392, 1.002787",\
|
|
"1.161136, 1.095981, 1.062760, 1.063505, 1.071900",\
|
|
"1.445965, 1.380810, 1.347589, 1.348334, 1.356730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.797578, 1.732423, 1.699202, 1.699947, 1.708342",\
|
|
"1.922280, 1.857125, 1.823904, 1.824649, 1.833044",\
|
|
"2.053020, 1.987866, 1.954645, 1.955389, 1.963785",\
|
|
"2.252669, 2.187514, 2.154293, 2.155038, 2.163433",\
|
|
"3.075483, 3.010329, 2.977108, 2.977852, 2.986248");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.665844, -0.537033, -0.417997, -0.220832, 0.586044",\
|
|
"-0.726862, -0.598050, -0.479014, -0.281850, 0.525027",\
|
|
"-0.751707, -0.622896, -0.503860, -0.306695, 0.500181",\
|
|
"-0.735129, -0.606318, -0.487282, -0.290117, 0.516759",\
|
|
"-0.666807, -0.537995, -0.418959, -0.221795, 0.585082");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.285623, -1.156812, -1.037776, -0.840611, -0.033735",\
|
|
"-1.381483, -1.252672, -1.133636, -0.936471, -0.129595",\
|
|
"-1.474442, -1.345630, -1.226595, -1.029430, -0.222553",\
|
|
"-1.587000, -1.458189, -1.339153, -1.141989, -0.335112",\
|
|
"-2.050896, -1.922085, -1.803049, -1.605885, -0.799008");
|
|
}
|
|
|
|
} /* 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.008728 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.345588, 1.235281, 1.114219, 0.926833, 0.182156",\
|
|
"1.421496, 1.311188, 1.190126, 1.002741, 0.258064",\
|
|
"1.461741, 1.351433, 1.230371, 1.042986, 0.298309",\
|
|
"1.498039, 1.387732, 1.266670, 1.079284, 0.334607",\
|
|
"1.647633, 1.537325, 1.416263, 1.228878, 0.484201");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.586203, 2.475896, 2.354834, 2.167448, 1.422771",\
|
|
"2.708730, 2.598423, 2.477361, 2.289975, 1.545298",\
|
|
"2.834833, 2.724526, 2.603464, 2.416078, 1.671401",\
|
|
"3.035245, 2.924937, 2.803875, 2.616490, 1.871813",\
|
|
"3.860971, 3.750663, 3.629601, 3.442215, 2.697539");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.228587, -1.100844, -0.956752, -0.717363, 0.248318",\
|
|
"-1.298198, -1.170455, -1.026363, -0.786974, 0.178707",\
|
|
"-1.330214, -1.202470, -1.058379, -0.818990, 0.146692",\
|
|
"-1.347542, -1.219799, -1.075707, -0.836318, 0.129363",\
|
|
"-1.418958, -1.291215, -1.147123, -0.907734, 0.057948");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.067377, -1.939634, -1.795542, -1.556153, -0.590471",\
|
|
"-2.183468, -2.055724, -1.911633, -1.672243, -0.706562",\
|
|
"-2.301159, -2.173415, -2.029324, -1.789934, -0.824253",\
|
|
"-2.482180, -2.354436, -2.210345, -1.970956, -1.005274",\
|
|
"-3.227990, -3.100247, -2.956155, -2.716766, -1.751085");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.805277, 0.740123, 0.706901, 0.707646, 0.716041",\
|
|
"0.881185, 0.816030, 0.782809, 0.783554, 0.791949",\
|
|
"0.921430, 0.856275, 0.823054, 0.823799, 0.832194",\
|
|
"0.957728, 0.892573, 0.859352, 0.860097, 0.868492",\
|
|
"1.107322, 1.042167, 1.008946, 1.009691, 1.018086");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.745236, 1.680081, 1.646860, 1.647605, 1.656000",\
|
|
"1.867764, 1.802609, 1.769388, 1.770133, 1.778528",\
|
|
"1.993867, 1.928712, 1.895491, 1.896236, 1.904631",\
|
|
"2.194279, 2.129124, 2.095903, 2.096648, 2.105043",\
|
|
"3.020004, 2.954849, 2.921628, 2.922373, 2.930768");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.603204, -0.474392, -0.355357, -0.158192, 0.648685",\
|
|
"-0.672815, -0.544003, -0.424968, -0.227803, 0.579074",\
|
|
"-0.704830, -0.576019, -0.456983, -0.259818, 0.547058",\
|
|
"-0.722159, -0.593347, -0.474312, -0.277147, 0.529730",\
|
|
"-0.793574, -0.664763, -0.545727, -0.348563, 0.458314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.131609, -1.002797, -0.883762, -0.686597, 0.120280",\
|
|
"-1.247699, -1.118888, -0.999852, -0.802688, 0.004189",\
|
|
"-1.365390, -1.236579, -1.117543, -0.920379, -0.113502",\
|
|
"-1.546411, -1.417600, -1.298564, -1.101399, -0.294523",\
|
|
"-2.292222, -2.163411, -2.044375, -1.847210, -1.040334");
|
|
}
|
|
|
|
} /* 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.007820 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.908456, 0.798149, 0.677087, 0.489701, -0.254976",\
|
|
"0.984146, 0.873839, 0.752777, 0.565391, -0.179286",\
|
|
"1.024575, 0.914268, 0.793205, 0.605820, -0.138857",\
|
|
"1.062010, 0.951702, 0.830640, 0.643254, -0.101422",\
|
|
"1.216286, 1.105978, 0.984916, 0.797530, 0.052854");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.569595, 1.459288, 1.338226, 1.150840, 0.406163",\
|
|
"1.691811, 1.581503, 1.460441, 1.273055, 0.528379",\
|
|
"1.817801, 1.707493, 1.586431, 1.399045, 0.654369",\
|
|
"2.016902, 1.906594, 1.785532, 1.598146, 0.853470",\
|
|
"2.838841, 2.728534, 2.607472, 2.420086, 1.675409");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.760823, -0.633080, -0.488988, -0.249599, 0.716083",\
|
|
"-0.804344, -0.676601, -0.532509, -0.293120, 0.672562",\
|
|
"-0.802712, -0.674969, -0.530877, -0.291488, 0.674193",\
|
|
"-0.743195, -0.615451, -0.471359, -0.231970, 0.733711",\
|
|
"-0.497907, -0.370163, -0.226071, 0.013318, 0.978999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.333308, -1.205565, -1.061473, -0.822084, 0.143597",\
|
|
"-1.422557, -1.294813, -1.150722, -0.911332, 0.054349",\
|
|
"-1.505445, -1.377702, -1.233610, -0.994221, -0.028539",\
|
|
"-1.605196, -1.477453, -1.333361, -1.093972, -0.128290",\
|
|
"-2.017688, -1.889944, -1.745852, -1.506463, -0.540782");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.942203, 0.877048, 0.843827, 0.844572, 0.852967",\
|
|
"1.017893, 0.952738, 0.919517, 0.920262, 0.928657",\
|
|
"1.058322, 0.993167, 0.959946, 0.960691, 0.969086",\
|
|
"1.095756, 1.030602, 0.997381, 0.998125, 1.006521",\
|
|
"1.250033, 1.184878, 1.151657, 1.152402, 1.160797");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.570373, 1.505218, 1.471997, 1.472742, 1.481137",\
|
|
"1.692588, 1.627434, 1.594213, 1.594957, 1.603352",\
|
|
"1.818578, 1.753423, 1.720202, 1.720947, 1.729342",\
|
|
"2.017679, 1.952524, 1.919303, 1.920048, 1.928443",\
|
|
"2.839619, 2.774464, 2.741243, 2.741988, 2.750383");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.762185, -0.633374, -0.514346, -0.317198, 0.489613",\
|
|
"-0.805706, -0.676895, -0.557867, -0.360719, 0.446092",\
|
|
"-0.804075, -0.675264, -0.556235, -0.359088, 0.447724",\
|
|
"-0.744557, -0.615746, -0.496717, -0.299570, 0.507242",\
|
|
"-0.499269, -0.370458, -0.251429, -0.054282, 0.752530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.295040, -1.166229, -1.047201, -0.850053, -0.043242",\
|
|
"-1.384289, -1.255478, -1.136449, -0.939302, -0.132490",\
|
|
"-1.467177, -1.338366, -1.219338, -1.022190, -0.215379",\
|
|
"-1.566928, -1.438117, -1.319089, -1.121941, -0.315130",\
|
|
"-1.979420, -1.850609, -1.731580, -1.534433, -0.727621");
|
|
}
|
|
|
|
} /* 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.013853 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.285027, 1.174719, 1.053657, 0.866271, 0.121595",\
|
|
"1.371224, 1.260916, 1.139854, 0.952468, 0.207791",\
|
|
"1.428018, 1.317710, 1.196648, 1.009262, 0.264586",\
|
|
"1.496944, 1.386636, 1.265574, 1.078188, 0.333512",\
|
|
"1.781006, 1.670698, 1.549636, 1.362250, 0.617573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.070410, 2.960102, 2.839040, 2.651654, 1.906978",\
|
|
"3.187428, 3.077120, 2.956058, 2.768672, 2.023996",\
|
|
"3.289085, 3.178777, 3.057715, 2.870329, 2.125653",\
|
|
"3.447191, 3.336884, 3.215822, 3.028436, 2.283760",\
|
|
"4.099041, 3.988733, 3.867671, 3.680285, 2.935608");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.176206, -1.048462, -0.904370, -0.664981, 0.300700",\
|
|
"-1.262403, -1.134659, -0.990567, -0.751178, 0.214503",\
|
|
"-1.319197, -1.191454, -1.047362, -0.807973, 0.157709",\
|
|
"-1.388123, -1.260380, -1.116288, -0.876899, 0.088783",\
|
|
"-1.672184, -1.544441, -1.400349, -1.160960, -0.195279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.369045, -2.241302, -2.097210, -1.857821, -0.892140",\
|
|
"-2.486063, -2.358320, -2.214228, -1.974839, -1.009157",\
|
|
"-2.587720, -2.459977, -2.315885, -2.076496, -1.110814",\
|
|
"-2.745827, -2.618083, -2.473992, -2.234602, -1.268921",\
|
|
"-3.397675, -3.269932, -3.125840, -2.886451, -1.920770");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.734057, 0.668902, 0.635681, 0.636426, 0.644821",\
|
|
"0.820254, 0.755099, 0.721878, 0.722623, 0.731018",\
|
|
"0.877049, 0.811894, 0.778673, 0.779418, 0.787813",\
|
|
"0.945975, 0.880820, 0.847599, 0.848344, 0.856739",\
|
|
"1.230036, 1.164881, 1.131660, 1.132405, 1.140800");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.223235, 2.158080, 2.124859, 2.125604, 2.133999",\
|
|
"2.340253, 2.275098, 2.241877, 2.242622, 2.251017",\
|
|
"2.441910, 2.376755, 2.343534, 2.344279, 2.352674",\
|
|
"2.600017, 2.534862, 2.501641, 2.502386, 2.510781",\
|
|
"3.251866, 3.186711, 3.153490, 3.154235, 3.162630");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.587472, -0.458664, -0.339660, -0.142673, 0.663853",\
|
|
"-0.673669, -0.544861, -0.425857, -0.228870, 0.577656",\
|
|
"-0.730464, -0.601655, -0.482651, -0.285665, 0.520862",\
|
|
"-0.799389, -0.670581, -0.551577, -0.354591, 0.451936",\
|
|
"-1.083451, -0.954643, -0.835639, -0.638652, 0.167874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.479016, -1.350208, -1.231204, -1.034217, -0.227691",\
|
|
"-1.596033, -1.467225, -1.348221, -1.151234, -0.344708",\
|
|
"-1.697690, -1.568882, -1.449878, -1.252892, -0.446365",\
|
|
"-1.855797, -1.726989, -1.607985, -1.410998, -0.604472",\
|
|
"-2.507646, -2.378838, -2.259834, -2.062847, -1.256321");
|
|
}
|
|
|
|
} /* 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.015922 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.326183, 1.215876, 1.094813, 0.907428, 0.162751",\
|
|
"1.412600, 1.302293, 1.181231, 0.993845, 0.249168",\
|
|
"1.469943, 1.359635, 1.238573, 1.051187, 0.306511",\
|
|
"1.539587, 1.429279, 1.308217, 1.120831, 0.376155",\
|
|
"1.826050, 1.715742, 1.594680, 1.407295, 0.662618");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.446115, 2.335807, 2.214745, 2.027359, 1.282682",\
|
|
"2.563197, 2.452889, 2.331827, 2.144441, 1.399765",\
|
|
"2.663976, 2.553668, 2.432606, 2.245221, 1.500544",\
|
|
"2.820025, 2.709718, 2.588656, 2.401270, 1.656593",\
|
|
"3.462072, 3.351764, 3.230702, 3.043316, 2.298640");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.123768, -0.996024, -0.851933, -0.612544, 0.353138",\
|
|
"-1.210185, -1.082442, -0.938350, -0.698961, 0.266721",\
|
|
"-1.267528, -1.139784, -0.995693, -0.756303, 0.209378",\
|
|
"-1.337172, -1.209428, -1.065337, -0.825947, 0.139734",\
|
|
"-1.623635, -1.495892, -1.351800, -1.112411, -0.146729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.209584, -2.081841, -1.937749, -1.698360, -0.732679",\
|
|
"-2.326667, -2.198923, -2.054832, -1.815442, -0.849761",\
|
|
"-2.427446, -2.299703, -2.155611, -1.916222, -0.950540",\
|
|
"-2.583496, -2.455752, -2.311661, -2.072271, -1.106590",\
|
|
"-3.225542, -3.097799, -2.953707, -2.714318, -1.748636");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.757561, 0.692406, 0.659185, 0.659930, 0.668325",\
|
|
"0.843978, 0.778823, 0.745602, 0.746347, 0.754742",\
|
|
"0.901321, 0.836166, 0.802945, 0.803690, 0.812085",\
|
|
"0.970965, 0.905810, 0.872589, 0.873334, 0.881729",\
|
|
"1.257428, 1.192273, 1.159052, 1.159797, 1.168192");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.577991, 1.512836, 1.479615, 1.480360, 1.488755",\
|
|
"1.695073, 1.629918, 1.596697, 1.597442, 1.605837",\
|
|
"1.795853, 1.730698, 1.697477, 1.698222, 1.706617",\
|
|
"1.951902, 1.886747, 1.853526, 1.854271, 1.862666",\
|
|
"2.593948, 2.528794, 2.495573, 2.496317, 2.504713");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.541389, -0.412581, -0.293577, -0.096590, 0.709936",\
|
|
"-0.627806, -0.498998, -0.379994, -0.183007, 0.623519",\
|
|
"-0.685149, -0.556341, -0.437337, -0.240350, 0.566177",\
|
|
"-0.754793, -0.625985, -0.506981, -0.309994, 0.496532",\
|
|
"-1.041256, -0.912448, -0.793444, -0.596457, 0.210069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.326216, -1.197408, -1.078404, -0.881417, -0.074891",\
|
|
"-1.443298, -1.314490, -1.195486, -0.998500, -0.191973",\
|
|
"-1.544078, -1.415269, -1.296265, -1.099279, -0.292752",\
|
|
"-1.700127, -1.571319, -1.452315, -1.255328, -0.448802",\
|
|
"-2.342173, -2.213365, -2.094361, -1.897375, -1.090848");
|
|
}
|
|
|
|
} /* 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.008884 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.305150, 1.194843, 1.073781, 0.886395, 0.141718",\
|
|
"1.381066, 1.270758, 1.149696, 0.962311, 0.217634",\
|
|
"1.421957, 1.311649, 1.190587, 1.003201, 0.258525",\
|
|
"1.461638, 1.351331, 1.230268, 1.042883, 0.298206",\
|
|
"1.622152, 1.511844, 1.390782, 1.203397, 0.458720");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.339310, 2.229002, 2.107940, 1.920554, 1.175878",\
|
|
"2.462101, 2.351793, 2.230731, 2.043345, 1.298669",\
|
|
"2.585177, 2.474869, 2.353807, 2.166421, 1.421745",\
|
|
"2.779159, 2.668851, 2.547789, 2.360403, 1.615727",\
|
|
"3.577289, 3.466981, 3.345919, 3.158533, 2.413857");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.140782, -1.013038, -0.868946, -0.629557, 0.336124",\
|
|
"-1.210380, -1.082637, -0.938545, -0.699156, 0.266526",\
|
|
"-1.243021, -1.115278, -0.971186, -0.731797, 0.233885",\
|
|
"-1.263686, -1.135943, -0.991851, -0.752462, 0.213219",\
|
|
"-1.345830, -1.218087, -1.073995, -0.834606, 0.131076");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.223272, -2.095529, -1.951437, -1.712048, -0.746367",\
|
|
"-2.339608, -2.211865, -2.067773, -1.828384, -0.862702",\
|
|
"-2.454253, -2.326509, -2.182418, -1.943028, -0.977347",\
|
|
"-2.628800, -2.501057, -2.356965, -2.117576, -1.151894",\
|
|
"-3.346836, -3.219093, -3.075001, -2.835612, -1.869931");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.721365, 0.656210, 0.622989, 0.623734, 0.632129",\
|
|
"0.797281, 0.732126, 0.698905, 0.699650, 0.708045",\
|
|
"0.838171, 0.773017, 0.739796, 0.740540, 0.748936",\
|
|
"0.877853, 0.812698, 0.779477, 0.780222, 0.788617",\
|
|
"1.038367, 0.973212, 0.939991, 0.940736, 0.949131");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.456377, 1.391222, 1.358001, 1.358746, 1.367141",\
|
|
"1.579168, 1.514013, 1.480792, 1.481537, 1.489932",\
|
|
"1.702244, 1.637089, 1.603868, 1.604613, 1.613008",\
|
|
"1.896226, 1.831071, 1.797850, 1.798595, 1.806990",\
|
|
"2.694355, 2.629201, 2.595980, 2.596725, 2.605120");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.564547, -0.435739, -0.316735, -0.119748, 0.686778",\
|
|
"-0.634146, -0.505338, -0.386334, -0.189347, 0.617179",\
|
|
"-0.666786, -0.537978, -0.418974, -0.221988, 0.584539",\
|
|
"-0.687452, -0.558644, -0.439640, -0.242653, 0.563873",\
|
|
"-0.769596, -0.640788, -0.521784, -0.324797, 0.481729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.346319, -1.217511, -1.098507, -0.901520, -0.094994",\
|
|
"-1.462655, -1.333847, -1.214843, -1.017856, -0.211330",\
|
|
"-1.577299, -1.448491, -1.329487, -1.132500, -0.325974",\
|
|
"-1.751846, -1.623038, -1.504034, -1.307048, -0.500521",\
|
|
"-2.469883, -2.341075, -2.222071, -2.025084, -1.218558");
|
|
}
|
|
|
|
} /* 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.012617 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.959360, 0.849052, 0.727984, 0.540669, -0.204616",\
|
|
"1.049055, 0.938746, 0.817678, 0.630363, -0.114922",\
|
|
"1.107043, 0.996734, 0.875667, 0.688352, -0.056934",\
|
|
"1.175905, 1.065597, 0.944529, 0.757214, 0.011929",\
|
|
"1.459704, 1.349396, 1.228328, 1.041013, 0.295728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.093487, 1.983179, 1.862111, 1.674796, 0.929511",\
|
|
"2.220063, 2.109754, 1.988687, 1.801371, 1.056086",\
|
|
"2.347165, 2.236856, 2.115789, 1.928474, 1.183189",\
|
|
"2.547108, 2.436800, 2.315732, 2.128417, 1.383132",\
|
|
"3.371153, 3.260844, 3.139777, 2.952462, 2.207176");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.796534, -0.668789, -0.524683, -0.285253, 0.681037",\
|
|
"-0.878774, -0.751030, -0.606923, -0.367494, 0.598796",\
|
|
"-0.927025, -0.799281, -0.655174, -0.415745, 0.550545",\
|
|
"-0.973442, -0.845698, -0.701591, -0.462162, 0.504128",\
|
|
"-1.164738, -1.036994, -0.892888, -0.653458, 0.312832");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.740257, -1.612512, -1.468406, -1.228976, -0.262686",\
|
|
"-1.859262, -1.731518, -1.587411, -1.347981, -0.381691",\
|
|
"-1.976474, -1.848730, -1.704624, -1.465194, -0.498904",\
|
|
"-2.153620, -2.025875, -1.881769, -1.642339, -0.676049",\
|
|
"-2.883710, -2.755966, -2.611860, -2.372430, -1.406140");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[4]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.842503, 0.777348, 0.744125, 0.744867, 0.753230",\
|
|
"0.932197, 0.867043, 0.833819, 0.834561, 0.842924",\
|
|
"0.990186, 0.925031, 0.891807, 0.892550, 0.900913",\
|
|
"1.059048, 0.993893, 0.960670, 0.961412, 0.969775",\
|
|
"1.342847, 1.277692, 1.244469, 1.245211, 1.253574");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.658753, 1.593598, 1.560375, 1.561117, 1.569480",\
|
|
"1.785328, 1.720174, 1.686950, 1.687692, 1.696055",\
|
|
"1.912431, 1.847276, 1.814053, 1.814795, 1.823158",\
|
|
"2.112374, 2.047219, 2.013996, 2.014738, 2.023101",\
|
|
"2.936419, 2.871264, 2.838041, 2.838783, 2.847146");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.694174, -0.565366, -0.446362, -0.249375, 0.557151",\
|
|
"-0.776414, -0.647606, -0.528602, -0.331616, 0.474911",\
|
|
"-0.824665, -0.695857, -0.576853, -0.379867, 0.426660",\
|
|
"-0.871082, -0.742274, -0.623270, -0.426284, 0.380243",\
|
|
"-1.062379, -0.933571, -0.814567, -0.617580, 0.188946");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.317102, -1.188294, -1.069290, -0.872304, -0.065777",\
|
|
"-1.436108, -1.307300, -1.188296, -0.991309, -0.184783",\
|
|
"-1.553320, -1.424512, -1.305508, -1.108521, -0.301995",\
|
|
"-1.730465, -1.601657, -1.482653, -1.285666, -0.479140",\
|
|
"-2.460555, -2.331747, -2.212743, -2.015757, -1.209230");
|
|
}
|
|
|
|
} /* 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.003736 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.567326, 1.457018, 1.335956, 1.148570, 0.403894",\
|
|
"1.643235, 1.532928, 1.411866, 1.224480, 0.479803",\
|
|
"1.684291, 1.573983, 1.452921, 1.265536, 0.520859",\
|
|
"1.723906, 1.613598, 1.492536, 1.305150, 0.560474",\
|
|
"1.884377, 1.774070, 1.653007, 1.465622, 0.720945");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.124401, 3.014094, 2.893032, 2.705646, 1.960969",\
|
|
"3.247195, 3.136888, 3.015826, 2.828440, 2.083763",\
|
|
"3.369805, 3.259497, 3.138435, 2.951049, 2.206372",\
|
|
"3.562753, 3.452445, 3.331383, 3.143997, 2.399321",\
|
|
"4.356698, 4.246390, 4.125328, 3.937942, 3.193266");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.442886, -1.315142, -1.171050, -0.931661, 0.034020",\
|
|
"-1.518795, -1.391052, -1.246960, -1.007571, -0.041889",\
|
|
"-1.559851, -1.432108, -1.288016, -1.048627, -0.082945",\
|
|
"-1.599465, -1.471722, -1.327630, -1.088241, -0.122560",\
|
|
"-1.759937, -1.632194, -1.488102, -1.248713, -0.283031");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.595725, -2.467981, -2.323889, -2.084500, -1.118819",\
|
|
"-2.718519, -2.590776, -2.446684, -2.207295, -1.241613",\
|
|
"-2.841128, -2.713385, -2.569293, -2.329904, -1.364222",\
|
|
"-3.034077, -2.906333, -2.762241, -2.522852, -1.557171",\
|
|
"-3.828022, -3.700278, -3.556186, -3.316797, -2.351116");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.970087, 0.904932, 0.871711, 0.872455, 0.880851",\
|
|
"1.045996, 0.980841, 0.947620, 0.948365, 0.956760",\
|
|
"1.087052, 1.021897, 0.988676, 0.989421, 0.997816",\
|
|
"1.126667, 1.061512, 1.028291, 1.029035, 1.037431",\
|
|
"1.287138, 1.221983, 1.188762, 1.189507, 1.197902");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.233721, 2.168566, 2.135345, 2.136090, 2.144485",\
|
|
"2.356515, 2.291361, 2.258140, 2.258884, 2.267280",\
|
|
"2.479125, 2.413970, 2.380749, 2.381494, 2.389889",\
|
|
"2.672073, 2.606918, 2.573697, 2.574442, 2.582837",\
|
|
"3.466018, 3.400863, 3.367642, 3.368387, 3.376782");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.838807, -0.709999, -0.590995, -0.394008, 0.412519",\
|
|
"-0.914716, -0.785908, -0.666904, -0.469918, 0.336609",\
|
|
"-0.955772, -0.826964, -0.707960, -0.510974, 0.295553",\
|
|
"-0.995387, -0.866579, -0.747575, -0.550588, 0.255938",\
|
|
"-1.155858, -1.027050, -0.908046, -0.711059, 0.095467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.694277, -1.565469, -1.446465, -1.249479, -0.442952",\
|
|
"-1.817072, -1.688264, -1.569260, -1.372273, -0.565746",\
|
|
"-1.939681, -1.810873, -1.691869, -1.494882, -0.688356",\
|
|
"-2.132629, -2.003821, -1.884817, -1.687830, -0.881304",\
|
|
"-2.926574, -2.797766, -2.678762, -2.481776, -1.675249");
|
|
}
|
|
|
|
} /* 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.010401 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.078030, 0.967722, 0.846660, 0.659274, -0.085402",\
|
|
"1.164295, 1.053988, 0.932925, 0.745540, 0.000863",\
|
|
"1.221205, 1.110898, 0.989835, 0.802450, 0.057773",\
|
|
"1.290323, 1.180015, 1.058953, 0.871568, 0.126891",\
|
|
"1.575176, 1.464868, 1.343806, 1.156420, 0.411744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.172430, 2.062122, 1.941060, 1.753675, 1.008998",\
|
|
"2.289545, 2.179237, 2.058175, 1.870790, 1.126113",\
|
|
"2.391362, 2.281054, 2.159992, 1.972607, 1.227930",\
|
|
"2.549743, 2.439435, 2.318373, 2.130987, 1.386311",\
|
|
"3.202277, 3.091969, 2.970907, 2.783521, 2.038845");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.800264, -0.672521, -0.528429, -0.289040, 0.676641",\
|
|
"-0.886530, -0.758786, -0.614695, -0.375306, 0.590376",\
|
|
"-0.943440, -0.815697, -0.671605, -0.432216, 0.533466",\
|
|
"-1.012558, -0.884815, -0.740723, -0.501334, 0.464348",\
|
|
"-1.297410, -1.169667, -1.025575, -0.786186, 0.179495");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.867636, -1.739892, -1.595801, -1.356411, -0.390730",\
|
|
"-1.984751, -1.857007, -1.712915, -1.473526, -0.507845",\
|
|
"-2.086567, -1.958824, -1.814732, -1.575343, -0.609662",\
|
|
"-2.244948, -2.117205, -1.973113, -1.733724, -0.768043",\
|
|
"-2.897482, -2.769739, -2.625647, -2.386258, -1.420577");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.008048, 0.942893, 0.909672, 0.910417, 0.918812",\
|
|
"1.094313, 1.029159, 0.995937, 0.996682, 1.005078",\
|
|
"1.151223, 1.086069, 1.052848, 1.053592, 1.061988",\
|
|
"1.220341, 1.155186, 1.121965, 1.122710, 1.131105",\
|
|
"1.505194, 1.440039, 1.406818, 1.407563, 1.415958");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.796261, 1.731106, 1.697885, 1.698630, 1.707025",\
|
|
"1.913376, 1.848221, 1.815000, 1.815745, 1.824140",\
|
|
"2.015193, 1.950038, 1.916817, 1.917562, 1.925957",\
|
|
"2.173573, 2.108419, 2.075198, 2.075943, 2.084338",\
|
|
"2.826108, 2.760953, 2.727732, 2.728477, 2.736872");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.645930, -0.517118, -0.398083, -0.200918, 0.605959",\
|
|
"-0.732195, -0.603384, -0.484348, -0.287183, 0.519693",\
|
|
"-0.789105, -0.660294, -0.541258, -0.344093, 0.462783",\
|
|
"-0.858223, -0.729412, -0.610376, -0.413211, 0.393665",\
|
|
"-1.143076, -1.014264, -0.895228, -0.698064, 0.108813");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.395950, -1.267139, -1.148103, -0.950939, -0.144062",\
|
|
"-1.513065, -1.384254, -1.265218, -1.068053, -0.261177",\
|
|
"-1.614882, -1.486070, -1.367035, -1.169870, -0.362993",\
|
|
"-1.773263, -1.644451, -1.525416, -1.328251, -0.521374",\
|
|
"-2.425797, -2.296985, -2.177950, -1.980785, -1.173908");
|
|
}
|
|
|
|
} /* 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.005983 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.123826, 1.013518, 0.892456, 0.705071, -0.039606",\
|
|
"1.210081, 1.099773, 0.978711, 0.791325, 0.046649",\
|
|
"1.266594, 1.156286, 1.035224, 0.847838, 0.103162",\
|
|
"1.335395, 1.225087, 1.104025, 0.916639, 0.171963",\
|
|
"1.617686, 1.507378, 1.386316, 1.198930, 0.454254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.877913, 1.767606, 1.646544, 1.459158, 0.714481",\
|
|
"1.995050, 1.884743, 1.763681, 1.576295, 0.831618",\
|
|
"2.096558, 1.986250, 1.865188, 1.677802, 0.933126",\
|
|
"2.254336, 2.144028, 2.022966, 1.835581, 1.090904",\
|
|
"2.904536, 2.794228, 2.673166, 2.485780, 1.741104");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.065879, -0.938136, -0.794044, -0.554655, 0.411026",\
|
|
"-1.135165, -1.007422, -0.863330, -0.623941, 0.341740",\
|
|
"-1.169506, -1.041762, -0.897671, -0.658282, 0.307400",\
|
|
"-1.187198, -1.059454, -0.915363, -0.675973, 0.289708",\
|
|
"-1.258855, -1.131112, -0.987020, -0.747631, 0.218051");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.785541, -1.657797, -1.513706, -1.274317, -0.308635",\
|
|
"-1.884966, -1.757223, -1.613131, -1.373742, -0.408060",\
|
|
"-1.963331, -1.835587, -1.691496, -1.452106, -0.486425",\
|
|
"-2.067765, -1.940021, -1.795929, -1.556540, -0.590859",\
|
|
"-2.498117, -2.370374, -2.226282, -1.986893, -1.021212");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.583515, 0.518360, 0.485139, 0.485884, 0.494279",\
|
|
"0.669770, 0.604615, 0.571394, 0.572139, 0.580534",\
|
|
"0.726283, 0.661128, 0.627907, 0.628652, 0.637047",\
|
|
"0.795084, 0.729929, 0.696708, 0.697453, 0.705848",\
|
|
"1.077375, 1.012220, 0.978999, 0.979744, 0.988139");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.036945, 0.971791, 0.938570, 0.939314, 0.947710",\
|
|
"1.154082, 1.088928, 1.055707, 1.056451, 1.064846",\
|
|
"1.255589, 1.190435, 1.157214, 1.157959, 1.166353",\
|
|
"1.413368, 1.348213, 1.314992, 1.315737, 1.324132",\
|
|
"2.063568, 1.998413, 1.965192, 1.965936, 1.974332");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.440496, -0.311684, -0.192649, 0.004516, 0.811392",\
|
|
"-0.509782, -0.380970, -0.261935, -0.064770, 0.742107",\
|
|
"-0.544122, -0.415311, -0.296275, -0.099110, 0.707766",\
|
|
"-0.561814, -0.433003, -0.313967, -0.116802, 0.690074",\
|
|
"-0.633471, -0.504660, -0.385624, -0.188460, 0.618417");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.849771, -0.720960, -0.601924, -0.404760, 0.402117",\
|
|
"-0.949196, -0.820385, -0.701349, -0.504184, 0.302692",\
|
|
"-1.027561, -0.898750, -0.779714, -0.582549, 0.224327",\
|
|
"-1.131995, -1.003183, -0.884148, -0.686983, 0.119893",\
|
|
"-1.562347, -1.433536, -1.314500, -1.117336, -0.310459");
|
|
}
|
|
|
|
} /* 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.004419 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.784201, 0.673893, 0.552831, 0.365445, -0.379231",\
|
|
"0.859958, 0.749650, 0.628588, 0.441203, -0.303474",\
|
|
"0.900584, 0.790276, 0.669214, 0.481828, -0.262848",\
|
|
"0.938335, 0.828027, 0.706965, 0.519579, -0.225097",\
|
|
"1.093917, 0.983609, 0.862547, 0.675161, -0.069515");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.432380, 1.322073, 1.201010, 1.013625, 0.268948",\
|
|
"1.554662, 1.444354, 1.323292, 1.135907, 0.391230",\
|
|
"1.680592, 1.570285, 1.449223, 1.261837, 0.517160",\
|
|
"1.879573, 1.769265, 1.648203, 1.460817, 0.716141",\
|
|
"2.698937, 2.588629, 2.467567, 2.280181, 1.535505");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.682125, -0.554381, -0.410289, -0.170900, 0.794781",\
|
|
"-0.757882, -0.630139, -0.486047, -0.246658, 0.719024",\
|
|
"-0.798507, -0.670764, -0.526672, -0.287283, 0.678398",\
|
|
"-0.836259, -0.708515, -0.564423, -0.325034, 0.640647",\
|
|
"-0.991841, -0.864097, -0.720005, -0.480616, 0.485065");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.209394, -1.081651, -0.937559, -0.698170, 0.267512",\
|
|
"-1.331676, -1.203932, -1.059840, -0.820451, 0.145230",\
|
|
"-1.457606, -1.329863, -1.185771, -0.946382, 0.019300",\
|
|
"-1.656586, -1.528843, -1.384751, -1.145362, -0.179681",\
|
|
"-2.475950, -2.348207, -2.204115, -1.964726, -0.999045");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mask_rev_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.817948, 0.752793, 0.719572, 0.720317, 0.728712",\
|
|
"0.893705, 0.828550, 0.795329, 0.796074, 0.804469",\
|
|
"0.934331, 0.869176, 0.835955, 0.836700, 0.845095",\
|
|
"0.972082, 0.906927, 0.873706, 0.874451, 0.882846",\
|
|
"1.127664, 1.062509, 1.029288, 1.030033, 1.038428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.433158, 1.368003, 1.334782, 1.335527, 1.343922",\
|
|
"1.555440, 1.490285, 1.457064, 1.457809, 1.466204",\
|
|
"1.681370, 1.616215, 1.582994, 1.583739, 1.592134",\
|
|
"1.880350, 1.815195, 1.781974, 1.782719, 1.791114",\
|
|
"2.699714, 2.634559, 2.601338, 2.602083, 2.610478");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mask_rev_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.683487, -0.554676, -0.435647, -0.238500, 0.568312",\
|
|
"-0.759244, -0.630433, -0.511404, -0.314257, 0.492555",\
|
|
"-0.799870, -0.671059, -0.552030, -0.354883, 0.451929",\
|
|
"-0.837621, -0.708810, -0.589781, -0.392634, 0.414178",\
|
|
"-0.993203, -0.864392, -0.745363, -0.548216, 0.258596");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.171126, -1.042315, -0.923286, -0.726139, 0.080673",\
|
|
"-1.293408, -1.164597, -1.045568, -0.848421, -0.041609",\
|
|
"-1.419338, -1.290527, -1.171499, -0.974351, -0.167539",\
|
|
"-1.618318, -1.489508, -1.370479, -1.173331, -0.366520",\
|
|
"-2.437683, -2.308872, -2.189843, -1.992696, -1.185884");
|
|
}
|
|
|
|
} /* 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.006700 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.569849, 1.459541, 1.338479, 1.151093, 0.406417",\
|
|
"1.664958, 1.554650, 1.433588, 1.246202, 0.501526",\
|
|
"1.737602, 1.627294, 1.506232, 1.318846, 0.574170",\
|
|
"1.828277, 1.717970, 1.596908, 1.409522, 0.664845",\
|
|
"2.206403, 2.096095, 1.975033, 1.787647, 1.042971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.955225, 2.844917, 2.723855, 2.536469, 1.791793",\
|
|
"3.083333, 2.973025, 2.851963, 2.664577, 1.919901",\
|
|
"3.221333, 3.111026, 2.989964, 2.802578, 2.057901",\
|
|
"3.446904, 3.336596, 3.215534, 3.028149, 2.283472",\
|
|
"4.359216, 4.248909, 4.127846, 3.940460, 3.195784");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.433035, -1.305291, -1.161200, -0.921810, 0.043871",\
|
|
"-1.528144, -1.400401, -1.256309, -1.016920, -0.051238",\
|
|
"-1.600788, -1.473045, -1.328953, -1.089564, -0.123882",\
|
|
"-1.691464, -1.563720, -1.419629, -1.180239, -0.214558",\
|
|
"-2.069589, -1.941845, -1.797754, -1.558364, -0.592683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.528793, -2.401050, -2.256958, -2.017569, -1.051887",\
|
|
"-2.656901, -2.529158, -2.385066, -2.145677, -1.179995",\
|
|
"-2.794955, -2.667212, -2.523120, -2.283731, -1.318049",\
|
|
"-3.021529, -2.893786, -2.749694, -2.510305, -1.544624",\
|
|
"-3.933842, -3.806098, -3.662007, -3.422617, -2.456936");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[37]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.986015, 0.920861, 0.887640, 0.888384, 0.896780",\
|
|
"1.081125, 1.015970, 0.982749, 0.983494, 0.991889",\
|
|
"1.153769, 1.088614, 1.055393, 1.056138, 1.064533",\
|
|
"1.244444, 1.179289, 1.146068, 1.146813, 1.155208",\
|
|
"1.622569, 1.557414, 1.524193, 1.524938, 1.533333");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.072328, 2.007173, 1.973952, 1.974697, 1.983092",\
|
|
"2.200435, 2.135281, 2.102060, 2.102804, 2.111199",\
|
|
"2.338436, 2.273281, 2.240060, 2.240805, 2.249200",\
|
|
"2.564007, 2.498852, 2.465631, 2.466376, 2.474771",\
|
|
"3.476318, 3.411164, 3.377943, 3.378687, 3.387083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[37]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.856727, -0.727919, -0.608915, -0.411928, 0.394598",\
|
|
"-0.951836, -0.823028, -0.704024, -0.507037, 0.299489",\
|
|
"-1.024480, -0.895672, -0.776668, -0.579681, 0.226845",\
|
|
"-1.115155, -0.986347, -0.867343, -0.670357, 0.136169",\
|
|
"-1.493280, -1.364472, -1.245468, -1.048482, -0.241956");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.651623, -1.522815, -1.403811, -1.206824, -0.400298",\
|
|
"-1.779731, -1.650923, -1.531919, -1.334932, -0.528406",\
|
|
"-1.917785, -1.788977, -1.669973, -1.472986, -0.666460",\
|
|
"-2.144359, -2.015551, -1.896547, -1.699561, -0.893034",\
|
|
"-3.056671, -2.927863, -2.808859, -2.611873, -1.805346");
|
|
}
|
|
|
|
} /* 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.008314 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.125142, 1.014833, 0.893766, 0.706450, -0.038835",\
|
|
"1.201639, 1.091331, 0.970263, 0.782948, 0.037663",\
|
|
"1.243064, 1.132756, 1.011688, 0.824373, 0.079088",\
|
|
"1.279025, 1.168716, 1.047649, 0.860333, 0.115048",\
|
|
"1.426056, 1.315747, 1.194680, 1.007365, 0.262079");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.239120, 2.128811, 2.007744, 1.820429, 1.075144",\
|
|
"2.367731, 2.257422, 2.136355, 1.949040, 1.203755",\
|
|
"2.498062, 2.387753, 2.266685, 2.079370, 1.334085",\
|
|
"2.711749, 2.601440, 2.480373, 2.293058, 1.547773",\
|
|
"3.589655, 3.479346, 3.358279, 3.170963, 2.425678");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.966360, -0.838616, -0.694509, -0.455080, 0.511210",\
|
|
"-1.042861, -0.915117, -0.771011, -0.531581, 0.434709",\
|
|
"-1.084303, -0.956559, -0.812453, -0.573023, 0.393267",\
|
|
"-1.120329, -0.992584, -0.848478, -0.609048, 0.357242",\
|
|
"-1.268211, -1.140467, -0.996361, -0.756931, 0.209359");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.991851, -1.864107, -1.720001, -1.480571, -0.514281",\
|
|
"-2.120539, -1.992795, -1.848688, -1.609259, -0.642969",\
|
|
"-2.251543, -2.123799, -1.979693, -1.740263, -0.773973",\
|
|
"-2.466011, -2.338267, -2.194161, -1.954731, -0.988441",\
|
|
"-3.349385, -3.221640, -3.077534, -2.838104, -1.871814");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[36]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.008284, 0.943130, 0.909906, 0.910648, 0.919011",\
|
|
"1.084782, 1.019627, 0.986404, 0.987146, 0.995509",\
|
|
"1.126207, 1.061052, 1.027828, 1.028571, 1.036934",\
|
|
"1.162167, 1.097013, 1.063789, 1.064531, 1.072894",\
|
|
"1.309198, 1.244044, 1.210820, 1.211562, 1.219925");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.804384, 1.739230, 1.706006, 1.706748, 1.715111",\
|
|
"1.932996, 1.867841, 1.834617, 1.835360, 1.843723",\
|
|
"2.063326, 1.998172, 1.964948, 1.965690, 1.974053",\
|
|
"2.277014, 2.211859, 2.178636, 2.179378, 2.187741",\
|
|
"3.154920, 3.089765, 3.056541, 3.057284, 3.065647");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[36]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.864000, -0.735192, -0.616188, -0.419201, 0.387325",\
|
|
"-0.940501, -0.811693, -0.692689, -0.495703, 0.310824",\
|
|
"-0.981944, -0.853136, -0.734132, -0.537145, 0.269382",\
|
|
"-1.017969, -0.889161, -0.770157, -0.573170, 0.233356",\
|
|
"-1.165851, -1.037043, -0.918039, -0.721053, 0.085474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.568696, -1.439888, -1.320884, -1.123897, -0.317371",\
|
|
"-1.697383, -1.568575, -1.449571, -1.252584, -0.446058",\
|
|
"-1.828387, -1.699579, -1.580575, -1.383589, -0.577062",\
|
|
"-2.042856, -1.914047, -1.795043, -1.598057, -0.791530",\
|
|
"-2.926229, -2.797421, -2.678417, -2.481430, -1.674904");
|
|
}
|
|
|
|
} /* 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.005082 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.276785, 1.166478, 1.045416, 0.858030, 0.113353",\
|
|
"1.365954, 1.255646, 1.134584, 0.947198, 0.202522",\
|
|
"1.424827, 1.314520, 1.193457, 1.006072, 0.261395",\
|
|
"1.494945, 1.384637, 1.263575, 1.076189, 0.331512",\
|
|
"1.783916, 1.673608, 1.552546, 1.365160, 0.620483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.382111, 2.271804, 2.150742, 1.963356, 1.218679",\
|
|
"2.506696, 2.396389, 2.275327, 2.087941, 1.343264",\
|
|
"2.633767, 2.523460, 2.402398, 2.215012, 1.470335",\
|
|
"2.833496, 2.723188, 2.602126, 2.414740, 1.670064",\
|
|
"3.656628, 3.546320, 3.425258, 3.237872, 2.493196");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.183494, -1.055750, -0.911659, -0.672269, 0.293412",\
|
|
"-1.272662, -1.144919, -1.000827, -0.761438, 0.204244",\
|
|
"-1.331535, -1.203792, -1.059700, -0.820311, 0.145370",\
|
|
"-1.401653, -1.273910, -1.129818, -0.890429, 0.075253",\
|
|
"-1.690624, -1.562881, -1.418789, -1.179400, -0.213718");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.206659, -2.078916, -1.934824, -1.695434, -0.729753",\
|
|
"-2.331244, -2.203501, -2.059409, -1.820020, -0.854339",\
|
|
"-2.458315, -2.330572, -2.186480, -1.947091, -0.981410",\
|
|
"-2.658044, -2.530301, -2.386209, -2.146820, -1.181138",\
|
|
"-3.481176, -3.353433, -3.209341, -2.969952, -2.004270");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[35]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.679460, 0.614305, 0.581084, 0.581829, 0.590224",\
|
|
"0.768628, 0.703473, 0.670252, 0.670997, 0.679392",\
|
|
"0.827501, 0.762347, 0.729126, 0.729870, 0.738266",\
|
|
"0.897619, 0.832464, 0.799243, 0.799988, 0.808383",\
|
|
"1.186590, 1.121435, 1.088214, 1.088959, 1.097354");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.491448, 1.426293, 1.393072, 1.393817, 1.402212",\
|
|
"1.616033, 1.550879, 1.517658, 1.518402, 1.526797",\
|
|
"1.743104, 1.677950, 1.644729, 1.645473, 1.653869",\
|
|
"1.942833, 1.877678, 1.844457, 1.845202, 1.853597",\
|
|
"2.765965, 2.700810, 2.667589, 2.668334, 2.676729");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[35]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.579279, -0.450471, -0.331467, -0.134480, 0.672047",\
|
|
"-0.668447, -0.539639, -0.420635, -0.223648, 0.582878",\
|
|
"-0.727320, -0.598512, -0.479508, -0.282522, 0.524005",\
|
|
"-0.797438, -0.668630, -0.549626, -0.352639, 0.453888",\
|
|
"-1.086409, -0.957601, -0.838597, -0.641610, 0.164917");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.305230, -1.176422, -1.057418, -0.860431, -0.053905",\
|
|
"-1.429815, -1.301007, -1.182003, -0.985017, -0.178490",\
|
|
"-1.556886, -1.428078, -1.309074, -1.112088, -0.305561",\
|
|
"-1.756615, -1.627807, -1.508803, -1.311816, -0.505290",\
|
|
"-2.579747, -2.450939, -2.331935, -2.134948, -1.328422");
|
|
}
|
|
|
|
} /* 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.010889 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.797585, 0.687278, 0.566215, 0.378830, -0.365847",\
|
|
"0.861802, 0.751494, 0.630432, 0.443046, -0.301630",\
|
|
"0.908759, 0.798451, 0.677389, 0.490003, -0.254673",\
|
|
"0.940341, 0.830034, 0.708971, 0.521586, -0.223091",\
|
|
"0.849765, 0.739457, 0.618395, 0.431010, -0.313667");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.825998, 1.715691, 1.594629, 1.407243, 0.662566",\
|
|
"1.926513, 1.816206, 1.695144, 1.507758, 0.763082",\
|
|
"2.077430, 1.967122, 1.846060, 1.658674, 0.913998",\
|
|
"2.355662, 2.245355, 2.124293, 1.936907, 1.192230",\
|
|
"2.901219, 2.790911, 2.669849, 2.482463, 1.737787");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.570480, -0.442736, -0.298645, -0.059255, 0.906426",\
|
|
"-0.634696, -0.506953, -0.362861, -0.123472, 0.842209",\
|
|
"-0.681680, -0.553937, -0.409845, -0.170456, 0.795226",\
|
|
"-0.713340, -0.585597, -0.441505, -0.202116, 0.763566",\
|
|
"-0.622811, -0.495068, -0.350976, -0.111587, 0.854094");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.529881, -1.402138, -1.258046, -1.018657, -0.052975",\
|
|
"-1.630396, -1.502653, -1.358561, -1.119172, -0.153491",\
|
|
"-1.781930, -1.654187, -1.510095, -1.270706, -0.305024",\
|
|
"-2.060905, -1.933161, -1.789069, -1.549680, -0.583999",\
|
|
"-2.608596, -2.480853, -2.336761, -2.097372, -1.131691");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[34]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.727603, 0.662449, 0.629228, 0.629973, 0.638368",\
|
|
"0.791820, 0.726665, 0.693444, 0.694189, 0.702584",\
|
|
"0.838777, 0.773622, 0.740401, 0.741146, 0.749541",\
|
|
"0.870359, 0.805205, 0.771984, 0.772729, 0.781124",\
|
|
"0.779783, 0.714629, 0.681407, 0.682152, 0.690548");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.449829, 1.384674, 1.351453, 1.352198, 1.360593",\
|
|
"1.550344, 1.485189, 1.451968, 1.452713, 1.461108",\
|
|
"1.701260, 1.636105, 1.602884, 1.603629, 1.612024",\
|
|
"1.979493, 1.914338, 1.881117, 1.881862, 1.890257",\
|
|
"2.525050, 2.459895, 2.426674, 2.427419, 2.435814");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[34]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.416145, -0.287334, -0.168298, 0.028866, 0.835743",\
|
|
"-0.480362, -0.351550, -0.232514, -0.035350, 0.771527",\
|
|
"-0.527345, -0.398534, -0.279498, -0.082334, 0.724543",\
|
|
"-0.559005, -0.430194, -0.311158, -0.113994, 0.692883",\
|
|
"-0.468477, -0.339665, -0.220629, -0.023465, 0.783412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.058196, -0.929384, -0.810348, -0.613184, 0.193693",\
|
|
"-1.158711, -1.029899, -0.910863, -0.713699, 0.093178",\
|
|
"-1.310244, -1.181433, -1.062397, -0.865233, -0.058356",\
|
|
"-1.589219, -1.460407, -1.341372, -1.144207, -0.337331",\
|
|
"-2.136910, -2.008099, -1.889063, -1.691899, -0.885022");
|
|
}
|
|
|
|
} /* 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.005905 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.341902, 1.231594, 1.110532, 0.923146, 0.178470",\
|
|
"1.444157, 1.333850, 1.212788, 1.025402, 0.280725",\
|
|
"1.523782, 1.413474, 1.292412, 1.105027, 0.360350",\
|
|
"1.628537, 1.518229, 1.397167, 1.209782, 0.465105",\
|
|
"2.057218, 1.946910, 1.825848, 1.638463, 0.893786");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.431056, 2.320748, 2.199686, 2.012300, 1.267624",\
|
|
"2.561199, 2.450891, 2.329829, 2.142443, 1.397767",\
|
|
"2.693220, 2.582913, 2.461851, 2.274465, 1.529788",\
|
|
"2.903669, 2.793361, 2.672299, 2.484914, 1.740237",\
|
|
"3.770988, 3.660681, 3.539619, 3.352233, 2.607556");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.276052, -1.148309, -1.004217, -0.764828, 0.200853",\
|
|
"-1.378308, -1.250564, -1.106472, -0.867083, 0.098598",\
|
|
"-1.457932, -1.330189, -1.186097, -0.946708, 0.018973",\
|
|
"-1.562687, -1.434944, -1.290852, -1.051463, -0.085782",\
|
|
"-1.991368, -1.863625, -1.719533, -1.480144, -0.514462");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.197413, -2.069669, -1.925578, -1.686188, -0.720507",\
|
|
"-2.327556, -2.199812, -2.055721, -1.816332, -0.850650",\
|
|
"-2.459577, -2.331834, -2.187742, -1.948353, -0.982672",\
|
|
"-2.670026, -2.542283, -2.398191, -2.158802, -1.193120",\
|
|
"-3.537345, -3.409602, -3.265510, -3.026121, -2.060440");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[33]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.801591, 0.736436, 0.703215, 0.703960, 0.712355",\
|
|
"0.903846, 0.838691, 0.805470, 0.806215, 0.814610",\
|
|
"0.983471, 0.918316, 0.885095, 0.885840, 0.894235",\
|
|
"1.088226, 1.023071, 0.989850, 0.990595, 0.998990",\
|
|
"1.516907, 1.451752, 1.418531, 1.419276, 1.427671");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.590088, 1.524933, 1.491712, 1.492457, 1.500852",\
|
|
"1.720231, 1.655076, 1.621855, 1.622600, 1.630995",\
|
|
"1.852252, 1.787098, 1.753876, 1.754621, 1.763016",\
|
|
"2.062701, 1.997546, 1.964325, 1.965070, 1.973465",\
|
|
"2.930020, 2.864865, 2.831644, 2.832389, 2.840784");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[33]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.650669, -0.521857, -0.402822, -0.205657, 0.601220",\
|
|
"-0.752924, -0.624113, -0.505077, -0.307912, 0.498964",\
|
|
"-0.832549, -0.703737, -0.584702, -0.387537, 0.419340",\
|
|
"-0.937304, -0.808492, -0.689457, -0.492292, 0.314584",\
|
|
"-1.365985, -1.237173, -1.118138, -0.920973, -0.114096");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.261643, -1.132832, -1.013796, -0.816632, -0.009755",\
|
|
"-1.391786, -1.262975, -1.143939, -0.946775, -0.139898",\
|
|
"-1.523808, -1.394996, -1.275960, -1.078796, -0.271919",\
|
|
"-1.734257, -1.605445, -1.486409, -1.289245, -0.482368",\
|
|
"-2.601576, -2.472764, -2.353729, -2.156564, -1.349687");
|
|
}
|
|
|
|
} /* 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.004971 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.929701, 0.819393, 0.698331, 0.510945, -0.233731",\
|
|
"1.021687, 0.911379, 0.790317, 0.602931, -0.141745",\
|
|
"1.080154, 0.969847, 0.848785, 0.661399, -0.083278",\
|
|
"1.149905, 1.039597, 0.918535, 0.731149, -0.013527",\
|
|
"1.437141, 1.326834, 1.205771, 1.018386, 0.273709");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.462412, 1.352104, 1.231042, 1.043656, 0.298980",\
|
|
"1.590436, 1.480129, 1.359066, 1.171681, 0.427004",\
|
|
"1.717533, 1.607225, 1.486163, 1.298777, 0.554101",\
|
|
"1.918392, 1.808084, 1.687022, 1.499636, 0.754960",\
|
|
"2.746129, 2.635822, 2.514760, 2.327374, 1.582697");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.782438, -0.654695, -0.510603, -0.271214, 0.694467",\
|
|
"-0.874424, -0.746681, -0.602589, -0.363200, 0.602481",\
|
|
"-0.932892, -0.805149, -0.661057, -0.421668, 0.544014",\
|
|
"-1.002642, -0.874899, -0.730807, -0.491418, 0.474263",\
|
|
"-1.289879, -1.162136, -1.018044, -0.778655, 0.187027");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.258975, -1.131232, -0.987140, -0.747751, 0.217930",\
|
|
"-1.386999, -1.259256, -1.115164, -0.875775, 0.089906",\
|
|
"-1.514096, -1.386353, -1.242261, -1.002872, -0.037191",\
|
|
"-1.714955, -1.587212, -1.443120, -1.203731, -0.238049",\
|
|
"-2.542692, -2.414949, -2.270857, -2.031468, -1.065786");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[32]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.963447, 0.898293, 0.865071, 0.865816, 0.874211",\
|
|
"1.055433, 0.990278, 0.957057, 0.957802, 0.966197",\
|
|
"1.113901, 1.048746, 1.015525, 1.016270, 1.024665",\
|
|
"1.183651, 1.118497, 1.085276, 1.086020, 1.094415",\
|
|
"1.470888, 1.405733, 1.372512, 1.373257, 1.381652");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.463189, 1.398034, 1.364813, 1.365558, 1.373953",\
|
|
"1.591213, 1.526058, 1.492837, 1.493582, 1.501977",\
|
|
"1.718310, 1.653155, 1.619934, 1.620679, 1.629074",\
|
|
"1.919169, 1.854014, 1.820793, 1.821538, 1.829933",\
|
|
"2.746906, 2.681751, 2.648530, 2.649275, 2.657670");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[32]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.783800, -0.654989, -0.535961, -0.338813, 0.467998",\
|
|
"-0.875786, -0.746975, -0.627947, -0.430799, 0.376012",\
|
|
"-0.934254, -0.805443, -0.686414, -0.489267, 0.317545",\
|
|
"-1.004004, -0.875193, -0.756165, -0.559017, 0.247794",\
|
|
"-1.291241, -1.162430, -1.043401, -0.846254, -0.039442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.220707, -1.091896, -0.972867, -0.775720, 0.031092",\
|
|
"-1.348731, -1.219920, -1.100891, -0.903744, -0.096932",\
|
|
"-1.475828, -1.347017, -1.227988, -1.030841, -0.224029",\
|
|
"-1.676687, -1.547876, -1.428847, -1.231700, -0.424888",\
|
|
"-2.504424, -2.375613, -2.256584, -2.059437, -1.252625");
|
|
}
|
|
|
|
} /* 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.006269 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.314392, 1.204085, 1.083022, 0.895637, 0.150960",\
|
|
"1.400701, 1.290393, 1.169331, 0.981945, 0.237269",\
|
|
"1.457700, 1.347392, 1.226330, 1.038944, 0.294268",\
|
|
"1.526693, 1.416385, 1.295323, 1.107937, 0.363261",\
|
|
"1.811028, 1.700720, 1.579658, 1.392272, 0.647596");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.361490, 2.251182, 2.130120, 1.942734, 1.198058",\
|
|
"2.478637, 2.368330, 2.247268, 2.059882, 1.315205",\
|
|
"2.580645, 2.470337, 2.349275, 2.161889, 1.417213",\
|
|
"2.739237, 2.628929, 2.507867, 2.320482, 1.575805",\
|
|
"3.393029, 3.282721, 3.161659, 2.974273, 2.229597");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.139134, -1.011391, -0.867299, -0.627910, 0.337771",\
|
|
"-1.225443, -1.097700, -0.953608, -0.714219, 0.251463",\
|
|
"-1.282442, -1.154699, -1.010607, -0.771218, 0.194464",\
|
|
"-1.351435, -1.223691, -1.079600, -0.840210, 0.125471",\
|
|
"-1.635770, -1.508027, -1.363935, -1.124546, -0.158864");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.200892, -2.073149, -1.929057, -1.689668, -0.723987",\
|
|
"-2.318040, -2.190296, -2.046205, -1.806815, -0.841134",\
|
|
"-2.420047, -2.292304, -2.148212, -1.908823, -0.943141",\
|
|
"-2.578639, -2.450896, -2.306804, -2.067415, -1.101734",\
|
|
"-3.232431, -3.104688, -2.960596, -2.721207, -1.755525");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[31]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.763475, 0.698320, 0.665099, 0.665844, 0.674239",\
|
|
"0.849783, 0.784628, 0.751407, 0.752152, 0.760547",\
|
|
"0.906782, 0.841628, 0.808407, 0.809151, 0.817547",\
|
|
"0.975775, 0.910620, 0.877399, 0.878144, 0.886539",\
|
|
"1.260110, 1.194955, 1.161734, 1.162479, 1.170874");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.514178, 1.449023, 1.415802, 1.416547, 1.424942",\
|
|
"1.631326, 1.566171, 1.532950, 1.533695, 1.542090",\
|
|
"1.733334, 1.668179, 1.634958, 1.635703, 1.644098",\
|
|
"1.891926, 1.826771, 1.793550, 1.794295, 1.802690",\
|
|
"2.545717, 2.480562, 2.447341, 2.448086, 2.456481");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.550518, -0.421710, -0.302706, -0.105719, 0.700807",\
|
|
"-0.636826, -0.508018, -0.389014, -0.192028, 0.614499",\
|
|
"-0.693825, -0.565017, -0.446013, -0.249027, 0.557500",\
|
|
"-0.762818, -0.634010, -0.515006, -0.318019, 0.488507",\
|
|
"-1.047153, -0.918345, -0.799341, -0.602354, 0.204172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.310737, -1.181929, -1.062925, -0.865939, -0.059412",\
|
|
"-1.427885, -1.299077, -1.180073, -0.983086, -0.176560",\
|
|
"-1.529892, -1.401084, -1.282080, -1.085093, -0.278567",\
|
|
"-1.688485, -1.559677, -1.440673, -1.243686, -0.437160",\
|
|
"-2.342276, -2.213468, -2.094464, -1.897477, -1.090951");
|
|
}
|
|
|
|
} /* 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.006149 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.234644, 1.124336, 1.003274, 0.815888, 0.071211",\
|
|
"1.325275, 1.214968, 1.093906, 0.906520, 0.161843",\
|
|
"1.383623, 1.273315, 1.152253, 0.964867, 0.220190",\
|
|
"1.448321, 1.338014, 1.216951, 1.029566, 0.284889",\
|
|
"1.714962, 1.604654, 1.483592, 1.296207, 0.551530");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.339486, 2.229178, 2.108116, 1.920730, 1.176054",\
|
|
"2.468962, 2.358654, 2.237592, 2.050206, 1.305530",\
|
|
"2.607477, 2.497169, 2.376107, 2.188722, 1.444045",\
|
|
"2.829616, 2.719308, 2.598246, 2.410861, 1.666184",\
|
|
"3.745015, 3.634707, 3.513645, 3.326259, 2.581583");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.059792, -0.932048, -0.787957, -0.548567, 0.417114",\
|
|
"-1.150424, -1.022680, -0.878588, -0.639199, 0.326482",\
|
|
"-1.208771, -1.081027, -0.936936, -0.697546, 0.268135",\
|
|
"-1.273470, -1.145726, -1.001634, -0.762245, 0.203436",\
|
|
"-1.540110, -1.412367, -1.268275, -1.028886, -0.063205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.115317, -1.987573, -1.843482, -1.604092, -0.638411",\
|
|
"-2.244793, -2.117050, -1.972958, -1.733569, -0.767887",\
|
|
"-2.383308, -2.255565, -2.111473, -1.872084, -0.906402",\
|
|
"-2.605447, -2.477704, -2.333612, -2.094223, -1.128541",\
|
|
"-3.520846, -3.393103, -3.249011, -3.009622, -2.043940");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[30]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.666043, 0.600888, 0.567667, 0.568412, 0.576807",\
|
|
"0.756675, 0.691520, 0.658299, 0.659044, 0.667439",\
|
|
"0.815022, 0.749867, 0.716646, 0.717391, 0.725786",\
|
|
"0.879721, 0.814566, 0.781345, 0.782090, 0.790485",\
|
|
"1.146362, 1.081207, 1.047986, 1.048731, 1.057126");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.471346, 1.406191, 1.372970, 1.373715, 1.382110",\
|
|
"1.600822, 1.535667, 1.502446, 1.503191, 1.511586",\
|
|
"1.739337, 1.674182, 1.640961, 1.641706, 1.650101",\
|
|
"1.961476, 1.896321, 1.863100, 1.863845, 1.872240",\
|
|
"2.876875, 2.811720, 2.778499, 2.779244, 2.787639");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.477742, -0.348934, -0.229930, -0.032943, 0.773583",\
|
|
"-0.568374, -0.439566, -0.320562, -0.123575, 0.682951",\
|
|
"-0.626721, -0.497913, -0.378909, -0.181922, 0.624604",\
|
|
"-0.691420, -0.562612, -0.443608, -0.246621, 0.559905",\
|
|
"-0.958061, -0.829252, -0.710248, -0.513262, 0.293265");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.231936, -1.103128, -0.984124, -0.787137, 0.019389",\
|
|
"-1.361412, -1.232604, -1.113600, -0.916613, -0.110087",\
|
|
"-1.499927, -1.371119, -1.252115, -1.055128, -0.248602",\
|
|
"-1.722066, -1.593258, -1.474254, -1.277267, -0.470741",\
|
|
"-2.637465, -2.508657, -2.389653, -2.192666, -1.386140");
|
|
}
|
|
|
|
} /* 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.004673 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.845581, 1.735273, 1.614211, 1.426825, 0.682149",\
|
|
"1.921386, 1.811078, 1.690016, 1.502630, 0.757954",\
|
|
"1.961784, 1.851476, 1.730414, 1.543028, 0.798351",\
|
|
"1.998806, 1.888498, 1.767436, 1.580050, 0.835374",\
|
|
"2.151383, 2.041075, 1.920013, 1.732628, 0.987951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.987709, 2.877401, 2.756339, 2.568953, 1.824277",\
|
|
"3.110075, 2.999768, 2.878706, 2.691320, 1.946643",\
|
|
"3.236371, 3.126064, 3.005002, 2.817616, 2.072939",\
|
|
"3.436589, 3.326282, 3.205220, 3.017834, 2.273158",\
|
|
"4.262066, 4.151758, 4.030696, 3.843310, 3.098634");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.544538, -1.416794, -1.272702, -1.033313, -0.067632",\
|
|
"-1.620343, -1.492600, -1.348508, -1.109119, -0.143437",\
|
|
"-1.660740, -1.532997, -1.388905, -1.149516, -0.183834",\
|
|
"-1.697762, -1.570019, -1.425927, -1.186538, -0.220857",\
|
|
"-1.850340, -1.722597, -1.578505, -1.339116, -0.373434");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.521951, -2.394208, -2.250116, -2.010727, -1.045045",\
|
|
"-2.644318, -2.516575, -2.372483, -2.133094, -1.167412",\
|
|
"-2.770614, -2.642870, -2.498779, -2.259389, -1.293708",\
|
|
"-2.970832, -2.843089, -2.698997, -2.459608, -1.493926",\
|
|
"-3.796309, -3.668566, -3.524474, -3.285085, -2.319403");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[29]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.261747, 1.196593, 1.163372, 1.164116, 1.172511",\
|
|
"1.337553, 1.272398, 1.239177, 1.239922, 1.248317",\
|
|
"1.377950, 1.312795, 1.279574, 1.280319, 1.288714",\
|
|
"1.414972, 1.349818, 1.316597, 1.317341, 1.325736",\
|
|
"1.567550, 1.502395, 1.469174, 1.469919, 1.478314");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.104811, 2.039656, 2.006435, 2.007180, 2.015575",\
|
|
"2.227178, 2.162023, 2.128802, 2.129547, 2.137942",\
|
|
"2.353474, 2.288319, 2.255098, 2.255843, 2.264238",\
|
|
"2.553692, 2.488537, 2.455316, 2.456061, 2.464456",\
|
|
"3.379168, 3.314013, 3.280792, 3.281537, 3.289932");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.968229, -0.839421, -0.720417, -0.523431, 0.283095",\
|
|
"-1.044035, -0.915227, -0.796223, -0.599236, 0.207290",\
|
|
"-1.084432, -0.955624, -0.836620, -0.639633, 0.166893",\
|
|
"-1.121454, -0.992646, -0.873642, -0.676656, 0.129871",\
|
|
"-1.274032, -1.145224, -1.026220, -0.829233, -0.022707");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.644781, -1.515973, -1.396969, -1.199983, -0.393456",\
|
|
"-1.767148, -1.638340, -1.519336, -1.322349, -0.515823",\
|
|
"-1.893444, -1.764636, -1.645632, -1.448645, -0.642119",\
|
|
"-2.093662, -1.964854, -1.845850, -1.648863, -0.842337",\
|
|
"-2.919138, -2.790330, -2.671326, -2.474340, -1.667814");
|
|
}
|
|
|
|
} /* 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.006130 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.821849, 0.711541, 0.590473, 0.403158, -0.342127",\
|
|
"0.921034, 0.810725, 0.689657, 0.502342, -0.242943",\
|
|
"1.001228, 0.890919, 0.769851, 0.582536, -0.162749",\
|
|
"1.106641, 0.996332, 0.875264, 0.687949, -0.057336",\
|
|
"1.541074, 1.430765, 1.309698, 1.122383, 0.377097");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.978330, 1.868021, 1.746954, 1.559639, 0.814353",\
|
|
"2.104823, 1.994514, 1.873447, 1.686132, 0.940847",\
|
|
"2.237029, 2.126720, 2.005652, 1.818337, 1.073052",\
|
|
"2.446645, 2.336336, 2.215269, 2.027954, 1.282668",\
|
|
"3.310470, 3.200161, 3.079093, 2.891778, 2.146493");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.661781, -0.534037, -0.389931, -0.150501, 0.815789",\
|
|
"-0.760965, -0.633221, -0.489115, -0.249685, 0.716605",\
|
|
"-0.841160, -0.713415, -0.569309, -0.329879, 0.636411",\
|
|
"-0.946572, -0.818828, -0.674722, -0.435292, 0.530998",\
|
|
"-1.381006, -1.253262, -1.109155, -0.869726, 0.096564");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.616977, -1.489233, -1.345127, -1.105697, -0.139407",\
|
|
"-1.743470, -1.615726, -1.471620, -1.232190, -0.265900",\
|
|
"-1.875676, -1.747932, -1.603825, -1.364396, -0.398106",\
|
|
"-2.085292, -1.957548, -1.813442, -1.574012, -0.607722",\
|
|
"-2.949117, -2.821373, -2.677267, -2.437837, -1.471547");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[28]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.704991, 0.639837, 0.606613, 0.607355, 0.615718",\
|
|
"0.804176, 0.739021, 0.705798, 0.706540, 0.714903",\
|
|
"0.884370, 0.819215, 0.785992, 0.786734, 0.795097",\
|
|
"0.989783, 0.924628, 0.891405, 0.892147, 0.900510",\
|
|
"1.424216, 1.359062, 1.325838, 1.326580, 1.334943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.543597, 1.478442, 1.445219, 1.445961, 1.454324",\
|
|
"1.670090, 1.604936, 1.571712, 1.572454, 1.580817",\
|
|
"1.802296, 1.737141, 1.703918, 1.704660, 1.713023",\
|
|
"2.011912, 1.946757, 1.913534, 1.914276, 1.922639",\
|
|
"2.875736, 2.810582, 2.777358, 2.778100, 2.786463");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.559421, -0.430613, -0.311609, -0.114623, 0.691904",\
|
|
"-0.658606, -0.529797, -0.410793, -0.213807, 0.592720",\
|
|
"-0.738800, -0.609992, -0.490988, -0.294001, 0.512525",\
|
|
"-0.844213, -0.715405, -0.596401, -0.399414, 0.407112",\
|
|
"-1.278646, -1.149838, -1.030834, -0.833847, -0.027321");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.193824, -1.065016, -0.946012, -0.749025, 0.057501",\
|
|
"-1.320317, -1.191509, -1.072505, -0.875519, -0.068992",\
|
|
"-1.452523, -1.323715, -1.204711, -1.007724, -0.201198",\
|
|
"-1.662139, -1.533331, -1.414327, -1.217340, -0.410814",\
|
|
"-2.525964, -2.397156, -2.278152, -2.081165, -1.274639");
|
|
}
|
|
|
|
} /* 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.006020 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.363670, 1.253362, 1.132300, 0.944914, 0.200238",\
|
|
"1.463011, 1.352703, 1.231641, 1.044255, 0.299579",\
|
|
"1.542927, 1.432620, 1.311557, 1.124172, 0.379495",\
|
|
"1.648303, 1.537995, 1.416933, 1.229547, 0.484870",\
|
|
"2.080899, 1.970591, 1.849529, 1.662143, 0.917467");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.434356, 2.324049, 2.202987, 2.015601, 1.270924",\
|
|
"2.563725, 2.453417, 2.332355, 2.144969, 1.400293",\
|
|
"2.695549, 2.585242, 2.464180, 2.276794, 1.532117",\
|
|
"2.905225, 2.794917, 2.673855, 2.486469, 1.741792",\
|
|
"3.769130, 3.658822, 3.537760, 3.350374, 2.605697");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.217893, -1.090150, -0.946058, -0.706669, 0.259012",\
|
|
"-1.317234, -1.189491, -1.045399, -0.806010, 0.159671",\
|
|
"-1.397151, -1.269407, -1.125316, -0.885926, 0.079755",\
|
|
"-1.502526, -1.374783, -1.230691, -0.991302, -0.025620",\
|
|
"-1.935122, -1.807379, -1.663287, -1.423898, -0.458217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.241310, -2.113566, -1.969474, -1.730085, -0.764404",\
|
|
"-2.370677, -2.242934, -2.098842, -1.859453, -0.893771",\
|
|
"-2.502501, -2.374758, -2.230666, -1.991277, -1.025596",\
|
|
"-2.712177, -2.584434, -2.440341, -2.200953, -1.235271",\
|
|
"-3.576083, -3.448339, -3.304247, -3.064858, -2.099177");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[27]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.766344, 0.701189, 0.667968, 0.668713, 0.677108",\
|
|
"0.865685, 0.800530, 0.767309, 0.768054, 0.776449",\
|
|
"0.945602, 0.880447, 0.847226, 0.847970, 0.856366",\
|
|
"1.050977, 0.985822, 0.952601, 0.953346, 0.961741",\
|
|
"1.483573, 1.418418, 1.385197, 1.385942, 1.394337");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.543694, 1.478539, 1.445318, 1.446063, 1.454458",\
|
|
"1.673062, 1.607907, 1.574686, 1.575431, 1.583826",\
|
|
"1.804887, 1.739732, 1.706511, 1.707256, 1.715651",\
|
|
"2.014562, 1.949407, 1.916186, 1.916931, 1.925326",\
|
|
"2.878467, 2.813313, 2.780092, 2.780836, 2.789231");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.613678, -0.484870, -0.365866, -0.168879, 0.637647",\
|
|
"-0.713019, -0.584211, -0.465207, -0.268220, 0.538306",\
|
|
"-0.792935, -0.664127, -0.545123, -0.348137, 0.458390",\
|
|
"-0.898311, -0.769503, -0.650499, -0.453512, 0.353014",\
|
|
"-1.330907, -1.202099, -1.083095, -0.886108, -0.079582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.339881, -1.211073, -1.092069, -0.895082, -0.088556",\
|
|
"-1.469249, -1.340441, -1.221437, -1.024450, -0.217924",\
|
|
"-1.601074, -1.472265, -1.353261, -1.156275, -0.349748",\
|
|
"-1.810749, -1.681941, -1.562937, -1.365950, -0.559424",\
|
|
"-2.674654, -2.545846, -2.426842, -2.229856, -1.423329");
|
|
}
|
|
|
|
} /* 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.004712 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.614623, 1.504315, 1.383253, 1.195867, 0.451191",\
|
|
"1.706184, 1.595877, 1.474815, 1.287429, 0.542753",\
|
|
"1.764980, 1.654672, 1.533610, 1.346224, 0.601548",\
|
|
"1.835325, 1.725018, 1.603956, 1.416570, 0.671893",\
|
|
"2.125236, 2.014928, 1.893866, 1.706480, 0.961804");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.400233, 2.289925, 2.168863, 1.981477, 1.236801",\
|
|
"2.527802, 2.417494, 2.296432, 2.109046, 1.364370",\
|
|
"2.654582, 2.544274, 2.423212, 2.235826, 1.491150",\
|
|
"2.854086, 2.743778, 2.622716, 2.435330, 1.690654",\
|
|
"3.676333, 3.566025, 3.444963, 3.257577, 2.512901");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.961913, -0.834170, -0.690078, -0.450689, 0.514992",\
|
|
"-1.053475, -0.925732, -0.781640, -0.542251, 0.423431",\
|
|
"-1.112270, -0.984527, -0.840435, -0.601046, 0.364635",\
|
|
"-1.182616, -1.054872, -0.910780, -0.671391, 0.294290",\
|
|
"-1.472526, -1.344782, -1.200691, -0.961301, 0.004380");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.942135, -1.814392, -1.670300, -1.430911, -0.465230",\
|
|
"-2.069704, -1.941961, -1.797869, -1.558480, -0.592798",\
|
|
"-2.196484, -2.068741, -1.924649, -1.685260, -0.719579",\
|
|
"-2.395988, -2.268245, -2.124153, -1.884764, -0.919083",\
|
|
"-3.218235, -3.090492, -2.946400, -2.707011, -1.741330");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[26]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.544721, 1.479567, 1.446345, 1.447090, 1.455486",\
|
|
"1.636283, 1.571128, 1.537907, 1.538652, 1.547047",\
|
|
"1.695078, 1.629924, 1.596702, 1.597447, 1.605843",\
|
|
"1.765424, 1.700269, 1.667048, 1.667793, 1.676188",\
|
|
"2.055334, 1.990179, 1.956958, 1.957703, 1.966098");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.023952, 1.958797, 1.925576, 1.926321, 1.934716",\
|
|
"2.151520, 2.086366, 2.053144, 2.053890, 2.062285",\
|
|
"2.278301, 2.213146, 2.179924, 2.180670, 2.189065",\
|
|
"2.477805, 2.412650, 2.379429, 2.380174, 2.388569",\
|
|
"3.300052, 3.234897, 3.201676, 3.202421, 3.210816");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.807523, -0.678712, -0.559676, -0.362512, 0.444365",\
|
|
"-0.899085, -0.770274, -0.651238, -0.454074, 0.352803",\
|
|
"-0.957880, -0.829069, -0.710033, -0.512869, 0.294008",\
|
|
"-1.028226, -0.899415, -0.780379, -0.583214, 0.223662",\
|
|
"-1.318136, -1.189325, -1.070289, -0.873124, -0.066248");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.470336, -1.341524, -1.222489, -1.025324, -0.218447",\
|
|
"-1.597904, -1.469093, -1.350057, -1.152893, -0.346016",\
|
|
"-1.724684, -1.595873, -1.476837, -1.279673, -0.472796",\
|
|
"-1.924189, -1.795377, -1.676342, -1.479177, -0.672300",\
|
|
"-2.746436, -2.617624, -2.498589, -2.301424, -1.494547");
|
|
}
|
|
|
|
} /* 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.004686 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.395595, 1.285287, 1.164225, 0.976839, 0.232163",\
|
|
"1.485031, 1.374724, 1.253662, 1.066276, 0.321599",\
|
|
"1.543335, 1.433028, 1.311965, 1.124580, 0.379903",\
|
|
"1.612295, 1.501988, 1.380926, 1.193540, 0.448863",\
|
|
"1.896498, 1.786190, 1.665128, 1.477742, 0.733066");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.465395, 2.355088, 2.234025, 2.046640, 1.301963",\
|
|
"2.589944, 2.479636, 2.358574, 2.171189, 1.426512",\
|
|
"2.717300, 2.606992, 2.485930, 2.298545, 1.553868",\
|
|
"2.918140, 2.807832, 2.686770, 2.499384, 1.754708",\
|
|
"3.745853, 3.635545, 3.514483, 3.327097, 2.582421");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.301292, -1.173548, -1.029456, -0.790067, 0.175614",\
|
|
"-1.390728, -1.262985, -1.118893, -0.879504, 0.086178",\
|
|
"-1.449032, -1.321289, -1.177197, -0.937808, 0.027874",\
|
|
"-1.517992, -1.390249, -1.246157, -1.006768, -0.041086",\
|
|
"-1.802194, -1.674451, -1.530359, -1.290970, -0.325289");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.225589, -2.097845, -1.953753, -1.714364, -0.748683",\
|
|
"-2.350137, -2.222394, -2.078302, -1.838913, -0.873232",\
|
|
"-2.477493, -2.349750, -2.205658, -1.966269, -1.000587",\
|
|
"-2.678333, -2.550590, -2.406498, -2.167109, -1.201427",\
|
|
"-3.506046, -3.378303, -3.234211, -2.994822, -2.029140");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[25]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.855283, 0.790129, 0.756908, 0.757652, 0.766048",\
|
|
"0.944720, 0.879565, 0.846344, 0.847089, 0.855484",\
|
|
"1.003024, 0.937869, 0.904648, 0.905393, 0.913788",\
|
|
"1.071984, 1.006829, 0.973608, 0.974353, 0.982748",\
|
|
"1.356187, 1.291032, 1.257811, 1.258556, 1.266951");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.624427, 1.559273, 1.526052, 1.526796, 1.535192",\
|
|
"1.748976, 1.683822, 1.650600, 1.651345, 1.659740",\
|
|
"1.876332, 1.811177, 1.777956, 1.778701, 1.787096",\
|
|
"2.077171, 2.012017, 1.978796, 1.979540, 1.987936",\
|
|
"2.904885, 2.839730, 2.806509, 2.807254, 2.815649");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.675908, -0.547097, -0.428061, -0.230896, 0.575980",\
|
|
"-0.765345, -0.636533, -0.517498, -0.320333, 0.486544",\
|
|
"-0.823648, -0.694837, -0.575801, -0.378637, 0.428240",\
|
|
"-0.892609, -0.763797, -0.644762, -0.447597, 0.359280",\
|
|
"-1.176811, -1.048000, -0.928964, -0.731799, 0.075077");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.289819, -1.161008, -1.041972, -0.844807, -0.037931",\
|
|
"-1.414368, -1.285557, -1.166521, -0.969356, -0.162480",\
|
|
"-1.541723, -1.412912, -1.293876, -1.096712, -0.289835",\
|
|
"-1.742563, -1.613752, -1.494716, -1.297552, -0.490675",\
|
|
"-2.570277, -2.441465, -2.322430, -2.125265, -1.318388");
|
|
}
|
|
|
|
} /* 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.007104 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.994089, 0.883782, 0.762720, 0.575334, -0.169343",\
|
|
"1.080415, 0.970107, 0.849045, 0.661659, -0.083017",\
|
|
"1.137494, 1.027186, 0.906124, 0.718738, -0.025938",\
|
|
"1.206348, 1.096040, 0.974978, 0.787592, 0.042916",\
|
|
"1.490105, 1.379797, 1.258735, 1.071350, 0.326673");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.630449, 1.520142, 1.399080, 1.211694, 0.467017",\
|
|
"1.747814, 1.637506, 1.516444, 1.329058, 0.584382",\
|
|
"1.848777, 1.738469, 1.617407, 1.430021, 0.685345",\
|
|
"2.005288, 1.894980, 1.773918, 1.586533, 0.841856",\
|
|
"2.651920, 2.541612, 2.420550, 2.233164, 1.488488");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.861384, -0.733641, -0.589549, -0.350160, 0.615521",\
|
|
"-0.947710, -0.819967, -0.675875, -0.436486, 0.529196",\
|
|
"-1.004789, -0.877045, -0.732954, -0.493564, 0.472117",\
|
|
"-1.073643, -0.945900, -0.801808, -0.562419, 0.403262",\
|
|
"-1.357401, -1.229657, -1.085566, -0.846176, 0.119505");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.423478, -1.295735, -1.151643, -0.912254, 0.053428",\
|
|
"-1.540843, -1.413099, -1.269007, -1.029618, -0.063937",\
|
|
"-1.641805, -1.514062, -1.369970, -1.130581, -0.164900",\
|
|
"-1.798317, -1.670574, -1.526482, -1.287093, -0.321411",\
|
|
"-2.444949, -2.317205, -2.173114, -1.933725, -0.968043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[24]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.028051, 0.962896, 0.929675, 0.930420, 0.938815",\
|
|
"1.114376, 1.049222, 1.016001, 1.016745, 1.025141",\
|
|
"1.171455, 1.106300, 1.073079, 1.073824, 1.082219",\
|
|
"1.240310, 1.175155, 1.141934, 1.142678, 1.151074",\
|
|
"1.524067, 1.458912, 1.425691, 1.426436, 1.434831");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.631298, 1.566144, 1.532923, 1.533667, 1.542062",\
|
|
"1.748663, 1.683508, 1.650287, 1.651032, 1.659427",\
|
|
"1.849626, 1.784471, 1.751250, 1.751995, 1.760390",\
|
|
"2.006137, 1.940983, 1.907762, 1.908506, 1.916901",\
|
|
"2.652769, 2.587614, 2.554393, 2.555138, 2.563533");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.862977, -0.734166, -0.615137, -0.417990, 0.388822",\
|
|
"-0.949303, -0.820492, -0.701463, -0.504316, 0.302496",\
|
|
"-1.006381, -0.877570, -0.758542, -0.561394, 0.245417",\
|
|
"-1.075236, -0.946425, -0.827396, -0.630249, 0.176563",\
|
|
"-1.358993, -1.230182, -1.111154, -0.914006, -0.107195");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.385283, -1.256472, -1.137444, -0.940296, -0.133485",\
|
|
"-1.502648, -1.373837, -1.254808, -1.057661, -0.250849",\
|
|
"-1.603611, -1.474800, -1.355771, -1.158624, -0.351812",\
|
|
"-1.760122, -1.631311, -1.512283, -1.315135, -0.508324",\
|
|
"-2.406754, -2.277943, -2.158915, -1.961767, -1.154956");
|
|
}
|
|
|
|
} /* 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.005438 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.535101, 1.424793, 1.303731, 1.116345, 0.371669",\
|
|
"1.624280, 1.513972, 1.392910, 1.205524, 0.460847",\
|
|
"1.683137, 1.572829, 1.451767, 1.264381, 0.519705",\
|
|
"1.753242, 1.642934, 1.521872, 1.334486, 0.589810",\
|
|
"2.042396, 1.932089, 1.811027, 1.623641, 0.878964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.250279, 3.139971, 3.018909, 2.831524, 2.086847",\
|
|
"3.374860, 3.264553, 3.143491, 2.956105, 2.211428",\
|
|
"3.501918, 3.391610, 3.270548, 3.083162, 2.338486",\
|
|
"3.701662, 3.591354, 3.470292, 3.282907, 2.538230",\
|
|
"4.524847, 4.414539, 4.293477, 4.106091, 3.361414");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.367827, -1.240084, -1.095992, -0.856603, 0.109079",\
|
|
"-1.457006, -1.329262, -1.185170, -0.945781, 0.019900",\
|
|
"-1.515863, -1.388120, -1.244028, -1.004639, -0.038957",\
|
|
"-1.585968, -1.458225, -1.314133, -1.074744, -0.109062",\
|
|
"-1.875122, -1.747379, -1.603287, -1.363898, -0.398217");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.538252, -2.410508, -2.266417, -2.027027, -1.061346",\
|
|
"-2.662832, -2.535089, -2.390997, -2.151608, -1.185927",\
|
|
"-2.789890, -2.662147, -2.518055, -2.278666, -1.312985",\
|
|
"-2.989635, -2.861892, -2.717800, -2.478410, -1.512729",\
|
|
"-3.812819, -3.685076, -3.540984, -3.301594, -2.335913");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[23]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.984132, 0.918977, 0.885756, 0.886501, 0.894896",\
|
|
"1.073310, 1.008155, 0.974934, 0.975679, 0.984074",\
|
|
"1.132168, 1.067013, 1.033792, 1.034537, 1.042932",\
|
|
"1.202272, 1.137118, 1.103897, 1.104641, 1.113037",\
|
|
"1.491427, 1.426272, 1.393051, 1.393796, 1.402191");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.403105, 2.337950, 2.304729, 2.305474, 2.313869",\
|
|
"2.527686, 2.462531, 2.429310, 2.430055, 2.438450",\
|
|
"2.654743, 2.589588, 2.556367, 2.557112, 2.565507",\
|
|
"2.854488, 2.789333, 2.756112, 2.756857, 2.765252",\
|
|
"3.677671, 3.612516, 3.579295, 3.580040, 3.588435");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.779094, -0.650286, -0.531282, -0.334295, 0.472231",\
|
|
"-0.868272, -0.739464, -0.620460, -0.423473, 0.383053",\
|
|
"-0.927130, -0.798321, -0.679317, -0.482331, 0.324196",\
|
|
"-0.997234, -0.868426, -0.749422, -0.552436, 0.254091",\
|
|
"-1.286389, -1.157581, -1.038577, -0.841590, -0.035064");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.648222, -1.519414, -1.400410, -1.203423, -0.396897",\
|
|
"-1.772803, -1.643995, -1.524991, -1.328004, -0.521478",\
|
|
"-1.899860, -1.771052, -1.652048, -1.455062, -0.648535",\
|
|
"-2.099605, -1.970797, -1.851793, -1.654806, -0.848280",\
|
|
"-2.922789, -2.793981, -2.674977, -2.477990, -1.671464");
|
|
}
|
|
|
|
} /* 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.005275 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.606941, 1.496633, 1.375571, 1.188185, 0.443509",\
|
|
"1.706151, 1.595843, 1.474781, 1.287395, 0.542719",\
|
|
"1.786135, 1.675827, 1.554765, 1.367379, 0.622703",\
|
|
"1.891176, 1.780868, 1.659806, 1.472421, 0.727744",\
|
|
"2.327465, 2.217157, 2.096095, 1.908710, 1.164033");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.948323, 2.838016, 2.716953, 2.529568, 1.784891",\
|
|
"3.074809, 2.964501, 2.843439, 2.656053, 1.911376",\
|
|
"3.207317, 3.097009, 2.975947, 2.788561, 2.043885",\
|
|
"3.423101, 3.312793, 3.191731, 3.004345, 2.259669",\
|
|
"4.288827, 4.178519, 4.057457, 3.870071, 3.125395");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.390941, -1.263198, -1.119106, -0.879717, 0.085965",\
|
|
"-1.490151, -1.362408, -1.218316, -0.978927, -0.013245",\
|
|
"-1.570135, -1.442392, -1.298300, -1.058911, -0.093230",\
|
|
"-1.675176, -1.547433, -1.403341, -1.163952, -0.198270",\
|
|
"-2.111465, -1.983722, -1.839630, -1.600241, -0.634560");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.713564, -2.585821, -2.441729, -2.202340, -1.236658",\
|
|
"-2.840049, -2.712306, -2.568214, -2.328825, -1.363144",\
|
|
"-2.972558, -2.844815, -2.700723, -2.461334, -1.495652",\
|
|
"-3.188342, -3.060599, -2.916507, -2.677118, -1.711436",\
|
|
"-4.054069, -3.926326, -3.782234, -3.542845, -2.577163");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[22]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.038340, 0.973185, 0.939964, 0.940709, 0.949104",\
|
|
"1.137550, 1.072396, 1.039174, 1.039919, 1.048314",\
|
|
"1.217534, 1.152380, 1.119159, 1.119903, 1.128299",\
|
|
"1.322576, 1.257421, 1.224200, 1.224945, 1.233340",\
|
|
"1.758865, 1.693710, 1.660489, 1.661234, 1.669629");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.080183, 2.015028, 1.981807, 1.982552, 1.990947",\
|
|
"2.206668, 2.141514, 2.108293, 2.109037, 2.117433",\
|
|
"2.339177, 2.274022, 2.240801, 2.241546, 2.249941",\
|
|
"2.554961, 2.489806, 2.456585, 2.457330, 2.465725",\
|
|
"3.420687, 3.355533, 3.322312, 3.323056, 3.331452");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.808892, -0.680084, -0.561080, -0.364093, 0.442434",\
|
|
"-0.908102, -0.779294, -0.660290, -0.463303, 0.343224",\
|
|
"-0.988086, -0.859278, -0.740274, -0.543287, 0.263240",\
|
|
"-1.093127, -0.964319, -0.845315, -0.648328, 0.158198",\
|
|
"-1.529416, -1.400608, -1.281604, -1.084617, -0.278091");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.830183, -1.701375, -1.582371, -1.385384, -0.578858",\
|
|
"-1.956668, -1.827860, -1.708856, -1.511870, -0.705343",\
|
|
"-2.089177, -1.960369, -1.841365, -1.644378, -0.837852",\
|
|
"-2.304961, -2.176153, -2.057149, -1.860162, -1.053636",\
|
|
"-3.170688, -3.041880, -2.922875, -2.725889, -1.919362");
|
|
}
|
|
|
|
} /* 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.005340 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.287741, 1.177433, 1.056371, 0.868985, 0.124309",\
|
|
"1.376138, 1.265830, 1.144768, 0.957382, 0.212706",\
|
|
"1.433368, 1.323060, 1.201998, 1.014612, 0.269936",\
|
|
"1.502461, 1.392153, 1.271091, 1.083705, 0.339029",\
|
|
"1.787210, 1.676902, 1.555840, 1.368454, 0.623778");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.218812, 2.108505, 1.987443, 1.800057, 1.055380",\
|
|
"2.337286, 2.226978, 2.105916, 1.918530, 1.173854",\
|
|
"2.438643, 2.328336, 2.207273, 2.019888, 1.275211",\
|
|
"2.596471, 2.486164, 2.365102, 2.177716, 1.433039",\
|
|
"3.246922, 3.136614, 3.015552, 2.828166, 2.083489");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.157415, -1.029671, -0.885580, -0.646190, 0.319491",\
|
|
"-1.245811, -1.118068, -0.973976, -0.734587, 0.231094",\
|
|
"-1.303042, -1.175299, -1.031207, -0.791818, 0.173864",\
|
|
"-1.372135, -1.244392, -1.100300, -0.860911, 0.104771",\
|
|
"-1.656884, -1.529141, -1.385049, -1.145660, -0.179978");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.105736, -1.977993, -1.833901, -1.594512, -0.628831",\
|
|
"-2.224210, -2.096466, -1.952374, -1.712985, -0.747304",\
|
|
"-2.325567, -2.197824, -2.053732, -1.814343, -0.848661",\
|
|
"-2.483395, -2.355652, -2.211560, -1.972171, -1.006489",\
|
|
"-3.133845, -3.006102, -2.862010, -2.622621, -1.656939");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[21]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.703953, 0.638798, 0.605577, 0.606322, 0.614717",\
|
|
"0.792350, 0.727195, 0.693974, 0.694719, 0.703114",\
|
|
"0.849580, 0.784425, 0.751204, 0.751949, 0.760344",\
|
|
"0.918673, 0.853518, 0.820297, 0.821042, 0.829437",\
|
|
"1.203422, 1.138267, 1.105046, 1.105791, 1.114186");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.335877, 1.270723, 1.237501, 1.238246, 1.246641",\
|
|
"1.454350, 1.389196, 1.355974, 1.356719, 1.365114",\
|
|
"1.555708, 1.490553, 1.457332, 1.458077, 1.466472",\
|
|
"1.713536, 1.648381, 1.615160, 1.615905, 1.624300",\
|
|
"2.363986, 2.298832, 2.265611, 2.266356, 2.274751");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.581176, -0.452367, -0.333363, -0.136377, 0.670149",\
|
|
"-0.669572, -0.540764, -0.421760, -0.224774, 0.581753",\
|
|
"-0.726803, -0.597995, -0.478991, -0.282004, 0.524522",\
|
|
"-0.795896, -0.667088, -0.548084, -0.351097, 0.455429",\
|
|
"-1.080645, -0.951837, -0.832833, -0.635846, 0.170680");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.228780, -1.099972, -0.980968, -0.783982, 0.022545",\
|
|
"-1.347254, -1.218446, -1.099442, -0.902455, -0.095929",\
|
|
"-1.448611, -1.319803, -1.200799, -1.003813, -0.197286",\
|
|
"-1.606439, -1.477631, -1.358627, -1.161640, -0.355114",\
|
|
"-2.256890, -2.128082, -2.009078, -1.812091, -1.005565");
|
|
}
|
|
|
|
} /* 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.004658 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.963030, 0.852721, 0.731654, 0.544339, -0.200947",\
|
|
"1.052480, 0.942171, 0.821103, 0.633788, -0.111497",\
|
|
"1.110793, 1.000484, 0.879416, 0.692101, -0.053184",\
|
|
"1.179837, 1.069528, 0.948460, 0.761145, 0.015860",\
|
|
"1.464384, 1.354075, 1.233008, 1.045692, 0.300407");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.168334, 2.058026, 1.936958, 1.749643, 1.004358",\
|
|
"2.292864, 2.182556, 2.061488, 1.874173, 1.128888",\
|
|
"2.419941, 2.309633, 2.188565, 2.001250, 1.255965",\
|
|
"2.620203, 2.509894, 2.388827, 2.201512, 1.456227",\
|
|
"3.445534, 3.335225, 3.214158, 3.026843, 2.281557");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.773756, -0.646012, -0.501906, -0.262476, 0.703814",\
|
|
"-0.863206, -0.735461, -0.591355, -0.351925, 0.614365",\
|
|
"-0.921519, -0.793774, -0.649668, -0.410238, 0.556052",\
|
|
"-0.990563, -0.862818, -0.718712, -0.479282, 0.487008",\
|
|
"-1.275110, -1.147366, -1.003260, -0.763830, 0.202460");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.805937, -1.678192, -1.534086, -1.294656, -0.328366",\
|
|
"-1.930466, -1.802722, -1.658616, -1.419186, -0.452896",\
|
|
"-2.057544, -1.929800, -1.785694, -1.546264, -0.579974",\
|
|
"-2.257805, -2.130061, -1.985955, -1.746525, -0.780235",\
|
|
"-3.083135, -2.955391, -2.811285, -2.571855, -1.605565");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[20]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.846172, 0.781018, 0.747794, 0.748536, 0.756899",\
|
|
"0.935622, 0.870467, 0.837244, 0.837986, 0.846349",\
|
|
"0.993935, 0.928780, 0.895557, 0.896299, 0.904662",\
|
|
"1.062979, 0.997824, 0.964601, 0.965343, 0.973706",\
|
|
"1.347526, 1.282372, 1.249148, 1.249890, 1.258253");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.733600, 1.668446, 1.635222, 1.635964, 1.644327",\
|
|
"1.858130, 1.792976, 1.759752, 1.760494, 1.768857",\
|
|
"1.985207, 1.920053, 1.886829, 1.887571, 1.895934",\
|
|
"2.185469, 2.120314, 2.087090, 2.087833, 2.096196",\
|
|
"3.010799, 2.945645, 2.912421, 2.913163, 2.921526");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.671396, -0.542588, -0.423584, -0.226598, 0.579929",\
|
|
"-0.760846, -0.632038, -0.513034, -0.316047, 0.490479",\
|
|
"-0.819159, -0.690351, -0.571347, -0.374360, 0.432166",\
|
|
"-0.888203, -0.759395, -0.640391, -0.443404, 0.363122",\
|
|
"-1.172750, -1.043942, -0.924938, -0.727952, 0.078575");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.382782, -1.253974, -1.134970, -0.937984, -0.131457",\
|
|
"-1.507312, -1.378504, -1.259500, -1.062514, -0.255987",\
|
|
"-1.634390, -1.505582, -1.386578, -1.189591, -0.383065",\
|
|
"-1.834650, -1.705842, -1.586838, -1.389852, -0.583325",\
|
|
"-2.659981, -2.531173, -2.412169, -2.215182, -1.408656");
|
|
}
|
|
|
|
} /* 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.003855 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.464865, 1.354558, 1.233495, 1.046110, 0.301433",\
|
|
"1.554160, 1.443852, 1.322790, 1.135404, 0.390728",\
|
|
"1.612966, 1.502658, 1.381596, 1.194210, 0.449534",\
|
|
"1.683258, 1.572951, 1.451888, 1.264503, 0.519826",\
|
|
"1.972951, 1.862644, 1.741582, 1.554196, 0.809519");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.670382, 2.560075, 2.439013, 2.251627, 1.506950",\
|
|
"2.797891, 2.687584, 2.566522, 2.379136, 1.634459",\
|
|
"2.924996, 2.814688, 2.693626, 2.506240, 1.761564",\
|
|
"3.125215, 3.014908, 2.893846, 2.706460, 1.961783",\
|
|
"3.950213, 3.839906, 3.718843, 3.531458, 2.786781");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.347969, -1.220226, -1.076134, -0.836745, 0.128937",\
|
|
"-1.437264, -1.309521, -1.165429, -0.926040, 0.039642",\
|
|
"-1.496070, -1.368326, -1.224234, -0.984845, -0.019164",\
|
|
"-1.566362, -1.438619, -1.294527, -1.055138, -0.089456",\
|
|
"-1.856055, -1.728312, -1.584220, -1.344831, -0.379149");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.497487, -2.369743, -2.225651, -1.986262, -1.020581",\
|
|
"-2.624996, -2.497253, -2.353161, -2.113772, -1.148090",\
|
|
"-2.752100, -2.624357, -2.480265, -2.240876, -1.275194",\
|
|
"-2.952320, -2.824577, -2.680485, -2.441096, -1.475414",\
|
|
"-3.777318, -3.649575, -3.505483, -3.266094, -2.300412");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[19]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.867611, 0.802457, 0.769235, 0.769980, 0.778375",\
|
|
"0.956906, 0.891751, 0.858530, 0.859275, 0.867670",\
|
|
"1.015712, 0.950557, 0.917336, 0.918081, 0.926476",\
|
|
"1.086005, 1.020850, 0.987629, 0.988374, 0.996769",\
|
|
"1.375698, 1.310543, 1.277322, 1.278067, 1.286462");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.779724, 1.714570, 1.681349, 1.682093, 1.690488",\
|
|
"1.907233, 1.842079, 1.808858, 1.809602, 1.817998",\
|
|
"2.034338, 1.969183, 1.935962, 1.936707, 1.945102",\
|
|
"2.234557, 2.169403, 2.136182, 2.136926, 2.145321",\
|
|
"3.059556, 2.994401, 2.961180, 2.961925, 2.970320");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.743867, -0.615059, -0.496055, -0.299069, 0.507458",\
|
|
"-0.833162, -0.704354, -0.585350, -0.388363, 0.418163",\
|
|
"-0.891968, -0.763160, -0.644156, -0.447169, 0.359357",\
|
|
"-0.962261, -0.833453, -0.714449, -0.517462, 0.289065",\
|
|
"-1.251954, -1.123146, -1.004142, -0.807155, -0.000628");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.596064, -1.467256, -1.348252, -1.151265, -0.344738",\
|
|
"-1.723573, -1.594765, -1.475761, -1.278774, -0.472248",\
|
|
"-1.850677, -1.721869, -1.602865, -1.405878, -0.599352",\
|
|
"-2.050897, -1.922089, -1.803085, -1.606098, -0.799572",\
|
|
"-2.875895, -2.747087, -2.628083, -2.431096, -1.624570");
|
|
}
|
|
|
|
} /* 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.005944 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.144278, 1.033971, 0.912908, 0.725523, -0.019154",\
|
|
"1.243459, 1.133151, 1.012089, 0.824703, 0.080027",\
|
|
"1.323421, 1.213113, 1.092051, 0.904665, 0.159989",\
|
|
"1.427975, 1.317667, 1.196605, 1.009220, 0.264543",\
|
|
"1.858673, 1.748365, 1.627303, 1.439917, 0.695241");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.231866, 2.121559, 2.000497, 1.813111, 1.068434",\
|
|
"2.358331, 2.248024, 2.126961, 1.939576, 1.194899",\
|
|
"2.491409, 2.381101, 2.260039, 2.072653, 1.327977",\
|
|
"2.702427, 2.592120, 2.471058, 2.283672, 1.538996",\
|
|
"3.572230, 3.461922, 3.340860, 3.153474, 2.408798");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.877755, -0.750012, -0.605920, -0.366531, 0.599150",\
|
|
"-0.976936, -0.849192, -0.705100, -0.465711, 0.499970",\
|
|
"-1.056897, -0.929154, -0.785062, -0.545673, 0.420008",\
|
|
"-1.161452, -1.033709, -0.889617, -0.650228, 0.315454",\
|
|
"-1.592150, -1.464406, -1.320315, -1.080925, -0.115244");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.919294, -1.791551, -1.647459, -1.408070, -0.442389",\
|
|
"-2.045759, -1.918016, -1.773924, -1.534535, -0.568853",\
|
|
"-2.178836, -2.051093, -1.907001, -1.667612, -0.701931",\
|
|
"-2.389855, -2.262112, -2.118020, -1.878631, -0.912950",\
|
|
"-3.259657, -3.131914, -2.987822, -2.748433, -1.782752");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[18]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.074377, 1.009222, 0.976001, 0.976746, 0.985141",\
|
|
"1.173557, 1.108402, 1.075181, 1.075926, 1.084321",\
|
|
"1.253519, 1.188364, 1.155143, 1.155888, 1.164283",\
|
|
"1.358073, 1.292918, 1.259697, 1.260442, 1.268837",\
|
|
"1.788772, 1.723617, 1.690396, 1.691141, 1.699536");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.855585, 1.790430, 1.757209, 1.757954, 1.766349",\
|
|
"1.982050, 1.916895, 1.883674, 1.884419, 1.892814",\
|
|
"2.115127, 2.049972, 2.016751, 2.017496, 2.025891",\
|
|
"2.326146, 2.260991, 2.227770, 2.228515, 2.236910",\
|
|
"3.195948, 3.130794, 3.097572, 3.098317, 3.106713");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.723366, -0.594554, -0.475518, -0.278354, 0.528523",\
|
|
"-0.822546, -0.693734, -0.574699, -0.377534, 0.429343",\
|
|
"-0.902508, -0.773696, -0.654661, -0.457496, 0.349380",\
|
|
"-1.007062, -0.878251, -0.759215, -0.562051, 0.244826",\
|
|
"-1.437760, -1.308949, -1.189913, -0.992748, -0.185872");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.447495, -1.318683, -1.199647, -1.002483, -0.195606",\
|
|
"-1.573959, -1.445148, -1.326112, -1.128948, -0.322071",\
|
|
"-1.707037, -1.578225, -1.459190, -1.262025, -0.455148",\
|
|
"-1.918056, -1.789244, -1.670208, -1.473044, -0.666167",\
|
|
"-2.787858, -2.659046, -2.540011, -2.342846, -1.535969");
|
|
}
|
|
|
|
} /* 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.004018 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.598825, 1.488517, 1.367455, 1.180069, 0.435393",\
|
|
"1.688072, 1.577765, 1.456703, 1.269317, 0.524640",\
|
|
"1.746866, 1.636558, 1.515496, 1.328110, 0.583434",\
|
|
"1.816938, 1.706630, 1.585568, 1.398182, 0.653506",\
|
|
"2.105656, 1.995348, 1.874286, 1.686901, 0.942224");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.390858, 2.280550, 2.159488, 1.972102, 1.227426",\
|
|
"2.515443, 2.405135, 2.284073, 2.096687, 1.352011",\
|
|
"2.642370, 2.532062, 2.411000, 2.223614, 1.478938",\
|
|
"2.842077, 2.731769, 2.610707, 2.423321, 1.678645",\
|
|
"3.665032, 3.554725, 3.433663, 3.246277, 2.501600");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.412549, -1.284805, -1.140713, -0.901324, 0.064357",\
|
|
"-1.501796, -1.374053, -1.229961, -0.990572, -0.024890",\
|
|
"-1.560590, -1.432846, -1.288754, -1.049365, -0.083684",\
|
|
"-1.630661, -1.502918, -1.358826, -1.119437, -0.153756",\
|
|
"-1.919380, -1.791636, -1.647545, -1.408155, -0.442474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.206069, -2.078326, -1.934234, -1.694845, -0.729164",\
|
|
"-2.330654, -2.202910, -2.058819, -1.819430, -0.853748",\
|
|
"-2.457581, -2.329838, -2.185746, -1.946357, -0.980676",\
|
|
"-2.657288, -2.529545, -2.385453, -2.146064, -1.180383",\
|
|
"-3.480243, -3.352500, -3.208408, -2.969019, -2.003338");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[17]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.058717, 0.993563, 0.960342, 0.961086, 0.969482",\
|
|
"1.147965, 1.082810, 1.049589, 1.050334, 1.058729",\
|
|
"1.206758, 1.141604, 1.108383, 1.109128, 1.117522",\
|
|
"1.276830, 1.211675, 1.178454, 1.179199, 1.187594",\
|
|
"1.565549, 1.500394, 1.467173, 1.467917, 1.476313");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.549876, 1.484721, 1.451500, 1.452245, 1.460640",\
|
|
"1.674460, 1.609305, 1.576084, 1.576829, 1.585224",\
|
|
"1.801388, 1.736233, 1.703012, 1.703757, 1.712152",\
|
|
"2.001095, 1.935940, 1.902719, 1.903464, 1.911859",\
|
|
"2.824050, 2.758895, 2.725674, 2.726419, 2.734814");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.787204, -0.658393, -0.539357, -0.342193, 0.464684",\
|
|
"-0.876452, -0.747640, -0.628605, -0.431440, 0.375437",\
|
|
"-0.935245, -0.806434, -0.687398, -0.490234, 0.316643",\
|
|
"-1.005317, -0.876506, -0.757470, -0.560305, 0.246571",\
|
|
"-1.294035, -1.165224, -1.046188, -0.849024, -0.042147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.270278, -1.141467, -1.022431, -0.825266, -0.018390",\
|
|
"-1.394863, -1.266051, -1.147016, -0.949851, -0.142974",\
|
|
"-1.521790, -1.392979, -1.273943, -1.076778, -0.269902",\
|
|
"-1.721497, -1.592686, -1.473650, -1.276486, -0.469609",\
|
|
"-2.544452, -2.415641, -2.296605, -2.099441, -1.292564");
|
|
}
|
|
|
|
} /* 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.004328 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.076436, 0.966128, 0.845066, 0.657680, -0.086996",\
|
|
"1.162777, 1.052470, 0.931408, 0.744022, -0.000655",\
|
|
"1.219741, 1.109433, 0.988371, 0.800985, 0.056309",\
|
|
"1.288881, 1.178574, 1.057512, 0.870126, 0.125449",\
|
|
"1.573825, 1.463518, 1.342455, 1.155070, 0.410393");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.710753, 1.600445, 1.479383, 1.291997, 0.547321",\
|
|
"1.827980, 1.717672, 1.596610, 1.409224, 0.664548",\
|
|
"1.929844, 1.819536, 1.698474, 1.511088, 0.766412",\
|
|
"2.088287, 1.977979, 1.856917, 1.669531, 0.924855",\
|
|
"2.741117, 2.630810, 2.509748, 2.322362, 1.577685");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.943731, -0.815988, -0.671896, -0.432507, 0.533175",\
|
|
"-1.030073, -0.902329, -0.758238, -0.518848, 0.446833",\
|
|
"-1.087036, -0.959293, -0.815201, -0.575812, 0.389869",\
|
|
"-1.156177, -1.028433, -0.884341, -0.644952, 0.320729",\
|
|
"-1.441121, -1.313377, -1.169286, -0.929896, 0.035785");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.503781, -1.376038, -1.231946, -0.992557, -0.026876",\
|
|
"-1.621008, -1.493265, -1.349173, -1.109784, -0.144103",\
|
|
"-1.722872, -1.595129, -1.451037, -1.211648, -0.245967",\
|
|
"-1.881315, -1.753572, -1.609480, -1.370091, -0.404410",\
|
|
"-2.534147, -2.406403, -2.262311, -2.022922, -1.057241");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[16]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.110397, 1.045242, 1.012021, 1.012766, 1.021161",\
|
|
"1.196739, 1.131584, 1.098363, 1.099108, 1.107503",\
|
|
"1.253703, 1.188548, 1.155327, 1.156071, 1.164467",\
|
|
"1.322843, 1.257688, 1.224467, 1.225212, 1.233607",\
|
|
"1.607787, 1.542632, 1.509411, 1.510156, 1.518551");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.711602, 1.646447, 1.613226, 1.613971, 1.622366",\
|
|
"1.828829, 1.763674, 1.730453, 1.731198, 1.739593",\
|
|
"1.930693, 1.865538, 1.832317, 1.833062, 1.841457",\
|
|
"2.089136, 2.023981, 1.990760, 1.991505, 1.999900",\
|
|
"2.741966, 2.676812, 2.643591, 2.644335, 2.652730");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.945323, -0.816512, -0.697484, -0.500336, 0.306475",\
|
|
"-1.031665, -0.902854, -0.783826, -0.586678, 0.220133",\
|
|
"-1.088629, -0.959818, -0.840789, -0.643642, 0.163170",\
|
|
"-1.157769, -1.028958, -0.909929, -0.712782, 0.094030",\
|
|
"-1.442713, -1.313902, -1.194874, -0.997726, -0.190915");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.465587, -1.336776, -1.217747, -1.020600, -0.213788",\
|
|
"-1.582814, -1.454003, -1.334974, -1.137827, -0.331015",\
|
|
"-1.684678, -1.555867, -1.436838, -1.239691, -0.432879",\
|
|
"-1.843121, -1.714310, -1.595281, -1.398134, -0.591322",\
|
|
"-2.495952, -2.367141, -2.248112, -2.050965, -1.244153");
|
|
}
|
|
|
|
} /* 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.005126 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.600118, 1.489810, 1.368748, 1.181362, 0.436685",\
|
|
"1.699337, 1.589029, 1.467967, 1.280581, 0.535905",\
|
|
"1.779484, 1.669176, 1.548114, 1.360728, 0.616052",\
|
|
"1.884658, 1.774350, 1.653288, 1.465902, 0.721226",\
|
|
"2.323385, 2.213078, 2.092016, 1.904630, 1.159953");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "3.365276, 3.254969, 3.133907, 2.946521, 2.201844",\
|
|
"3.491865, 3.381557, 3.260495, 3.073109, 2.328433",\
|
|
"3.625351, 3.515043, 3.393981, 3.206595, 2.461919",\
|
|
"3.834630, 3.724323, 3.603261, 3.415875, 2.671198",\
|
|
"4.706557, 4.596250, 4.475187, 4.287802, 3.543125");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.475437, -1.347694, -1.203602, -0.964213, 0.001469",\
|
|
"-1.574657, -1.446913, -1.302822, -1.063432, -0.097751",\
|
|
"-1.654804, -1.527060, -1.382968, -1.143579, -0.177898",\
|
|
"-1.759978, -1.632234, -1.488142, -1.248753, -0.283072",\
|
|
"-2.198705, -2.070962, -1.926870, -1.687481, -0.721799");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.802985, -2.675242, -2.531150, -2.291761, -1.326080",\
|
|
"-2.929574, -2.801830, -2.657738, -2.418349, -1.452668",\
|
|
"-3.063144, -2.935400, -2.791309, -2.551919, -1.586238",\
|
|
"-3.273357, -3.145614, -3.001522, -2.762133, -1.796451",\
|
|
"-4.145283, -4.017540, -3.873448, -3.634059, -2.668377");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[15]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.049148, 0.983993, 0.950772, 0.951517, 0.959912",\
|
|
"1.148367, 1.083213, 1.049992, 1.050736, 1.059132",\
|
|
"1.228514, 1.163359, 1.130138, 1.130883, 1.139278",\
|
|
"1.333688, 1.268533, 1.235312, 1.236057, 1.244452",\
|
|
"1.772416, 1.707261, 1.674040, 1.674785, 1.683180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.518101, 2.452946, 2.419725, 2.420470, 2.428865",\
|
|
"2.644689, 2.579534, 2.546313, 2.547058, 2.555453",\
|
|
"2.778175, 2.713021, 2.679800, 2.680544, 2.688940",\
|
|
"2.987454, 2.922300, 2.889079, 2.889823, 2.898219",\
|
|
"3.859381, 3.794226, 3.761005, 3.761750, 3.770145");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.886703, -0.757895, -0.638891, -0.441905, 0.364622",\
|
|
"-0.985923, -0.857115, -0.738111, -0.541124, 0.265402",\
|
|
"-1.066070, -0.937262, -0.818258, -0.621271, 0.185255",\
|
|
"-1.171244, -1.042436, -0.923432, -0.726445, 0.080081",\
|
|
"-1.609972, -1.481164, -1.362159, -1.165173, -0.358647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.912955, -1.784147, -1.665143, -1.468156, -0.661630",\
|
|
"-2.039543, -1.910735, -1.791731, -1.594744, -0.788218",\
|
|
"-2.173113, -2.044305, -1.925301, -1.728314, -0.921788",\
|
|
"-2.383326, -2.254518, -2.135514, -1.938528, -1.132001",\
|
|
"-3.255253, -3.126445, -3.007441, -2.810454, -2.003928");
|
|
}
|
|
|
|
} /* 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.006236 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.612546, 1.502238, 1.381176, 1.193790, 0.449113",\
|
|
"1.698995, 1.588688, 1.467625, 1.280240, 0.535563",\
|
|
"1.756319, 1.646011, 1.524949, 1.337564, 0.592887",\
|
|
"1.825860, 1.715553, 1.594491, 1.407105, 0.662428",\
|
|
"2.112342, 2.002035, 1.880973, 1.693587, 0.948910");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.674437, 2.564129, 2.443067, 2.255682, 1.511005",\
|
|
"2.791807, 2.681499, 2.560437, 2.373052, 1.628375",\
|
|
"2.892671, 2.782363, 2.661301, 2.473916, 1.729239",\
|
|
"3.048982, 2.938674, 2.817612, 2.630226, 1.885550",\
|
|
"3.691729, 3.581421, 3.460359, 3.272974, 2.528297");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.247152, -1.119409, -0.975317, -0.735928, 0.229753",\
|
|
"-1.333602, -1.205859, -1.061767, -0.822378, 0.143304",\
|
|
"-1.390926, -1.263183, -1.119091, -0.879702, 0.085980",\
|
|
"-1.460467, -1.332724, -1.188632, -0.949243, 0.016438",\
|
|
"-1.746949, -1.619206, -1.475114, -1.235725, -0.270043");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.345079, -2.217336, -2.073244, -1.833855, -0.868174",\
|
|
"-2.462450, -2.334707, -2.190615, -1.951226, -0.985544",\
|
|
"-2.563313, -2.435570, -2.291478, -2.052089, -1.086408",\
|
|
"-2.719625, -2.591881, -2.447789, -2.208400, -1.242719",\
|
|
"-3.362372, -3.234629, -3.090537, -2.851148, -1.885466");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[14]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.043922, 0.978767, 0.945546, 0.946291, 0.954686",\
|
|
"1.130372, 1.065217, 1.031996, 1.032741, 1.041136",\
|
|
"1.187696, 1.122541, 1.089320, 1.090065, 1.098460",\
|
|
"1.257237, 1.192082, 1.158861, 1.159606, 1.168001",\
|
|
"1.543719, 1.478564, 1.445343, 1.446088, 1.454483");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.806328, 1.741173, 1.707952, 1.708697, 1.717092",\
|
|
"1.923698, 1.858543, 1.825322, 1.826067, 1.834462",\
|
|
"2.024562, 1.959407, 1.926186, 1.926931, 1.935326",\
|
|
"2.180873, 2.115718, 2.082497, 2.083242, 2.091637",\
|
|
"2.823620, 2.758466, 2.725245, 2.725989, 2.734385");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.664758, -0.535950, -0.416946, -0.219960, 0.586567",\
|
|
"-0.751208, -0.622400, -0.503396, -0.306409, 0.500117",\
|
|
"-0.808532, -0.679724, -0.560720, -0.363733, 0.442793",\
|
|
"-0.878073, -0.749265, -0.630261, -0.433274, 0.373252",\
|
|
"-1.164555, -1.035747, -0.916743, -0.719756, 0.086770");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.461722, -1.332914, -1.213910, -1.016923, -0.210397",\
|
|
"-1.579092, -1.450284, -1.331280, -1.134293, -0.327767",\
|
|
"-1.679956, -1.551148, -1.432144, -1.235157, -0.428631",\
|
|
"-1.836267, -1.707459, -1.588455, -1.391468, -0.584942",\
|
|
"-2.479014, -2.350206, -2.231203, -2.034216, -1.227689");
|
|
}
|
|
|
|
} /* 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.004256 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.291963, 1.181655, 1.060593, 0.873207, 0.128531",\
|
|
"1.367644, 1.257337, 1.136274, 0.948889, 0.204212",\
|
|
"1.408376, 1.298068, 1.177006, 0.989620, 0.244943",\
|
|
"1.446824, 1.336516, 1.215454, 1.028068, 0.283392",\
|
|
"1.605278, 1.494970, 1.373908, 1.186522, 0.441846");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.648550, 2.538242, 2.417180, 2.229795, 1.485118",\
|
|
"2.770686, 2.660378, 2.539316, 2.351930, 1.607254",\
|
|
"2.895912, 2.785605, 2.664543, 2.477157, 1.732480",\
|
|
"3.093338, 2.983031, 2.861969, 2.674583, 1.929906",\
|
|
"3.905037, 3.794729, 3.673667, 3.486281, 2.741605");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.199890, -1.072147, -0.928055, -0.688666, 0.277016",\
|
|
"-1.275572, -1.147828, -1.003736, -0.764347, 0.201334",\
|
|
"-1.316303, -1.188560, -1.044468, -0.805079, 0.160603",\
|
|
"-1.354751, -1.227008, -1.082916, -0.843527, 0.122155",\
|
|
"-1.513205, -1.385462, -1.241370, -1.001981, -0.036300");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.241449, -2.113705, -1.969614, -1.730224, -0.764543",\
|
|
"-2.363584, -2.235841, -2.091749, -1.852360, -0.886679",\
|
|
"-2.488811, -2.361068, -2.216976, -1.977587, -1.011905",\
|
|
"-2.686236, -2.558493, -2.414401, -2.175012, -1.209331",\
|
|
"-3.497935, -3.370192, -3.226100, -2.986711, -2.021029");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[13]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.708129, 0.642974, 0.609753, 0.610498, 0.618893",\
|
|
"0.783811, 0.718656, 0.685435, 0.686180, 0.694575",\
|
|
"0.824542, 0.759387, 0.726166, 0.726911, 0.735306",\
|
|
"0.862990, 0.797835, 0.764614, 0.765359, 0.773754",\
|
|
"1.021444, 0.956290, 0.923069, 0.923813, 0.932209");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.765653, 1.700498, 1.667277, 1.668022, 1.676417",\
|
|
"1.887789, 1.822634, 1.789413, 1.790158, 1.798553",\
|
|
"2.013015, 1.947860, 1.914639, 1.915384, 1.923779",\
|
|
"2.210441, 2.145286, 2.112065, 2.112810, 2.121205",\
|
|
"3.022139, 2.956984, 2.923763, 2.924508, 2.932903");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.623582, -0.494774, -0.375770, -0.178784, 0.627743",\
|
|
"-0.699264, -0.570456, -0.451452, -0.254465, 0.552061",\
|
|
"-0.739995, -0.611187, -0.492183, -0.295196, 0.511330",\
|
|
"-0.778443, -0.649635, -0.530631, -0.333644, 0.472882",\
|
|
"-0.936897, -0.808089, -0.689085, -0.492099, 0.314428");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.364279, -1.235471, -1.116467, -0.919480, -0.112954",\
|
|
"-1.486414, -1.357606, -1.238602, -1.041616, -0.235090",\
|
|
"-1.611641, -1.482833, -1.363829, -1.166842, -0.360316",\
|
|
"-1.809066, -1.680258, -1.561254, -1.364268, -0.557741",\
|
|
"-2.620765, -2.491957, -2.372953, -2.175966, -1.369440");
|
|
}
|
|
|
|
} /* 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.008056 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.980151, 0.869842, 0.748775, 0.561460, -0.183825",\
|
|
"1.075418, 0.965110, 0.844042, 0.656727, -0.088558",\
|
|
"1.147913, 1.037604, 0.916537, 0.729222, -0.016063",\
|
|
"1.238176, 1.127867, 1.006800, 0.819484, 0.074199",\
|
|
"1.606149, 1.495840, 1.374772, 1.187457, 0.442172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.247748, 2.137439, 2.016372, 1.829057, 1.083771",\
|
|
"2.375980, 2.265671, 2.144604, 1.957289, 1.212003",\
|
|
"2.513681, 2.403373, 2.282305, 2.094990, 1.349705",\
|
|
"2.736639, 2.626330, 2.505262, 2.317947, 1.572662",\
|
|
"3.652639, 3.542331, 3.421263, 3.233948, 2.488663");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.816265, -0.688520, -0.544414, -0.304985, 0.661306",\
|
|
"-0.911532, -0.783788, -0.639682, -0.400252, 0.566038",\
|
|
"-0.984047, -0.856303, -0.712197, -0.472767, 0.493523",\
|
|
"-1.075336, -0.947592, -0.803486, -0.564056, 0.402234",\
|
|
"-1.443309, -1.315564, -1.171458, -0.932028, 0.034262");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.892128, -1.764384, -1.620278, -1.380848, -0.414558",\
|
|
"-2.020360, -1.892616, -1.748510, -1.509080, -0.542790",\
|
|
"-2.158218, -2.030473, -1.886367, -1.646937, -0.680647",\
|
|
"-2.381465, -2.253721, -2.109615, -1.870185, -0.903895",\
|
|
"-3.299416, -3.171672, -3.027565, -2.788136, -1.821846");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[12]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.863294, 0.798139, 0.764915, 0.765658, 0.774021",\
|
|
"0.958561, 0.893406, 0.860183, 0.860925, 0.869288",\
|
|
"1.031056, 0.965901, 0.932677, 0.933420, 0.941783",\
|
|
"1.121318, 1.056164, 1.022940, 1.023682, 1.032045",\
|
|
"1.489291, 1.424136, 1.390913, 1.391655, 1.400018");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.813014, 1.747859, 1.714636, 1.715378, 1.723741",\
|
|
"1.941246, 1.876091, 1.842867, 1.843610, 1.851973",\
|
|
"2.078947, 2.013793, 1.980569, 1.981311, 1.989674",\
|
|
"2.301904, 2.236750, 2.203526, 2.204268, 2.212631",\
|
|
"3.217905, 3.152751, 3.119527, 3.120269, 3.128632");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.713905, -0.585097, -0.466093, -0.269106, 0.537420",\
|
|
"-0.809173, -0.680365, -0.561361, -0.364374, 0.442153",\
|
|
"-0.881688, -0.752880, -0.633876, -0.436889, 0.369637",\
|
|
"-0.972977, -0.844169, -0.725165, -0.528178, 0.278348",\
|
|
"-1.340949, -1.212141, -1.093137, -0.896151, -0.089624");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.468974, -1.340166, -1.221162, -1.024175, -0.217649",\
|
|
"-1.597206, -1.468398, -1.349394, -1.152407, -0.345881",\
|
|
"-1.735063, -1.606255, -1.487251, -1.290265, -0.483738",\
|
|
"-1.958311, -1.829503, -1.710499, -1.513512, -0.706986",\
|
|
"-2.876261, -2.747453, -2.628449, -2.431462, -1.624936");
|
|
}
|
|
|
|
} /* 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.004789 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.809662, 1.699354, 1.578292, 1.390906, 0.646230",\
|
|
"1.897230, 1.786923, 1.665861, 1.478475, 0.733798",\
|
|
"1.955240, 1.844932, 1.723870, 1.536484, 0.791808",\
|
|
"2.018884, 1.908576, 1.787514, 1.600128, 0.855452",\
|
|
"2.281165, 2.170857, 2.049795, 1.862409, 1.117733");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.823190, 2.712883, 2.591821, 2.404435, 1.659758",\
|
|
"2.949564, 2.839256, 2.718194, 2.530808, 1.786132",\
|
|
"3.088878, 2.978571, 2.857509, 2.670123, 1.925446",\
|
|
"3.318443, 3.208135, 3.087073, 2.899687, 2.155010",\
|
|
"4.241113, 4.130805, 4.009743, 3.822357, 3.077681");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.631727, -1.503984, -1.359892, -1.120503, -0.154822",\
|
|
"-1.719296, -1.591553, -1.447461, -1.208072, -0.242391",\
|
|
"-1.777306, -1.649563, -1.505471, -1.266082, -0.300400",\
|
|
"-1.840950, -1.713207, -1.569115, -1.329726, -0.364044",\
|
|
"-2.103231, -1.975488, -1.831396, -1.592007, -0.626325");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.615993, -2.488249, -2.344157, -2.104768, -1.139087",\
|
|
"-2.742365, -2.614622, -2.470530, -2.231141, -1.265460",\
|
|
"-2.881778, -2.754035, -2.609942, -2.370553, -1.404872",\
|
|
"-3.111518, -2.983775, -2.839683, -2.600294, -1.634613",\
|
|
"-4.035195, -3.907452, -3.763360, -3.523971, -2.558289");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[11]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.212576, 1.147421, 1.114200, 1.114945, 1.123340",\
|
|
"1.300144, 1.234990, 1.201769, 1.202513, 1.210909",\
|
|
"1.358154, 1.292999, 1.259778, 1.260523, 1.268918",\
|
|
"1.421798, 1.356643, 1.323422, 1.324167, 1.332562",\
|
|
"1.684079, 1.618924, 1.585703, 1.586448, 1.594843");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.932512, 1.867357, 1.834136, 1.834881, 1.843276",\
|
|
"2.058885, 1.993730, 1.960509, 1.961254, 1.969649",\
|
|
"2.198200, 2.133045, 2.099824, 2.100569, 2.108963",\
|
|
"2.427764, 2.362609, 2.329388, 2.330133, 2.338528",\
|
|
"3.350435, 3.285280, 3.252059, 3.252804, 3.261199");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.027890, -0.899082, -0.780078, -0.583091, 0.223436",\
|
|
"-1.115459, -0.986651, -0.867647, -0.670660, 0.135867",\
|
|
"-1.173468, -1.044660, -0.925656, -0.728669, 0.077857",\
|
|
"-1.237112, -1.108304, -0.989300, -0.792313, 0.014213",\
|
|
"-1.499393, -1.370585, -1.251581, -1.054595, -0.248068");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.714546, -1.585738, -1.466734, -1.269747, -0.463221",\
|
|
"-1.840919, -1.712111, -1.593107, -1.396121, -0.589594",\
|
|
"-1.980332, -1.851524, -1.732520, -1.535533, -0.729006",\
|
|
"-2.210072, -2.081264, -1.962260, -1.765274, -0.958747",\
|
|
"-3.133749, -3.004941, -2.885937, -2.688951, -1.882424");
|
|
}
|
|
|
|
} /* 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.004964 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.203298, 1.092990, 0.971928, 0.784542, 0.039866",\
|
|
"1.293152, 1.182845, 1.061783, 0.874397, 0.129720",\
|
|
"1.351059, 1.240751, 1.119689, 0.932303, 0.187627",\
|
|
"1.419946, 1.309639, 1.188576, 1.001191, 0.256514",\
|
|
"1.703847, 1.593540, 1.472478, 1.285092, 0.540416");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.082103, 1.971795, 1.850733, 1.663347, 0.918671",\
|
|
"2.209884, 2.099576, 1.978514, 1.791129, 1.046452",\
|
|
"2.336473, 2.226165, 2.105103, 1.917717, 1.173041",\
|
|
"2.536652, 2.426345, 2.305283, 2.117897, 1.373220",\
|
|
"3.361645, 3.251338, 3.130275, 2.942890, 2.198213");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.978321, -0.850578, -0.706486, -0.467097, 0.498584",\
|
|
"-1.068176, -0.940433, -0.796341, -0.556952, 0.408730",\
|
|
"-1.126083, -0.998339, -0.854247, -0.614858, 0.350823",\
|
|
"-1.194970, -1.067226, -0.923135, -0.683746, 0.281936",\
|
|
"-1.478871, -1.351128, -1.207036, -0.967647, -0.001966");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.790089, -1.662346, -1.518254, -1.278865, -0.313184",\
|
|
"-1.917871, -1.790128, -1.646036, -1.406646, -0.440965",\
|
|
"-2.044459, -1.916716, -1.772624, -1.533235, -0.567554",\
|
|
"-2.244639, -2.116896, -1.972804, -1.733415, -0.767733",\
|
|
"-3.069632, -2.941889, -2.797797, -2.558408, -1.592726");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[10]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.133396, 1.068241, 1.035020, 1.035765, 1.044160",\
|
|
"1.223251, 1.158096, 1.124875, 1.125620, 1.134015",\
|
|
"1.281157, 1.216002, 1.182781, 1.183526, 1.191921",\
|
|
"1.350044, 1.284890, 1.251669, 1.252414, 1.260809",\
|
|
"1.633946, 1.568791, 1.535570, 1.536315, 1.544710");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.705821, 1.640666, 1.607445, 1.608190, 1.616585",\
|
|
"1.833603, 1.768448, 1.735227, 1.735972, 1.744367",\
|
|
"1.960191, 1.895036, 1.861815, 1.862560, 1.870955",\
|
|
"2.160371, 2.095216, 2.061995, 2.062740, 2.071135",\
|
|
"2.985364, 2.920209, 2.886988, 2.887733, 2.896128");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.823932, -0.695120, -0.576085, -0.378920, 0.427957",\
|
|
"-0.913786, -0.784975, -0.665939, -0.468775, 0.338102",\
|
|
"-0.971693, -0.842881, -0.723846, -0.526681, 0.280195",\
|
|
"-1.040580, -0.911769, -0.792733, -0.595568, 0.211308",\
|
|
"-1.324481, -1.195670, -1.076634, -0.879470, -0.072593");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.318290, -1.189478, -1.070442, -0.873278, -0.066401",\
|
|
"-1.446071, -1.317260, -1.198224, -1.001059, -0.194183",\
|
|
"-1.572659, -1.443848, -1.324812, -1.127648, -0.320771",\
|
|
"-1.772839, -1.644028, -1.524992, -1.327827, -0.520951",\
|
|
"-2.597832, -2.469020, -2.349985, -2.152820, -1.345943");
|
|
}
|
|
|
|
} /* 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.004702 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.433537, 1.323229, 1.202167, 1.014781, 0.270105",\
|
|
"1.526391, 1.416084, 1.295022, 1.107636, 0.362959",\
|
|
"1.584716, 1.474409, 1.353347, 1.165961, 0.421284",\
|
|
"1.654490, 1.544183, 1.423121, 1.235735, 0.491058",\
|
|
"1.939725, 1.829417, 1.708355, 1.520969, 0.776293");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.821916, 2.711608, 2.590546, 2.403160, 1.658484",\
|
|
"2.946859, 2.836551, 2.715489, 2.528104, 1.783427",\
|
|
"3.077068, 2.966760, 2.845698, 2.658313, 1.913636",\
|
|
"3.276889, 3.166581, 3.045519, 2.858134, 2.113457",\
|
|
"4.100216, 3.989909, 3.868847, 3.681461, 2.936784");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.360223, -1.232480, -1.088388, -0.848999, 0.116682",\
|
|
"-1.453078, -1.325335, -1.181243, -0.941854, 0.023828",\
|
|
"-1.511403, -1.383660, -1.239568, -1.000179, -0.034497",\
|
|
"-1.581177, -1.453434, -1.309342, -1.069953, -0.104271",\
|
|
"-1.866411, -1.738668, -1.594576, -1.355187, -0.389506");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.322393, -2.194649, -2.050558, -1.811168, -0.845487",\
|
|
"-2.447336, -2.319593, -2.175501, -1.936112, -0.970431",\
|
|
"-2.577546, -2.449802, -2.305711, -2.066322, -1.100640",\
|
|
"-2.777366, -2.649623, -2.505531, -2.266142, -1.300461",\
|
|
"-3.600693, -3.472950, -3.328858, -3.089469, -2.123787");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[9]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.893225, 0.828071, 0.794850, 0.795594, 0.803989",\
|
|
"0.986080, 0.920925, 0.887704, 0.888449, 0.896844",\
|
|
"1.044405, 0.979250, 0.946029, 0.946774, 0.955169",\
|
|
"1.114179, 1.049025, 1.015804, 1.016548, 1.024943",\
|
|
"1.399414, 1.334259, 1.301038, 1.301783, 1.310178");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.980949, 1.915794, 1.882573, 1.883318, 1.891713",\
|
|
"2.105892, 2.040738, 2.007516, 2.008261, 2.016656",\
|
|
"2.236101, 2.170947, 2.137725, 2.138470, 2.146865",\
|
|
"2.435922, 2.370767, 2.337546, 2.338291, 2.346686",\
|
|
"3.259249, 3.194094, 3.160873, 3.161618, 3.170013");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.734840, -0.606028, -0.486992, -0.289828, 0.517049",\
|
|
"-0.827694, -0.698883, -0.579847, -0.382683, 0.424194",\
|
|
"-0.886019, -0.757208, -0.638172, -0.441008, 0.365869",\
|
|
"-0.955793, -0.826982, -0.707946, -0.510782, 0.296095",\
|
|
"-1.241028, -1.112216, -0.993181, -0.796016, 0.010860");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.386625, -1.257813, -1.138777, -0.941613, -0.134736",\
|
|
"-1.511568, -1.382757, -1.263721, -1.066556, -0.259680",\
|
|
"-1.641777, -1.512966, -1.393930, -1.196765, -0.389889",\
|
|
"-1.841598, -1.712786, -1.593751, -1.396586, -0.589710",\
|
|
"-2.664925, -2.536113, -2.417078, -2.219913, -1.413036");
|
|
}
|
|
|
|
} /* 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.004521 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.809970, 0.699662, 0.578600, 0.391214, -0.353462",\
|
|
"0.896202, 0.785895, 0.664832, 0.477447, -0.267230",\
|
|
"0.952340, 0.842032, 0.720970, 0.533584, -0.211092",\
|
|
"1.020519, 0.910211, 0.789149, 0.601764, -0.142913",\
|
|
"1.301504, 1.191196, 1.070134, 0.882749, 0.138072");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.351451, 1.241143, 1.120081, 0.932696, 0.188019",\
|
|
"1.468600, 1.358292, 1.237230, 1.049844, 0.305168",\
|
|
"1.569903, 1.459596, 1.338534, 1.151148, 0.406471",\
|
|
"1.727472, 1.617164, 1.496102, 1.308717, 0.564040",\
|
|
"2.377033, 2.266725, 2.145663, 1.958277, 1.213601");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.688675, -0.560932, -0.416840, -0.177451, 0.788231",\
|
|
"-0.774907, -0.647164, -0.503072, -0.263683, 0.701998",\
|
|
"-0.831044, -0.703301, -0.559209, -0.319820, 0.645861",\
|
|
"-0.899224, -0.771481, -0.627389, -0.388000, 0.577681",\
|
|
"-1.180209, -1.052466, -0.908374, -0.668985, 0.296696");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.167232, -1.039489, -0.895397, -0.656008, 0.309674",\
|
|
"-1.284380, -1.156637, -1.012545, -0.773156, 0.192525",\
|
|
"-1.385684, -1.257941, -1.113849, -0.874460, 0.091221",\
|
|
"-1.543253, -1.415510, -1.271418, -1.032029, -0.066347",\
|
|
"-2.192814, -2.065070, -1.920978, -1.681589, -0.715908");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[8]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.843932, 0.778777, 0.745556, 0.746300, 0.754696",\
|
|
"0.930164, 0.865009, 0.831788, 0.832533, 0.840928",\
|
|
"0.986301, 0.921146, 0.887925, 0.888670, 0.897065",\
|
|
"1.054481, 0.989326, 0.956105, 0.956850, 0.965245",\
|
|
"1.335466, 1.270311, 1.237090, 1.237835, 1.246230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.352300, 1.287145, 1.253924, 1.254669, 1.263064",\
|
|
"1.469448, 1.404294, 1.371073, 1.371817, 1.380213",\
|
|
"1.570752, 1.505597, 1.472376, 1.473121, 1.481516",\
|
|
"1.728321, 1.663166, 1.629945, 1.630690, 1.639085",\
|
|
"2.377881, 2.312726, 2.279505, 2.280250, 2.288645");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.690267, -0.561456, -0.442428, -0.245280, 0.561531",\
|
|
"-0.776500, -0.647689, -0.528660, -0.331513, 0.475299",\
|
|
"-0.832637, -0.703826, -0.584797, -0.387650, 0.419162",\
|
|
"-0.900816, -0.772006, -0.652977, -0.455829, 0.350982",\
|
|
"-1.181801, -1.052990, -0.933962, -0.736814, 0.069997");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.129037, -1.000226, -0.881197, -0.684050, 0.122762",\
|
|
"-1.246185, -1.117374, -0.998346, -0.801198, 0.005613",\
|
|
"-1.347489, -1.218678, -1.099649, -0.902502, -0.095690",\
|
|
"-1.505058, -1.376247, -1.257218, -1.060071, -0.253259",\
|
|
"-2.154618, -2.025807, -1.906779, -1.709631, -0.902820");
|
|
}
|
|
|
|
} /* 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.007204 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.179632, 1.069324, 0.948262, 0.760876, 0.016199",\
|
|
"1.278799, 1.168491, 1.047429, 0.860043, 0.115367",\
|
|
"1.361763, 1.251456, 1.130394, 0.943008, 0.198331",\
|
|
"1.466519, 1.356211, 1.235149, 1.047763, 0.303087",\
|
|
"1.898244, 1.787936, 1.666874, 1.479489, 0.734812");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.638326, 2.528018, 2.406956, 2.219571, 1.474894",\
|
|
"2.764757, 2.654449, 2.533387, 2.346001, 1.601325",\
|
|
"2.901060, 2.790753, 2.669691, 2.482305, 1.737628",\
|
|
"3.111428, 3.001121, 2.880059, 2.692673, 1.947996",\
|
|
"3.978480, 3.868172, 3.747110, 3.559724, 2.815048");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.076143, -0.948400, -0.804308, -0.564919, 0.400763",\
|
|
"-1.175310, -1.047567, -0.903475, -0.664086, 0.301596",\
|
|
"-1.258275, -1.130532, -0.986440, -0.747050, 0.218631",\
|
|
"-1.363030, -1.235287, -1.091195, -0.851806, 0.113876",\
|
|
"-1.794756, -1.667012, -1.522921, -1.283531, -0.317850");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.082562, -1.954819, -1.810727, -1.571338, -0.605656",\
|
|
"-2.208993, -2.081250, -1.937158, -1.697769, -0.732087",\
|
|
"-2.345296, -2.217553, -2.073461, -1.834072, -0.868390",\
|
|
"-2.555665, -2.427921, -2.283829, -2.044440, -1.078759",\
|
|
"-3.422715, -3.294972, -3.150880, -2.911491, -1.945810");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[7]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.628662, 0.563507, 0.530286, 0.531031, 0.539426",\
|
|
"0.727829, 0.662674, 0.629453, 0.630198, 0.638593",\
|
|
"0.810794, 0.745639, 0.712418, 0.713163, 0.721558",\
|
|
"0.915549, 0.850394, 0.817173, 0.817918, 0.826313",\
|
|
"1.347275, 1.282120, 1.248899, 1.249643, 1.258039");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.791151, 1.725996, 1.692775, 1.693520, 1.701915",\
|
|
"1.917581, 1.852427, 1.819206, 1.819950, 1.828346",\
|
|
"2.053885, 1.988730, 1.955509, 1.956254, 1.964649",\
|
|
"2.264253, 2.199098, 2.165877, 2.166622, 2.175017",\
|
|
"3.131304, 3.066149, 3.032928, 3.033673, 3.042068");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.487409, -0.358601, -0.239597, -0.042611, 0.763916",\
|
|
"-0.586576, -0.457768, -0.338764, -0.141778, 0.664749",\
|
|
"-0.669541, -0.540733, -0.421729, -0.224742, 0.581784",\
|
|
"-0.774296, -0.645488, -0.526484, -0.329498, 0.477029",\
|
|
"-1.206022, -1.077214, -0.958210, -0.761223, 0.045303");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.192532, -1.063724, -0.944720, -0.747733, 0.058793",\
|
|
"-1.318962, -1.190154, -1.071150, -0.874164, -0.067637",\
|
|
"-1.455266, -1.326458, -1.207454, -1.010467, -0.203941",\
|
|
"-1.665634, -1.536826, -1.417822, -1.220835, -0.414309",\
|
|
"-2.532685, -2.403877, -2.284873, -2.087886, -1.281360");
|
|
}
|
|
|
|
} /* 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.004123 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.412615, 1.302307, 1.181245, 0.993859, 0.249183",\
|
|
"1.488557, 1.378249, 1.257187, 1.069801, 0.325125",\
|
|
"1.528805, 1.418497, 1.297435, 1.110049, 0.365372",\
|
|
"1.567313, 1.457005, 1.335943, 1.148557, 0.403881",\
|
|
"1.726016, 1.615709, 1.494647, 1.307261, 0.562584");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.584326, 2.474019, 2.352957, 2.165571, 1.420894",\
|
|
"2.707077, 2.596769, 2.475707, 2.288321, 1.543645",\
|
|
"2.831307, 2.721000, 2.599938, 2.412552, 1.667875",\
|
|
"3.027893, 2.917585, 2.796523, 2.609137, 1.864461",\
|
|
"3.839461, 3.729153, 3.608091, 3.420705, 2.676029");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.154186, -1.026443, -0.882351, -0.642962, 0.322720",\
|
|
"-1.230128, -1.102385, -0.958293, -0.718904, 0.246777",\
|
|
"-1.270376, -1.142633, -0.998541, -0.759152, 0.206530",\
|
|
"-1.308884, -1.181141, -1.037049, -0.797660, 0.168021",\
|
|
"-1.467588, -1.339844, -1.195753, -0.956363, 0.009318");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.333471, -2.205728, -2.061636, -1.822247, -0.856565",\
|
|
"-2.456222, -2.328479, -2.184387, -1.944998, -0.979316",\
|
|
"-2.580453, -2.452709, -2.308618, -2.069228, -1.103547",\
|
|
"-2.777038, -2.649295, -2.505203, -2.265814, -1.300132",\
|
|
"-3.588607, -3.460863, -3.316772, -3.077382, -2.111701");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[6]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.844014, 0.778860, 0.745638, 0.746383, 0.754778",\
|
|
"0.919957, 0.854802, 0.821581, 0.822325, 0.830721",\
|
|
"0.960204, 0.895049, 0.861828, 0.862573, 0.870968",\
|
|
"0.998713, 0.933558, 0.900337, 0.901082, 0.909477",\
|
|
"1.157416, 1.092261, 1.059040, 1.059785, 1.068180");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.716186, 1.651031, 1.617810, 1.618555, 1.626950",\
|
|
"1.838936, 1.773782, 1.740561, 1.741305, 1.749701",\
|
|
"1.963167, 1.898012, 1.864791, 1.865536, 1.873931",\
|
|
"2.159752, 2.094598, 2.061377, 2.062121, 2.070517",\
|
|
"2.971321, 2.906166, 2.872945, 2.873690, 2.882085");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.572136, -0.443328, -0.324324, -0.127338, 0.679189",\
|
|
"-0.648079, -0.519271, -0.400267, -0.203280, 0.603246",\
|
|
"-0.688326, -0.559518, -0.440514, -0.243528, 0.562999",\
|
|
"-0.726835, -0.598027, -0.479023, -0.282036, 0.524490",\
|
|
"-0.885538, -0.756730, -0.637726, -0.440739, 0.365787");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.450090, -1.321282, -1.202278, -1.005292, -0.198765",\
|
|
"-1.572841, -1.444033, -1.325029, -1.128042, -0.321516",\
|
|
"-1.697072, -1.568264, -1.449260, -1.252273, -0.445747",\
|
|
"-1.893657, -1.764849, -1.645845, -1.448858, -0.642332",\
|
|
"-2.705225, -2.576417, -2.457413, -2.260427, -1.453900");
|
|
}
|
|
|
|
} /* 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.017695 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.302449, 1.192142, 1.071079, 0.883694, 0.139017",\
|
|
"1.378538, 1.268230, 1.147168, 0.959782, 0.215106",\
|
|
"1.419342, 1.309034, 1.187972, 1.000586, 0.255910",\
|
|
"1.453196, 1.342888, 1.221826, 1.034440, 0.289764",\
|
|
"1.592716, 1.482408, 1.361346, 1.173960, 0.429284");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.119304, 2.008996, 1.887934, 1.700548, 0.955872",\
|
|
"2.245594, 2.135287, 2.014225, 1.826839, 1.082162",\
|
|
"2.376049, 2.265741, 2.144679, 1.957293, 1.212617",\
|
|
"2.589165, 2.478857, 2.357795, 2.170409, 1.425733",\
|
|
"3.468389, 3.358081, 3.237019, 3.049634, 2.304957");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.235898, -1.108155, -0.964063, -0.724674, 0.241007",\
|
|
"-1.311987, -1.184244, -1.040152, -0.800763, 0.164919",\
|
|
"-1.352791, -1.225048, -1.080956, -0.841567, 0.124115",\
|
|
"-1.386645, -1.258901, -1.114810, -0.875420, 0.090261",\
|
|
"-1.526165, -1.398422, -1.254330, -1.014941, -0.049259");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.990355, -1.862612, -1.718520, -1.479131, -0.513450",\
|
|
"-2.116646, -1.988903, -1.844811, -1.605422, -0.639741",\
|
|
"-2.247244, -2.119500, -1.975409, -1.736019, -0.770338",\
|
|
"-2.460582, -2.332838, -2.188746, -1.949357, -0.983676",\
|
|
"-3.341275, -3.213531, -3.069440, -2.830050, -1.864369");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[5]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.718616, 0.653461, 0.620240, 0.620985, 0.629380",\
|
|
"0.794705, 0.729550, 0.696329, 0.697074, 0.705469",\
|
|
"0.835509, 0.770354, 0.737133, 0.737878, 0.746273",\
|
|
"0.869362, 0.804208, 0.770986, 0.771731, 0.780126",\
|
|
"1.008883, 0.943728, 0.910507, 0.911251, 0.919647");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.236403, 1.171248, 1.138027, 1.138772, 1.147167",\
|
|
"1.362694, 1.297539, 1.264318, 1.265063, 1.273458",\
|
|
"1.493148, 1.427993, 1.394772, 1.395517, 1.403912",\
|
|
"1.706264, 1.641109, 1.607888, 1.608633, 1.617028",\
|
|
"2.585489, 2.520334, 2.487113, 2.487858, 2.496253");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.659591, -0.530783, -0.411779, -0.214792, 0.591734",\
|
|
"-0.735679, -0.606871, -0.487867, -0.290881, 0.515646",\
|
|
"-0.776483, -0.647675, -0.528671, -0.331685, 0.474842",\
|
|
"-0.810337, -0.681529, -0.562525, -0.365538, 0.440988",\
|
|
"-0.949857, -0.821049, -0.702045, -0.505059, 0.301468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.113182, -0.984374, -0.865370, -0.668384, 0.138143",\
|
|
"-1.239473, -1.110665, -0.991661, -0.794674, 0.011852",\
|
|
"-1.370070, -1.241262, -1.122258, -0.925272, -0.118745",\
|
|
"-1.583408, -1.454600, -1.335596, -1.138610, -0.332083",\
|
|
"-2.464101, -2.335293, -2.216289, -2.019303, -1.212776");
|
|
}
|
|
|
|
} /* 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.085245 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
fall_constraint( scalar ){
|
|
values ( "0.405011");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[4]_pwl*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : min_pulse_width ;
|
|
rise_constraint( scalar ){
|
|
values ( "0.536483");
|
|
}
|
|
|
|
} /* 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.009784 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.804950, 1.712407, 1.642712, 1.555727, 1.201560",\
|
|
"1.869197, 1.776654, 1.706959, 1.619975, 1.265808",\
|
|
"1.914931, 1.822388, 1.752693, 1.665708, 1.311541",\
|
|
"1.942150, 1.849607, 1.779912, 1.692928, 1.338761",\
|
|
"1.842835, 1.750292, 1.680597, 1.593612, 1.239445");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.998344, 1.905802, 1.836107, 1.749122, 1.394955",\
|
|
"2.098939, 2.006396, 1.936701, 1.849716, 1.495549",\
|
|
"2.250614, 2.158071, 2.088376, 2.001392, 1.647224",\
|
|
"2.533295, 2.440752, 2.371057, 2.284073, 1.929905",\
|
|
"3.094177, 3.001635, 2.931940, 2.844955, 2.490788");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.722747, 1.612439, 1.491377, 1.303991, 0.559314",\
|
|
"1.786994, 1.676687, 1.555624, 1.368239, 0.623562",\
|
|
"1.832904, 1.722596, 1.601534, 1.414148, 0.669472",\
|
|
"1.860580, 1.750272, 1.629210, 1.441824, 0.697148",\
|
|
"1.760162, 1.649854, 1.528792, 1.341407, 0.596730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.873225, 2.762917, 2.641855, 2.454469, 1.709793",\
|
|
"2.973828, 2.863520, 2.742458, 2.555072, 1.810395",\
|
|
"3.125340, 3.015033, 2.893970, 2.706585, 1.961908",\
|
|
"3.407317, 3.297010, 3.175948, 2.988562, 2.243885",\
|
|
"3.966798, 3.856490, 3.735428, 3.548042, 2.803365");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.288379, 0.398112, 0.490062, 0.630366, 1.202145",\
|
|
"0.224131, 0.333865, 0.425815, 0.566118, 1.137898",\
|
|
"0.178398, 0.288131, 0.380082, 0.520385, 1.092164",\
|
|
"0.151178, 0.260912, 0.352862, 0.493165, 1.064945",\
|
|
"0.250488, 0.360221, 0.452172, 0.592475, 1.164254");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.274912, 0.384645, 0.476595, 0.616899, 1.188678",\
|
|
"0.174317, 0.284050, 0.376001, 0.516304, 1.088084",\
|
|
"0.022274, 0.132007, 0.223957, 0.364261, 0.936040",\
|
|
"-0.260984, -0.151251, -0.059301, 0.081003, 0.652782",\
|
|
"-0.822783, -0.713050, -0.621099, -0.480796, 0.090983");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.621585, -1.493842, -1.349750, -1.110361, -0.144680",\
|
|
"-1.685833, -1.558089, -1.413998, -1.174608, -0.208927",\
|
|
"-1.731743, -1.603999, -1.459907, -1.220518, -0.254837",\
|
|
"-1.759419, -1.631675, -1.487584, -1.248194, -0.282513",\
|
|
"-1.659001, -1.531257, -1.387165, -1.147776, -0.182095");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.658680, -2.530937, -2.386845, -2.147456, -1.181774",\
|
|
"-2.759283, -2.631539, -2.487447, -2.248058, -1.282377",\
|
|
"-2.911103, -2.783360, -2.639267, -2.399879, -1.434197",\
|
|
"-3.193544, -3.065801, -2.921709, -2.682320, -1.716638",\
|
|
"-3.753607, -3.625864, -3.481771, -3.242383, -2.276701");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.007495, 0.914953, 0.845258, 0.758273, 0.404106",\
|
|
"1.108090, 1.015547, 0.945852, 0.858867, 0.504700",\
|
|
"1.259765, 1.167222, 1.097527, 1.010542, 0.656375",\
|
|
"1.542446, 1.449904, 1.380208, 1.293224, 0.939056",\
|
|
"2.103328, 2.010786, 1.941090, 1.854106, 1.499939");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : recovery_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.026550, 0.916239, 0.795148, 0.608253, -0.136719",\
|
|
"1.127144, 1.016833, 0.895742, 0.708848, -0.036125",\
|
|
"1.278819, 1.168508, 1.047417, 0.860523, 0.115550",\
|
|
"1.561501, 1.451189, 1.330099, 1.143204, 0.398231",\
|
|
"2.122383, 2.012072, 1.890981, 1.704086, 0.959113");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_recff*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_rising ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.248033, -0.138302, -0.045904, 0.094153, 0.666705",\
|
|
"-0.348627, -0.238896, -0.146498, -0.006442, 0.566110",\
|
|
"-0.500670, -0.390940, -0.298542, -0.158485, 0.414067",\
|
|
"-0.783929, -0.674198, -0.581800, -0.441743, 0.130809",\
|
|
"-1.345727, -1.235997, -1.143598, -1.003542, -0.430990");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remfr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : removal_falling ;
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.151024, -0.023280, 0.120827, 0.360256, 1.326546",\
|
|
"-0.251618, -0.123874, 0.020232, 0.259662, 1.225952",\
|
|
"-0.403662, -0.275917, -0.131811, 0.107619, 1.073909",\
|
|
"-0.686920, -0.559176, -0.415069, -0.175640, 0.790650",\
|
|
"-1.248719, -1.120974, -0.976868, -0.737438, 0.228852");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[3]_remff*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.505245, 1.440092, 1.406854, 1.407551, 1.417126",\
|
|
"1.569493, 1.504339, 1.471102, 1.471798, 1.481374",\
|
|
"1.615226, 1.550072, 1.516835, 1.517531, 1.527107",\
|
|
"1.642446, 1.577292, 1.544055, 1.544751, 1.554327",\
|
|
"1.543130, 1.477977, 1.444739, 1.445436, 1.455011");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.982545, 1.917390, 1.884169, 1.884914, 1.893309",\
|
|
"2.083148, 2.017993, 1.984772, 1.985517, 1.993912",\
|
|
"2.234660, 2.169505, 2.136284, 2.137029, 2.145424",\
|
|
"2.516637, 2.451483, 2.418262, 2.419006, 2.427402",\
|
|
"3.076118, 3.010963, 2.977742, 2.978487, 2.986882");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.698017, -0.569210, -0.450192, -0.253156, 0.551870",\
|
|
"-0.762265, -0.633457, -0.514439, -0.317403, 0.487623",\
|
|
"-0.807998, -0.679191, -0.560173, -0.363137, 0.441889",\
|
|
"-0.835218, -0.706411, -0.587393, -0.390356, 0.414670",\
|
|
"-0.735902, -0.607095, -0.488077, -0.291041, 0.513985");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.964293, -0.835486, -0.716468, -0.519432, 0.286029",\
|
|
"-1.064888, -0.936080, -0.817062, -0.620026, 0.185435",\
|
|
"-1.216931, -1.088124, -0.969106, -0.772070, 0.033391",\
|
|
"-1.500189, -1.371382, -1.252364, -1.055328, -0.249867",\
|
|
"-2.061988, -1.933181, -1.814163, -1.617127, -0.811666");
|
|
}
|
|
|
|
} /* 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.012007 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.277552, 4.185010, 4.115314, 4.028330, 3.674163",\
|
|
"4.343356, 4.250813, 4.181118, 4.094133, 3.739967",\
|
|
"4.390668, 4.298125, 4.228430, 4.141446, 3.787279",\
|
|
"4.421572, 4.329030, 4.259335, 4.172350, 3.818183",\
|
|
"4.328525, 4.235983, 4.166287, 4.079303, 3.725136");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.159268, 5.066726, 4.997030, 4.910046, 4.555880",\
|
|
"5.261154, 5.168612, 5.098916, 5.011931, 4.657764",\
|
|
"5.420247, 5.327704, 5.258009, 5.171024, 4.816857",\
|
|
"5.714269, 5.621727, 5.552032, 5.465047, 5.110880",\
|
|
"6.296432, 6.203889, 6.134193, 6.047209, 5.693043");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "6.712914, 6.602606, 6.481544, 6.294158, 5.549481",\
|
|
"6.778717, 6.668409, 6.547347, 6.359962, 5.615285",\
|
|
"6.826029, 6.715721, 6.594659, 6.407273, 5.662597",\
|
|
"6.856934, 6.746626, 6.625564, 6.438178, 5.693501",\
|
|
"6.763886, 6.653579, 6.532516, 6.345131, 5.600454");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.892629, 5.782321, 5.661259, 5.473874, 4.729197",\
|
|
"5.994514, 5.884206, 5.763144, 5.575758, 4.831082",\
|
|
"6.153607, 6.043299, 5.922237, 5.734851, 4.990175",\
|
|
"6.447629, 6.337322, 6.216259, 6.028874, 5.284197",\
|
|
"7.029792, 6.919485, 6.798422, 6.611037, 5.866360");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.064354, 0.045376, 0.137775, 0.277831, 0.850383",\
|
|
"-0.130695, -0.020964, 0.071434, 0.211491, 0.784043",\
|
|
"-0.177995, -0.068264, 0.024134, 0.164191, 0.736743",\
|
|
"-0.209146, -0.099415, -0.007017, 0.133039, 0.705591",\
|
|
"-0.116653, -0.006922, 0.085476, 0.225532, 0.798084");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.090995, 0.018734, 0.111166, 0.251023, 0.823417",\
|
|
"-0.193179, -0.083451, 0.008981, 0.148838, 0.721233",\
|
|
"-0.354991, -0.245262, -0.152830, -0.012973, 0.559421",\
|
|
"-0.652784, -0.543056, -0.450624, -0.310767, 0.261628",\
|
|
"-1.237952, -1.128223, -1.035791, -0.895934, -0.323539");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldr*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.846990, -0.719247, -0.575155, -0.335766, 0.629915",\
|
|
"-0.913392, -0.785649, -0.641557, -0.402168, 0.563513",\
|
|
"-0.960904, -0.833160, -0.689068, -0.449679, 0.516002",\
|
|
"-0.992878, -0.865135, -0.721043, -0.481654, 0.484027",\
|
|
"-0.903434, -0.775691, -0.631599, -0.392210, 0.573471");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.790945, -1.663201, -1.519109, -1.279720, -0.314039",\
|
|
"-1.893138, -1.765395, -1.621303, -1.381914, -0.416232",\
|
|
"-2.055174, -1.927430, -1.783339, -1.543949, -0.578268",\
|
|
"-2.353564, -2.225821, -2.081729, -1.842340, -0.876658",\
|
|
"-2.939885, -2.812142, -2.668050, -2.428661, -1.462980");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[2]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.865738, 5.800584, 5.767363, 5.768107, 5.776503",\
|
|
"5.931542, 5.866387, 5.833166, 5.833911, 5.842306",\
|
|
"5.978854, 5.913699, 5.880478, 5.881223, 5.889618",\
|
|
"6.009758, 5.944604, 5.911383, 5.912127, 5.920523",\
|
|
"5.916711, 5.851557, 5.818336, 5.819080, 5.827476");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.308795, 5.243641, 5.210420, 5.211164, 5.219560",\
|
|
"5.410681, 5.345526, 5.312305, 5.313050, 5.321445",\
|
|
"5.569774, 5.504619, 5.471398, 5.472143, 5.480538",\
|
|
"5.863796, 5.798641, 5.765420, 5.766165, 5.774560",\
|
|
"6.445959, 6.380804, 6.347583, 6.348328, 6.356723");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.692655, -0.563844, -0.444808, -0.247644, 0.559233",\
|
|
"-0.759058, -0.630246, -0.511210, -0.314046, 0.492831",\
|
|
"-0.806569, -0.677758, -0.558722, -0.361557, 0.445319",\
|
|
"-0.838544, -0.709732, -0.590697, -0.393532, 0.413345",\
|
|
"-0.749099, -0.620288, -0.501252, -0.304088, 0.502789");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.319145, -1.190333, -1.071298, -0.874133, -0.067256",\
|
|
"-1.421338, -1.292527, -1.173491, -0.976326, -0.169450",\
|
|
"-1.583374, -1.454562, -1.335527, -1.138362, -0.331486",\
|
|
"-1.881764, -1.752953, -1.633917, -1.436752, -0.629876",\
|
|
"-2.468086, -2.339274, -2.220238, -2.023074, -1.216197");
|
|
}
|
|
|
|
} /* 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.004029 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.427536, 1.317229, 1.196167, 1.008781, 0.264104",\
|
|
"1.513902, 1.403594, 1.282532, 1.095146, 0.350470",\
|
|
"1.570999, 1.460692, 1.339630, 1.152244, 0.407567",\
|
|
"1.639967, 1.529659, 1.408597, 1.221211, 0.476535",\
|
|
"1.924026, 1.813719, 1.692657, 1.505271, 0.760594");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "2.414007, 2.303699, 2.182637, 1.995251, 1.250575",\
|
|
"2.531409, 2.421101, 2.300039, 2.112653, 1.367977",\
|
|
"2.632364, 2.522056, 2.400994, 2.213609, 1.468932",\
|
|
"2.788954, 2.678647, 2.557585, 2.370199, 1.625522",\
|
|
"3.435731, 3.325423, 3.204361, 3.016975, 2.272299");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.266893, -1.139149, -0.995058, -0.755669, 0.210013",\
|
|
"-1.353258, -1.225515, -1.081423, -0.842034, 0.123647",\
|
|
"-1.410356, -1.282613, -1.138521, -0.899132, 0.066550",\
|
|
"-1.479324, -1.351580, -1.207488, -0.968099, -0.002418",\
|
|
"-1.763383, -1.635639, -1.491548, -1.252158, -0.286477");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-2.222807, -2.095063, -1.950972, -1.711582, -0.745901",\
|
|
"-2.340208, -2.212464, -2.068373, -1.828984, -0.863302",\
|
|
"-2.441163, -2.313420, -2.169328, -1.929939, -0.964258",\
|
|
"-2.597754, -2.470011, -2.325919, -2.086530, -1.120849",\
|
|
"-3.244530, -3.116786, -2.972695, -2.733306, -1.767624");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[1]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.887225, 0.822071, 0.788850, 0.789594, 0.797989",\
|
|
"0.973591, 0.908436, 0.875215, 0.875960, 0.884355",\
|
|
"1.030688, 0.965533, 0.932312, 0.933057, 0.941452",\
|
|
"1.099656, 1.034501, 1.001280, 1.002025, 1.010420",\
|
|
"1.383715, 1.318560, 1.285339, 1.286084, 1.294479");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.573039, 1.507884, 1.474663, 1.475408, 1.483803",\
|
|
"1.690440, 1.625286, 1.592064, 1.592809, 1.601204",\
|
|
"1.791396, 1.726241, 1.693020, 1.693764, 1.702160",\
|
|
"1.947986, 1.882831, 1.849610, 1.850355, 1.858750",\
|
|
"2.594762, 2.529607, 2.496386, 2.497131, 2.505526");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.641509, -0.512698, -0.393662, -0.196498, 0.610379",\
|
|
"-0.727875, -0.599063, -0.480027, -0.282863, 0.524014",\
|
|
"-0.784972, -0.656161, -0.537125, -0.339961, 0.466916",\
|
|
"-0.853940, -0.725128, -0.606093, -0.408928, 0.397949",\
|
|
"-1.137999, -1.009188, -0.890152, -0.692987, 0.113889");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.287037, -1.158226, -1.039190, -0.842025, -0.035149",\
|
|
"-1.404438, -1.275627, -1.156591, -0.959427, -0.152550",\
|
|
"-1.505394, -1.376582, -1.257546, -1.060382, -0.253505",\
|
|
"-1.661984, -1.533173, -1.414137, -1.216973, -0.410096",\
|
|
"-2.308760, -2.179949, -2.060913, -1.863749, -1.056872");
|
|
}
|
|
|
|
} /* 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.006175 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : setup_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.686107, 0.575799, 0.454737, 0.267351, -0.477325",\
|
|
"0.781358, 0.671051, 0.549989, 0.362603, -0.382074",\
|
|
"0.854656, 0.744348, 0.623286, 0.435900, -0.308776",\
|
|
"0.946756, 0.836448, 0.715386, 0.528001, -0.216676",\
|
|
"1.323356, 1.213048, 1.091986, 0.904600, 0.159924");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.316856, 1.206548, 1.085486, 0.898100, 0.153424",\
|
|
"1.445045, 1.334738, 1.213675, 1.026290, 0.281613",\
|
|
"1.583410, 1.473103, 1.352041, 1.164655, 0.419978",\
|
|
"1.807344, 1.697036, 1.575974, 1.388588, 0.643912",\
|
|
"2.724406, 2.614098, 2.493036, 2.305650, 1.560974");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_stupf*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : hold_falling ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.588667, -0.460923, -0.316831, -0.077442, 0.888239",\
|
|
"-0.683918, -0.556175, -0.412083, -0.172694, 0.792987",\
|
|
"-0.757272, -0.629528, -0.485437, -0.246047, 0.719634",\
|
|
"-0.849600, -0.721857, -0.577765, -0.338376, 0.627305",\
|
|
"-1.227324, -1.099580, -0.955489, -0.716099, 0.249582");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.129387, -1.001644, -0.857552, -0.618163, 0.347519",\
|
|
"-1.257576, -1.129833, -0.985741, -0.746352, 0.219329",\
|
|
"-1.396362, -1.268619, -1.124527, -0.885138, 0.080543",\
|
|
"-1.621012, -1.493269, -1.349177, -1.109788, -0.144107",\
|
|
"-2.542381, -2.414638, -2.270545, -2.031157, -1.065475");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_in[0]_hldf*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.720068, 0.654914, 0.621692, 0.622437, 0.630832",\
|
|
"0.815320, 0.750165, 0.716944, 0.717689, 0.726084",\
|
|
"0.888617, 0.823463, 0.790242, 0.790986, 0.799381",\
|
|
"0.980718, 0.915563, 0.882342, 0.883087, 0.891482",\
|
|
"1.357317, 1.292163, 1.258941, 1.259686, 1.268081");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.317705, 1.252550, 1.219329, 1.220074, 1.228469",\
|
|
"1.445894, 1.380740, 1.347518, 1.348263, 1.356658",\
|
|
"1.584260, 1.519105, 1.485884, 1.486628, 1.495023",\
|
|
"1.808193, 1.743038, 1.709817, 1.710562, 1.718957",\
|
|
"2.725255, 2.660100, 2.626879, 2.627624, 2.636019");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_in[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.590259, -0.461448, -0.342419, -0.145272, 0.661540",\
|
|
"-0.685511, -0.556700, -0.437671, -0.240524, 0.566288",\
|
|
"-0.758864, -0.630053, -0.511024, -0.313877, 0.492935",\
|
|
"-0.851193, -0.722382, -0.603353, -0.406206, 0.400606",\
|
|
"-1.228916, -1.100105, -0.981076, -0.783929, 0.022883");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.091192, -0.962381, -0.843352, -0.646205, 0.160607",\
|
|
"-1.219382, -1.090571, -0.971542, -0.774395, 0.032417",\
|
|
"-1.358168, -1.229357, -1.110328, -0.913181, -0.106369",\
|
|
"-1.582817, -1.454007, -1.334978, -1.137830, -0.331019",\
|
|
"-2.504186, -2.375375, -2.256346, -2.059199, -1.252387");
|
|
}
|
|
|
|
} /* 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.002402 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "2.839639, 2.851521, 2.887544, 3.031018, 3.629960",\
|
|
"2.949373, 2.961255, 2.997277, 3.140752, 3.739693",\
|
|
"3.041323, 3.053205, 3.089227, 3.232702, 3.831643",\
|
|
"3.181626, 3.193509, 3.229531, 3.373006, 3.971947",\
|
|
"3.753406, 3.765288, 3.801310, 3.944785, 4.543726");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022388, 0.033474, 0.077755, 0.282840, 1.159898",\
|
|
"0.022388, 0.033474, 0.077755, 0.282840, 1.159898",\
|
|
"0.022388, 0.033474, 0.077755, 0.282840, 1.159898",\
|
|
"0.022388, 0.033474, 0.077755, 0.282840, 1.159898",\
|
|
"0.022388, 0.033474, 0.077755, 0.282840, 1.159898");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "2.915550, 2.924758, 2.948935, 3.020500, 3.282040",\
|
|
"3.025284, 3.034491, 3.058668, 3.130234, 3.391773",\
|
|
"3.117234, 3.126441, 3.150618, 3.222184, 3.483724",\
|
|
"3.257537, 3.266745, 3.290922, 3.362487, 3.624027",\
|
|
"3.829317, 3.838524, 3.862701, 3.934267, 4.195807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020389, 0.026077, 0.047989, 0.130281, 0.492066",\
|
|
"0.020389, 0.026077, 0.047989, 0.130281, 0.492066",\
|
|
"0.020389, 0.026077, 0.047989, 0.130281, 0.492066",\
|
|
"0.020389, 0.026077, 0.047989, 0.130281, 0.492066",\
|
|
"0.020389, 0.026077, 0.047989, 0.130281, 0.492066");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "2.678209, 2.690091, 2.724220, 2.865294, 3.449272",\
|
|
"2.770751, 2.782634, 2.816762, 2.957836, 3.541815",\
|
|
"2.840447, 2.852329, 2.886458, 3.027532, 3.611510",\
|
|
"2.927431, 2.939313, 2.973442, 3.114516, 3.698494",\
|
|
"3.281598, 3.293480, 3.327609, 3.468683, 4.052661");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022388, 0.033474, 0.074235, 0.269900, 1.103699",\
|
|
"0.022388, 0.033474, 0.074235, 0.269900, 1.103699",\
|
|
"0.022388, 0.033474, 0.074235, 0.269900, 1.103699",\
|
|
"0.022388, 0.033474, 0.074235, 0.269900, 1.103699",\
|
|
"0.022388, 0.033474, 0.074235, 0.269900, 1.103699");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "2.761563, 2.770771, 2.793048, 2.861926, 3.109037",\
|
|
"2.854106, 2.863313, 2.885590, 2.954468, 3.201580",\
|
|
"2.923801, 2.933009, 2.955286, 3.024164, 3.271275",\
|
|
"3.010786, 3.019993, 3.042270, 3.111148, 3.358259",\
|
|
"3.364953, 3.374160, 3.396437, 3.465315, 3.712426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020389, 0.026077, 0.044453, 0.120273, 0.454045",\
|
|
"0.020389, 0.026077, 0.044453, 0.120273, 0.454045",\
|
|
"0.020389, 0.026077, 0.044453, 0.120273, 0.454045",\
|
|
"0.020389, 0.026077, 0.044453, 0.120273, 0.454045",\
|
|
"0.020389, 0.026077, 0.044453, 0.120273, 0.454045");
|
|
}
|
|
|
|
} /* 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.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.594047, 0.605926, 0.641945, 0.785418, 1.384366",\
|
|
"0.658218, 0.670097, 0.706116, 0.849589, 1.429985",\
|
|
"0.704778, 0.716657, 0.752676, 0.896149, 1.429985",\
|
|
"0.734590, 0.746470, 0.782489, 0.925962, 1.429985",\
|
|
"0.734590, 0.746470, 0.782489, 0.925962, 1.429985");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022373, 0.033461, 0.077747, 0.282842, 1.159896",\
|
|
"0.022377, 0.033465, 0.077749, 0.282841, 1.159896");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.702594, 0.711801, 0.735978, 0.807544, 1.069083",\
|
|
"0.803106, 0.812313, 0.836490, 0.908056, 1.169595",\
|
|
"0.953818, 0.963025, 0.987202, 1.058768, 1.320307",\
|
|
"1.234254, 1.243461, 1.267638, 1.339204, 1.600744",\
|
|
"1.774840, 1.784047, 1.808224, 1.879790, 2.141330");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020391, 0.026079, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026079, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066");
|
|
}
|
|
|
|
} /* 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.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.585549, 0.597426, 0.631548, 0.772618, 1.356610",\
|
|
"0.631099, 0.642975, 0.677097, 0.818167, 1.402160",\
|
|
"0.631099, 0.642975, 0.677097, 0.818167, 1.402160",\
|
|
"0.631099, 0.642975, 0.677097, 0.818167, 1.402160",\
|
|
"0.631099, 0.642975, 0.677097, 0.818167, 1.402160");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022359, 0.033449, 0.074219, 0.269904, 1.103695",\
|
|
"0.022359, 0.033449, 0.074219, 0.269904, 1.103695",\
|
|
"0.022358, 0.033448, 0.074219, 0.269904, 1.103695",\
|
|
"0.022358, 0.033448, 0.074218, 0.269904, 1.103694",\
|
|
"0.022358, 0.033448, 0.074218, 0.269904, 1.103694");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.698157, 0.707363, 0.729638, 0.798509, 1.045633",\
|
|
"0.798669, 0.807875, 0.830150, 0.899021, 1.146145",\
|
|
"0.949510, 0.958716, 0.980991, 1.049862, 1.296986",\
|
|
"1.230878, 1.240084, 1.262359, 1.331231, 1.578355",\
|
|
"1.771437, 1.780643, 1.802918, 1.871789, 2.118914");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020363, 0.026053, 0.044433, 0.120272, 0.454044",\
|
|
"0.020362, 0.026052, 0.044433, 0.120272, 0.454044");
|
|
}
|
|
|
|
} /* 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.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.742941, 0.752149, 0.776326, 0.847892, 1.109431",\
|
|
"0.807112, 0.816320, 0.840497, 0.912063, 1.148088",\
|
|
"0.853145, 0.862352, 0.886529, 0.958095, 1.148088",\
|
|
"0.881418, 0.890626, 0.914803, 0.986369, 1.148088",\
|
|
"0.881418, 0.890626, 0.914803, 0.986369, 1.148088");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020391, 0.026079, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026079, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066",\
|
|
"0.020391, 0.026078, 0.047990, 0.130281, 0.492066");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.586409, 0.598288, 0.634307, 0.777780, 1.376728",\
|
|
"0.686921, 0.698800, 0.734819, 0.878292, 1.477240",\
|
|
"0.838486, 0.850365, 0.886384, 1.029857, 1.628805",\
|
|
"1.119035, 1.130915, 1.166934, 1.310407, 1.909354",\
|
|
"1.658806, 1.670686, 1.706706, 1.850180, 2.449126");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022372, 0.033460, 0.077746, 0.282842, 1.159896",\
|
|
"0.022373, 0.033461, 0.077747, 0.282842, 1.159896",\
|
|
"0.022377, 0.033465, 0.077749, 0.282841, 1.159896");
|
|
}
|
|
|
|
} /* 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.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.739571, 0.748776, 0.771051, 0.839923, 1.087047",\
|
|
"0.778196, 0.787401, 0.809676, 0.878547, 1.125672",\
|
|
"0.778196, 0.787401, 0.809676, 0.878547, 1.125672",\
|
|
"0.778196, 0.787401, 0.809676, 0.878547, 1.125672",\
|
|
"0.778196, 0.787401, 0.809676, 0.878547, 1.125672");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020364, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020363, 0.026053, 0.044433, 0.120272, 0.454044",\
|
|
"0.020362, 0.026052, 0.044433, 0.120272, 0.454044");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.576625, 0.588501, 0.622624, 0.763694, 1.347686",\
|
|
"0.677137, 0.689013, 0.723136, 0.864206, 1.448198",\
|
|
"0.828845, 0.840722, 0.874844, 1.015914, 1.599907",\
|
|
"1.110502, 1.122379, 1.156501, 1.297571, 1.881564",\
|
|
"1.650240, 1.662116, 1.696238, 1.837308, 2.421301");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022359, 0.033449, 0.074219, 0.269904, 1.103695",\
|
|
"0.022359, 0.033449, 0.074219, 0.269904, 1.103695",\
|
|
"0.022358, 0.033448, 0.074219, 0.269904, 1.103695",\
|
|
"0.022358, 0.033448, 0.074218, 0.269904, 1.103694",\
|
|
"0.022358, 0.033448, 0.074218, 0.269904, 1.103694");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.585432, 0.597318, 0.633345, 0.776822, 1.375755",\
|
|
"0.674454, 0.686339, 0.722366, 0.865843, 1.464776",\
|
|
"0.733639, 0.745525, 0.781551, 0.925029, 1.523961",\
|
|
"0.804216, 0.816103, 0.852129, 0.995607, 1.594539",\
|
|
"1.095085, 1.106971, 1.142999, 1.286477, 1.885407");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022407, 0.033491, 0.077766, 0.282837, 1.159901",\
|
|
"0.022407, 0.033491, 0.077766, 0.282837, 1.159901",\
|
|
"0.022408, 0.033491, 0.077766, 0.282837, 1.159901",\
|
|
"0.022409, 0.033492, 0.077766, 0.282837, 1.159901",\
|
|
"0.022413, 0.033496, 0.077769, 0.282837, 1.159902");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.661905, 0.671110, 0.695285, 0.766845, 1.028395",\
|
|
"0.786525, 0.795731, 0.819906, 0.891465, 1.153015",\
|
|
"0.913579, 0.922784, 0.946959, 1.018519, 1.280069",\
|
|
"1.113673, 1.122879, 1.147053, 1.218613, 1.480163",\
|
|
"1.940018, 1.949224, 1.973399, 2.044958, 2.306508");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020363, 0.026053, 0.047969, 0.130279, 0.492064",\
|
|
"0.020363, 0.026053, 0.047969, 0.130279, 0.492064",\
|
|
"0.020363, 0.026053, 0.047969, 0.130279, 0.492064",\
|
|
"0.020363, 0.026052, 0.047968, 0.130279, 0.492064",\
|
|
"0.020362, 0.026051, 0.047968, 0.130279, 0.492064");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_oeb_mgmt_gpio_oeb[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.577074, 0.588960, 0.623092, 0.764169, 1.348138",\
|
|
"0.666095, 0.677981, 0.712114, 0.853191, 1.437159",\
|
|
"0.725280, 0.737166, 0.771299, 0.912376, 1.496344",\
|
|
"0.795858, 0.807744, 0.841877, 0.982954, 1.566922",\
|
|
"1.086726, 1.098613, 1.132747, 1.273825, 1.857790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.022407, 0.033491, 0.074246, 0.269896, 1.103702",\
|
|
"0.022407, 0.033491, 0.074246, 0.269896, 1.103702",\
|
|
"0.022408, 0.033491, 0.074246, 0.269896, 1.103702",\
|
|
"0.022409, 0.033492, 0.074247, 0.269896, 1.103703",\
|
|
"0.022413, 0.033496, 0.074249, 0.269896, 1.103703");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.660163, 0.669369, 0.691644, 0.760515, 1.007639",\
|
|
"0.784783, 0.793989, 0.816264, 0.885135, 1.132259",\
|
|
"0.911837, 0.921043, 0.943318, 1.012189, 1.259313",\
|
|
"1.111931, 1.121137, 1.143412, 1.212283, 1.459408",\
|
|
"1.938277, 1.947482, 1.969757, 2.038628, 2.285753");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002402, 0.013175, 0.052402, 0.234481, 1.000000");
|
|
values ( "0.020363, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020363, 0.026053, 0.044434, 0.120272, 0.454044",\
|
|
"0.020363, 0.026053, 0.044433, 0.120272, 0.454044",\
|
|
"0.020363, 0.026052, 0.044433, 0.120272, 0.454044",\
|
|
"0.020362, 0.026051, 0.044432, 0.120272, 0.454044");
|
|
}
|
|
|
|
} /* 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.003048 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "2.879798, 2.889431, 2.925578, 3.069275, 3.668999",\
|
|
"2.989532, 2.999164, 3.035311, 3.179009, 3.778733",\
|
|
"3.081482, 3.091114, 3.127261, 3.270959, 3.870682",\
|
|
"3.221785, 3.231418, 3.267565, 3.411262, 4.010986",\
|
|
"3.793565, 3.803197, 3.839344, 3.983042, 4.582765");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023080, 0.034121, 0.078759, 0.284717, 1.165016",\
|
|
"0.023080, 0.034121, 0.078759, 0.284717, 1.165016",\
|
|
"0.023080, 0.034121, 0.078759, 0.284717, 1.165016",\
|
|
"0.023080, 0.034121, 0.078759, 0.284717, 1.165016",\
|
|
"0.023080, 0.034121, 0.078759, 0.284717, 1.165016");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "3.012379, 3.020207, 3.044362, 3.116159, 3.378613",\
|
|
"3.122112, 3.129940, 3.154095, 3.225892, 3.488346",\
|
|
"3.214062, 3.221890, 3.246045, 3.317842, 3.580296",\
|
|
"3.354366, 3.362193, 3.386348, 3.458145, 3.720599",\
|
|
"3.926145, 3.933973, 3.958128, 4.029925, 4.292379");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020750, 0.026346, 0.048557, 0.131550, 0.496297",\
|
|
"0.020750, 0.026346, 0.048557, 0.131550, 0.496297",\
|
|
"0.020750, 0.026346, 0.048557, 0.131550, 0.496297",\
|
|
"0.020750, 0.026346, 0.048557, 0.131550, 0.496297",\
|
|
"0.020750, 0.026346, 0.048557, 0.131550, 0.496297");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "2.697600, 2.709353, 2.743377, 2.884446, 3.467922",\
|
|
"2.790143, 2.801896, 2.835919, 2.976988, 3.560464",\
|
|
"2.859838, 2.871591, 2.905615, 3.046684, 3.630160",\
|
|
"2.946823, 2.958576, 2.992599, 3.133668, 3.717144",\
|
|
"3.300989, 3.312742, 3.346766, 3.487835, 4.071311");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023080, 0.034121, 0.074940, 0.270600, 1.103702",\
|
|
"0.023080, 0.034121, 0.074940, 0.270600, 1.103702",\
|
|
"0.023080, 0.034121, 0.074940, 0.270600, 1.103702",\
|
|
"0.023080, 0.034121, 0.074940, 0.270600, 1.103702",\
|
|
"0.023080, 0.034121, 0.074940, 0.270600, 1.103702");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "2.790975, 2.800012, 2.822113, 2.890955, 3.137858",\
|
|
"2.883517, 2.892554, 2.914655, 2.983497, 3.230400",\
|
|
"2.953212, 2.962250, 2.984350, 3.053193, 3.300096",\
|
|
"3.040197, 3.049234, 3.071335, 3.140177, 3.387080",\
|
|
"3.394364, 3.403401, 3.425502, 3.494344, 3.741247");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020750, 0.026346, 0.044720, 0.120555, 0.454045",\
|
|
"0.020750, 0.026346, 0.044720, 0.120555, 0.454045",\
|
|
"0.020750, 0.026346, 0.044720, 0.120555, 0.454045",\
|
|
"0.020750, 0.026346, 0.044720, 0.120555, 0.454045",\
|
|
"0.020750, 0.026346, 0.044720, 0.120555, 0.454045");
|
|
}
|
|
|
|
} /* 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.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.596831, 0.606464, 0.642608, 0.786303, 1.386033",\
|
|
"0.661002, 0.670635, 0.706779, 0.850475, 1.431666",\
|
|
"0.707563, 0.717196, 0.753340, 0.897036, 1.431666",\
|
|
"0.737379, 0.747012, 0.783156, 0.926852, 1.431666",\
|
|
"0.737379, 0.747012, 0.783156, 0.926852, 1.431666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023066, 0.034109, 0.078751, 0.284719, 1.165014",\
|
|
"0.023066, 0.034109, 0.078751, 0.284719, 1.165014",\
|
|
"0.023067, 0.034110, 0.078751, 0.284719, 1.165014",\
|
|
"0.023068, 0.034110, 0.078752, 0.284719, 1.165015",\
|
|
"0.023071, 0.034114, 0.078754, 0.284718, 1.165015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.707006, 0.714834, 0.738989, 0.810786, 1.073239",\
|
|
"0.807513, 0.815341, 0.839496, 0.911293, 1.173746",\
|
|
"0.958110, 0.965938, 0.990093, 1.061891, 1.324344",\
|
|
"1.238693, 1.246521, 1.270676, 1.342473, 1.604926",\
|
|
"1.779085, 1.786913, 1.811068, 1.882865, 2.145319");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020751, 0.026348, 0.048559, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048559, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048558, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048558, 0.131550, 0.496297",\
|
|
"0.020751, 0.026347, 0.048558, 0.131550, 0.496297");
|
|
}
|
|
|
|
} /* 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.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.588503, 0.600252, 0.634269, 0.775335, 1.358824",\
|
|
"0.634069, 0.645817, 0.679834, 0.820900, 1.404389",\
|
|
"0.634069, 0.645817, 0.679834, 0.820900, 1.404389",\
|
|
"0.634069, 0.645817, 0.679834, 0.820900, 1.404389",\
|
|
"0.634069, 0.645817, 0.679834, 0.820900, 1.404389");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074925, 0.270605, 1.103698");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.700111, 0.709147, 0.731246, 0.800082, 1.046997",\
|
|
"0.800618, 0.809654, 0.831752, 0.900588, 1.147504",\
|
|
"0.951341, 0.960377, 0.982475, 1.051311, 1.298227",\
|
|
"1.232815, 1.241851, 1.263949, 1.332785, 1.579701",\
|
|
"1.773176, 1.782212, 1.804311, 1.873146, 2.120063");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020724, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020724, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020722, 0.026321, 0.044699, 0.120554, 0.454044");
|
|
}
|
|
|
|
} /* 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.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.747206, 0.755033, 0.779189, 0.850986, 1.113439",\
|
|
"0.811377, 0.819205, 0.843360, 0.915157, 1.152110",\
|
|
"0.857410, 0.865238, 0.889393, 0.961191, 1.152110",\
|
|
"0.885687, 0.893515, 0.917670, 0.989467, 1.152110",\
|
|
"0.885687, 0.893515, 0.917670, 0.989467, 1.152110");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020751, 0.026348, 0.048559, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048559, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048558, 0.131550, 0.496297",\
|
|
"0.020751, 0.026348, 0.048558, 0.131550, 0.496297",\
|
|
"0.020751, 0.026347, 0.048558, 0.131550, 0.496297");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.589318, 0.598951, 0.635095, 0.778791, 1.378520",\
|
|
"0.689825, 0.699458, 0.735602, 0.879298, 1.479027",\
|
|
"0.841277, 0.850909, 0.887053, 1.030749, 1.630478",\
|
|
"1.121982, 1.131615, 1.167759, 1.311455, 1.911184",\
|
|
"1.661560, 1.671192, 1.707338, 1.851034, 2.450761");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023066, 0.034109, 0.078751, 0.284719, 1.165014",\
|
|
"0.023066, 0.034109, 0.078751, 0.284719, 1.165014",\
|
|
"0.023067, 0.034110, 0.078751, 0.284719, 1.165014",\
|
|
"0.023068, 0.034110, 0.078752, 0.284719, 1.165015",\
|
|
"0.023071, 0.034114, 0.078754, 0.284718, 1.165015");
|
|
}
|
|
|
|
} /* 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.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.741334, 0.750369, 0.772468, 0.841304, 1.088220",\
|
|
"0.779968, 0.789003, 0.811102, 0.879937, 1.126854",\
|
|
"0.779968, 0.789003, 0.811102, 0.879937, 1.126854",\
|
|
"0.779968, 0.789003, 0.811102, 0.879937, 1.126854",\
|
|
"0.779968, 0.789003, 0.811102, 0.879937, 1.126854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020724, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020724, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020722, 0.026321, 0.044699, 0.120554, 0.454044");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.579757, 0.591505, 0.625523, 0.766588, 1.350077",\
|
|
"0.680264, 0.692012, 0.726030, 0.867095, 1.450584",\
|
|
"0.831855, 0.843603, 0.877620, 1.018685, 1.602175",\
|
|
"1.113620, 1.125368, 1.159385, 1.300450, 1.883940",\
|
|
"1.653164, 1.664912, 1.698930, 1.839995, 2.423485");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074924, 0.270605, 1.103698",\
|
|
"0.023053, 0.034097, 0.074925, 0.270605, 1.103698");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_oeb[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.603529, 0.613162, 0.649314, 0.793014, 1.392728",\
|
|
"0.692903, 0.702536, 0.738688, 0.882388, 1.482102",\
|
|
"0.751711, 0.761344, 0.797496, 0.941196, 1.540910",\
|
|
"0.822213, 0.831846, 0.867998, 1.011698, 1.611412",\
|
|
"1.112769, 1.122402, 1.158556, 1.302256, 1.901968");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023103, 0.034141, 0.078771, 0.284713, 1.165020",\
|
|
"0.023103, 0.034141, 0.078771, 0.284713, 1.165020",\
|
|
"0.023104, 0.034142, 0.078771, 0.284713, 1.165020",\
|
|
"0.023105, 0.034142, 0.078772, 0.284713, 1.165020",\
|
|
"0.023109, 0.034146, 0.078774, 0.284713, 1.165021");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.673876, 0.681705, 0.705858, 0.777649, 1.040113",\
|
|
"0.801372, 0.809201, 0.833354, 0.905145, 1.167609",\
|
|
"0.928023, 0.935853, 0.960005, 1.031796, 1.294260",\
|
|
"1.128482, 1.136311, 1.160464, 1.232255, 1.494719",\
|
|
"1.954734, 1.962564, 1.986716, 2.058506, 2.320971");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020723, 0.026322, 0.048537, 0.131548, 0.496295",\
|
|
"0.020723, 0.026322, 0.048537, 0.131548, 0.496295",\
|
|
"0.020723, 0.026322, 0.048537, 0.131548, 0.496295",\
|
|
"0.020723, 0.026321, 0.048537, 0.131548, 0.496295",\
|
|
"0.020721, 0.026320, 0.048536, 0.131548, 0.496295");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_oeb_mgmt_gpio_oeb[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.595333, 0.607090, 0.641118, 0.782191, 1.365655",\
|
|
"0.684706, 0.696464, 0.730492, 0.871564, 1.455029",\
|
|
"0.743515, 0.755272, 0.789300, 0.930372, 1.513837",\
|
|
"0.814016, 0.825774, 0.859802, 1.000875, 1.584339",\
|
|
"1.104572, 1.116330, 1.150360, 1.291433, 1.874894");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.023103, 0.034141, 0.074952, 0.270597, 1.103706",\
|
|
"0.023103, 0.034141, 0.074952, 0.270597, 1.103706",\
|
|
"0.023104, 0.034142, 0.074952, 0.270597, 1.103706",\
|
|
"0.023105, 0.034142, 0.074953, 0.270597, 1.103706",\
|
|
"0.023109, 0.034146, 0.074955, 0.270596, 1.103707");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.669653, 0.678689, 0.700787, 0.769623, 1.016539",\
|
|
"0.797149, 0.806185, 0.828283, 0.897119, 1.144035",\
|
|
"0.923800, 0.932836, 0.954935, 1.023770, 1.270687",\
|
|
"1.124259, 1.133295, 1.155393, 1.224229, 1.471145",\
|
|
"1.950511, 1.959547, 1.981645, 2.050481, 2.297398");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003048, 0.013820, 0.053048, 0.235127, 1.000000");
|
|
values ( "0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026322, 0.044700, 0.120554, 0.454044",\
|
|
"0.020723, 0.026321, 0.044700, 0.120554, 0.454044",\
|
|
"0.020721, 0.026320, 0.044699, 0.120554, 0.454044");
|
|
}
|
|
|
|
} /* 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.002693 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "3.030596, 3.040632, 3.077091, 3.220797, 3.818710",\
|
|
"3.140329, 3.150365, 3.186824, 3.330530, 3.928443",\
|
|
"3.232279, 3.242315, 3.278774, 3.422481, 4.020393",\
|
|
"3.372582, 3.382619, 3.419077, 3.562784, 4.160697",\
|
|
"3.944362, 3.954398, 3.990857, 4.134563, 4.732476");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024748, 0.035561, 0.079217, 0.282946, 1.160284",\
|
|
"0.024748, 0.035561, 0.079217, 0.282946, 1.160284",\
|
|
"0.024748, 0.035561, 0.079217, 0.282946, 1.160284",\
|
|
"0.024748, 0.035561, 0.079217, 0.282946, 1.160284",\
|
|
"0.024748, 0.035561, 0.079217, 0.282946, 1.160284");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "3.242518, 3.250306, 3.274469, 3.346117, 3.607443",\
|
|
"3.352252, 3.360039, 3.384202, 3.455850, 3.717176",\
|
|
"3.444202, 3.451989, 3.476153, 3.547801, 3.809126",\
|
|
"3.584506, 3.592293, 3.616456, 3.688104, 3.949430",\
|
|
"4.156285, 4.164072, 4.188236, 4.259884, 4.521209");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020918, 0.026542, 0.048406, 0.130474, 0.492237",\
|
|
"0.020918, 0.026542, 0.048406, 0.130474, 0.492237",\
|
|
"0.020918, 0.026542, 0.048406, 0.130474, 0.492237",\
|
|
"0.020918, 0.026542, 0.048406, 0.130474, 0.492237",\
|
|
"0.020918, 0.026542, 0.048406, 0.130474, 0.492237");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "2.842565, 2.854757, 2.889301, 3.030641, 3.613423",\
|
|
"2.935108, 2.947300, 2.981843, 3.123183, 3.705966",\
|
|
"3.004803, 3.016995, 3.051539, 3.192879, 3.775661",\
|
|
"3.091788, 3.103980, 3.138523, 3.279863, 3.862645",\
|
|
"3.445954, 3.458146, 3.492690, 3.634030, 4.216812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024748, 0.035561, 0.075678, 0.269943, 1.103918",\
|
|
"0.024748, 0.035561, 0.075678, 0.269943, 1.103918",\
|
|
"0.024748, 0.035561, 0.075678, 0.269943, 1.103918",\
|
|
"0.024748, 0.035561, 0.075678, 0.269943, 1.103918",\
|
|
"0.024748, 0.035561, 0.075678, 0.269943, 1.103918");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "3.028916, 3.038055, 3.060297, 3.129250, 3.376089",\
|
|
"3.121458, 3.130597, 3.152839, 3.221792, 3.468632",\
|
|
"3.191154, 3.200293, 3.222535, 3.291487, 3.538327",\
|
|
"3.278138, 3.287277, 3.309519, 3.378472, 3.625312",\
|
|
"3.632305, 3.641444, 3.663686, 3.732639, 3.979479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020918, 0.026542, 0.044850, 0.120414, 0.454052",\
|
|
"0.020918, 0.026542, 0.044850, 0.120414, 0.454052",\
|
|
"0.020918, 0.026542, 0.044850, 0.120414, 0.454052",\
|
|
"0.020918, 0.026542, 0.044850, 0.120414, 0.454052",\
|
|
"0.020918, 0.026542, 0.044850, 0.120414, 0.454052");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.642286, 0.652320, 0.688774, 0.832480, 1.430397",\
|
|
"0.733395, 0.743429, 0.779883, 0.923589, 1.521506",\
|
|
"0.791977, 0.802012, 0.838465, 0.982171, 1.580088",\
|
|
"0.857382, 0.867417, 0.903870, 1.047576, 1.645493",\
|
|
"1.126935, 1.136969, 1.173423, 1.317130, 1.915046");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024725, 0.035540, 0.079205, 0.282943, 1.160297",\
|
|
"0.024725, 0.035540, 0.079205, 0.282943, 1.160297",\
|
|
"0.024726, 0.035541, 0.079205, 0.282943, 1.160297",\
|
|
"0.024726, 0.035541, 0.079205, 0.282943, 1.160297",\
|
|
"0.024727, 0.035542, 0.079206, 0.282943, 1.160296");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.781006, 0.788793, 0.812957, 0.884605, 1.145930",\
|
|
"0.910131, 0.917918, 0.942082, 1.013730, 1.275055",\
|
|
"1.048513, 1.056300, 1.080463, 1.152112, 1.413437",\
|
|
"1.268847, 1.276634, 1.300797, 1.372446, 1.633770",\
|
|
"2.175036, 2.182823, 2.206987, 2.278636, 2.539960");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020919, 0.026543, 0.048406, 0.130474, 0.492237",\
|
|
"0.020919, 0.026543, 0.048406, 0.130474, 0.492237",\
|
|
"0.020920, 0.026543, 0.048407, 0.130474, 0.492237",\
|
|
"0.020921, 0.026544, 0.048408, 0.130474, 0.492237",\
|
|
"0.020921, 0.026544, 0.048408, 0.130474, 0.492237");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.640127, 0.652313, 0.686851, 0.828190, 1.410976",\
|
|
"0.731235, 0.743421, 0.777959, 0.919298, 1.502084",\
|
|
"0.789811, 0.801997, 0.836535, 0.977874, 1.560660",\
|
|
"0.855204, 0.867389, 0.901926, 1.043265, 1.626052",\
|
|
"1.124728, 1.136912, 1.171447, 1.312786, 1.895574");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024714, 0.035530, 0.075658, 0.269939, 1.103932",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103932",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103933",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103934",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.779174, 0.788313, 0.810554, 0.879505, 1.126348",\
|
|
"0.908300, 0.917439, 0.939681, 1.008631, 1.255475",\
|
|
"1.046657, 1.055796, 1.078037, 1.146988, 1.393831",\
|
|
"1.266942, 1.276081, 1.298323, 1.367274, 1.614117",\
|
|
"2.173240, 2.182379, 2.204621, 2.273572, 2.520415");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020912, 0.026536, 0.044845, 0.120413, 0.454052",\
|
|
"0.020913, 0.026537, 0.044846, 0.120413, 0.454052");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.833469, 0.841256, 0.865419, 0.937067, 1.198393",\
|
|
"0.924372, 0.932159, 0.956322, 1.027970, 1.289296",\
|
|
"0.982666, 0.990453, 1.014617, 1.086265, 1.347590",\
|
|
"1.047295, 1.055082, 1.079246, 1.150894, 1.412219",\
|
|
"1.313342, 1.321129, 1.345292, 1.416941, 1.678266");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020919, 0.026543, 0.048406, 0.130474, 0.492237",\
|
|
"0.020919, 0.026543, 0.048406, 0.130474, 0.492237",\
|
|
"0.020920, 0.026543, 0.048407, 0.130474, 0.492237",\
|
|
"0.020921, 0.026544, 0.048408, 0.130474, 0.492237",\
|
|
"0.020921, 0.026544, 0.048408, 0.130474, 0.492237");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.706773, 0.716807, 0.753260, 0.896967, 1.494884",\
|
|
"0.835947, 0.845981, 0.882435, 1.026141, 1.624058",\
|
|
"0.974714, 0.984748, 1.021202, 1.164908, 1.762825",\
|
|
"1.195862, 1.205896, 1.242350, 1.386056, 1.983973",\
|
|
"2.105232, 2.115267, 2.151721, 2.295427, 2.893343");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024725, 0.035540, 0.079205, 0.282943, 1.160297",\
|
|
"0.024725, 0.035540, 0.079205, 0.282943, 1.160297",\
|
|
"0.024726, 0.035541, 0.079205, 0.282943, 1.160297",\
|
|
"0.024726, 0.035541, 0.079205, 0.282943, 1.160297",\
|
|
"0.024727, 0.035542, 0.079206, 0.282943, 1.160296");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.831636, 0.840775, 0.863017, 0.931967, 1.178811",\
|
|
"0.922541, 0.931680, 0.953921, 1.022872, 1.269715",\
|
|
"0.980810, 0.989949, 1.012190, 1.081141, 1.327984",\
|
|
"1.045391, 1.054530, 1.076771, 1.145722, 1.392565",\
|
|
"1.311546, 1.320685, 1.342926, 1.411878, 1.658720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020911, 0.026535, 0.044844, 0.120413, 0.454052",\
|
|
"0.020912, 0.026536, 0.044845, 0.120413, 0.454052",\
|
|
"0.020913, 0.026537, 0.044846, 0.120413, 0.454052");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.704613, 0.716800, 0.751338, 0.892677, 1.475463",\
|
|
"0.833786, 0.845973, 0.880511, 1.021850, 1.604636",\
|
|
"0.972548, 0.984734, 1.019271, 1.160611, 1.743397",\
|
|
"1.193683, 1.205868, 1.240406, 1.381745, 1.964532",\
|
|
"2.103025, 2.115209, 2.149745, 2.291084, 2.873872");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024714, 0.035530, 0.075658, 0.269939, 1.103932",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103932",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103933",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103934",\
|
|
"0.024714, 0.035530, 0.075658, 0.269939, 1.103938");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_oeb[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.663626, 0.673663, 0.710125, 0.853831, 1.451742",\
|
|
"0.749921, 0.759958, 0.796420, 0.940127, 1.538038",\
|
|
"0.807166, 0.817203, 0.853665, 0.997372, 1.595282",\
|
|
"0.876755, 0.886792, 0.923254, 1.066961, 1.664872",\
|
|
"1.163549, 1.173586, 1.210049, 1.353756, 1.951666");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024763, 0.035574, 0.079226, 0.282948, 1.160276",\
|
|
"0.024763, 0.035574, 0.079226, 0.282948, 1.160276",\
|
|
"0.024763, 0.035574, 0.079226, 0.282948, 1.160276",\
|
|
"0.024763, 0.035575, 0.079226, 0.282948, 1.160276",\
|
|
"0.024765, 0.035576, 0.079227, 0.282948, 1.160275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.769651, 0.777439, 0.801602, 0.873249, 1.134576",\
|
|
"0.886751, 0.894539, 0.918702, 0.990349, 1.251676",\
|
|
"0.988859, 0.996646, 1.020809, 1.092456, 1.353783",\
|
|
"1.147398, 1.155185, 1.179348, 1.250995, 1.512322",\
|
|
"1.800718, 1.808506, 1.832669, 1.904316, 2.165643");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020916, 0.026540, 0.048404, 0.130474, 0.492237",\
|
|
"0.020916, 0.026540, 0.048404, 0.130474, 0.492237",\
|
|
"0.020916, 0.026540, 0.048404, 0.130474, 0.492237",\
|
|
"0.020915, 0.026539, 0.048403, 0.130474, 0.492237",\
|
|
"0.020914, 0.026538, 0.048402, 0.130474, 0.492237");
|
|
}
|
|
|
|
} /* end of arc spi_sdoenb_mgmt_gpio_oeb[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdoenb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.661467, 0.673663, 0.708210, 0.849550, 1.432330",\
|
|
"0.747763, 0.759958, 0.794505, 0.935846, 1.518625",\
|
|
"0.805008, 0.817203, 0.851750, 0.993090, 1.575870",\
|
|
"0.874597, 0.886792, 0.921339, 1.062680, 1.645459",\
|
|
"1.161390, 1.173586, 1.208134, 1.349474, 1.932254");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.024763, 0.035574, 0.075686, 0.269944, 1.103910",\
|
|
"0.024763, 0.035574, 0.075686, 0.269944, 1.103910",\
|
|
"0.024763, 0.035574, 0.075686, 0.269944, 1.103910",\
|
|
"0.024763, 0.035575, 0.075686, 0.269944, 1.103909",\
|
|
"0.024765, 0.035576, 0.075687, 0.269944, 1.103908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.768300, 0.777439, 0.799681, 0.868633, 1.115474",\
|
|
"0.885399, 0.894539, 0.916780, 0.985732, 1.232573",\
|
|
"0.987507, 0.996646, 1.018888, 1.087840, 1.334681",\
|
|
"1.146046, 1.155185, 1.177427, 1.246379, 1.493220",\
|
|
"1.799367, 1.808506, 1.830747, 1.899699, 2.146541");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002693, 0.013465, 0.052693, 0.234772, 1.000000");
|
|
values ( "0.020914, 0.026538, 0.044846, 0.120413, 0.454052",\
|
|
"0.020914, 0.026538, 0.044846, 0.120413, 0.454052",\
|
|
"0.020914, 0.026538, 0.044846, 0.120413, 0.454052",\
|
|
"0.020914, 0.026538, 0.044846, 0.120413, 0.454052",\
|
|
"0.020914, 0.026538, 0.044846, 0.120413, 0.454052");
|
|
}
|
|
|
|
} /* 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.002077 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "2.647986, 2.659747, 2.695468, 2.838714, 3.437852",\
|
|
"2.757719, 2.769480, 2.805201, 2.948447, 3.547585",\
|
|
"2.849669, 2.861431, 2.897151, 3.040398, 3.639535",\
|
|
"2.989973, 3.001734, 3.037455, 3.180701, 3.779839",\
|
|
"3.561752, 3.573514, 3.609234, 3.752481, 4.351618");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.020772, 0.032056, 0.076566, 0.282159, 1.157596",\
|
|
"0.020772, 0.032056, 0.076566, 0.282159, 1.157596",\
|
|
"0.020772, 0.032056, 0.076566, 0.282159, 1.157596",\
|
|
"0.020772, 0.032056, 0.076566, 0.282159, 1.157596",\
|
|
"0.020772, 0.032056, 0.076566, 0.282159, 1.157596");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "2.641454, 2.650808, 2.674995, 2.746453, 3.007677",\
|
|
"2.751188, 2.760541, 2.784729, 2.856186, 3.117410",\
|
|
"2.843138, 2.852492, 2.876679, 2.948137, 3.209361",\
|
|
"2.983441, 2.992795, 3.016982, 3.088440, 3.349664",\
|
|
"3.555221, 3.564574, 3.588762, 3.660219, 3.921443");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.019952, 0.025756, 0.047542, 0.129712, 0.490246",\
|
|
"0.019952, 0.025756, 0.047542, 0.129712, 0.490246",\
|
|
"0.019952, 0.025756, 0.047542, 0.129712, 0.490246",\
|
|
"0.019952, 0.025756, 0.047542, 0.129712, 0.490246",\
|
|
"0.019952, 0.025756, 0.047542, 0.129712, 0.490246");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "2.486759, 2.498520, 2.532428, 2.673324, 3.258099",\
|
|
"2.579301, 2.591063, 2.624971, 2.765867, 3.350641",\
|
|
"2.648997, 2.660758, 2.694666, 2.835562, 3.420337",\
|
|
"2.735981, 2.747742, 2.781651, 2.922547, 3.507321",\
|
|
"3.090148, 3.101909, 3.135817, 3.276714, 3.861488");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.020772, 0.032056, 0.073194, 0.269721, 1.103469",\
|
|
"0.020772, 0.032056, 0.073194, 0.269721, 1.103469",\
|
|
"0.020772, 0.032056, 0.073194, 0.269721, 1.103469",\
|
|
"0.020772, 0.032056, 0.073194, 0.269721, 1.103469",\
|
|
"0.020772, 0.032056, 0.073194, 0.269721, 1.103469");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "2.456279, 2.465633, 2.488002, 2.556857, 2.804128",\
|
|
"2.548821, 2.558175, 2.580544, 2.649399, 2.896671",\
|
|
"2.618517, 2.627871, 2.650240, 2.719095, 2.966366",\
|
|
"2.705501, 2.714855, 2.737224, 2.806079, 3.053350",\
|
|
"3.059668, 3.069022, 3.091391, 3.160246, 3.407517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002077, 0.012849, 0.052077, 0.234156, 1.000000");
|
|
values ( "0.019952, 0.025756, 0.044156, 0.120118, 0.453925",\
|
|
"0.019952, 0.025756, 0.044156, 0.120118, 0.453925",\
|
|
"0.019952, 0.025756, 0.044156, 0.120118, 0.453925",\
|
|
"0.019952, 0.025756, 0.044156, 0.120118, 0.453925",\
|
|
"0.019952, 0.025756, 0.044156, 0.120118, 0.453925");
|
|
}
|
|
|
|
} /* 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.002733 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "2.657616, 2.669345, 2.705381, 2.848995, 3.449038",\
|
|
"2.767349, 2.779078, 2.815114, 2.958729, 3.558771",\
|
|
"2.859299, 2.871028, 2.907065, 3.050679, 3.650721",\
|
|
"2.999603, 3.011332, 3.047368, 3.190982, 3.791024",\
|
|
"3.571382, 3.583111, 3.619148, 3.762762, 4.362804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.022203, 0.033329, 0.078053, 0.284282, 1.164276",\
|
|
"0.022203, 0.033329, 0.078053, 0.284282, 1.164276",\
|
|
"0.022203, 0.033329, 0.078053, 0.284282, 1.164276",\
|
|
"0.022203, 0.033329, 0.078053, 0.284282, 1.164276",\
|
|
"0.022203, 0.033329, 0.078053, 0.284282, 1.164276");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "2.625251, 2.634372, 2.658553, 2.730296, 2.992791",\
|
|
"2.734984, 2.744105, 2.768287, 2.840029, 3.102525",\
|
|
"2.826934, 2.836055, 2.860237, 2.931980, 3.194475",\
|
|
"2.967238, 2.976359, 3.000540, 3.072283, 3.334779",\
|
|
"3.539017, 3.548138, 3.572320, 3.644063, 3.906558");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.020405, 0.026053, 0.048234, 0.131260, 0.495740",\
|
|
"0.020405, 0.026053, 0.048234, 0.131260, 0.495740",\
|
|
"0.020405, 0.026053, 0.048234, 0.131260, 0.495740",\
|
|
"0.020405, 0.026053, 0.048234, 0.131260, 0.495740",\
|
|
"0.020405, 0.026053, 0.048234, 0.131260, 0.495740");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "2.500151, 2.511880, 2.545826, 2.686823, 3.270812",\
|
|
"2.592694, 2.604423, 2.638369, 2.779365, 3.363355",\
|
|
"2.662389, 2.674118, 2.708064, 2.849061, 3.433050",\
|
|
"2.749374, 2.761103, 2.795048, 2.936045, 3.520035",\
|
|
"3.103540, 3.115269, 3.149215, 3.290212, 3.874201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.022203, 0.033329, 0.074300, 0.270340, 1.103615",\
|
|
"0.022203, 0.033329, 0.074300, 0.270340, 1.103615",\
|
|
"0.022203, 0.033329, 0.074300, 0.270340, 1.103615",\
|
|
"0.022203, 0.033329, 0.074300, 0.270340, 1.103615",\
|
|
"0.022203, 0.033329, 0.074300, 0.270340, 1.103615");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "2.452745, 2.461866, 2.484028, 2.552846, 2.799932",\
|
|
"2.545288, 2.554409, 2.576570, 2.645389, 2.892475",\
|
|
"2.614983, 2.624104, 2.646266, 2.715084, 2.962170",\
|
|
"2.701967, 2.711089, 2.733250, 2.802068, 3.049155",\
|
|
"3.056134, 3.065256, 3.087417, 3.156235, 3.403322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002733, 0.013505, 0.052733, 0.234812, 1.000000");
|
|
values ( "0.020405, 0.026053, 0.044463, 0.120411, 0.454041",\
|
|
"0.020405, 0.026053, 0.044463, 0.120411, 0.454041",\
|
|
"0.020405, 0.026053, 0.044463, 0.120411, 0.454041",\
|
|
"0.020405, 0.026053, 0.044463, 0.120411, 0.454041",\
|
|
"0.020405, 0.026053, 0.044463, 0.120411, 0.454041");
|
|
}
|
|
|
|
} /* 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.001995 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "2.618817, 2.630613, 2.666379, 2.809692, 3.409299",\
|
|
"2.728551, 2.740346, 2.776113, 2.919426, 3.519032",\
|
|
"2.820501, 2.832297, 2.868063, 3.011376, 3.610982",\
|
|
"2.960804, 2.972600, 3.008366, 3.151679, 3.751286",\
|
|
"3.532584, 3.544379, 3.580146, 3.723459, 4.323065");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.020683, 0.031970, 0.076538, 0.282371, 1.158937",\
|
|
"0.020683, 0.031970, 0.076538, 0.282371, 1.158937",\
|
|
"0.020683, 0.031970, 0.076538, 0.282371, 1.158937",\
|
|
"0.020683, 0.031970, 0.076538, 0.282371, 1.158937",\
|
|
"0.020683, 0.031970, 0.076538, 0.282371, 1.158937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "2.625452, 2.634853, 2.659096, 2.730600, 2.992167",\
|
|
"2.735186, 2.744587, 2.768829, 2.840333, 3.101901",\
|
|
"2.827136, 2.836537, 2.860780, 2.932283, 3.193851",\
|
|
"2.967439, 2.976840, 3.001083, 3.072587, 3.334154",\
|
|
"3.539219, 3.548620, 3.572862, 3.644366, 3.905934");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.019897, 0.025713, 0.047568, 0.129919, 0.491334",\
|
|
"0.019897, 0.025713, 0.047568, 0.129919, 0.491334",\
|
|
"0.019897, 0.025713, 0.047568, 0.129919, 0.491334",\
|
|
"0.019897, 0.025713, 0.047568, 0.129919, 0.491334",\
|
|
"0.019897, 0.025713, 0.047568, 0.129919, 0.491334");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "2.441194, 2.452989, 2.486893, 2.627797, 3.212707",\
|
|
"2.533736, 2.545532, 2.579436, 2.720340, 3.305249",\
|
|
"2.603431, 2.615227, 2.649131, 2.790035, 3.374945",\
|
|
"2.690416, 2.702212, 2.736116, 2.877019, 3.461929",\
|
|
"3.044583, 3.056378, 3.090282, 3.231186, 3.816096");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.020683, 0.031970, 0.073108, 0.269646, 1.103499",\
|
|
"0.020683, 0.031970, 0.073108, 0.269646, 1.103499",\
|
|
"0.020683, 0.031970, 0.073108, 0.269646, 1.103499",\
|
|
"0.020683, 0.031970, 0.073108, 0.269646, 1.103499",\
|
|
"0.020683, 0.031970, 0.073108, 0.269646, 1.103499");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "2.398529, 2.407930, 2.430306, 2.499164, 2.746469",\
|
|
"2.491071, 2.500473, 2.522848, 2.591706, 2.839011",\
|
|
"2.560767, 2.570168, 2.592544, 2.661402, 2.908707",\
|
|
"2.647751, 2.657152, 2.679528, 2.748386, 2.995691",\
|
|
"3.001918, 3.011319, 3.033695, 3.102553, 3.349858");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001995, 0.012767, 0.051995, 0.234074, 1.000000");
|
|
values ( "0.019897, 0.025713, 0.044124, 0.120083, 0.453944",\
|
|
"0.019897, 0.025713, 0.044124, 0.120083, 0.453944",\
|
|
"0.019897, 0.025713, 0.044124, 0.120083, 0.453944",\
|
|
"0.019897, 0.025713, 0.044124, 0.120083, 0.453944",\
|
|
"0.019897, 0.025713, 0.044124, 0.120083, 0.453944");
|
|
}
|
|
|
|
} /* 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.002019 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "2.652731, 2.664513, 2.700212, 2.843432, 3.442432",\
|
|
"2.762465, 2.774246, 2.809946, 2.953165, 3.552166",\
|
|
"2.854415, 2.866196, 2.901896, 3.045115, 3.644116",\
|
|
"2.994718, 3.006500, 3.042199, 3.185419, 3.784419",\
|
|
"3.566498, 3.578279, 3.613979, 3.757198, 4.356199");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.020750, 0.032039, 0.076470, 0.281891, 1.156700",\
|
|
"0.020750, 0.032039, 0.076470, 0.281891, 1.156700",\
|
|
"0.020750, 0.032039, 0.076470, 0.281891, 1.156700",\
|
|
"0.020750, 0.032039, 0.076470, 0.281891, 1.156700",\
|
|
"0.020750, 0.032039, 0.076470, 0.281891, 1.156700");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "2.639218, 2.648589, 2.672748, 2.744169, 3.005221",\
|
|
"2.748951, 2.758322, 2.782481, 2.853902, 3.114954",\
|
|
"2.840901, 2.850273, 2.874432, 2.945852, 3.206904",\
|
|
"2.981204, 2.990576, 3.014735, 3.086155, 3.347207",\
|
|
"3.552984, 3.562356, 3.586514, 3.657935, 3.918987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.019920, 0.025732, 0.047464, 0.129513, 0.489544",\
|
|
"0.019920, 0.025732, 0.047464, 0.129513, 0.489544",\
|
|
"0.019920, 0.025732, 0.047464, 0.129513, 0.489544",\
|
|
"0.019920, 0.025732, 0.047464, 0.129513, 0.489544",\
|
|
"0.019920, 0.025732, 0.047464, 0.129513, 0.489544");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "2.504257, 2.516038, 2.549961, 2.690870, 3.275745",\
|
|
"2.596800, 2.608581, 2.642504, 2.783412, 3.368287",\
|
|
"2.666495, 2.678276, 2.712199, 2.853108, 3.437983",\
|
|
"2.753479, 2.765261, 2.799184, 2.940092, 3.524967",\
|
|
"3.107646, 3.119427, 3.153350, 3.294259, 3.879134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.020750, 0.032039, 0.073156, 0.269667, 1.103506",\
|
|
"0.020750, 0.032039, 0.073156, 0.269667, 1.103506",\
|
|
"0.020750, 0.032039, 0.073156, 0.269667, 1.103506",\
|
|
"0.020750, 0.032039, 0.073156, 0.269667, 1.103506",\
|
|
"0.020750, 0.032039, 0.073156, 0.269667, 1.103506");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "2.490743, 2.500115, 2.522491, 2.591345, 2.838655",\
|
|
"2.583286, 2.592657, 2.615033, 2.683887, 2.931197",\
|
|
"2.652981, 2.662353, 2.684729, 2.753582, 3.000893",\
|
|
"2.739966, 2.749337, 2.771713, 2.840567, 3.087878",\
|
|
"3.094132, 3.103504, 3.125880, 3.194733, 3.442044");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002019, 0.012791, 0.052019, 0.234098, 1.000000");
|
|
values ( "0.019920, 0.025732, 0.044136, 0.120095, 0.453979",\
|
|
"0.019920, 0.025732, 0.044136, 0.120095, 0.453979",\
|
|
"0.019920, 0.025732, 0.044136, 0.120095, 0.453979",\
|
|
"0.019920, 0.025732, 0.044136, 0.120095, 0.453979",\
|
|
"0.019920, 0.025732, 0.044136, 0.120095, 0.453979");
|
|
}
|
|
|
|
} /* 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.002649 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "2.677897, 2.689689, 2.725749, 2.869336, 3.468946",\
|
|
"2.787631, 2.799422, 2.835483, 2.979070, 3.578680",\
|
|
"2.879581, 2.891372, 2.927433, 3.071020, 3.670630",\
|
|
"3.019884, 3.031675, 3.067736, 3.211323, 3.810933",\
|
|
"3.591664, 3.603455, 3.639516, 3.783103, 4.382713");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.022394, 0.033492, 0.078020, 0.283801, 1.162810",\
|
|
"0.022394, 0.033492, 0.078020, 0.283801, 1.162810",\
|
|
"0.022394, 0.033492, 0.078020, 0.283801, 1.162810",\
|
|
"0.022394, 0.033492, 0.078020, 0.283801, 1.162810",\
|
|
"0.022394, 0.033492, 0.078020, 0.283801, 1.162810");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "2.773716, 2.782883, 2.807084, 2.878891, 3.140882",\
|
|
"2.883450, 2.892616, 2.916817, 2.988624, 3.250615",\
|
|
"2.975400, 2.984566, 3.008767, 3.080574, 3.342565",\
|
|
"3.115703, 3.124870, 3.149071, 3.220877, 3.482868",\
|
|
"3.687483, 3.696649, 3.720850, 3.792657, 4.054648");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.020871, 0.026490, 0.048490, 0.130969, 0.494526",\
|
|
"0.020871, 0.026490, 0.048490, 0.130969, 0.494526",\
|
|
"0.020871, 0.026490, 0.048490, 0.130969, 0.494526",\
|
|
"0.020871, 0.026490, 0.048490, 0.130969, 0.494526",\
|
|
"0.020871, 0.026490, 0.048490, 0.130969, 0.494526");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "2.513895, 2.525686, 2.559712, 2.700748, 3.284663",\
|
|
"2.606437, 2.618228, 2.652254, 2.793291, 3.377206",\
|
|
"2.676132, 2.687924, 2.721950, 2.862986, 3.446901",\
|
|
"2.763117, 2.774908, 2.808934, 2.949970, 3.533886",\
|
|
"3.117283, 3.129075, 3.163101, 3.304137, 3.888052");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.022394, 0.033492, 0.074362, 0.270206, 1.103659",\
|
|
"0.022394, 0.033492, 0.074362, 0.270206, 1.103659",\
|
|
"0.022394, 0.033492, 0.074362, 0.270206, 1.103659",\
|
|
"0.022394, 0.033492, 0.074362, 0.270206, 1.103659",\
|
|
"0.022394, 0.033492, 0.074362, 0.270206, 1.103659");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "2.590178, 2.599344, 2.621578, 2.690528, 2.937392",\
|
|
"2.682720, 2.691887, 2.714120, 2.783070, 3.029934",\
|
|
"2.752415, 2.761582, 2.783816, 2.852766, 3.099630",\
|
|
"2.839400, 2.848567, 2.870800, 2.939750, 3.186615",\
|
|
"3.193567, 3.202733, 3.224967, 3.293917, 3.540781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002649, 0.013421, 0.052649, 0.234728, 1.000000");
|
|
values ( "0.020871, 0.026490, 0.044816, 0.120393, 0.454052",\
|
|
"0.020871, 0.026490, 0.044816, 0.120393, 0.454052",\
|
|
"0.020871, 0.026490, 0.044816, 0.120393, 0.454052",\
|
|
"0.020871, 0.026490, 0.044816, 0.120393, 0.454052",\
|
|
"0.020871, 0.026490, 0.044816, 0.120393, 0.454052");
|
|
}
|
|
|
|
} /* 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.001892 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "2.734465, 2.746828, 2.783174, 2.926762, 3.525059",\
|
|
"2.844198, 2.856561, 2.892907, 3.036495, 3.634792",\
|
|
"2.936148, 2.948511, 2.984858, 3.128445, 3.726743",\
|
|
"3.076452, 3.088814, 3.125161, 3.268748, 3.867046",\
|
|
"3.648231, 3.660594, 3.696941, 3.840528, 4.438826");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.023293, 0.034228, 0.077851, 0.281650, 1.158421",\
|
|
"0.023293, 0.034228, 0.077851, 0.281650, 1.158421",\
|
|
"0.023293, 0.034228, 0.077851, 0.281650, 1.158421",\
|
|
"0.023293, 0.034228, 0.077851, 0.281650, 1.158421",\
|
|
"0.023293, 0.034228, 0.077851, 0.281650, 1.158421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "2.668109, 2.677561, 2.701806, 2.773354, 3.034645",\
|
|
"2.777842, 2.787294, 2.811539, 2.883087, 3.144378",\
|
|
"2.869792, 2.879245, 2.903490, 2.975038, 3.236328",\
|
|
"3.010095, 3.019548, 3.043793, 3.115341, 3.376631",\
|
|
"3.581875, 3.591327, 3.615572, 3.687120, 3.948411");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.020207, 0.025994, 0.047743, 0.129726, 0.490694",\
|
|
"0.020207, 0.025994, 0.047743, 0.129726, 0.490694",\
|
|
"0.020207, 0.025994, 0.047743, 0.129726, 0.490694",\
|
|
"0.020207, 0.025994, 0.047743, 0.129726, 0.490694",\
|
|
"0.020207, 0.025994, 0.047743, 0.129726, 0.490694");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "2.552353, 2.564716, 2.599237, 2.740520, 3.324169",\
|
|
"2.644896, 2.657259, 2.691780, 2.833063, 3.416711",\
|
|
"2.714591, 2.726954, 2.761476, 2.902759, 3.486407",\
|
|
"2.801575, 2.813938, 2.848460, 2.989743, 3.573391",\
|
|
"3.155742, 3.168105, 3.202627, 3.343910, 3.927558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.023293, 0.034228, 0.074482, 0.269123, 1.103929",\
|
|
"0.023293, 0.034228, 0.074482, 0.269123, 1.103929",\
|
|
"0.023293, 0.034228, 0.074482, 0.269123, 1.103929",\
|
|
"0.023293, 0.034228, 0.074482, 0.269123, 1.103929",\
|
|
"0.023293, 0.034228, 0.074482, 0.269123, 1.103929");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "2.502873, 2.512325, 2.534740, 2.603684, 2.850885",\
|
|
"2.595415, 2.604868, 2.627282, 2.696227, 2.943428",\
|
|
"2.665111, 2.674563, 2.696978, 2.765922, 3.013123",\
|
|
"2.752095, 2.761547, 2.783962, 2.852906, 3.100107",\
|
|
"3.106262, 3.115714, 3.138129, 3.207073, 3.454274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001892, 0.012664, 0.051892, 0.233971, 1.000000");
|
|
values ( "0.020207, 0.025994, 0.044359, 0.120056, 0.454048",\
|
|
"0.020207, 0.025994, 0.044359, 0.120056, 0.454048",\
|
|
"0.020207, 0.025994, 0.044359, 0.120056, 0.454048",\
|
|
"0.020207, 0.025994, 0.044359, 0.120056, 0.454048",\
|
|
"0.020207, 0.025994, 0.044359, 0.120056, 0.454048");
|
|
}
|
|
|
|
} /* 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.001966 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "2.632180, 2.644111, 2.679965, 2.823266, 3.422034",\
|
|
"2.741913, 2.753844, 2.789699, 2.932999, 3.531768",\
|
|
"2.833863, 2.845794, 2.881649, 3.024949, 3.623718",\
|
|
"2.974166, 2.986098, 3.021952, 3.165252, 3.764021",\
|
|
"3.545946, 3.557877, 3.593732, 3.737032, 4.335801");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.021356, 0.032561, 0.076769, 0.281740, 1.156838",\
|
|
"0.021356, 0.032561, 0.076769, 0.281740, 1.156838",\
|
|
"0.021356, 0.032561, 0.076769, 0.281740, 1.156838",\
|
|
"0.021356, 0.032561, 0.076769, 0.281740, 1.156838",\
|
|
"0.021356, 0.032561, 0.076769, 0.281740, 1.156838");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "2.680585, 2.689993, 2.714186, 2.785693, 3.046648",\
|
|
"2.790318, 2.799726, 2.823919, 2.895426, 3.156381",\
|
|
"2.882268, 2.891677, 2.915869, 2.987376, 3.248331",\
|
|
"3.022572, 3.031980, 3.056173, 3.127680, 3.388635",\
|
|
"3.594351, 3.603760, 3.627952, 3.699459, 3.960414");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.020286, 0.026058, 0.047732, 0.129524, 0.489663",\
|
|
"0.020286, 0.026058, 0.047732, 0.129524, 0.489663",\
|
|
"0.020286, 0.026058, 0.047732, 0.129524, 0.489663",\
|
|
"0.020286, 0.026058, 0.047732, 0.129524, 0.489663",\
|
|
"0.020286, 0.026058, 0.047732, 0.129524, 0.489663");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "2.470922, 2.482853, 2.516928, 2.657930, 3.242517",\
|
|
"2.563465, 2.575396, 2.609471, 2.750473, 3.335060",\
|
|
"2.633160, 2.645091, 2.679166, 2.820168, 3.404755",\
|
|
"2.720145, 2.732076, 2.766151, 2.907153, 3.491739",\
|
|
"3.074311, 3.086242, 3.120317, 3.261319, 3.845906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.021356, 0.032561, 0.073462, 0.269509, 1.103611",\
|
|
"0.021356, 0.032561, 0.073462, 0.269509, 1.103611",\
|
|
"0.021356, 0.032561, 0.073462, 0.269509, 1.103611",\
|
|
"0.021356, 0.032561, 0.073462, 0.269509, 1.103611",\
|
|
"0.021356, 0.032561, 0.073462, 0.269509, 1.103611");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "2.504402, 2.513811, 2.536219, 2.605166, 2.852330",\
|
|
"2.596945, 2.606353, 2.628761, 2.697708, 2.944872",\
|
|
"2.666640, 2.676049, 2.698457, 2.767404, 3.014568",\
|
|
"2.753625, 2.763033, 2.785441, 2.854388, 3.101552",\
|
|
"3.107791, 3.117200, 3.139608, 3.208555, 3.455719");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001966, 0.012739, 0.051966, 0.234045, 1.000000");
|
|
values ( "0.020286, 0.026058, 0.044410, 0.120089, 0.454048",\
|
|
"0.020286, 0.026058, 0.044410, 0.120089, 0.454048",\
|
|
"0.020286, 0.026058, 0.044410, 0.120089, 0.454048",\
|
|
"0.020286, 0.026058, 0.044410, 0.120089, 0.454048",\
|
|
"0.020286, 0.026058, 0.044410, 0.120089, 0.454048");
|
|
}
|
|
|
|
} /* 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.002337 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.663399, 2.675081, 2.710912, 2.854341, 3.454374",\
|
|
"2.773132, 2.784814, 2.820645, 2.964074, 3.564107",\
|
|
"2.865082, 2.876764, 2.912595, 3.056024, 3.656057",\
|
|
"3.005386, 3.017068, 3.052899, 3.196328, 3.796361",\
|
|
"3.577165, 3.588847, 3.624678, 3.768107, 4.368140");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.021096, 0.032337, 0.077108, 0.283393, 1.161747",\
|
|
"0.021096, 0.032337, 0.077108, 0.283393, 1.161747",\
|
|
"0.021096, 0.032337, 0.077108, 0.283393, 1.161747",\
|
|
"0.021096, 0.032337, 0.077108, 0.283393, 1.161747",\
|
|
"0.021096, 0.032337, 0.077108, 0.283393, 1.161747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.672779, 2.682015, 2.706271, 2.777864, 3.039951",\
|
|
"2.782512, 2.791748, 2.816004, 2.887598, 3.149684",\
|
|
"2.874463, 2.883699, 2.907955, 2.979548, 3.241635",\
|
|
"3.014766, 3.024002, 3.048258, 3.119851, 3.381938",\
|
|
"3.586545, 3.595782, 3.620038, 3.691631, 3.953718");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020139, 0.025855, 0.047896, 0.130613, 0.493665",\
|
|
"0.020139, 0.025855, 0.047896, 0.130613, 0.493665",\
|
|
"0.020139, 0.025855, 0.047896, 0.130613, 0.493665",\
|
|
"0.020139, 0.025855, 0.047896, 0.130613, 0.493665",\
|
|
"0.020139, 0.025855, 0.047896, 0.130613, 0.493665");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.498728, 2.510410, 2.544266, 2.685170, 3.269805",\
|
|
"2.591270, 2.602952, 2.636808, 2.777713, 3.362347",\
|
|
"2.660966, 2.672648, 2.706504, 2.847409, 3.432043",\
|
|
"2.747950, 2.759632, 2.793488, 2.934393, 3.519027",\
|
|
"3.102117, 3.113799, 3.147655, 3.288560, 3.873194");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.021096, 0.032337, 0.073496, 0.270014, 1.103505",\
|
|
"0.021096, 0.032337, 0.073496, 0.270014, 1.103505",\
|
|
"0.021096, 0.032337, 0.073496, 0.270014, 1.103505",\
|
|
"0.021096, 0.032337, 0.073496, 0.270014, 1.103505",\
|
|
"0.021096, 0.032337, 0.073496, 0.270014, 1.103505");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "2.463193, 2.472429, 2.494705, 2.563541, 2.810748",\
|
|
"2.555735, 2.564971, 2.587247, 2.656083, 2.903290",\
|
|
"2.625431, 2.634667, 2.656942, 2.725779, 2.972986",\
|
|
"2.712415, 2.721652, 2.743927, 2.812763, 3.059970",\
|
|
"3.066582, 3.075818, 3.098094, 3.166930, 3.414137");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002337, 0.013109, 0.052337, 0.234416, 1.000000");
|
|
values ( "0.020139, 0.025855, 0.044268, 0.120234, 0.453977",\
|
|
"0.020139, 0.025855, 0.044268, 0.120234, 0.453977",\
|
|
"0.020139, 0.025855, 0.044268, 0.120234, 0.453977",\
|
|
"0.020139, 0.025855, 0.044268, 0.120234, 0.453977",\
|
|
"0.020139, 0.025855, 0.044268, 0.120234, 0.453977");
|
|
}
|
|
|
|
} /* 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.002026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "2.678170, 2.690082, 2.725947, 2.869264, 3.468066",\
|
|
"2.787904, 2.799815, 2.835680, 2.978997, 3.577799",\
|
|
"2.879854, 2.891765, 2.927630, 3.070947, 3.669749",\
|
|
"3.020157, 3.032069, 3.067934, 3.211251, 3.810053",\
|
|
"3.591937, 3.603848, 3.639713, 3.783030, 4.381832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.021439, 0.032635, 0.076864, 0.281881, 1.157184",\
|
|
"0.021439, 0.032635, 0.076864, 0.281881, 1.157184",\
|
|
"0.021439, 0.032635, 0.076864, 0.281881, 1.157184",\
|
|
"0.021439, 0.032635, 0.076864, 0.281881, 1.157184",\
|
|
"0.021439, 0.032635, 0.076864, 0.281881, 1.157184");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "2.674718, 2.684086, 2.708256, 2.779713, 3.040828",\
|
|
"2.784451, 2.793819, 2.817989, 2.889446, 3.150561",\
|
|
"2.876401, 2.885769, 2.909940, 2.981396, 3.242511",\
|
|
"3.016705, 3.026073, 3.050243, 3.121700, 3.382815",\
|
|
"3.588484, 3.597852, 3.622022, 3.693479, 3.954594");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.020058, 0.025843, 0.047579, 0.129596, 0.489922",\
|
|
"0.020058, 0.025843, 0.047579, 0.129596, 0.489922",\
|
|
"0.020058, 0.025843, 0.047579, 0.129596, 0.489922",\
|
|
"0.020058, 0.025843, 0.047579, 0.129596, 0.489922",\
|
|
"0.020058, 0.025843, 0.047579, 0.129596, 0.489922");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "2.518349, 2.530260, 2.564331, 2.705334, 3.289867",\
|
|
"2.610891, 2.622803, 2.656873, 2.797877, 3.382409",\
|
|
"2.680587, 2.692498, 2.726568, 2.867572, 3.452105",\
|
|
"2.767571, 2.779483, 2.813553, 2.954556, 3.539089",\
|
|
"3.121738, 3.133649, 3.167720, 3.308723, 3.893256");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.021439, 0.032635, 0.073535, 0.269571, 1.103614",\
|
|
"0.021439, 0.032635, 0.073535, 0.269571, 1.103614",\
|
|
"0.021439, 0.032635, 0.073535, 0.269571, 1.103614",\
|
|
"0.021439, 0.032635, 0.073535, 0.269571, 1.103614",\
|
|
"0.021439, 0.032635, 0.073535, 0.269571, 1.103614");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "2.510292, 2.519660, 2.542030, 2.610909, 2.858181",\
|
|
"2.602835, 2.612202, 2.634573, 2.703451, 2.950723",\
|
|
"2.672530, 2.681898, 2.704268, 2.773147, 3.020419",\
|
|
"2.759515, 2.768882, 2.791253, 2.860131, 3.107403",\
|
|
"3.113681, 3.123049, 3.145419, 3.214298, 3.461570");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002026, 0.012798, 0.052026, 0.234105, 1.000000");
|
|
values ( "0.020058, 0.025843, 0.044236, 0.120105, 0.454043",\
|
|
"0.020058, 0.025843, 0.044236, 0.120105, 0.454043",\
|
|
"0.020058, 0.025843, 0.044236, 0.120105, 0.454043",\
|
|
"0.020058, 0.025843, 0.044236, 0.120105, 0.454043",\
|
|
"0.020058, 0.025843, 0.044236, 0.120105, 0.454043");
|
|
}
|
|
|
|
} /* 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.002469 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "2.634001, 2.642517, 2.676979, 2.820348, 3.420029",\
|
|
"2.743734, 2.752250, 2.786712, 2.930082, 3.529762",\
|
|
"2.835684, 2.844200, 2.878662, 3.022032, 3.621712",\
|
|
"2.975988, 2.984504, 3.018965, 3.162335, 3.762016",\
|
|
"3.547767, 3.556283, 3.590745, 3.734114, 4.333795");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.021215, 0.032458, 0.077222, 0.283340, 1.160751",\
|
|
"0.021215, 0.032458, 0.077222, 0.283340, 1.160751",\
|
|
"0.021215, 0.032458, 0.077222, 0.283340, 1.160751",\
|
|
"0.021215, 0.032458, 0.077222, 0.283340, 1.160751",\
|
|
"0.021215, 0.032458, 0.077222, 0.283340, 1.160751");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "2.632986, 2.639205, 2.662525, 2.734087, 2.995881",\
|
|
"2.742720, 2.748939, 2.772258, 2.843821, 3.105614",\
|
|
"2.834670, 2.840889, 2.864208, 2.935771, 3.197564",\
|
|
"2.974973, 2.981192, 3.004512, 3.076074, 3.337867",\
|
|
"3.546752, 3.552971, 3.576291, 3.647854, 3.909647");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.020210, 0.025920, 0.047932, 0.130495, 0.492815",\
|
|
"0.020210, 0.025920, 0.047932, 0.130495, 0.492815",\
|
|
"0.020210, 0.025920, 0.047932, 0.130495, 0.492815",\
|
|
"0.020210, 0.025920, 0.047932, 0.130495, 0.492815",\
|
|
"0.020210, 0.025920, 0.047932, 0.130495, 0.492815");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "2.469115, 2.482074, 2.515915, 2.656816, 3.241360",\
|
|
"2.561657, 2.574616, 2.608458, 2.749358, 3.333903",\
|
|
"2.631353, 2.644312, 2.678153, 2.819054, 3.403598",\
|
|
"2.718337, 2.731296, 2.765138, 2.906038, 3.490582",\
|
|
"3.072504, 3.085463, 3.119304, 3.260205, 3.844749");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.021215, 0.032458, 0.073627, 0.270161, 1.103502",\
|
|
"0.021215, 0.032458, 0.073627, 0.270161, 1.103502",\
|
|
"0.021215, 0.032458, 0.073627, 0.270161, 1.103502",\
|
|
"0.021215, 0.032458, 0.073627, 0.270161, 1.103502",\
|
|
"0.021215, 0.032458, 0.073627, 0.270161, 1.103502");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "2.434665, 2.444785, 2.467042, 2.535874, 2.783028",\
|
|
"2.527208, 2.537328, 2.559585, 2.628417, 2.875570",\
|
|
"2.596903, 2.607023, 2.629280, 2.698112, 2.945266",\
|
|
"2.683888, 2.694007, 2.716265, 2.785096, 3.032250",\
|
|
"3.038054, 3.048174, 3.070431, 3.139263, 3.386416");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002469, 0.013241, 0.052469, 0.234548, 1.000000");
|
|
values ( "0.020210, 0.025920, 0.044321, 0.120290, 0.453948",\
|
|
"0.020210, 0.025920, 0.044321, 0.120290, 0.453948",\
|
|
"0.020210, 0.025920, 0.044321, 0.120290, 0.453948",\
|
|
"0.020210, 0.025920, 0.044321, 0.120290, 0.453948",\
|
|
"0.020210, 0.025920, 0.044321, 0.120290, 0.453948");
|
|
}
|
|
|
|
} /* 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.002275 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "2.651961, 2.663671, 2.699489, 2.842885, 3.442708",\
|
|
"2.761694, 2.773404, 2.809222, 2.952618, 3.552441",\
|
|
"2.853644, 2.865354, 2.901172, 3.044568, 3.644391",\
|
|
"2.993948, 3.005657, 3.041476, 3.184872, 3.784694",\
|
|
"3.565727, 3.577437, 3.613255, 3.756651, 4.356474");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.021082, 0.032325, 0.077016, 0.283105, 1.160822",\
|
|
"0.021082, 0.032325, 0.077016, 0.283105, 1.160822",\
|
|
"0.021082, 0.032325, 0.077016, 0.283105, 1.160822",\
|
|
"0.021082, 0.032325, 0.077016, 0.283105, 1.160822",\
|
|
"0.021082, 0.032325, 0.077016, 0.283105, 1.160822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "2.653244, 2.662497, 2.686725, 2.758284, 3.020202",\
|
|
"2.762978, 2.772230, 2.796458, 2.868017, 3.129935",\
|
|
"2.854928, 2.864181, 2.888409, 2.959967, 3.221885",\
|
|
"2.995231, 3.004484, 3.028712, 3.100271, 3.362188",\
|
|
"3.567011, 3.576263, 3.600492, 3.672050, 3.933968");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.020105, 0.025829, 0.047819, 0.130410, 0.492945",\
|
|
"0.020105, 0.025829, 0.047819, 0.130410, 0.492945",\
|
|
"0.020105, 0.025829, 0.047819, 0.130410, 0.492945",\
|
|
"0.020105, 0.025829, 0.047819, 0.130410, 0.492945",\
|
|
"0.020105, 0.025829, 0.047819, 0.130410, 0.492945");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "2.497431, 2.509140, 2.543020, 2.683933, 3.268588",\
|
|
"2.589973, 2.601682, 2.635562, 2.776475, 3.361130",\
|
|
"2.659668, 2.671378, 2.705258, 2.846171, 3.430825",\
|
|
"2.746653, 2.758362, 2.792243, 2.933156, 3.517810",\
|
|
"3.100819, 3.112529, 3.146409, 3.287322, 3.871977");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.021082, 0.032325, 0.073459, 0.269939, 1.103514",\
|
|
"0.021082, 0.032325, 0.073459, 0.269939, 1.103514",\
|
|
"0.021082, 0.032325, 0.073459, 0.269939, 1.103514",\
|
|
"0.021082, 0.032325, 0.073459, 0.269939, 1.103514",\
|
|
"0.021082, 0.032325, 0.073459, 0.269939, 1.103514");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "2.490356, 2.499609, 2.521893, 2.590729, 2.837974",\
|
|
"2.582898, 2.592151, 2.614436, 2.683271, 2.930517",\
|
|
"2.652594, 2.661846, 2.684131, 2.752967, 3.000212",\
|
|
"2.739578, 2.748831, 2.771116, 2.839951, 3.087197",\
|
|
"3.093745, 3.102997, 3.125282, 3.194118, 3.441363");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002275, 0.013048, 0.052275, 0.234354, 1.000000");
|
|
values ( "0.020105, 0.025829, 0.044246, 0.120209, 0.454026",\
|
|
"0.020105, 0.025829, 0.044246, 0.120209, 0.454026",\
|
|
"0.020105, 0.025829, 0.044246, 0.120209, 0.454026",\
|
|
"0.020105, 0.025829, 0.044246, 0.120209, 0.454026",\
|
|
"0.020105, 0.025829, 0.044246, 0.120209, 0.454026");
|
|
}
|
|
|
|
} /* 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.002373 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "2.598813, 2.610476, 2.646214, 2.789498, 3.388608",\
|
|
"2.708547, 2.720209, 2.755948, 2.899231, 3.498342",\
|
|
"2.800497, 2.812160, 2.847898, 2.991181, 3.590292",\
|
|
"2.940800, 2.952463, 2.988201, 3.131485, 3.730595",\
|
|
"3.512580, 3.524242, 3.559981, 3.703264, 4.302375");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.021096, 0.032350, 0.076960, 0.282728, 1.158658",\
|
|
"0.021096, 0.032350, 0.076960, 0.282728, 1.158658",\
|
|
"0.021096, 0.032350, 0.076960, 0.282728, 1.158658",\
|
|
"0.021096, 0.032350, 0.076960, 0.282728, 1.158658",\
|
|
"0.021096, 0.032350, 0.076960, 0.282728, 1.158658");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "2.595160, 2.604377, 2.628544, 2.700034, 2.961394",\
|
|
"2.704893, 2.714111, 2.738277, 2.809767, 3.071127",\
|
|
"2.796843, 2.806061, 2.830228, 2.901718, 3.163077",\
|
|
"2.937147, 2.946364, 2.970531, 3.042021, 3.303380",\
|
|
"3.508926, 3.518143, 3.542310, 3.613800, 3.875160");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.020152, 0.025886, 0.047741, 0.130055, 0.491131",\
|
|
"0.020152, 0.025886, 0.047741, 0.130055, 0.491131",\
|
|
"0.020152, 0.025886, 0.047741, 0.130055, 0.491131",\
|
|
"0.020152, 0.025886, 0.047741, 0.130055, 0.491131",\
|
|
"0.020152, 0.025886, 0.047741, 0.130055, 0.491131");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "2.436936, 2.448598, 2.482472, 2.623358, 3.207832",\
|
|
"2.529478, 2.541141, 2.575015, 2.715901, 3.300375",\
|
|
"2.599174, 2.610836, 2.644710, 2.785596, 3.370070",\
|
|
"2.686158, 2.697821, 2.731694, 2.872581, 3.457055",\
|
|
"3.040325, 3.051987, 3.085861, 3.226748, 3.811222");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.021096, 0.032350, 0.073512, 0.270030, 1.103439",\
|
|
"0.021096, 0.032350, 0.073512, 0.270030, 1.103439",\
|
|
"0.021096, 0.032350, 0.073512, 0.270030, 1.103439",\
|
|
"0.021096, 0.032350, 0.073512, 0.270030, 1.103439",\
|
|
"0.021096, 0.032350, 0.073512, 0.270030, 1.103439");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "2.424111, 2.433329, 2.455626, 2.524465, 2.771639",\
|
|
"2.516654, 2.525871, 2.548168, 2.617007, 2.864181",\
|
|
"2.586349, 2.595567, 2.617864, 2.686703, 2.933877",\
|
|
"2.673333, 2.682551, 2.704848, 2.773687, 3.020861",\
|
|
"3.027500, 3.036718, 3.059015, 3.127854, 3.375028");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002373, 0.013145, 0.052373, 0.234452, 1.000000");
|
|
values ( "0.020152, 0.025886, 0.044279, 0.120247, 0.453921",\
|
|
"0.020152, 0.025886, 0.044279, 0.120247, 0.453921",\
|
|
"0.020152, 0.025886, 0.044279, 0.120247, 0.453921",\
|
|
"0.020152, 0.025886, 0.044279, 0.120247, 0.453921",\
|
|
"0.020152, 0.025886, 0.044279, 0.120247, 0.453921");
|
|
}
|
|
|
|
} /* 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.002565 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "2.645275, 2.656898, 2.692663, 2.836009, 3.435368",\
|
|
"2.755008, 2.766631, 2.802396, 2.945742, 3.545101",\
|
|
"2.846959, 2.858581, 2.894346, 3.037693, 3.637051",\
|
|
"2.987262, 2.998884, 3.034649, 3.177996, 3.777355",\
|
|
"3.559042, 3.570664, 3.606429, 3.749775, 4.349134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.021302, 0.032543, 0.077254, 0.283269, 1.160073",\
|
|
"0.021302, 0.032543, 0.077254, 0.283269, 1.160073",\
|
|
"0.021302, 0.032543, 0.077254, 0.283269, 1.160073",\
|
|
"0.021302, 0.032543, 0.077254, 0.283269, 1.160073",\
|
|
"0.021302, 0.032543, 0.077254, 0.283269, 1.160073");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "2.656118, 2.665280, 2.689451, 2.760984, 3.022599",\
|
|
"2.765851, 2.775013, 2.799185, 2.870717, 3.132332",\
|
|
"2.857801, 2.866964, 2.891135, 2.962667, 3.224282",\
|
|
"2.998105, 3.007267, 3.031438, 3.102971, 3.364586",\
|
|
"3.569884, 3.579046, 3.603218, 3.674750, 3.936365");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.020263, 0.025966, 0.047909, 0.130408, 0.492295",\
|
|
"0.020263, 0.025966, 0.047909, 0.130408, 0.492295",\
|
|
"0.020263, 0.025966, 0.047909, 0.130408, 0.492295",\
|
|
"0.020263, 0.025966, 0.047909, 0.130408, 0.492295",\
|
|
"0.020263, 0.025966, 0.047909, 0.130408, 0.492295");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "2.493197, 2.504820, 2.538659, 2.679548, 3.263923",\
|
|
"2.585740, 2.597362, 2.631202, 2.772090, 3.356466",\
|
|
"2.655435, 2.667058, 2.700897, 2.841786, 3.426161",\
|
|
"2.742419, 2.754042, 2.787881, 2.928770, 3.513146",\
|
|
"3.096586, 3.108209, 3.142048, 3.282937, 3.867312");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.021302, 0.032543, 0.073721, 0.270248, 1.103459",\
|
|
"0.021302, 0.032543, 0.073721, 0.270248, 1.103459",\
|
|
"0.021302, 0.032543, 0.073721, 0.270248, 1.103459",\
|
|
"0.021302, 0.032543, 0.073721, 0.270248, 1.103459",\
|
|
"0.021302, 0.032543, 0.073721, 0.270248, 1.103459");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "2.482018, 2.491181, 2.513422, 2.582248, 2.829369",\
|
|
"2.574561, 2.583723, 2.605964, 2.674791, 2.921911",\
|
|
"2.644256, 2.653419, 2.675659, 2.744486, 2.991607",\
|
|
"2.731241, 2.740403, 2.762644, 2.831470, 3.078591",\
|
|
"3.085407, 3.094570, 3.116811, 3.185637, 3.432758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002565, 0.013337, 0.052565, 0.234644, 1.000000");
|
|
values ( "0.020263, 0.025966, 0.044360, 0.120332, 0.453943",\
|
|
"0.020263, 0.025966, 0.044360, 0.120332, 0.453943",\
|
|
"0.020263, 0.025966, 0.044360, 0.120332, 0.453943",\
|
|
"0.020263, 0.025966, 0.044360, 0.120332, 0.453943",\
|
|
"0.020263, 0.025966, 0.044360, 0.120332, 0.453943");
|
|
}
|
|
|
|
} /* 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.002159 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "2.695562, 2.707356, 2.743207, 2.886593, 3.486175",\
|
|
"2.805295, 2.817089, 2.852940, 2.996326, 3.595908",\
|
|
"2.897245, 2.909039, 2.944890, 3.088276, 3.687859",\
|
|
"3.037548, 3.049343, 3.085194, 3.228580, 3.828162",\
|
|
"3.609328, 3.621122, 3.656973, 3.800359, 4.399941");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.021181, 0.032408, 0.076951, 0.282725, 1.159921",\
|
|
"0.021181, 0.032408, 0.076951, 0.282725, 1.159921",\
|
|
"0.021181, 0.032408, 0.076951, 0.282725, 1.159921",\
|
|
"0.021181, 0.032408, 0.076951, 0.282725, 1.159921",\
|
|
"0.021181, 0.032408, 0.076951, 0.282725, 1.159921");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "2.754775, 2.764087, 2.788317, 2.859870, 3.121581",\
|
|
"2.864508, 2.873821, 2.898051, 2.969604, 3.231315",\
|
|
"2.956458, 2.965771, 2.990001, 3.061554, 3.323265",\
|
|
"3.096761, 3.106074, 3.130304, 3.201857, 3.463568",\
|
|
"3.668541, 3.677854, 3.702084, 3.773637, 4.035348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.020144, 0.025886, 0.047795, 0.130186, 0.492200",\
|
|
"0.020144, 0.025886, 0.047795, 0.130186, 0.492200",\
|
|
"0.020144, 0.025886, 0.047795, 0.130186, 0.492200",\
|
|
"0.020144, 0.025886, 0.047795, 0.130186, 0.492200",\
|
|
"0.020144, 0.025886, 0.047795, 0.130186, 0.492200");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "2.473081, 2.484874, 2.518821, 2.659766, 3.244400",\
|
|
"2.565623, 2.577416, 2.611363, 2.752308, 3.336943",\
|
|
"2.635319, 2.647111, 2.681059, 2.822004, 3.406638",\
|
|
"2.722303, 2.734096, 2.768043, 2.908988, 3.493623",\
|
|
"3.076470, 3.088263, 3.122210, 3.263155, 3.847790");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.021173, 0.032401, 0.073454, 0.269779, 1.103549",\
|
|
"0.021173, 0.032401, 0.073454, 0.269779, 1.103549",\
|
|
"0.021173, 0.032401, 0.073454, 0.269779, 1.103549",\
|
|
"0.021173, 0.032401, 0.073454, 0.269779, 1.103549",\
|
|
"0.021173, 0.032401, 0.073454, 0.269779, 1.103549");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "2.442221, 2.451534, 2.473857, 2.542727, 2.789959",\
|
|
"2.534764, 2.544076, 2.566400, 2.635269, 2.882501",\
|
|
"2.604459, 2.613771, 2.636095, 2.704964, 2.952197",\
|
|
"2.691443, 2.700756, 2.723079, 2.791949, 3.039181",\
|
|
"3.045610, 3.054923, 3.077246, 3.146116, 3.393348");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002159, 0.012931, 0.052159, 0.234238, 1.000000");
|
|
values ( "0.020144, 0.025886, 0.044287, 0.120163, 0.454043",\
|
|
"0.020144, 0.025886, 0.044287, 0.120163, 0.454043",\
|
|
"0.020144, 0.025886, 0.044287, 0.120163, 0.454043",\
|
|
"0.020144, 0.025886, 0.044287, 0.120163, 0.454043",\
|
|
"0.020144, 0.025886, 0.044287, 0.120163, 0.454043");
|
|
}
|
|
|
|
} /* 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.001618 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "2.687542, 2.699485, 2.735198, 2.878387, 3.477435",\
|
|
"2.797275, 2.809218, 2.844931, 2.988121, 3.587168",\
|
|
"2.889225, 2.901168, 2.936882, 3.080071, 3.679118",\
|
|
"3.029529, 3.041471, 3.077185, 3.220374, 3.819421",\
|
|
"3.601308, 3.613251, 3.648964, 3.792154, 4.391201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.020333, 0.031658, 0.075959, 0.281192, 1.155682",\
|
|
"0.020333, 0.031658, 0.075959, 0.281192, 1.155682",\
|
|
"0.020333, 0.031658, 0.075959, 0.281192, 1.155682",\
|
|
"0.020333, 0.031658, 0.075959, 0.281192, 1.155682",\
|
|
"0.020333, 0.031658, 0.075959, 0.281192, 1.155682");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "2.717511, 2.727080, 2.751277, 2.822664, 3.083657",\
|
|
"2.827244, 2.836813, 2.861011, 2.932398, 3.193390",\
|
|
"2.919194, 2.928763, 2.952961, 3.024348, 3.285341",\
|
|
"3.059498, 3.069067, 3.093264, 3.164651, 3.425644",\
|
|
"3.631277, 3.640846, 3.665044, 3.736431, 3.997423");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.019656, 0.025560, 0.047214, 0.129135, 0.488783",\
|
|
"0.019656, 0.025560, 0.047214, 0.129135, 0.488783",\
|
|
"0.019656, 0.025560, 0.047214, 0.129135, 0.488783",\
|
|
"0.019656, 0.025560, 0.047214, 0.129135, 0.488783",\
|
|
"0.019656, 0.025560, 0.047214, 0.129135, 0.488783");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "2.519015, 2.530957, 2.564938, 2.705855, 3.291022",\
|
|
"2.611557, 2.623500, 2.657480, 2.798398, 3.383564",\
|
|
"2.681253, 2.693195, 2.727176, 2.868093, 3.453259",\
|
|
"2.768237, 2.780180, 2.814161, 2.955078, 3.540244",\
|
|
"3.122404, 3.134346, 3.168327, 3.309244, 3.894411");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.020333, 0.031658, 0.072739, 0.269226, 1.103511",\
|
|
"0.020333, 0.031658, 0.072739, 0.269226, 1.103511",\
|
|
"0.020333, 0.031658, 0.072739, 0.269226, 1.103511",\
|
|
"0.020333, 0.031658, 0.072739, 0.269226, 1.103511",\
|
|
"0.020333, 0.031658, 0.072739, 0.269226, 1.103511");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "2.489419, 2.498988, 2.521447, 2.590320, 2.837779",\
|
|
"2.581961, 2.591530, 2.613990, 2.682862, 2.930321",\
|
|
"2.651657, 2.661226, 2.683685, 2.752558, 3.000017",\
|
|
"2.738641, 2.748210, 2.770670, 2.839542, 3.087001",\
|
|
"3.092808, 3.102377, 3.124836, 3.193709, 3.441168");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001618, 0.012390, 0.051618, 0.233697, 1.000000");
|
|
values ( "0.019656, 0.025560, 0.043981, 0.119923, 0.454041",\
|
|
"0.019656, 0.025560, 0.043981, 0.119923, 0.454041",\
|
|
"0.019656, 0.025560, 0.043981, 0.119923, 0.454041",\
|
|
"0.019656, 0.025560, 0.043981, 0.119923, 0.454041",\
|
|
"0.019656, 0.025560, 0.043981, 0.119923, 0.454041");
|
|
}
|
|
|
|
} /* 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.000771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "2.714739, 2.727231, 2.763096, 2.905915, 3.503929",\
|
|
"2.824472, 2.836964, 2.872829, 3.015648, 3.613662",\
|
|
"2.916423, 2.928915, 2.964779, 3.107599, 3.705613",\
|
|
"3.056726, 3.069218, 3.105083, 3.247902, 3.845916",\
|
|
"3.628506, 3.640997, 3.676862, 3.819682, 4.417696");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.020487, 0.031760, 0.075236, 0.278545, 1.149981",\
|
|
"0.020487, 0.031760, 0.075236, 0.278545, 1.149981",\
|
|
"0.020487, 0.031760, 0.075236, 0.278545, 1.149981",\
|
|
"0.020487, 0.031760, 0.075236, 0.278545, 1.149981",\
|
|
"0.020487, 0.031760, 0.075236, 0.278545, 1.149981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "2.828805, 2.838793, 2.863043, 2.934441, 3.194052",\
|
|
"2.938539, 2.948526, 2.972776, 3.044174, 3.303785",\
|
|
"3.030489, 3.040477, 3.064727, 3.136125, 3.395735",\
|
|
"3.170792, 3.180780, 3.205030, 3.276428, 3.536038",\
|
|
"3.742572, 3.752560, 3.776809, 3.848207, 4.107818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.019735, 0.025765, 0.046927, 0.127655, 0.484167",\
|
|
"0.019735, 0.025765, 0.046927, 0.127655, 0.484167",\
|
|
"0.019735, 0.025765, 0.046927, 0.127655, 0.484167",\
|
|
"0.019735, 0.025765, 0.046927, 0.127655, 0.484167",\
|
|
"0.019735, 0.025765, 0.046927, 0.127655, 0.484167");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "2.536548, 2.549040, 2.583394, 2.724472, 3.309752",\
|
|
"2.629091, 2.641582, 2.675936, 2.817014, 3.402295",\
|
|
"2.698786, 2.711277, 2.745632, 2.886709, 3.471990",\
|
|
"2.785770, 2.798262, 2.832616, 2.973694, 3.558975",\
|
|
"3.139937, 3.152429, 3.186783, 3.327861, 3.913142");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.020487, 0.031760, 0.072417, 0.268139, 1.103681",\
|
|
"0.020487, 0.031760, 0.072417, 0.268139, 1.103681",\
|
|
"0.020487, 0.031760, 0.072417, 0.268139, 1.103681",\
|
|
"0.020487, 0.031760, 0.072417, 0.268139, 1.103681",\
|
|
"0.020487, 0.031760, 0.072417, 0.268139, 1.103681");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "2.626318, 2.636305, 2.659040, 2.728114, 2.975547",\
|
|
"2.718860, 2.728848, 2.751583, 2.820656, 3.068090",\
|
|
"2.788555, 2.798543, 2.821278, 2.890351, 3.137785",\
|
|
"2.875540, 2.885527, 2.908263, 2.977336, 3.224770",\
|
|
"3.229707, 3.239694, 3.262430, 3.331503, 3.578937");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000771, 0.011543, 0.050771, 0.232850, 1.000000");
|
|
values ( "0.019735, 0.025765, 0.044098, 0.119575, 0.454053",\
|
|
"0.019735, 0.025765, 0.044098, 0.119575, 0.454053",\
|
|
"0.019735, 0.025765, 0.044098, 0.119575, 0.454053",\
|
|
"0.019735, 0.025765, 0.044098, 0.119575, 0.454053",\
|
|
"0.019735, 0.025765, 0.044098, 0.119575, 0.454053");
|
|
}
|
|
|
|
} /* 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.001107 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.679302, 2.691432, 2.727052, 2.869767, 3.468097",\
|
|
"2.789035, 2.801165, 2.836786, 2.979501, 3.577830",\
|
|
"2.880985, 2.893115, 2.928736, 3.071451, 3.669780",\
|
|
"3.021289, 3.033418, 3.069039, 3.211754, 3.810084",\
|
|
"3.593068, 3.605198, 3.640819, 3.783534, 4.381863");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019813, 0.031200, 0.075077, 0.279183, 1.150331",\
|
|
"0.019813, 0.031200, 0.075077, 0.279183, 1.150331",\
|
|
"0.019813, 0.031200, 0.075077, 0.279183, 1.150331",\
|
|
"0.019813, 0.031200, 0.075077, 0.279183, 1.150331",\
|
|
"0.019813, 0.031200, 0.075077, 0.279183, 1.150331");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.692235, 2.702045, 2.726194, 2.797449, 3.057309",\
|
|
"2.801969, 2.811778, 2.835928, 2.907182, 3.167042",\
|
|
"2.893919, 2.903728, 2.927878, 2.999132, 3.258993",\
|
|
"3.034222, 3.044032, 3.068181, 3.139436, 3.399296",\
|
|
"3.606002, 3.615811, 3.639961, 3.711215, 3.971076");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019309, 0.025361, 0.046651, 0.127739, 0.484524",\
|
|
"0.019309, 0.025361, 0.046651, 0.127739, 0.484524",\
|
|
"0.019309, 0.025361, 0.046651, 0.127739, 0.484524",\
|
|
"0.019309, 0.025361, 0.046651, 0.127739, 0.484524",\
|
|
"0.019309, 0.025361, 0.046651, 0.127739, 0.484524");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.530828, 2.542957, 2.577037, 2.717966, 3.303499",\
|
|
"2.623370, 2.635500, 2.669580, 2.810509, 3.396042",\
|
|
"2.693066, 2.705195, 2.739275, 2.880204, 3.465737",\
|
|
"2.780050, 2.792180, 2.826259, 2.967189, 3.552722",\
|
|
"3.134217, 3.146346, 3.180426, 3.321355, 3.906888");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019813, 0.031200, 0.072214, 0.268661, 1.103518",\
|
|
"0.019813, 0.031200, 0.072214, 0.268661, 1.103518",\
|
|
"0.019813, 0.031200, 0.072214, 0.268661, 1.103518",\
|
|
"0.019813, 0.031200, 0.072214, 0.268661, 1.103518",\
|
|
"0.019813, 0.031200, 0.072214, 0.268661, 1.103518");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.535662, 2.545471, 2.568076, 2.636979, 2.884598",\
|
|
"2.628204, 2.638014, 2.660619, 2.729522, 2.977140",\
|
|
"2.697900, 2.707709, 2.730314, 2.799217, 3.046836",\
|
|
"2.784884, 2.794693, 2.817298, 2.886201, 3.133820",\
|
|
"3.139051, 3.148860, 3.171465, 3.240368, 3.487987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019309, 0.025361, 0.043778, 0.119700, 0.454041",\
|
|
"0.019309, 0.025361, 0.043778, 0.119700, 0.454041",\
|
|
"0.019309, 0.025361, 0.043778, 0.119700, 0.454041",\
|
|
"0.019309, 0.025361, 0.043778, 0.119700, 0.454041",\
|
|
"0.019309, 0.025361, 0.043778, 0.119700, 0.454041");
|
|
}
|
|
|
|
} /* 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.001026 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "2.710119, 2.722531, 2.758408, 2.901244, 3.498996",\
|
|
"2.819853, 2.832265, 2.868141, 3.010978, 3.608730",\
|
|
"2.911803, 2.924215, 2.960091, 3.102928, 3.700680",\
|
|
"3.052106, 3.064518, 3.100394, 3.243231, 3.840983",\
|
|
"3.623886, 3.636297, 3.672174, 3.815011, 4.412763");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.020904, 0.032137, 0.075591, 0.278808, 1.149996",\
|
|
"0.020904, 0.032137, 0.075591, 0.278808, 1.149996",\
|
|
"0.020904, 0.032137, 0.075591, 0.278808, 1.149996",\
|
|
"0.020904, 0.032137, 0.075591, 0.278808, 1.149996",\
|
|
"0.020904, 0.032137, 0.075591, 0.278808, 1.149996");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "2.789643, 2.799501, 2.823705, 2.895082, 3.154608",\
|
|
"2.899376, 2.909234, 2.933438, 3.004815, 3.264341",\
|
|
"2.991326, 3.001184, 3.025388, 3.096765, 3.356291",\
|
|
"3.131629, 3.141488, 3.165692, 3.237069, 3.496595",\
|
|
"3.703408, 3.713267, 3.737471, 3.808848, 4.068374");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.019902, 0.025878, 0.047036, 0.127648, 0.484163",\
|
|
"0.019902, 0.025878, 0.047036, 0.127648, 0.484163",\
|
|
"0.019902, 0.025878, 0.047036, 0.127648, 0.484163",\
|
|
"0.019902, 0.025878, 0.047036, 0.127648, 0.484163",\
|
|
"0.019902, 0.025878, 0.047036, 0.127648, 0.484163");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "2.507887, 2.520299, 2.554653, 2.695746, 3.280766",\
|
|
"2.600430, 2.612842, 2.647196, 2.788289, 3.373309",\
|
|
"2.670125, 2.682537, 2.716891, 2.857984, 3.443004",\
|
|
"2.757109, 2.769521, 2.803875, 2.944969, 3.529989",\
|
|
"3.111276, 3.123688, 3.158042, 3.299136, 3.884155");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.020904, 0.032137, 0.072766, 0.268396, 1.103702",\
|
|
"0.020904, 0.032137, 0.072766, 0.268396, 1.103702",\
|
|
"0.020904, 0.032137, 0.072766, 0.268396, 1.103702",\
|
|
"0.020904, 0.032137, 0.072766, 0.268396, 1.103702",\
|
|
"0.020904, 0.032137, 0.072766, 0.268396, 1.103702");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "2.572645, 2.582503, 2.605181, 2.674239, 2.921592",\
|
|
"2.665187, 2.675046, 2.697724, 2.766782, 3.014135",\
|
|
"2.734883, 2.744741, 2.767419, 2.836478, 3.083830",\
|
|
"2.821867, 2.831725, 2.854403, 2.923462, 3.170815",\
|
|
"3.176034, 3.185892, 3.208570, 3.277629, 3.524981");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001026, 0.011798, 0.051026, 0.233105, 1.000000");
|
|
values ( "0.019902, 0.025878, 0.044201, 0.119687, 0.454054",\
|
|
"0.019902, 0.025878, 0.044201, 0.119687, 0.454054",\
|
|
"0.019902, 0.025878, 0.044201, 0.119687, 0.454054",\
|
|
"0.019902, 0.025878, 0.044201, 0.119687, 0.454054",\
|
|
"0.019902, 0.025878, 0.044201, 0.119687, 0.454054");
|
|
}
|
|
|
|
} /* 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.001422 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "2.766926, 2.779744, 2.816177, 2.959254, 3.555895",\
|
|
"2.876659, 2.889477, 2.925910, 3.068987, 3.665628",\
|
|
"2.968609, 2.981428, 3.017860, 3.160937, 3.757579",\
|
|
"3.108912, 3.121731, 3.158163, 3.301240, 3.897882",\
|
|
"3.680692, 3.693511, 3.729943, 3.873020, 4.469662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.023905, 0.034797, 0.077487, 0.279174, 1.150437",\
|
|
"0.023905, 0.034797, 0.077487, 0.279174, 1.150437",\
|
|
"0.023905, 0.034797, 0.077487, 0.279174, 1.150437",\
|
|
"0.023905, 0.034797, 0.077487, 0.279174, 1.150437",\
|
|
"0.023905, 0.034797, 0.077487, 0.279174, 1.150437");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "2.614352, 2.624006, 2.648125, 2.719457, 2.979052",\
|
|
"2.724085, 2.733739, 2.757858, 2.829190, 3.088785",\
|
|
"2.816035, 2.825689, 2.849808, 2.921140, 3.180736",\
|
|
"2.956339, 2.965993, 2.990112, 3.061444, 3.321039",\
|
|
"3.528118, 3.537772, 3.561892, 3.633223, 3.892819");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.019904, 0.025828, 0.047068, 0.127908, 0.484549",\
|
|
"0.019904, 0.025828, 0.047068, 0.127908, 0.484549",\
|
|
"0.019904, 0.025828, 0.047068, 0.127908, 0.484549",\
|
|
"0.019904, 0.025828, 0.047068, 0.127908, 0.484549",\
|
|
"0.019904, 0.025828, 0.047068, 0.127908, 0.484549");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "2.494269, 2.507087, 2.541970, 2.683342, 3.267010",\
|
|
"2.586812, 2.599630, 2.634513, 2.775884, 3.359553",\
|
|
"2.656507, 2.669326, 2.704209, 2.845580, 3.429248",\
|
|
"2.743491, 2.756310, 2.791193, 2.932564, 3.516232",\
|
|
"3.097659, 3.110477, 3.145360, 3.286731, 3.870400");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.023905, 0.034797, 0.074607, 0.268613, 1.103633",\
|
|
"0.023905, 0.034797, 0.074607, 0.268613, 1.103633",\
|
|
"0.023905, 0.034797, 0.074607, 0.268613, 1.103633",\
|
|
"0.023905, 0.034797, 0.074607, 0.268613, 1.103633",\
|
|
"0.023905, 0.034797, 0.074607, 0.268613, 1.103633");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "2.426528, 2.436182, 2.458748, 2.527722, 2.775068",\
|
|
"2.519071, 2.528725, 2.551291, 2.620265, 2.867610",\
|
|
"2.588766, 2.598420, 2.620986, 2.689960, 2.937306",\
|
|
"2.675751, 2.685405, 2.707970, 2.776945, 3.024290",\
|
|
"3.029918, 3.039572, 3.062138, 3.131112, 3.378457");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001422, 0.012194, 0.051422, 0.233501, 1.000000");
|
|
values ( "0.019904, 0.025828, 0.044177, 0.119851, 0.454048",\
|
|
"0.019904, 0.025828, 0.044177, 0.119851, 0.454048",\
|
|
"0.019904, 0.025828, 0.044177, 0.119851, 0.454048",\
|
|
"0.019904, 0.025828, 0.044177, 0.119851, 0.454048",\
|
|
"0.019904, 0.025828, 0.044177, 0.119851, 0.454048");
|
|
}
|
|
|
|
} /* 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.001097 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "2.648661, 2.660779, 2.696373, 2.839066, 3.437292",\
|
|
"2.758394, 2.770512, 2.806107, 2.948800, 3.547026",\
|
|
"2.850344, 2.862462, 2.898057, 3.040750, 3.638976",\
|
|
"2.990648, 3.002766, 3.038360, 3.181053, 3.779279",\
|
|
"3.562428, 3.574545, 3.610140, 3.752833, 4.351059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.019741, 0.031139, 0.075000, 0.279067, 1.149808",\
|
|
"0.019741, 0.031139, 0.075000, 0.279067, 1.149808",\
|
|
"0.019741, 0.031139, 0.075000, 0.279067, 1.149808",\
|
|
"0.019741, 0.031139, 0.075000, 0.279067, 1.149808",\
|
|
"0.019741, 0.031139, 0.075000, 0.279067, 1.149808");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "2.644085, 2.653901, 2.678046, 2.749279, 3.009011",\
|
|
"2.753818, 2.763634, 2.787779, 2.859012, 3.118744",\
|
|
"2.845769, 2.855585, 2.879730, 2.950963, 3.210695",\
|
|
"2.986072, 2.995888, 3.020033, 3.091266, 3.350998",\
|
|
"3.557852, 3.567667, 3.591813, 3.663046, 3.922778");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.019276, 0.025342, 0.046596, 0.127636, 0.484076",\
|
|
"0.019276, 0.025342, 0.046596, 0.127636, 0.484076",\
|
|
"0.019276, 0.025342, 0.046596, 0.127636, 0.484076",\
|
|
"0.019276, 0.025342, 0.046596, 0.127636, 0.484076",\
|
|
"0.019276, 0.025342, 0.046596, 0.127636, 0.484076");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "2.494426, 2.506543, 2.540614, 2.681535, 3.267105",\
|
|
"2.586968, 2.599086, 2.633156, 2.774077, 3.359648",\
|
|
"2.656664, 2.668782, 2.702852, 2.843773, 3.429343",\
|
|
"2.743648, 2.755766, 2.789836, 2.930757, 3.516327",\
|
|
"3.097815, 3.109933, 3.144003, 3.284924, 3.870494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.019741, 0.031139, 0.072170, 0.268660, 1.103509",\
|
|
"0.019741, 0.031139, 0.072170, 0.268660, 1.103509",\
|
|
"0.019741, 0.031139, 0.072170, 0.268660, 1.103509",\
|
|
"0.019741, 0.031139, 0.072170, 0.268660, 1.103509",\
|
|
"0.019741, 0.031139, 0.072170, 0.268660, 1.103509");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "2.474693, 2.484509, 2.507126, 2.576028, 2.823644",\
|
|
"2.567235, 2.577051, 2.599668, 2.668571, 2.916186",\
|
|
"2.636930, 2.646746, 2.669364, 2.738266, 2.985881",\
|
|
"2.723915, 2.733731, 2.756348, 2.825251, 3.072866",\
|
|
"3.078082, 3.087898, 3.110515, 3.179418, 3.427033");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001097, 0.011869, 0.051097, 0.233176, 1.000000");
|
|
values ( "0.019276, 0.025342, 0.043755, 0.119693, 0.453997",\
|
|
"0.019276, 0.025342, 0.043755, 0.119693, 0.453997",\
|
|
"0.019276, 0.025342, 0.043755, 0.119693, 0.453997",\
|
|
"0.019276, 0.025342, 0.043755, 0.119693, 0.453997",\
|
|
"0.019276, 0.025342, 0.043755, 0.119693, 0.453997");
|
|
}
|
|
|
|
} /* 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.001504 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "2.639802, 2.651762, 2.687370, 2.830383, 3.428420",\
|
|
"2.749536, 2.761495, 2.797103, 2.940116, 3.538153",\
|
|
"2.841486, 2.853446, 2.889053, 3.032067, 3.630103",\
|
|
"2.981789, 2.993749, 3.029356, 3.172370, 3.770406",\
|
|
"3.553569, 3.565528, 3.601136, 3.744149, 4.342186");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.020135, 0.031494, 0.075533, 0.280116, 1.151559",\
|
|
"0.020135, 0.031494, 0.075533, 0.280116, 1.151559",\
|
|
"0.020135, 0.031494, 0.075533, 0.280116, 1.151559",\
|
|
"0.020135, 0.031494, 0.075533, 0.280116, 1.151559",\
|
|
"0.020135, 0.031494, 0.075533, 0.280116, 1.151559");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "2.639430, 2.649049, 2.673181, 2.744493, 3.004460",\
|
|
"2.749163, 2.758782, 2.782914, 2.854226, 3.114193",\
|
|
"2.841113, 2.850732, 2.874865, 2.946176, 3.206144",\
|
|
"2.981416, 2.991036, 3.015168, 3.086480, 3.346447",\
|
|
"3.553196, 3.562815, 3.586948, 3.658259, 3.918227");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.019555, 0.025522, 0.046888, 0.128271, 0.485431",\
|
|
"0.019555, 0.025522, 0.046888, 0.128271, 0.485431",\
|
|
"0.019555, 0.025522, 0.046888, 0.128271, 0.485431",\
|
|
"0.019555, 0.025522, 0.046888, 0.128271, 0.485431",\
|
|
"0.019555, 0.025522, 0.046888, 0.128271, 0.485431");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "2.485318, 2.497277, 2.531287, 2.672187, 3.257380",\
|
|
"2.577860, 2.589820, 2.623829, 2.764729, 3.349922",\
|
|
"2.647556, 2.659515, 2.693524, 2.834425, 3.419617",\
|
|
"2.734540, 2.746500, 2.780509, 2.921409, 3.506602",\
|
|
"3.088707, 3.100667, 3.134676, 3.275576, 3.860769");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.020135, 0.031494, 0.072575, 0.269093, 1.103462",\
|
|
"0.020135, 0.031494, 0.072575, 0.269093, 1.103462",\
|
|
"0.020135, 0.031494, 0.072575, 0.269093, 1.103462",\
|
|
"0.020135, 0.031494, 0.072575, 0.269093, 1.103462",\
|
|
"0.020135, 0.031494, 0.072575, 0.269093, 1.103462");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "2.470159, 2.479778, 2.502309, 2.571194, 2.818654",\
|
|
"2.562701, 2.572321, 2.594851, 2.663736, 2.911196",\
|
|
"2.632397, 2.642016, 2.664546, 2.733432, 2.980892",\
|
|
"2.719381, 2.729001, 2.751531, 2.820416, 3.067876",\
|
|
"3.073548, 3.083168, 3.105698, 3.174583, 3.422043");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001504, 0.012276, 0.051504, 0.233583, 1.000000");
|
|
values ( "0.019555, 0.025522, 0.043919, 0.119868, 0.453934",\
|
|
"0.019555, 0.025522, 0.043919, 0.119868, 0.453934",\
|
|
"0.019555, 0.025522, 0.043919, 0.119868, 0.453934",\
|
|
"0.019555, 0.025522, 0.043919, 0.119868, 0.453934",\
|
|
"0.019555, 0.025522, 0.043919, 0.119868, 0.453934");
|
|
}
|
|
|
|
} /* 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.001131 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.665904, 2.677999, 2.713582, 2.856271, 3.454488",\
|
|
"2.775637, 2.787733, 2.823316, 2.966004, 3.564221",\
|
|
"2.867587, 2.879683, 2.915266, 3.057954, 3.656171",\
|
|
"3.007890, 3.019986, 3.055569, 3.198257, 3.796474",\
|
|
"3.579670, 3.591766, 3.627348, 3.770037, 4.368254");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019737, 0.031138, 0.075015, 0.279110, 1.149801",\
|
|
"0.019737, 0.031138, 0.075015, 0.279110, 1.149801",\
|
|
"0.019737, 0.031138, 0.075015, 0.279110, 1.149801",\
|
|
"0.019737, 0.031138, 0.075015, 0.279110, 1.149801",\
|
|
"0.019737, 0.031138, 0.075015, 0.279110, 1.149801");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.679375, 2.689174, 2.713314, 2.784547, 3.044263",\
|
|
"2.789108, 2.798907, 2.823047, 2.894280, 3.153996",\
|
|
"2.881058, 2.890857, 2.914997, 2.986230, 3.245946",\
|
|
"3.021362, 3.031160, 3.055301, 3.126534, 3.386250",\
|
|
"3.593141, 3.602940, 3.627080, 3.698313, 3.958029");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019300, 0.025357, 0.046610, 0.127651, 0.484069",\
|
|
"0.019300, 0.025357, 0.046610, 0.127651, 0.484069",\
|
|
"0.019300, 0.025357, 0.046610, 0.127651, 0.484069",\
|
|
"0.019300, 0.025357, 0.046610, 0.127651, 0.484069",\
|
|
"0.019300, 0.025357, 0.046610, 0.127651, 0.484069");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.512081, 2.524176, 2.558233, 2.699148, 3.284713",\
|
|
"2.604623, 2.616719, 2.650775, 2.791690, 3.377255",\
|
|
"2.674319, 2.686414, 2.720471, 2.861386, 3.446951",\
|
|
"2.761303, 2.773399, 2.807456, 2.948370, 3.533935",\
|
|
"3.115470, 3.127565, 3.161622, 3.302537, 3.888102");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019737, 0.031138, 0.072184, 0.268703, 1.103502",\
|
|
"0.019737, 0.031138, 0.072184, 0.268703, 1.103502",\
|
|
"0.019737, 0.031138, 0.072184, 0.268703, 1.103502",\
|
|
"0.019737, 0.031138, 0.072184, 0.268703, 1.103502",\
|
|
"0.019737, 0.031138, 0.072184, 0.268703, 1.103502");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "2.503991, 2.513790, 2.536401, 2.605302, 2.852904",\
|
|
"2.596533, 2.606332, 2.628943, 2.697844, 2.945446",\
|
|
"2.666229, 2.676027, 2.698638, 2.767540, 3.015141",\
|
|
"2.753213, 2.763012, 2.785623, 2.854524, 3.102126",\
|
|
"3.107380, 3.117178, 3.139790, 3.208691, 3.456292");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001131, 0.011903, 0.051131, 0.233210, 1.000000");
|
|
values ( "0.019300, 0.025357, 0.043769, 0.119708, 0.453991",\
|
|
"0.019300, 0.025357, 0.043769, 0.119708, 0.453991",\
|
|
"0.019300, 0.025357, 0.043769, 0.119708, 0.453991",\
|
|
"0.019300, 0.025357, 0.043769, 0.119708, 0.453991",\
|
|
"0.019300, 0.025357, 0.043769, 0.119708, 0.453991");
|
|
}
|
|
|
|
} /* 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.001350 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "2.579857, 2.591942, 2.627614, 2.770517, 3.367590",\
|
|
"2.689590, 2.701675, 2.737348, 2.880250, 3.477324",\
|
|
"2.781541, 2.793626, 2.829298, 2.972201, 3.569274",\
|
|
"2.921844, 2.933929, 2.969601, 3.112504, 3.709577",\
|
|
"3.493624, 3.505708, 3.541381, 3.684283, 4.281357");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.019931, 0.031286, 0.075282, 0.279592, 1.150411",\
|
|
"0.019931, 0.031286, 0.075282, 0.279592, 1.150411",\
|
|
"0.019931, 0.031286, 0.075282, 0.279592, 1.150411",\
|
|
"0.019931, 0.031286, 0.075282, 0.279592, 1.150411",\
|
|
"0.019931, 0.031286, 0.075282, 0.279592, 1.150411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "2.534054, 2.543787, 2.568004, 2.639303, 2.899018",\
|
|
"2.643787, 2.653520, 2.677738, 2.749037, 3.008752",\
|
|
"2.735738, 2.745471, 2.769688, 2.840987, 3.100702",\
|
|
"2.876041, 2.885774, 2.909991, 2.981290, 3.241005",\
|
|
"3.447820, 3.457554, 3.481771, 3.553070, 3.812785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.019407, 0.025469, 0.046741, 0.127922, 0.484469",\
|
|
"0.019407, 0.025469, 0.046741, 0.127922, 0.484469",\
|
|
"0.019407, 0.025469, 0.046741, 0.127922, 0.484469",\
|
|
"0.019407, 0.025469, 0.046741, 0.127922, 0.484469",\
|
|
"0.019407, 0.025469, 0.046741, 0.127922, 0.484469");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "2.430803, 2.442888, 2.476991, 2.617811, 3.202189",\
|
|
"2.523346, 2.535431, 2.569534, 2.710354, 3.294731",\
|
|
"2.593041, 2.605126, 2.639229, 2.780049, 3.364427",\
|
|
"2.680026, 2.692110, 2.726214, 2.867033, 3.451411",\
|
|
"3.034193, 3.046278, 3.080381, 3.221201, 3.805578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.019931, 0.031286, 0.072381, 0.268751, 1.103083",\
|
|
"0.019931, 0.031286, 0.072381, 0.268751, 1.103083",\
|
|
"0.019931, 0.031286, 0.072381, 0.268751, 1.103083",\
|
|
"0.019931, 0.031286, 0.072381, 0.268751, 1.103083",\
|
|
"0.019931, 0.031286, 0.072381, 0.268751, 1.103083");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "2.381891, 2.391625, 2.414270, 2.483194, 2.730566",\
|
|
"2.474434, 2.484167, 2.506812, 2.575737, 2.823109",\
|
|
"2.544129, 2.553863, 2.576508, 2.645432, 2.892804",\
|
|
"2.631114, 2.640847, 2.663492, 2.732416, 2.979789",\
|
|
"2.985281, 2.995014, 3.017659, 3.086584, 3.333956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001350, 0.012123, 0.051350, 0.233429, 1.000000");
|
|
values ( "0.019407, 0.025469, 0.043830, 0.119784, 0.453574",\
|
|
"0.019407, 0.025469, 0.043830, 0.119784, 0.453574",\
|
|
"0.019407, 0.025469, 0.043830, 0.119784, 0.453574",\
|
|
"0.019407, 0.025469, 0.043830, 0.119784, 0.453574",\
|
|
"0.019407, 0.025469, 0.043830, 0.119784, 0.453574");
|
|
}
|
|
|
|
} /* 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.001321 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "2.590844, 2.602918, 2.638564, 2.781486, 3.378821",\
|
|
"2.700577, 2.712651, 2.748298, 2.891219, 3.488555",\
|
|
"2.792528, 2.804602, 2.840248, 2.983170, 3.580505",\
|
|
"2.932831, 2.944905, 2.980551, 3.123473, 3.720809",\
|
|
"3.504611, 3.516685, 3.552331, 3.695253, 4.292588");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.019909, 0.031274, 0.075247, 0.279574, 1.150355",\
|
|
"0.019909, 0.031274, 0.075247, 0.279574, 1.150355",\
|
|
"0.019909, 0.031274, 0.075247, 0.279574, 1.150355",\
|
|
"0.019909, 0.031274, 0.075247, 0.279574, 1.150355",\
|
|
"0.019909, 0.031274, 0.075247, 0.279574, 1.150355");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "2.539660, 2.549401, 2.573606, 2.644895, 2.904601",\
|
|
"2.649393, 2.659134, 2.683340, 2.754628, 3.014334",\
|
|
"2.741343, 2.751085, 2.775290, 2.846579, 3.106285",\
|
|
"2.881647, 2.891388, 2.915593, 2.986882, 3.246588",\
|
|
"3.453426, 3.463167, 3.487373, 3.558661, 3.818367");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.019393, 0.025454, 0.046721, 0.127878, 0.484385",\
|
|
"0.019393, 0.025454, 0.046721, 0.127878, 0.484385",\
|
|
"0.019393, 0.025454, 0.046721, 0.127878, 0.484385",\
|
|
"0.019393, 0.025454, 0.046721, 0.127878, 0.484385",\
|
|
"0.019393, 0.025454, 0.046721, 0.127878, 0.484385");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "2.440984, 2.453057, 2.487142, 2.627988, 3.212687",\
|
|
"2.533526, 2.545600, 2.579684, 2.720531, 3.305230",\
|
|
"2.603221, 2.615295, 2.649379, 2.790226, 3.374925",\
|
|
"2.690206, 2.702280, 2.736364, 2.877210, 3.461910",\
|
|
"3.044373, 3.056447, 3.090531, 3.231378, 3.816077");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.019909, 0.031274, 0.072358, 0.268776, 1.103204",\
|
|
"0.019909, 0.031274, 0.072358, 0.268776, 1.103204",\
|
|
"0.019909, 0.031274, 0.072358, 0.268776, 1.103204",\
|
|
"0.019909, 0.031274, 0.072358, 0.268776, 1.103204",\
|
|
"0.019909, 0.031274, 0.072358, 0.268776, 1.103204");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "2.391190, 2.400931, 2.423571, 2.492492, 2.739896",\
|
|
"2.483733, 2.493474, 2.516114, 2.585035, 2.832439",\
|
|
"2.553428, 2.563169, 2.585809, 2.654731, 2.902134",\
|
|
"2.640412, 2.650153, 2.672794, 2.741715, 2.989119",\
|
|
"2.994580, 3.004321, 3.026961, 3.095882, 3.343286");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001321, 0.012093, 0.051321, 0.233400, 1.000000");
|
|
values ( "0.019393, 0.025454, 0.043822, 0.119774, 0.453631",\
|
|
"0.019393, 0.025454, 0.043822, 0.119774, 0.453631",\
|
|
"0.019393, 0.025454, 0.043822, 0.119774, 0.453631",\
|
|
"0.019393, 0.025454, 0.043822, 0.119774, 0.453631",\
|
|
"0.019393, 0.025454, 0.043822, 0.119774, 0.453631");
|
|
}
|
|
|
|
} /* 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.001296 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "2.600089, 2.612172, 2.647843, 2.790837, 3.388769",\
|
|
"2.709823, 2.721905, 2.757577, 2.900570, 3.498503",\
|
|
"2.801773, 2.813855, 2.849527, 2.992520, 3.590453",\
|
|
"2.942076, 2.954158, 2.989830, 3.132824, 3.730756",\
|
|
"3.513855, 3.525938, 3.561610, 3.704603, 4.302536");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019886, 0.031249, 0.075352, 0.279982, 1.152142",\
|
|
"0.019886, 0.031249, 0.075352, 0.279982, 1.152142",\
|
|
"0.019886, 0.031249, 0.075352, 0.279982, 1.152142",\
|
|
"0.019886, 0.031249, 0.075352, 0.279982, 1.152142",\
|
|
"0.019886, 0.031249, 0.075352, 0.279982, 1.152142");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "2.562214, 2.571970, 2.596200, 2.667569, 2.927708",\
|
|
"2.671948, 2.681703, 2.705934, 2.777302, 3.037441",\
|
|
"2.763898, 2.773653, 2.797884, 2.869252, 3.129391",\
|
|
"2.904201, 2.913957, 2.938187, 3.009556, 3.269695",\
|
|
"3.475981, 3.485736, 3.509967, 3.581335, 3.841474");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019383, 0.025433, 0.046844, 0.128316, 0.485819",\
|
|
"0.019383, 0.025433, 0.046844, 0.128316, 0.485819",\
|
|
"0.019383, 0.025433, 0.046844, 0.128316, 0.485819",\
|
|
"0.019383, 0.025433, 0.046844, 0.128316, 0.485819",\
|
|
"0.019383, 0.025433, 0.046844, 0.128316, 0.485819");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "2.451620, 2.463702, 2.497769, 2.638628, 3.223489",\
|
|
"2.544162, 2.556245, 2.590311, 2.731170, 3.316032",\
|
|
"2.613858, 2.625940, 2.660006, 2.800866, 3.385727",\
|
|
"2.700842, 2.712924, 2.746991, 2.887850, 3.472711",\
|
|
"3.055009, 3.067091, 3.101157, 3.242017, 3.826878");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019886, 0.031249, 0.072336, 0.268775, 1.103262",\
|
|
"0.019886, 0.031249, 0.072336, 0.268775, 1.103262",\
|
|
"0.019886, 0.031249, 0.072336, 0.268775, 1.103262",\
|
|
"0.019886, 0.031249, 0.072336, 0.268775, 1.103262",\
|
|
"0.019886, 0.031249, 0.072336, 0.268775, 1.103262");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "2.408889, 2.418644, 2.441266, 2.510182, 2.757621",\
|
|
"2.501432, 2.511187, 2.533808, 2.602725, 2.850164",\
|
|
"2.571127, 2.580882, 2.603503, 2.672420, 2.919859",\
|
|
"2.658111, 2.667867, 2.690488, 2.759404, 3.006843",\
|
|
"3.012278, 3.022034, 3.044655, 3.113571, 3.361010");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001296, 0.012068, 0.051296, 0.233375, 1.000000");
|
|
values ( "0.019383, 0.025433, 0.043817, 0.119767, 0.453704",\
|
|
"0.019383, 0.025433, 0.043817, 0.119767, 0.453704",\
|
|
"0.019383, 0.025433, 0.043817, 0.119767, 0.453704",\
|
|
"0.019383, 0.025433, 0.043817, 0.119767, 0.453704",\
|
|
"0.019383, 0.025433, 0.043817, 0.119767, 0.453704");
|
|
}
|
|
|
|
} /* 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.001414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.565349, 2.577406, 2.613064, 2.755958, 3.352952",\
|
|
"2.675082, 2.687139, 2.722798, 2.865692, 3.462685",\
|
|
"2.767033, 2.779089, 2.814748, 2.957642, 3.554635",\
|
|
"2.907336, 2.919393, 2.955051, 3.097945, 3.694938",\
|
|
"3.479116, 3.491173, 3.526831, 3.669725, 4.266718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.020002, 0.031353, 0.075349, 0.279630, 1.150243",\
|
|
"0.020002, 0.031353, 0.075349, 0.279630, 1.150243",\
|
|
"0.020002, 0.031353, 0.075349, 0.279630, 1.150243",\
|
|
"0.020002, 0.031353, 0.075349, 0.279630, 1.150243",\
|
|
"0.020002, 0.031353, 0.075349, 0.279630, 1.150243");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.516382, 2.526082, 2.550281, 2.621572, 2.881219",\
|
|
"2.626115, 2.635816, 2.660014, 2.731306, 2.990952",\
|
|
"2.718066, 2.727766, 2.751964, 2.823256, 3.082902",\
|
|
"2.858369, 2.868069, 2.892267, 2.963559, 3.223206",\
|
|
"3.430149, 3.439849, 3.464047, 3.535339, 3.794986");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019450, 0.025499, 0.046765, 0.127920, 0.484328",\
|
|
"0.019450, 0.025499, 0.046765, 0.127920, 0.484328",\
|
|
"0.019450, 0.025499, 0.046765, 0.127920, 0.484328",\
|
|
"0.019450, 0.025499, 0.046765, 0.127920, 0.484328",\
|
|
"0.019450, 0.025499, 0.046765, 0.127920, 0.484328");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.412772, 2.424829, 2.458925, 2.599746, 3.184092",\
|
|
"2.505315, 2.517372, 2.551468, 2.692288, 3.276635",\
|
|
"2.575010, 2.587067, 2.621163, 2.761984, 3.346330",\
|
|
"2.661995, 2.674052, 2.708147, 2.848968, 3.433315",\
|
|
"3.016162, 3.028219, 3.062315, 3.203135, 3.787482");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.020002, 0.031353, 0.072450, 0.268824, 1.103090",\
|
|
"0.020002, 0.031353, 0.072450, 0.268824, 1.103090",\
|
|
"0.020002, 0.031353, 0.072450, 0.268824, 1.103090",\
|
|
"0.020002, 0.031353, 0.072450, 0.268824, 1.103090",\
|
|
"0.020002, 0.031353, 0.072450, 0.268824, 1.103090");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.361025, 2.370726, 2.393358, 2.462279, 2.709630",\
|
|
"2.453568, 2.463268, 2.485900, 2.554821, 2.802172",\
|
|
"2.523263, 2.532964, 2.555596, 2.624517, 2.871868",\
|
|
"2.610248, 2.619948, 2.642580, 2.711501, 2.958852",\
|
|
"2.964415, 2.974115, 2.996747, 3.065668, 3.313019");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012186, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019450, 0.025499, 0.043856, 0.119812, 0.453571",\
|
|
"0.019450, 0.025499, 0.043856, 0.119812, 0.453571",\
|
|
"0.019450, 0.025499, 0.043856, 0.119812, 0.453571",\
|
|
"0.019450, 0.025499, 0.043856, 0.119812, 0.453571",\
|
|
"0.019450, 0.025499, 0.043856, 0.119812, 0.453571");
|
|
}
|
|
|
|
} /* 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.001372 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "2.637993, 2.650020, 2.685655, 2.828653, 3.426602",\
|
|
"2.747726, 2.759753, 2.795388, 2.938387, 3.536336",\
|
|
"2.839676, 2.851703, 2.887338, 3.030337, 3.628286",\
|
|
"2.979980, 2.992007, 3.027642, 3.170640, 3.768589",\
|
|
"3.551759, 3.563786, 3.599421, 3.742419, 4.340369");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.019980, 0.031347, 0.075375, 0.279928, 1.151476",\
|
|
"0.019980, 0.031347, 0.075375, 0.279928, 1.151476",\
|
|
"0.019980, 0.031347, 0.075375, 0.279928, 1.151476",\
|
|
"0.019980, 0.031347, 0.075375, 0.279928, 1.151476",\
|
|
"0.019980, 0.031347, 0.075375, 0.279928, 1.151476");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "2.611801, 2.621500, 2.645679, 2.717000, 2.976980",\
|
|
"2.721534, 2.731233, 2.755412, 2.826734, 3.086714",\
|
|
"2.813485, 2.823184, 2.847362, 2.918684, 3.178664",\
|
|
"2.953788, 2.963487, 2.987665, 3.058987, 3.318967",\
|
|
"3.525568, 3.535266, 3.559445, 3.630767, 3.890747");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.019451, 0.025465, 0.046816, 0.128205, 0.485333",\
|
|
"0.019451, 0.025465, 0.046816, 0.128205, 0.485333",\
|
|
"0.019451, 0.025465, 0.046816, 0.128205, 0.485333",\
|
|
"0.019451, 0.025465, 0.046816, 0.128205, 0.485333",\
|
|
"0.019451, 0.025465, 0.046816, 0.128205, 0.485333");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "2.489523, 2.501550, 2.535590, 2.676474, 3.261566",\
|
|
"2.582066, 2.594093, 2.628133, 2.769017, 3.354109",\
|
|
"2.651761, 2.663788, 2.697828, 2.838712, 3.423804",\
|
|
"2.738745, 2.750773, 2.784812, 2.925696, 3.510788",\
|
|
"3.092912, 3.104939, 3.138979, 3.279863, 3.864955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.019980, 0.031347, 0.072426, 0.268912, 1.103380",\
|
|
"0.019980, 0.031347, 0.072426, 0.268912, 1.103380",\
|
|
"0.019980, 0.031347, 0.072426, 0.268912, 1.103380",\
|
|
"0.019980, 0.031347, 0.072426, 0.268912, 1.103380",\
|
|
"0.019980, 0.031347, 0.072426, 0.268912, 1.103380");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "2.463331, 2.473030, 2.495610, 2.564512, 2.811977",\
|
|
"2.555874, 2.565573, 2.588153, 2.657054, 2.904519",\
|
|
"2.625569, 2.635268, 2.657848, 2.726749, 2.974215",\
|
|
"2.712554, 2.722253, 2.744833, 2.813734, 3.061199",\
|
|
"3.066720, 3.076419, 3.099000, 3.167901, 3.415366");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001372, 0.012144, 0.051372, 0.233451, 1.000000");
|
|
values ( "0.019451, 0.025465, 0.043857, 0.119806, 0.453836",\
|
|
"0.019451, 0.025465, 0.043857, 0.119806, 0.453836",\
|
|
"0.019451, 0.025465, 0.043857, 0.119806, 0.453836",\
|
|
"0.019451, 0.025465, 0.043857, 0.119806, 0.453836",\
|
|
"0.019451, 0.025465, 0.043857, 0.119806, 0.453836");
|
|
}
|
|
|
|
} /* 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.001456 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "2.592789, 2.604833, 2.640507, 2.783556, 3.381457",\
|
|
"2.702523, 2.714566, 2.750240, 2.893289, 3.491190",\
|
|
"2.794473, 2.806516, 2.842190, 2.985239, 3.583140",\
|
|
"2.934776, 2.946820, 2.982494, 3.125543, 3.723444",\
|
|
"3.506556, 3.518599, 3.554273, 3.697322, 4.295223");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.020448, 0.031766, 0.075650, 0.279930, 1.151231",\
|
|
"0.020448, 0.031766, 0.075650, 0.279930, 1.151231",\
|
|
"0.020448, 0.031766, 0.075650, 0.279930, 1.151231",\
|
|
"0.020448, 0.031766, 0.075650, 0.279930, 1.151231",\
|
|
"0.020448, 0.031766, 0.075650, 0.279930, 1.151231");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "2.527256, 2.536918, 2.561087, 2.632383, 2.892211",\
|
|
"2.636990, 2.646652, 2.670821, 2.742117, 3.001944",\
|
|
"2.728940, 2.738601, 2.762771, 2.834067, 3.093894",\
|
|
"2.869243, 2.878905, 2.903074, 2.974370, 3.234197",\
|
|
"3.441023, 3.450684, 3.474854, 3.546149, 3.805977");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.019500, 0.025509, 0.046823, 0.128042, 0.484919",\
|
|
"0.019500, 0.025509, 0.046823, 0.128042, 0.484919",\
|
|
"0.019500, 0.025509, 0.046823, 0.128042, 0.484919",\
|
|
"0.019500, 0.025509, 0.046823, 0.128042, 0.484919",\
|
|
"0.019500, 0.025509, 0.046823, 0.128042, 0.484919");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "2.438655, 2.450698, 2.484788, 2.625748, 3.210894",\
|
|
"2.531198, 2.543241, 2.577331, 2.718290, 3.303437",\
|
|
"2.600893, 2.612936, 2.647026, 2.787986, 3.373132",\
|
|
"2.687877, 2.699921, 2.734010, 2.874970, 3.460116",\
|
|
"3.042044, 3.054087, 3.088177, 3.229137, 3.814283");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.020448, 0.031766, 0.072724, 0.269005, 1.103557",\
|
|
"0.020448, 0.031766, 0.072724, 0.269005, 1.103557",\
|
|
"0.020448, 0.031766, 0.072724, 0.269005, 1.103557",\
|
|
"0.020448, 0.031766, 0.072724, 0.269005, 1.103557",\
|
|
"0.020448, 0.031766, 0.072724, 0.269005, 1.103557");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "2.371591, 2.381253, 2.403834, 2.472738, 2.720144",\
|
|
"2.464134, 2.473796, 2.496377, 2.565280, 2.812687",\
|
|
"2.533829, 2.543491, 2.566072, 2.634976, 2.882382",\
|
|
"2.620814, 2.630475, 2.653057, 2.721960, 2.969366",\
|
|
"2.974980, 2.984642, 3.007223, 3.076127, 3.323533");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001456, 0.012229, 0.051456, 0.233535, 1.000000");
|
|
values ( "0.019500, 0.025509, 0.043887, 0.119839, 0.453753",\
|
|
"0.019500, 0.025509, 0.043887, 0.119839, 0.453753",\
|
|
"0.019500, 0.025509, 0.043887, 0.119839, 0.453753",\
|
|
"0.019500, 0.025509, 0.043887, 0.119839, 0.453753",\
|
|
"0.019500, 0.025509, 0.043887, 0.119839, 0.453753");
|
|
}
|
|
|
|
} /* 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.001328 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "2.632156, 2.644201, 2.679822, 2.822785, 3.420520",\
|
|
"2.741889, 2.753934, 2.789556, 2.932518, 3.530253",\
|
|
"2.833840, 2.845884, 2.881506, 3.024468, 3.622203",\
|
|
"2.974143, 2.986188, 3.021809, 3.164772, 3.762507",\
|
|
"3.545923, 3.557967, 3.593589, 3.736551, 4.334286");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.019930, 0.031303, 0.075278, 0.279694, 1.150689",\
|
|
"0.019930, 0.031303, 0.075278, 0.279694, 1.150689",\
|
|
"0.019930, 0.031303, 0.075278, 0.279694, 1.150689",\
|
|
"0.019930, 0.031303, 0.075278, 0.279694, 1.150689",\
|
|
"0.019930, 0.031303, 0.075278, 0.279694, 1.150689");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "2.617816, 2.627536, 2.651707, 2.722989, 2.982806",\
|
|
"2.727549, 2.737269, 2.761441, 2.832722, 3.092539",\
|
|
"2.819499, 2.829219, 2.853391, 2.924672, 3.184489",\
|
|
"2.959803, 2.969522, 2.993694, 3.064976, 3.324792",\
|
|
"3.531582, 3.541302, 3.565474, 3.636755, 3.896572");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.019418, 0.025450, 0.046748, 0.127922, 0.484703",\
|
|
"0.019418, 0.025450, 0.046748, 0.127922, 0.484703",\
|
|
"0.019418, 0.025450, 0.046748, 0.127922, 0.484703",\
|
|
"0.019418, 0.025450, 0.046748, 0.127922, 0.484703",\
|
|
"0.019418, 0.025450, 0.046748, 0.127922, 0.484703");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "2.480792, 2.492837, 2.526890, 2.667770, 3.252840",\
|
|
"2.573335, 2.585380, 2.619433, 2.760312, 3.345383",\
|
|
"2.643030, 2.655075, 2.689128, 2.830008, 3.415078",\
|
|
"2.730015, 2.742059, 2.776112, 2.916992, 3.502063",\
|
|
"3.084182, 3.096226, 3.130279, 3.271159, 3.856230");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.019930, 0.031303, 0.072378, 0.268854, 1.103357",\
|
|
"0.019930, 0.031303, 0.072378, 0.268854, 1.103357",\
|
|
"0.019930, 0.031303, 0.072378, 0.268854, 1.103357",\
|
|
"0.019930, 0.031303, 0.072378, 0.268854, 1.103357",\
|
|
"0.019930, 0.031303, 0.072378, 0.268854, 1.103357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "2.452000, 2.461720, 2.484320, 2.553226, 2.800695",\
|
|
"2.544543, 2.554262, 2.576863, 2.645768, 2.893237",\
|
|
"2.614238, 2.623958, 2.646558, 2.715464, 2.962932",\
|
|
"2.701222, 2.710942, 2.733542, 2.802448, 3.049917",\
|
|
"3.055389, 3.065109, 3.087709, 3.156615, 3.404083");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001328, 0.012101, 0.051328, 0.233407, 1.000000");
|
|
values ( "0.019418, 0.025450, 0.043838, 0.119786, 0.453809",\
|
|
"0.019418, 0.025450, 0.043838, 0.119786, 0.453809",\
|
|
"0.019418, 0.025450, 0.043838, 0.119786, 0.453809",\
|
|
"0.019418, 0.025450, 0.043838, 0.119786, 0.453809",\
|
|
"0.019418, 0.025450, 0.043838, 0.119786, 0.453809");
|
|
}
|
|
|
|
} /* 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.001319 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "2.617280, 2.629338, 2.664948, 2.807586, 3.405178",\
|
|
"2.727013, 2.739071, 2.774681, 2.917320, 3.514911",\
|
|
"2.818964, 2.831022, 2.866631, 3.009270, 3.606861",\
|
|
"2.959267, 2.971325, 3.006935, 3.149573, 3.747164",\
|
|
"3.531046, 3.543104, 3.578714, 3.721353, 4.318944");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.019913, 0.031285, 0.075218, 0.279261, 1.149743",\
|
|
"0.019913, 0.031285, 0.075218, 0.279261, 1.149743",\
|
|
"0.019913, 0.031285, 0.075218, 0.279261, 1.149743",\
|
|
"0.019913, 0.031285, 0.075218, 0.279261, 1.149743",\
|
|
"0.019913, 0.031285, 0.075218, 0.279261, 1.149743");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "2.581781, 2.591510, 2.615674, 2.686931, 2.946508",\
|
|
"2.691514, 2.701243, 2.725407, 2.796664, 3.056242",\
|
|
"2.783464, 2.793193, 2.817357, 2.888614, 3.148191",\
|
|
"2.923768, 2.933497, 2.957661, 3.028918, 3.288495",\
|
|
"3.495547, 3.505276, 3.529440, 3.600697, 3.860274");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.019402, 0.025453, 0.046694, 0.127758, 0.483937",\
|
|
"0.019402, 0.025453, 0.046694, 0.127758, 0.483937",\
|
|
"0.019402, 0.025453, 0.046694, 0.127758, 0.483937",\
|
|
"0.019402, 0.025453, 0.046694, 0.127758, 0.483937",\
|
|
"0.019402, 0.025453, 0.046694, 0.127758, 0.483937");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "2.466958, 2.479016, 2.513091, 2.653953, 3.238827",\
|
|
"2.559500, 2.571558, 2.605634, 2.746495, 3.331370",\
|
|
"2.629196, 2.641254, 2.675329, 2.816191, 3.401065",\
|
|
"2.716180, 2.728238, 2.762313, 2.903175, 3.488049",\
|
|
"3.070347, 3.082405, 3.116480, 3.257342, 3.842216");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.019913, 0.031285, 0.072362, 0.268806, 1.103275",\
|
|
"0.019913, 0.031285, 0.072362, 0.268806, 1.103275",\
|
|
"0.019913, 0.031285, 0.072362, 0.268806, 1.103275",\
|
|
"0.019913, 0.031285, 0.072362, 0.268806, 1.103275",\
|
|
"0.019913, 0.031285, 0.072362, 0.268806, 1.103275");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "2.428643, 2.438372, 2.460998, 2.529911, 2.777350",\
|
|
"2.521186, 2.530915, 2.553540, 2.622454, 2.869893",\
|
|
"2.590881, 2.600610, 2.623236, 2.692149, 2.939588",\
|
|
"2.677866, 2.687594, 2.710220, 2.779134, 3.026572",\
|
|
"3.032032, 3.041761, 3.064387, 3.133300, 3.380739");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001319, 0.012091, 0.051319, 0.233398, 1.000000");
|
|
values ( "0.019402, 0.025453, 0.043827, 0.119778, 0.453722",\
|
|
"0.019402, 0.025453, 0.043827, 0.119778, 0.453722",\
|
|
"0.019402, 0.025453, 0.043827, 0.119778, 0.453722",\
|
|
"0.019402, 0.025453, 0.043827, 0.119778, 0.453722",\
|
|
"0.019402, 0.025453, 0.043827, 0.119778, 0.453722");
|
|
}
|
|
|
|
} /* 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.001103 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "2.676329, 2.688446, 2.724064, 2.867061, 3.465294",\
|
|
"2.786062, 2.798179, 2.833797, 2.976795, 3.575027",\
|
|
"2.878012, 2.890129, 2.925747, 3.068745, 3.666977",\
|
|
"3.018316, 3.030432, 3.066050, 3.209048, 3.807280",\
|
|
"3.590095, 3.602212, 3.637830, 3.780828, 4.379060");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.019728, 0.031125, 0.075059, 0.279504, 1.150843",\
|
|
"0.019728, 0.031125, 0.075059, 0.279504, 1.150843",\
|
|
"0.019728, 0.031125, 0.075059, 0.279504, 1.150843",\
|
|
"0.019728, 0.031125, 0.075059, 0.279504, 1.150843",\
|
|
"0.019728, 0.031125, 0.075059, 0.279504, 1.150843");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "2.700632, 2.710449, 2.734620, 2.805892, 3.065875",\
|
|
"2.810366, 2.820183, 2.844353, 2.915625, 3.175608",\
|
|
"2.902316, 2.912133, 2.936303, 3.007576, 3.267559",\
|
|
"3.042619, 3.052436, 3.076607, 3.147879, 3.407862",\
|
|
"3.614399, 3.624216, 3.648386, 3.719658, 3.979642");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.019282, 0.025339, 0.046663, 0.127830, 0.484903",\
|
|
"0.019282, 0.025339, 0.046663, 0.127830, 0.484903",\
|
|
"0.019282, 0.025339, 0.046663, 0.127830, 0.484903",\
|
|
"0.019282, 0.025339, 0.046663, 0.127830, 0.484903",\
|
|
"0.019282, 0.025339, 0.046663, 0.127830, 0.484903");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "2.524896, 2.537013, 2.571073, 2.711991, 3.297566",\
|
|
"2.617439, 2.629556, 2.663615, 2.804533, 3.390109",\
|
|
"2.687134, 2.699251, 2.733310, 2.874228, 3.459804",\
|
|
"2.774118, 2.786235, 2.820295, 2.961213, 3.546788",\
|
|
"3.128285, 3.140402, 3.174462, 3.315380, 3.900955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.019728, 0.031125, 0.072166, 0.268669, 1.103506",\
|
|
"0.019728, 0.031125, 0.072166, 0.268669, 1.103506",\
|
|
"0.019728, 0.031125, 0.072166, 0.268669, 1.103506",\
|
|
"0.019728, 0.031125, 0.072166, 0.268669, 1.103506",\
|
|
"0.019728, 0.031125, 0.072166, 0.268669, 1.103506");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "2.511209, 2.521026, 2.543634, 2.612535, 2.860153",\
|
|
"2.603752, 2.613569, 2.636177, 2.705078, 2.952695",\
|
|
"2.673447, 2.683264, 2.705872, 2.774773, 3.022391",\
|
|
"2.760431, 2.770248, 2.792856, 2.861757, 3.109375",\
|
|
"3.114598, 3.124415, 3.147023, 3.215924, 3.463542");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001103, 0.011875, 0.051103, 0.233182, 1.000000");
|
|
values ( "0.019282, 0.025339, 0.043759, 0.119696, 0.454009",\
|
|
"0.019282, 0.025339, 0.043759, 0.119696, 0.454009",\
|
|
"0.019282, 0.025339, 0.043759, 0.119696, 0.454009",\
|
|
"0.019282, 0.025339, 0.043759, 0.119696, 0.454009",\
|
|
"0.019282, 0.025339, 0.043759, 0.119696, 0.454009");
|
|
}
|
|
|
|
} /* 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.000831 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "2.776525, 2.788798, 2.824461, 2.967180, 3.565522",\
|
|
"2.886258, 2.898531, 2.934194, 3.076913, 3.675255",\
|
|
"2.978208, 2.990481, 3.026144, 3.168863, 3.767205",\
|
|
"3.118512, 3.130785, 3.166448, 3.309167, 3.907509",\
|
|
"3.690291, 3.702564, 3.738227, 3.880946, 4.479288");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.019668, 0.031059, 0.074825, 0.278739, 1.149846",\
|
|
"0.019668, 0.031059, 0.074825, 0.278739, 1.149846",\
|
|
"0.019668, 0.031059, 0.074825, 0.278739, 1.149846",\
|
|
"0.019668, 0.031059, 0.074825, 0.278739, 1.149846",\
|
|
"0.019668, 0.031059, 0.074825, 0.278739, 1.149846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "2.861833, 2.871786, 2.895981, 2.967247, 3.227048",\
|
|
"2.971566, 2.981519, 3.005714, 3.076980, 3.336781",\
|
|
"3.063516, 3.073469, 3.097664, 3.168931, 3.428731",\
|
|
"3.203820, 3.213773, 3.237968, 3.309234, 3.569035",\
|
|
"3.775599, 3.785552, 3.809747, 3.881013, 4.140814");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.019232, 0.025335, 0.046576, 0.127527, 0.484131",\
|
|
"0.019232, 0.025335, 0.046576, 0.127527, 0.484131",\
|
|
"0.019232, 0.025335, 0.046576, 0.127527, 0.484131",\
|
|
"0.019232, 0.025335, 0.046576, 0.127527, 0.484131",\
|
|
"0.019232, 0.025335, 0.046576, 0.127527, 0.484131");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "2.606923, 2.619195, 2.653344, 2.794298, 3.379965",\
|
|
"2.699465, 2.711737, 2.745886, 2.886840, 3.472507",\
|
|
"2.769161, 2.781433, 2.815582, 2.956536, 3.542202",\
|
|
"2.856145, 2.868417, 2.902566, 3.043520, 3.629187",\
|
|
"3.210311, 3.222584, 3.256733, 3.397686, 3.983353");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.019664, 0.031056, 0.072002, 0.268338, 1.103543",\
|
|
"0.019664, 0.031056, 0.072002, 0.268338, 1.103543",\
|
|
"0.019664, 0.031056, 0.072002, 0.268338, 1.103543",\
|
|
"0.019664, 0.031056, 0.072002, 0.268338, 1.103543",\
|
|
"0.019664, 0.031056, 0.072002, 0.268338, 1.103543");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "2.584605, 2.594558, 2.617237, 2.686182, 2.933837",\
|
|
"2.677148, 2.687101, 2.709779, 2.778724, 3.026380",\
|
|
"2.746843, 2.756796, 2.779474, 2.848419, 3.096075",\
|
|
"2.833828, 2.843781, 2.866459, 2.935404, 3.183060",\
|
|
"3.187994, 3.197947, 3.220626, 3.289571, 3.537226");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000831, 0.011603, 0.050831, 0.232910, 1.000000");
|
|
values ( "0.019232, 0.025335, 0.043745, 0.119584, 0.454043",\
|
|
"0.019232, 0.025335, 0.043745, 0.119584, 0.454043",\
|
|
"0.019232, 0.025335, 0.043745, 0.119584, 0.454043",\
|
|
"0.019232, 0.025335, 0.043745, 0.119584, 0.454043",\
|
|
"0.019232, 0.025335, 0.043745, 0.119584, 0.454043");
|
|
}
|
|
|
|
} /* 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.001009 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "2.676178, 2.688527, 2.724356, 2.867460, 3.465376",\
|
|
"2.785911, 2.798260, 2.834089, 2.977193, 3.575109",\
|
|
"2.877861, 2.890211, 2.926039, 3.069143, 3.667059",\
|
|
"3.018164, 3.030514, 3.066342, 3.209446, 3.807363",\
|
|
"3.589943, 3.602293, 3.638122, 3.781226, 4.379142");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.020538, 0.031816, 0.075448, 0.279267, 1.150982",\
|
|
"0.020538, 0.031816, 0.075448, 0.279267, 1.150982",\
|
|
"0.020538, 0.031816, 0.075448, 0.279267, 1.150982",\
|
|
"0.020538, 0.031816, 0.075448, 0.279267, 1.150982",\
|
|
"0.020538, 0.031816, 0.075448, 0.279267, 1.150982");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "2.726067, 2.735938, 2.760159, 2.831556, 3.091384",\
|
|
"2.835801, 2.845671, 2.869893, 2.941289, 3.201118",\
|
|
"2.927751, 2.937621, 2.961843, 3.033239, 3.293068",\
|
|
"3.068054, 3.077924, 3.102146, 3.173543, 3.433371",\
|
|
"3.639834, 3.649704, 3.673926, 3.745322, 4.005151");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.019730, 0.025730, 0.046981, 0.127942, 0.484969",\
|
|
"0.019730, 0.025730, 0.046981, 0.127942, 0.484969",\
|
|
"0.019730, 0.025730, 0.046981, 0.127942, 0.484969",\
|
|
"0.019730, 0.025730, 0.046981, 0.127942, 0.484969",\
|
|
"0.019730, 0.025730, 0.046981, 0.127942, 0.484969");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "2.527147, 2.539497, 2.573770, 2.714816, 3.300018",\
|
|
"2.619690, 2.632040, 2.666313, 2.807359, 3.392560",\
|
|
"2.689385, 2.701735, 2.736008, 2.877054, 3.462255",\
|
|
"2.776370, 2.788720, 2.822993, 2.964038, 3.549240",\
|
|
"3.130537, 3.142886, 3.177159, 3.318205, 3.903407");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.020538, 0.031816, 0.072560, 0.268430, 1.103648",\
|
|
"0.020538, 0.031816, 0.072560, 0.268430, 1.103648",\
|
|
"0.020538, 0.031816, 0.072560, 0.268430, 1.103648",\
|
|
"0.020538, 0.031816, 0.072560, 0.268430, 1.103648",\
|
|
"0.020538, 0.031816, 0.072560, 0.268430, 1.103648");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "2.573204, 2.583074, 2.605737, 2.674759, 2.922189",\
|
|
"2.665746, 2.675616, 2.698279, 2.767301, 3.014731",\
|
|
"2.735441, 2.745312, 2.767975, 2.836997, 3.084427",\
|
|
"2.822426, 2.832296, 2.854959, 2.923981, 3.171411",\
|
|
"3.176593, 3.186463, 3.209126, 3.278148, 3.525578");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001009, 0.011782, 0.051009, 0.233088, 1.000000");
|
|
values ( "0.019730, 0.025730, 0.044082, 0.119674, 0.454050",\
|
|
"0.019730, 0.025730, 0.044082, 0.119674, 0.454050",\
|
|
"0.019730, 0.025730, 0.044082, 0.119674, 0.454050",\
|
|
"0.019730, 0.025730, 0.044082, 0.119674, 0.454050",\
|
|
"0.019730, 0.025730, 0.044082, 0.119674, 0.454050");
|
|
}
|
|
|
|
} /* 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.000809 ;
|
|
|
|
/* 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.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.019598, 1.032137, 1.068063, 1.210915, 1.808776",\
|
|
"1.083845, 1.096384, 1.132310, 1.275162, 1.846667",\
|
|
"1.129578, 1.142118, 1.178044, 1.320896, 1.846667",\
|
|
"1.156798, 1.169337, 1.205263, 1.348116, 1.846667",\
|
|
"1.156798, 1.169337, 1.205263, 1.348116, 1.846667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.477417, 1.487383, 1.511590, 1.582880, 1.842651",\
|
|
"1.578012, 1.587977, 1.612185, 1.683474, 1.943245",\
|
|
"1.729687, 1.739652, 1.763860, 1.835149, 2.094920",\
|
|
"2.012368, 2.022333, 2.046541, 2.117831, 2.377601",\
|
|
"2.573250, 2.583215, 2.607423, 2.678713, 2.938483");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138");
|
|
}
|
|
|
|
} /* 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.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.997350, 1.009882, 1.044290, 1.185403, 1.770528",\
|
|
"1.035240, 1.047773, 1.082181, 1.223294, 1.808419",\
|
|
"1.035240, 1.047773, 1.082181, 1.223294, 1.808419",\
|
|
"1.035240, 1.047773, 1.082181, 1.223294, 1.808419",\
|
|
"1.035240, 1.047773, 1.082181, 1.223294, 1.808419");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.286793, 1.296758, 1.319447, 1.388410, 1.636041",\
|
|
"1.387388, 1.397353, 1.420042, 1.489004, 1.736636",\
|
|
"1.539431, 1.549396, 1.572085, 1.641048, 1.888679",\
|
|
"1.822689, 1.832654, 1.855343, 1.924306, 2.171937",\
|
|
"2.384488, 2.394453, 2.417142, 2.486105, 2.733737");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044");
|
|
}
|
|
|
|
} /* 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.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.133683, 1.143648, 1.167856, 1.239146, 1.498916",\
|
|
"1.197930, 1.207896, 1.232103, 1.303393, 1.536807",\
|
|
"1.243664, 1.253629, 1.277837, 1.349126, 1.536807",\
|
|
"1.270883, 1.280849, 1.305056, 1.376346, 1.536807",\
|
|
"1.270883, 1.280849, 1.305056, 1.376346, 1.536807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.343727, 1.356266, 1.392192, 1.535045, 2.132905",\
|
|
"1.444321, 1.456861, 1.492787, 1.635639, 2.233500",\
|
|
"1.595996, 1.608536, 1.644462, 1.787314, 2.385175",\
|
|
"1.878678, 1.891217, 1.927143, 2.069995, 2.667856",\
|
|
"2.439560, 2.452099, 2.488025, 2.630877, 3.228738");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025");
|
|
}
|
|
|
|
} /* 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.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.114069, 1.124034, 1.146724, 1.215686, 1.463318",\
|
|
"1.151960, 1.161925, 1.184614, 1.253577, 1.501208",\
|
|
"1.151960, 1.161925, 1.184614, 1.253577, 1.501208",\
|
|
"1.151960, 1.161925, 1.184614, 1.253577, 1.501208",\
|
|
"1.151960, 1.161925, 1.184614, 1.253577, 1.501208");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.149987, 1.162520, 1.196928, 1.338041, 1.923166",\
|
|
"1.250582, 1.263114, 1.297522, 1.438635, 2.023760",\
|
|
"1.402625, 1.415158, 1.449565, 1.590679, 2.175804",\
|
|
"1.685884, 1.698416, 1.732824, 1.873937, 2.459062",\
|
|
"2.247682, 2.260215, 2.294622, 2.435736, 3.020861");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_oeb[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.558277, 1.570820, 1.606750, 1.749605, 2.347458",\
|
|
"1.686024, 1.698567, 1.734497, 1.877352, 2.475205",\
|
|
"1.830184, 1.842727, 1.878657, 2.021512, 2.619365",\
|
|
"2.069413, 2.081956, 2.117886, 2.260741, 2.858593",\
|
|
"3.035390, 3.047934, 3.083864, 3.226718, 3.824571");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020838, 0.032064, 0.075445, 0.278544, 1.150028",\
|
|
"0.020838, 0.032064, 0.075445, 0.278544, 1.150028",\
|
|
"0.020838, 0.032064, 0.075445, 0.278544, 1.150028",\
|
|
"0.020838, 0.032064, 0.075445, 0.278544, 1.150028",\
|
|
"0.020838, 0.032064, 0.075445, 0.278544, 1.150028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.466177, 1.476142, 1.500347, 1.571629, 1.831412",\
|
|
"1.593923, 1.603889, 1.628094, 1.699376, 1.959159",\
|
|
"1.738083, 1.748049, 1.772254, 1.843536, 2.103319",\
|
|
"1.977312, 1.987277, 2.011482, 2.082765, 2.342547",\
|
|
"2.943290, 2.953254, 2.977460, 3.048742, 3.308525");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019290, 0.025387, 0.046618, 0.127522, 0.484136",\
|
|
"0.019290, 0.025387, 0.046618, 0.127522, 0.484136",\
|
|
"0.019290, 0.025387, 0.046618, 0.127522, 0.484136",\
|
|
"0.019290, 0.025387, 0.046618, 0.127522, 0.484136",\
|
|
"0.019290, 0.025387, 0.046618, 0.127522, 0.484136");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.548857, 1.561400, 1.595818, 1.736938, 2.322041",\
|
|
"1.659169, 1.671712, 1.706130, 1.847250, 2.432352",\
|
|
"1.780259, 1.792802, 1.827221, 1.968340, 2.553443",\
|
|
"1.967154, 1.979697, 2.014115, 2.155235, 2.740337",\
|
|
"2.712127, 2.724670, 2.759088, 2.900208, 3.485310");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020838, 0.032064, 0.072625, 0.268134, 1.103729",\
|
|
"0.020838, 0.032064, 0.072625, 0.268134, 1.103729",\
|
|
"0.020838, 0.032064, 0.072625, 0.268134, 1.103729",\
|
|
"0.020838, 0.032064, 0.072625, 0.268134, 1.103729",\
|
|
"0.020838, 0.032064, 0.072625, 0.268134, 1.103729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "1.463253, 1.473218, 1.495907, 1.564870, 1.812500",\
|
|
"1.573564, 1.583529, 1.606218, 1.675181, 1.922812",\
|
|
"1.694655, 1.704620, 1.727309, 1.796272, 2.043903",\
|
|
"1.881549, 1.891514, 1.914204, 1.983167, 2.230797",\
|
|
"2.626522, 2.636487, 2.659176, 2.728139, 2.975770");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019290, 0.025387, 0.043787, 0.119576, 0.454044",\
|
|
"0.019290, 0.025387, 0.043787, 0.119576, 0.454044",\
|
|
"0.019290, 0.025387, 0.043787, 0.119576, 0.454044",\
|
|
"0.019290, 0.025387, 0.043787, 0.119576, 0.454044",\
|
|
"0.019290, 0.025387, 0.043787, 0.119576, 0.454044");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "3.775680, 3.788219, 3.824145, 3.966997, 4.564857",\
|
|
"3.885413, 3.897952, 3.933878, 4.076730, 4.674591",\
|
|
"3.977363, 3.989902, 4.025828, 4.168681, 4.766541",\
|
|
"4.117666, 4.130206, 4.166131, 4.308984, 4.906844",\
|
|
"4.689445, 4.701985, 4.737911, 4.880763, 5.478623");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025",\
|
|
"0.020820, 0.032049, 0.075436, 0.278546, 1.150025");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "3.909369, 3.919334, 3.943542, 4.014832, 4.274603",\
|
|
"4.019103, 4.029068, 4.053276, 4.124565, 4.384336",\
|
|
"4.111053, 4.121018, 4.145226, 4.216515, 4.476286",\
|
|
"4.251356, 4.261322, 4.285529, 4.356819, 4.616590",\
|
|
"4.823135, 4.833101, 4.857308, 4.928598, 5.188369");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138",\
|
|
"0.019322, 0.025414, 0.046640, 0.127524, 0.484138");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.698236, 2.710768, 2.745176, 2.886289, 3.471415",\
|
|
"2.790778, 2.803311, 2.837719, 2.978832, 3.563957",\
|
|
"2.860474, 2.873007, 2.907414, 3.048527, 3.633653",\
|
|
"2.947458, 2.959991, 2.994398, 3.135512, 3.720637",\
|
|
"3.301625, 3.314158, 3.348566, 3.489679, 4.074804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721",\
|
|
"0.020790, 0.032023, 0.072599, 0.268141, 1.103721");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "2.788857, 2.798822, 2.821511, 2.890474, 3.138105",\
|
|
"2.881400, 2.891365, 2.914054, 2.983016, 3.230648",\
|
|
"2.951095, 2.961060, 2.983749, 3.052712, 3.300343",\
|
|
"3.038079, 3.048044, 3.070734, 3.139696, 3.387328",\
|
|
"3.392246, 3.402211, 3.424901, 3.493863, 3.741495");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000809, 0.011581, 0.050809, 0.232888, 1.000000");
|
|
values ( "0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044",\
|
|
"0.019288, 0.025385, 0.043785, 0.119576, 0.454044");
|
|
}
|
|
|
|
} /* 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.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.551146, 0.563731, 0.599786, 0.743007, 1.340530",\
|
|
"0.640496, 0.653081, 0.689136, 0.832356, 1.429879",\
|
|
"0.699778, 0.712362, 0.748417, 0.891637, 1.489161",\
|
|
"0.770450, 0.783034, 0.819088, 0.962308, 1.559833",\
|
|
"1.061774, 1.074358, 1.110413, 1.253633, 1.851157");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021494, 0.032637, 0.075941, 0.279074, 1.151134",\
|
|
"0.021494, 0.032636, 0.075941, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279073, 1.151134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.714051, 0.723942, 0.748164, 0.819537, 1.079424",\
|
|
"0.839077, 0.848969, 0.873190, 0.944563, 1.204451",\
|
|
"0.964103, 0.973994, 0.998216, 1.069589, 1.329476",\
|
|
"1.159241, 1.169133, 1.193354, 1.264728, 1.524614",\
|
|
"1.961960, 1.971851, 1.996073, 2.067447, 2.327333");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019589, 0.025615, 0.046882, 0.127914, 0.484961",\
|
|
"0.019590, 0.025616, 0.046883, 0.127915, 0.484962",\
|
|
"0.019592, 0.025618, 0.046883, 0.127915, 0.484962");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.547611, 0.560195, 0.594695, 0.735880, 1.320628",\
|
|
"0.636964, 0.649548, 0.684049, 0.825233, 1.409982",\
|
|
"0.696265, 0.708849, 0.743350, 0.884535, 1.469283",\
|
|
"0.766932, 0.779515, 0.814016, 0.955200, 1.539949",\
|
|
"1.058201, 1.070784, 1.105284, 1.246468, 1.831218");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021489, 0.032632, 0.073052, 0.268232, 1.103803",\
|
|
"0.021485, 0.032629, 0.073051, 0.268232, 1.103803");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.711820, 0.721711, 0.744372, 0.813363, 1.060872",\
|
|
"0.836844, 0.846735, 0.869397, 0.938388, 1.185897",\
|
|
"0.961843, 0.971734, 0.994395, 1.063386, 1.310895",\
|
|
"1.156937, 1.166828, 1.189489, 1.258481, 1.505989",\
|
|
"1.959706, 1.969597, 1.992259, 2.061251, 2.308758");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019558, 0.025589, 0.043963, 0.119650, 0.454047",\
|
|
"0.019560, 0.025591, 0.043965, 0.119650, 0.454048");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.768651, 0.778543, 0.802764, 0.874137, 1.134025",\
|
|
"0.857858, 0.867749, 0.891971, 0.963344, 1.223231",\
|
|
"0.916813, 0.926705, 0.950927, 1.022300, 1.282187",\
|
|
"0.986574, 0.996465, 1.020687, 1.092060, 1.351947",\
|
|
"1.273838, 1.283730, 1.307951, 1.379325, 1.639212");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019589, 0.025615, 0.046882, 0.127914, 0.484961",\
|
|
"0.019590, 0.025616, 0.046883, 0.127915, 0.484962",\
|
|
"0.019592, 0.025618, 0.046883, 0.127915, 0.484962");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.615214, 0.627799, 0.663854, 0.807075, 1.404598",\
|
|
"0.740307, 0.752891, 0.788946, 0.932167, 1.529690",\
|
|
"0.865695, 0.878279, 0.914334, 1.057554, 1.655078",\
|
|
"1.061562, 1.074147, 1.110201, 1.253421, 1.850946",\
|
|
"1.867235, 1.879820, 1.915875, 2.059095, 2.656619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021494, 0.032637, 0.075941, 0.279074, 1.151134",\
|
|
"0.021494, 0.032636, 0.075941, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279074, 1.151134",\
|
|
"0.021493, 0.032635, 0.075940, 0.279073, 1.151134");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.766420, 0.776311, 0.798973, 0.867964, 1.115473",\
|
|
"0.855624, 0.865516, 0.888177, 0.957168, 1.204677",\
|
|
"0.914553, 0.924445, 0.947106, 1.016097, 1.263606",\
|
|
"0.984269, 0.994160, 1.016822, 1.085813, 1.333322",\
|
|
"1.271584, 1.281476, 1.304137, 1.373129, 1.620637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019557, 0.025588, 0.043963, 0.119650, 0.454047",\
|
|
"0.019558, 0.025589, 0.043963, 0.119650, 0.454047",\
|
|
"0.019560, 0.025591, 0.043965, 0.119650, 0.454048");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.611679, 0.624263, 0.658763, 0.799948, 1.384696",\
|
|
"0.736775, 0.749359, 0.783859, 0.925044, 1.509792",\
|
|
"0.862182, 0.874766, 0.909267, 1.050452, 1.635200",\
|
|
"1.058045, 1.070628, 1.105129, 1.246313, 1.831062",\
|
|
"1.863663, 1.876246, 1.910745, 2.051929, 2.636680");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021490, 0.032633, 0.073053, 0.268232, 1.103804",\
|
|
"0.021489, 0.032632, 0.073052, 0.268232, 1.103803",\
|
|
"0.021485, 0.032629, 0.073051, 0.268232, 1.103803");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_oeb[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.534010, 0.546603, 0.582667, 0.725892, 1.323398",\
|
|
"0.609608, 0.622201, 0.658265, 0.801491, 1.398997",\
|
|
"0.650487, 0.663080, 0.699144, 0.842369, 1.439875",\
|
|
"0.689689, 0.702282, 0.738347, 0.881572, 1.479078",\
|
|
"0.851252, 0.863846, 0.899911, 1.043137, 1.640641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021534, 0.032671, 0.075963, 0.279068, 1.151140",\
|
|
"0.021534, 0.032671, 0.075963, 0.279068, 1.151140",\
|
|
"0.021534, 0.032671, 0.075963, 0.279068, 1.151140",\
|
|
"0.021535, 0.032672, 0.075963, 0.279068, 1.151140",\
|
|
"0.021538, 0.032674, 0.075965, 0.279068, 1.151141");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.693529, 0.703420, 0.727642, 0.799014, 1.058902",\
|
|
"0.815509, 0.825400, 0.849622, 0.920994, 1.180882",\
|
|
"0.940599, 0.950491, 0.974712, 1.046085, 1.305973",\
|
|
"1.138674, 1.148566, 1.172787, 1.244159, 1.504048",\
|
|
"1.951212, 1.961104, 1.985325, 2.056697, 2.316586");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019587, 0.025614, 0.046880, 0.127914, 0.484961",\
|
|
"0.019587, 0.025614, 0.046880, 0.127914, 0.484961",\
|
|
"0.019587, 0.025614, 0.046880, 0.127914, 0.484961",\
|
|
"0.019585, 0.025612, 0.046879, 0.127914, 0.484961",\
|
|
"0.019584, 0.025611, 0.046878, 0.127914, 0.484961");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_oeb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.530514, 0.543107, 0.577618, 0.718808, 1.303535",\
|
|
"0.606112, 0.618706, 0.653216, 0.794406, 1.379134",\
|
|
"0.646991, 0.659584, 0.694095, 0.835285, 1.420012",\
|
|
"0.686193, 0.698787, 0.733297, 0.874488, 1.459215",\
|
|
"0.847756, 0.860350, 0.894862, 1.036053, 1.620778");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021534, 0.032671, 0.073077, 0.268225, 1.103810",\
|
|
"0.021534, 0.032671, 0.073077, 0.268225, 1.103810",\
|
|
"0.021534, 0.032671, 0.073077, 0.268225, 1.103810",\
|
|
"0.021535, 0.032672, 0.073077, 0.268225, 1.103811",\
|
|
"0.021538, 0.032674, 0.073079, 0.268225, 1.103811");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.691815, 0.701706, 0.724368, 0.793361, 1.040866",\
|
|
"0.813795, 0.823686, 0.846348, 0.915341, 1.162846",\
|
|
"0.938886, 0.948777, 0.971439, 1.040432, 1.287937",\
|
|
"1.136958, 1.146850, 1.169512, 1.238504, 1.486010",\
|
|
"1.949495, 1.959386, 1.982048, 2.051041, 2.298547");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019562, 0.025592, 0.043966, 0.119650, 0.454048",\
|
|
"0.019562, 0.025592, 0.043966, 0.119650, 0.454048",\
|
|
"0.019562, 0.025592, 0.043966, 0.119650, 0.454048",\
|
|
"0.019562, 0.025592, 0.043966, 0.119650, 0.454048",\
|
|
"0.019562, 0.025592, 0.043966, 0.119650, 0.454048");
|
|
}
|
|
|
|
} /* end of arc debug_oeb_mgmt_gpio_oeb[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.011369, 3.023961, 3.060024, 3.203248, 3.800756",\
|
|
"3.121102, 3.133694, 3.169757, 3.312981, 3.910490",\
|
|
"3.213053, 3.225645, 3.261707, 3.404932, 4.002440",\
|
|
"3.353356, 3.365948, 3.402011, 3.545235, 4.142744",\
|
|
"3.925135, 3.937728, 3.973790, 4.117015, 4.714523");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021528, 0.032666, 0.075960, 0.279068, 1.151139",\
|
|
"0.021528, 0.032666, 0.075960, 0.279068, 1.151139",\
|
|
"0.021528, 0.032666, 0.075960, 0.279068, 1.151139",\
|
|
"0.021528, 0.032666, 0.075960, 0.279068, 1.151139",\
|
|
"0.021528, 0.032666, 0.075960, 0.279068, 1.151139");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "3.201051, 3.210943, 3.235164, 3.306537, 3.566425",\
|
|
"3.310785, 3.320676, 3.344897, 3.416270, 3.676158",\
|
|
"3.402735, 3.412627, 3.436848, 3.508221, 3.768108",\
|
|
"3.543038, 3.552930, 3.577151, 3.648524, 3.908412",\
|
|
"4.114818, 4.124709, 4.148931, 4.220304, 4.480192");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961",\
|
|
"0.019588, 0.025615, 0.046881, 0.127914, 0.484961");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_oeb[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.835600, 2.848192, 2.882701, 3.023891, 3.608621",\
|
|
"2.928143, 2.940735, 2.975244, 3.116434, 3.701163",\
|
|
"2.997838, 3.010430, 3.044939, 3.186129, 3.770859",\
|
|
"3.084822, 3.097415, 3.131924, 3.273113, 3.857843",\
|
|
"3.438989, 3.451581, 3.486090, 3.627280, 4.212010");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021528, 0.032666, 0.073074, 0.268227, 1.103809",\
|
|
"0.021528, 0.032666, 0.073074, 0.268227, 1.103809",\
|
|
"0.021528, 0.032666, 0.073074, 0.268227, 1.103809",\
|
|
"0.021528, 0.032666, 0.073074, 0.268227, 1.103809",\
|
|
"0.021528, 0.032666, 0.073074, 0.268227, 1.103809");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.994143, 3.004035, 3.026697, 3.095690, 3.343195",\
|
|
"3.086686, 3.096577, 3.119239, 3.188233, 3.435737",\
|
|
"3.156381, 3.166273, 3.188935, 3.257928, 3.505433",\
|
|
"3.243366, 3.253257, 3.275919, 3.344913, 3.592417",\
|
|
"3.597533, 3.607424, 3.630086, 3.699079, 3.946584");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019566, 0.025596, 0.043969, 0.119650, 0.454048",\
|
|
"0.019566, 0.025596, 0.043969, 0.119650, 0.454048",\
|
|
"0.019566, 0.025596, 0.043969, 0.119650, 0.454048",\
|
|
"0.019566, 0.025596, 0.043969, 0.119650, 0.454048",\
|
|
"0.019566, 0.025596, 0.043969, 0.119650, 0.454048");
|
|
}
|
|
|
|
} /* 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.003118 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "2.490853, 2.501348, 2.537655, 2.681484, 3.281420",\
|
|
"2.600586, 2.611081, 2.647388, 2.791217, 3.391153",\
|
|
"2.692536, 2.703031, 2.739339, 2.883168, 3.483103",\
|
|
"2.832840, 2.843335, 2.879642, 3.023471, 3.623407",\
|
|
"3.404619, 3.415114, 3.451421, 3.595250, 4.195186");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023638, 0.034606, 0.079205, 0.285147, 1.166960",\
|
|
"0.023638, 0.034606, 0.079205, 0.285147, 1.166960",\
|
|
"0.023638, 0.034606, 0.079205, 0.285147, 1.166960",\
|
|
"0.023638, 0.034606, 0.079205, 0.285147, 1.166960",\
|
|
"0.023638, 0.034606, 0.079205, 0.285147, 1.166960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "2.654924, 2.663011, 2.687209, 2.759119, 3.021908",\
|
|
"2.764657, 2.772744, 2.796942, 2.868852, 3.131641",\
|
|
"2.856607, 2.864694, 2.888892, 2.960803, 3.223591",\
|
|
"2.996911, 3.004998, 3.029196, 3.101106, 3.363895",\
|
|
"3.568690, 3.576777, 3.600975, 3.672885, 3.935674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020892, 0.026465, 0.048771, 0.132063, 0.497869",\
|
|
"0.020892, 0.026465, 0.048771, 0.132063, 0.497869",\
|
|
"0.020892, 0.026465, 0.048771, 0.132063, 0.497869",\
|
|
"0.020892, 0.026465, 0.048771, 0.132063, 0.497869",\
|
|
"0.020892, 0.026465, 0.048771, 0.132063, 0.497869");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[37]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "2.297297, 2.309128, 2.343237, 2.484373, 3.067552",\
|
|
"2.389839, 2.401670, 2.435779, 2.576915, 3.160095",\
|
|
"2.459535, 2.471366, 2.505475, 2.646611, 3.229790",\
|
|
"2.546519, 2.558350, 2.592459, 2.733595, 3.316775",\
|
|
"2.900686, 2.912517, 2.946626, 3.087762, 3.670942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023638, 0.034606, 0.075282, 0.270602, 1.103780",\
|
|
"0.023638, 0.034606, 0.075282, 0.270602, 1.103780",\
|
|
"0.023638, 0.034606, 0.075282, 0.270602, 1.103780",\
|
|
"0.023638, 0.034606, 0.075282, 0.270602, 1.103780",\
|
|
"0.023638, 0.034606, 0.075282, 0.270602, 1.103780");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "2.473126, 2.482158, 2.504240, 2.573104, 2.819934",\
|
|
"2.565669, 2.574700, 2.596783, 2.665647, 2.912477",\
|
|
"2.635364, 2.644396, 2.666478, 2.735342, 2.982172",\
|
|
"2.722349, 2.731380, 2.753462, 2.822327, 3.069156",\
|
|
"3.076516, 3.085547, 3.107630, 3.176494, 3.423324");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020892, 0.026465, 0.044828, 0.120590, 0.454047",\
|
|
"0.020892, 0.026465, 0.044828, 0.120590, 0.454047",\
|
|
"0.020892, 0.026465, 0.044828, 0.120590, 0.454047",\
|
|
"0.020892, 0.026465, 0.044828, 0.120590, 0.454047",\
|
|
"0.020892, 0.026465, 0.044828, 0.120590, 0.454047");
|
|
}
|
|
|
|
} /* 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.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.630599, 0.641095, 0.677405, 0.821235, 1.421167",\
|
|
"0.694770, 0.705266, 0.741576, 0.885406, 1.469586",\
|
|
"0.741314, 0.751810, 0.788120, 0.931949, 1.469586",\
|
|
"0.771110, 0.781606, 0.817915, 0.961745, 1.469586",\
|
|
"0.771110, 0.781606, 0.817915, 0.961745, 1.469586");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023662, 0.034627, 0.079219, 0.285146, 1.166963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.736240, 0.744327, 0.768525, 0.840436, 1.103224",\
|
|
"0.836751, 0.844837, 0.869036, 0.940947, 1.203734",\
|
|
"0.987416, 0.995502, 1.019701, 1.091612, 1.354399",\
|
|
"1.267883, 1.275969, 1.300168, 1.372079, 1.634866",\
|
|
"1.808442, 1.816529, 1.840728, 1.912638, 2.175426");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020894, 0.026467, 0.048773, 0.132063, 0.497870",\
|
|
"0.020894, 0.026467, 0.048773, 0.132063, 0.497870",\
|
|
"0.020894, 0.026467, 0.048772, 0.132063, 0.497870",\
|
|
"0.020894, 0.026466, 0.048772, 0.132063, 0.497870",\
|
|
"0.020893, 0.026466, 0.048772, 0.132063, 0.497870");
|
|
}
|
|
|
|
} /* 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.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.592188, 0.604017, 0.638123, 0.779257, 1.362443",\
|
|
"0.640678, 0.652510, 0.686621, 0.827758, 1.410934",\
|
|
"0.640678, 0.652510, 0.686621, 0.827758, 1.410934",\
|
|
"0.640678, 0.652510, 0.686621, 0.827758, 1.410934",\
|
|
"0.640678, 0.652510, 0.686621, 0.827758, 1.410934");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023625, 0.034595, 0.075275, 0.270601, 1.103778",\
|
|
"0.023646, 0.034613, 0.075286, 0.270601, 1.103781");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.706971, 0.716001, 0.738081, 0.806939, 1.053782",\
|
|
"0.807482, 0.816512, 0.838592, 0.907449, 1.154293",\
|
|
"0.958274, 0.967304, 0.989384, 1.058242, 1.305085",\
|
|
"1.239688, 1.248717, 1.270797, 1.339655, 1.586498",\
|
|
"1.780141, 1.789170, 1.811250, 1.880107, 2.126951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020861, 0.026436, 0.044804, 0.120588, 0.454046");
|
|
}
|
|
|
|
} /* 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.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.776192, 0.784279, 0.808478, 0.880388, 1.143176",\
|
|
"0.840363, 0.848450, 0.872649, 0.944559, 1.181823",\
|
|
"0.886397, 0.894483, 0.918682, 0.990593, 1.181823",\
|
|
"0.914671, 0.922758, 0.946957, 1.018867, 1.181823",\
|
|
"0.914671, 0.922758, 0.946957, 1.018867, 1.181823");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020894, 0.026467, 0.048773, 0.132063, 0.497870",\
|
|
"0.020894, 0.026467, 0.048773, 0.132063, 0.497870",\
|
|
"0.020894, 0.026467, 0.048772, 0.132063, 0.497870",\
|
|
"0.020894, 0.026466, 0.048772, 0.132063, 0.497870",\
|
|
"0.020893, 0.026466, 0.048772, 0.132063, 0.497870");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.625841, 0.636337, 0.672647, 0.816477, 1.416409",\
|
|
"0.726352, 0.736848, 0.773158, 0.916988, 1.516919",\
|
|
"0.877851, 0.888347, 0.924657, 1.068486, 1.668418",\
|
|
"1.158414, 1.168910, 1.205219, 1.349049, 1.948981",\
|
|
"1.698314, 1.708811, 1.745124, 1.888955, 2.488881");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023647, 0.034614, 0.079210, 0.285146, 1.166961",\
|
|
"0.023662, 0.034627, 0.079219, 0.285146, 1.166963");
|
|
}
|
|
|
|
} /* 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.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.748012, 0.757042, 0.779122, 0.847979, 1.094823",\
|
|
"0.786538, 0.795567, 0.817647, 0.886504, 1.133349",\
|
|
"0.786538, 0.795567, 0.817647, 0.886504, 1.133349",\
|
|
"0.786538, 0.795567, 0.817647, 0.886504, 1.133349",\
|
|
"0.786538, 0.795567, 0.817647, 0.886504, 1.133349");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020864, 0.026439, 0.044807, 0.120589, 0.454046",\
|
|
"0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020861, 0.026436, 0.044804, 0.120588, 0.454046");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.586118, 0.597947, 0.632053, 0.773187, 1.356374",\
|
|
"0.686629, 0.698458, 0.732564, 0.873698, 1.456884",\
|
|
"0.838304, 0.850133, 0.884239, 1.025373, 1.608559",\
|
|
"1.120032, 1.131861, 1.165967, 1.307101, 1.890287",\
|
|
"1.659972, 1.671805, 1.705916, 1.847053, 2.430228");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023624, 0.034594, 0.075274, 0.270601, 1.103778",\
|
|
"0.023625, 0.034595, 0.075275, 0.270601, 1.103778",\
|
|
"0.023646, 0.034613, 0.075286, 0.270601, 1.103781");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[37]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.620449, 0.630945, 0.667256, 0.811086, 1.411016",\
|
|
"0.706780, 0.717276, 0.753587, 0.897417, 1.497347",\
|
|
"0.763753, 0.774249, 0.810560, 0.954390, 1.554320",\
|
|
"0.833100, 0.843596, 0.879907, 1.023738, 1.623667",\
|
|
"1.118896, 1.129393, 1.165705, 1.309535, 1.909463");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023652, 0.034619, 0.079214, 0.285145, 1.166962",\
|
|
"0.023652, 0.034619, 0.079214, 0.285145, 1.166962",\
|
|
"0.023653, 0.034619, 0.079214, 0.285145, 1.166962",\
|
|
"0.023653, 0.034619, 0.079214, 0.285145, 1.166962",\
|
|
"0.023656, 0.034622, 0.079216, 0.285144, 1.166963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.712554, 0.720641, 0.744837, 0.816741, 1.079540",\
|
|
"0.829770, 0.837858, 0.862054, 0.933957, 1.196757",\
|
|
"0.931680, 0.939768, 0.963964, 1.035867, 1.298667",\
|
|
"1.090225, 1.098312, 1.122508, 1.194412, 1.457211",\
|
|
"1.743433, 1.751521, 1.775717, 1.847620, 2.110420");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020864, 0.026439, 0.048750, 0.132061, 0.497867",\
|
|
"0.020864, 0.026439, 0.048750, 0.132061, 0.497867",\
|
|
"0.020864, 0.026439, 0.048750, 0.132061, 0.497867",\
|
|
"0.020864, 0.026439, 0.048750, 0.132061, 0.497867",\
|
|
"0.020863, 0.026438, 0.048749, 0.132060, 0.497867");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io3_do_mgmt_gpio_out[37]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io3_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.582281, 0.594115, 0.628227, 0.769365, 1.352537",\
|
|
"0.668612, 0.680446, 0.714558, 0.855696, 1.438868",\
|
|
"0.725585, 0.737419, 0.771531, 0.912669, 1.495841",\
|
|
"0.794932, 0.806766, 0.840879, 0.982017, 1.565188",\
|
|
"1.080728, 1.092562, 1.126676, 1.267814, 1.850984");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.023652, 0.034619, 0.075290, 0.270600, 1.103783",\
|
|
"0.023652, 0.034619, 0.075290, 0.270600, 1.103783",\
|
|
"0.023653, 0.034619, 0.075290, 0.270600, 1.103783",\
|
|
"0.023653, 0.034619, 0.075290, 0.270600, 1.103783",\
|
|
"0.023656, 0.034622, 0.075292, 0.270599, 1.103783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.686148, 0.695178, 0.717258, 0.786115, 1.032959",\
|
|
"0.803364, 0.812394, 0.834474, 0.903332, 1.150175",\
|
|
"0.905274, 0.914304, 0.936384, 1.005242, 1.252085",\
|
|
"1.063819, 1.072849, 1.094929, 1.163786, 1.410630",\
|
|
"1.717028, 1.726057, 1.748138, 1.816995, 2.063838");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003118, 0.013891, 0.053118, 0.235197, 1.000000");
|
|
values ( "0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020863, 0.026439, 0.044806, 0.120589, 0.454046",\
|
|
"0.020863, 0.026438, 0.044806, 0.120589, 0.454046");
|
|
}
|
|
|
|
} /* 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.002839 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "2.430484, 2.442308, 2.478470, 2.622148, 3.221853",\
|
|
"2.540217, 2.552041, 2.588203, 2.731881, 3.331586",\
|
|
"2.632167, 2.643991, 2.680154, 2.823832, 3.423536",\
|
|
"2.772471, 2.784295, 2.820457, 2.964135, 3.563840",\
|
|
"3.344250, 3.356074, 3.392237, 3.535915, 4.135619");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022987, 0.034021, 0.078586, 0.284359, 1.164527",\
|
|
"0.022987, 0.034021, 0.078586, 0.284359, 1.164527",\
|
|
"0.022987, 0.034021, 0.078586, 0.284359, 1.164527",\
|
|
"0.022987, 0.034021, 0.078586, 0.284359, 1.164527",\
|
|
"0.022987, 0.034021, 0.078586, 0.284359, 1.164527");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "2.605952, 2.615051, 2.639293, 2.711012, 2.973420",\
|
|
"2.715685, 2.724784, 2.749026, 2.820745, 3.083153",\
|
|
"2.807635, 2.816735, 2.840976, 2.912695, 3.175104",\
|
|
"2.947939, 2.957038, 2.981280, 3.052999, 3.315407",\
|
|
"3.519718, 3.528817, 3.553059, 3.624778, 3.887187");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020654, 0.026274, 0.048470, 0.131365, 0.495871",\
|
|
"0.020654, 0.026274, 0.048470, 0.131365, 0.495871",\
|
|
"0.020654, 0.026274, 0.048470, 0.131365, 0.495871",\
|
|
"0.020654, 0.026274, 0.048470, 0.131365, 0.495871",\
|
|
"0.020654, 0.026274, 0.048470, 0.131365, 0.495871");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[36]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "2.270731, 2.282556, 2.316635, 2.457724, 3.041297",\
|
|
"2.363274, 2.375098, 2.409178, 2.550267, 3.133839",\
|
|
"2.432969, 2.444794, 2.478873, 2.619962, 3.203535",\
|
|
"2.519954, 2.531778, 2.565857, 2.706946, 3.290519",\
|
|
"2.874121, 2.885945, 2.920025, 3.061114, 3.644686");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022987, 0.034021, 0.074784, 0.270353, 1.103722",\
|
|
"0.022987, 0.034021, 0.074784, 0.270353, 1.103722",\
|
|
"0.022987, 0.034021, 0.074784, 0.270353, 1.103722",\
|
|
"0.022987, 0.034021, 0.074784, 0.270353, 1.103722",\
|
|
"0.022987, 0.034021, 0.074784, 0.270353, 1.103722");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "2.447792, 2.456891, 2.479044, 2.547904, 2.794863",\
|
|
"2.540335, 2.549434, 2.571587, 2.640446, 2.887406",\
|
|
"2.610030, 2.619129, 2.641282, 2.710141, 2.957101",\
|
|
"2.697014, 2.706114, 2.728267, 2.797126, 3.044086",\
|
|
"3.051182, 3.060281, 3.082434, 3.151293, 3.398253");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020654, 0.026274, 0.044650, 0.120465, 0.454045",\
|
|
"0.020654, 0.026274, 0.044650, 0.120465, 0.454045",\
|
|
"0.020654, 0.026274, 0.044650, 0.120465, 0.454045",\
|
|
"0.020654, 0.026274, 0.044650, 0.120465, 0.454045",\
|
|
"0.020654, 0.026274, 0.044650, 0.120465, 0.454045");
|
|
}
|
|
|
|
} /* 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.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.601194, 0.613016, 0.649175, 0.792852, 1.392562",\
|
|
"0.665365, 0.677187, 0.713347, 0.857023, 1.438204",\
|
|
"0.711927, 0.723749, 0.759908, 0.903585, 1.438204",\
|
|
"0.741745, 0.753567, 0.789727, 0.933403, 1.438204",\
|
|
"0.741745, 0.753567, 0.789727, 0.933403, 1.438204");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022973, 0.034009, 0.078579, 0.284361, 1.164525",\
|
|
"0.022973, 0.034009, 0.078579, 0.284361, 1.164525",\
|
|
"0.022974, 0.034009, 0.078579, 0.284361, 1.164526",\
|
|
"0.022975, 0.034010, 0.078579, 0.284361, 1.164526",\
|
|
"0.022978, 0.034013, 0.078581, 0.284360, 1.164526");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.710802, 0.719901, 0.744143, 0.815863, 1.078271",\
|
|
"0.811309, 0.820408, 0.844650, 0.916370, 1.178778",\
|
|
"0.961895, 0.970994, 0.995236, 1.066956, 1.329363",\
|
|
"1.242355, 1.251454, 1.275696, 1.347416, 1.609824",\
|
|
"1.782713, 1.791812, 1.816054, 1.887773, 2.150181");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020655, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020655, 0.026275, 0.048471, 0.131365, 0.495872");
|
|
}
|
|
|
|
} /* 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.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.596699, 0.608519, 0.642593, 0.783678, 1.367264",\
|
|
"0.642277, 0.654097, 0.688170, 0.829255, 1.412842",\
|
|
"0.642277, 0.654097, 0.688170, 0.829255, 1.412842",\
|
|
"0.642277, 0.654097, 0.688170, 0.829255, 1.412842",\
|
|
"0.642277, 0.654097, 0.688170, 0.829255, 1.412842");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022961, 0.033999, 0.074770, 0.270357, 1.103718",\
|
|
"0.022961, 0.033999, 0.074770, 0.270357, 1.103718",\
|
|
"0.022960, 0.033998, 0.074769, 0.270357, 1.103718",\
|
|
"0.022960, 0.033997, 0.074769, 0.270357, 1.103718",\
|
|
"0.022960, 0.033997, 0.074769, 0.270357, 1.103718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.705204, 0.714302, 0.736453, 0.805305, 1.052278",\
|
|
"0.805711, 0.814809, 0.836960, 0.905812, 1.152785",\
|
|
"0.956429, 0.965527, 0.987678, 1.056530, 1.303503",\
|
|
"1.237886, 1.246983, 1.269134, 1.337987, 1.584960",\
|
|
"1.778203, 1.787301, 1.809452, 1.878304, 2.125278");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454045");
|
|
}
|
|
|
|
} /* 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.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.750767, 0.759867, 0.784109, 0.855828, 1.118236",\
|
|
"0.814939, 0.824038, 0.848280, 0.920000, 1.156917",\
|
|
"0.860973, 0.870072, 0.894314, 0.966034, 1.156917",\
|
|
"0.889252, 0.898351, 0.922593, 0.994313, 1.156917",\
|
|
"0.889252, 0.898351, 0.922593, 0.994313, 1.156917");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020656, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020655, 0.026275, 0.048472, 0.131365, 0.495872",\
|
|
"0.020655, 0.026275, 0.048471, 0.131365, 0.495872");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.593886, 0.605708, 0.641868, 0.785544, 1.385254",\
|
|
"0.694393, 0.706216, 0.742375, 0.886051, 1.485761",\
|
|
"0.845830, 0.857652, 0.893812, 1.037488, 1.637198",\
|
|
"1.126392, 1.138214, 1.174374, 1.318051, 1.917760",\
|
|
"1.665936, 1.677759, 1.713919, 1.857596, 2.457304");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022973, 0.034009, 0.078579, 0.284361, 1.164525",\
|
|
"0.022973, 0.034009, 0.078579, 0.284361, 1.164525",\
|
|
"0.022974, 0.034009, 0.078579, 0.284361, 1.164526",\
|
|
"0.022975, 0.034010, 0.078579, 0.284361, 1.164526",\
|
|
"0.022978, 0.034013, 0.078581, 0.284360, 1.164526");
|
|
}
|
|
|
|
} /* 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.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.746308, 0.755406, 0.777556, 0.846409, 1.093382",\
|
|
"0.784939, 0.794037, 0.816188, 0.885040, 1.132014",\
|
|
"0.784939, 0.794037, 0.816188, 0.885040, 1.132014",\
|
|
"0.784939, 0.794037, 0.816188, 0.885040, 1.132014",\
|
|
"0.784939, 0.794037, 0.816188, 0.885040, 1.132014");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454045");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.588019, 0.599839, 0.633912, 0.774998, 1.358584",\
|
|
"0.688526, 0.700346, 0.734419, 0.875505, 1.459091",\
|
|
"0.840112, 0.851931, 0.886005, 1.027090, 1.610677",\
|
|
"1.121864, 1.133683, 1.167757, 1.308842, 1.892429",\
|
|
"1.661377, 1.673197, 1.707271, 1.848356, 2.431942");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.022961, 0.033999, 0.074770, 0.270357, 1.103718",\
|
|
"0.022961, 0.033999, 0.074770, 0.270357, 1.103718",\
|
|
"0.022960, 0.033998, 0.074769, 0.270357, 1.103718",\
|
|
"0.022960, 0.033997, 0.074769, 0.270357, 1.103718",\
|
|
"0.022960, 0.033997, 0.074769, 0.270357, 1.103718");
|
|
}
|
|
|
|
} /* end of arc qspi_enabled_mgmt_gpio_out[36]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.581258, 0.593085, 0.629252, 0.772932, 1.372629",\
|
|
"0.672771, 0.684599, 0.720765, 0.864445, 1.464142",\
|
|
"0.731786, 0.743613, 0.779780, 0.923460, 1.523156",\
|
|
"0.802448, 0.814276, 0.850443, 0.994123, 1.593819",\
|
|
"1.093667, 1.105496, 1.141663, 1.285344, 1.885038");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.023004, 0.034036, 0.078596, 0.284357, 1.164530",\
|
|
"0.023005, 0.034036, 0.078596, 0.284357, 1.164530",\
|
|
"0.023005, 0.034037, 0.078596, 0.284357, 1.164530",\
|
|
"0.023006, 0.034037, 0.078596, 0.284357, 1.164531",\
|
|
"0.023010, 0.034041, 0.078599, 0.284357, 1.164531");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.663232, 0.672330, 0.696569, 0.768282, 1.030701",\
|
|
"0.792185, 0.801283, 0.825523, 0.897236, 1.159654",\
|
|
"0.918815, 0.927913, 0.952153, 1.023865, 1.286284",\
|
|
"1.118785, 1.127883, 1.152122, 1.223835, 1.486254",\
|
|
"1.944698, 1.953796, 1.978036, 2.049748, 2.312167");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020627, 0.026249, 0.048450, 0.131363, 0.495870",\
|
|
"0.020627, 0.026249, 0.048450, 0.131363, 0.495870",\
|
|
"0.020627, 0.026249, 0.048450, 0.131363, 0.495870",\
|
|
"0.020626, 0.026248, 0.048450, 0.131363, 0.495869",\
|
|
"0.020625, 0.026247, 0.048449, 0.131363, 0.495869");
|
|
}
|
|
|
|
} /* end of arc spimemio_flash_io2_do_mgmt_gpio_out[36]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spimemio_flash_io2_do" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.576895, 0.588723, 0.622806, 0.763897, 1.347461",\
|
|
"0.668409, 0.680236, 0.714319, 0.855411, 1.438975",\
|
|
"0.727423, 0.739251, 0.773334, 0.914425, 1.497989",\
|
|
"0.798086, 0.809914, 0.843997, 0.985089, 1.568652",\
|
|
"1.089304, 1.101133, 1.135217, 1.276310, 1.859871");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.023004, 0.034036, 0.074793, 0.270350, 1.103725",\
|
|
"0.023005, 0.034036, 0.074794, 0.270350, 1.103725",\
|
|
"0.023005, 0.034037, 0.074794, 0.270350, 1.103725",\
|
|
"0.023006, 0.034037, 0.074794, 0.270350, 1.103725",\
|
|
"0.023010, 0.034041, 0.074796, 0.270350, 1.103726");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.660462, 0.669560, 0.691711, 0.760563, 1.007536",\
|
|
"0.789415, 0.798513, 0.820664, 0.889517, 1.136490",\
|
|
"0.916045, 0.925143, 0.947294, 1.016146, 1.263119",\
|
|
"1.116015, 1.125113, 1.147264, 1.216116, 1.463089",\
|
|
"1.941928, 1.951026, 1.973177, 2.042029, 2.289003");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002839, 0.013612, 0.052839, 0.234918, 1.000000");
|
|
values ( "0.020627, 0.026249, 0.044630, 0.120464, 0.454045",\
|
|
"0.020627, 0.026249, 0.044630, 0.120464, 0.454044",\
|
|
"0.020627, 0.026249, 0.044630, 0.120464, 0.454044",\
|
|
"0.020626, 0.026248, 0.044629, 0.120464, 0.454044",\
|
|
"0.020625, 0.026247, 0.044628, 0.120464, 0.454044");
|
|
}
|
|
|
|
} /* 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.002696 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "2.724041, 2.736430, 2.773164, 2.917017, 3.515713",\
|
|
"2.833774, 2.846163, 2.882897, 3.026750, 3.625446",\
|
|
"2.925724, 2.938113, 2.974848, 3.118700, 3.717396",\
|
|
"3.066027, 3.078416, 3.115151, 3.259003, 3.857700",\
|
|
"3.637807, 3.650196, 3.686931, 3.830783, 4.429479");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025504, 0.036235, 0.079862, 0.283858, 1.163421",\
|
|
"0.025504, 0.036235, 0.079862, 0.283858, 1.163421",\
|
|
"0.025504, 0.036235, 0.079862, 0.283858, 1.163421",\
|
|
"0.025504, 0.036235, 0.079862, 0.283858, 1.163421",\
|
|
"0.025504, 0.036235, 0.079862, 0.283858, 1.163421");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "2.862650, 2.871813, 2.896089, 2.967885, 3.229983",\
|
|
"2.972383, 2.981546, 3.005822, 3.077618, 3.339716",\
|
|
"3.064334, 3.073497, 3.097772, 3.169568, 3.431666",\
|
|
"3.204638, 3.213800, 3.238075, 3.309871, 3.571970",\
|
|
"3.776417, 3.785580, 3.809855, 3.881651, 4.143750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "2.524652, 2.537042, 2.571736, 2.713094, 3.295749",\
|
|
"2.617195, 2.629584, 2.664278, 2.805636, 3.388292",\
|
|
"2.686890, 2.699279, 2.733974, 2.875332, 3.457987",\
|
|
"2.773875, 2.786264, 2.820958, 2.962316, 3.544971",\
|
|
"3.128042, 3.140430, 3.175125, 3.316483, 3.899138");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025504, 0.036235, 0.076111, 0.270032, 1.103487",\
|
|
"0.025504, 0.036235, 0.076111, 0.270032, 1.103487",\
|
|
"0.025504, 0.036235, 0.076111, 0.270032, 1.103487",\
|
|
"0.025504, 0.036235, 0.076111, 0.270032, 1.103487",\
|
|
"0.025504, 0.036235, 0.076111, 0.270032, 1.103487");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "2.691563, 2.700724, 2.722952, 2.791924, 3.038724",\
|
|
"2.784105, 2.793267, 2.815494, 2.884466, 3.131266",\
|
|
"2.853801, 2.862962, 2.885190, 2.954162, 3.200962",\
|
|
"2.940785, 2.949947, 2.972174, 3.041146, 3.287946",\
|
|
"3.294952, 3.304113, 3.326341, 3.395313, 3.642113");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.020997, 0.026600, 0.044911, 0.120418, 0.454054",\
|
|
"0.020997, 0.026600, 0.044911, 0.120418, 0.454054",\
|
|
"0.020997, 0.026600, 0.044911, 0.120418, 0.454054",\
|
|
"0.020997, 0.026600, 0.044911, 0.120418, 0.454054",\
|
|
"0.020997, 0.026600, 0.044911, 0.120418, 0.454054");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[35]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.685320, 0.697705, 0.734436, 0.878288, 1.476987",\
|
|
"0.776429, 0.788815, 0.825545, 0.969398, 1.568096",\
|
|
"0.835012, 0.847397, 0.884128, 1.027980, 1.626679",\
|
|
"0.900418, 0.912803, 0.949534, 1.093386, 1.692085",\
|
|
"1.169973, 1.182359, 1.219090, 1.362942, 1.961641");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025488, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025489, 0.036222, 0.079854, 0.283856, 1.163430");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.809702, 0.818865, 0.843140, 0.914936, 1.177034",\
|
|
"0.938827, 0.947990, 0.972265, 1.044061, 1.306159",\
|
|
"1.077209, 1.086371, 1.110647, 1.182443, 1.444541",\
|
|
"1.297698, 1.306861, 1.331136, 1.402933, 1.665030",\
|
|
"2.206990, 2.216153, 2.240429, 2.312226, 2.574322");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.021013, 0.026614, 0.048693, 0.131167, 0.495180",\
|
|
"0.021013, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021015, 0.026616, 0.048694, 0.131167, 0.495181",\
|
|
"0.021020, 0.026621, 0.048698, 0.131167, 0.495181");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.636167, 0.648551, 0.683241, 0.824598, 1.407257",\
|
|
"0.727275, 0.739659, 0.774349, 0.915707, 1.498365",\
|
|
"0.785853, 0.798237, 0.832926, 0.974284, 1.556943",\
|
|
"0.851248, 0.863632, 0.898321, 1.039679, 1.622338",\
|
|
"1.120767, 1.133149, 1.167837, 1.309194, 1.891854");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025473, 0.036208, 0.076093, 0.270029, 1.103498",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103498",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103499",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103500",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103504");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.789320, 0.798481, 0.820708, 0.889679, 1.136481",\
|
|
"0.918446, 0.927607, 0.949834, 1.018806, 1.265607",\
|
|
"1.056803, 1.065964, 1.088191, 1.157162, 1.403964",\
|
|
"1.277242, 1.286403, 1.308630, 1.377602, 1.624403",\
|
|
"2.186318, 2.195479, 2.217706, 2.286679, 2.533479");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.020994, 0.026597, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026597, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026598, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026598, 0.044909, 0.120418, 0.454054",\
|
|
"0.020997, 0.026599, 0.044911, 0.120418, 0.454054");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.864980, 0.874142, 0.898418, 0.970214, 1.232312",\
|
|
"0.955883, 0.965046, 0.989321, 1.061117, 1.323215",\
|
|
"1.014178, 1.023341, 1.047616, 1.119412, 1.381510",\
|
|
"1.078810, 1.087973, 1.112248, 1.184044, 1.446142",\
|
|
"1.345185, 1.354348, 1.378624, 1.450422, 1.712517");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.021013, 0.026614, 0.048693, 0.131167, 0.495180",\
|
|
"0.021013, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021014, 0.026615, 0.048693, 0.131167, 0.495180",\
|
|
"0.021015, 0.026616, 0.048694, 0.131167, 0.495181",\
|
|
"0.021020, 0.026621, 0.048698, 0.131167, 0.495181");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.749833, 0.762218, 0.798948, 0.942801, 1.541499",\
|
|
"0.879007, 0.891392, 0.928122, 1.071975, 1.670673",\
|
|
"1.017772, 1.030158, 1.066888, 1.210741, 1.809439",\
|
|
"1.239085, 1.251470, 1.288201, 1.432053, 2.030752",\
|
|
"2.148433, 2.160819, 2.197550, 2.341402, 2.940101");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025487, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025488, 0.036220, 0.079853, 0.283856, 1.163430",\
|
|
"0.025489, 0.036222, 0.079854, 0.283856, 1.163430");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.844597, 0.853759, 0.875986, 0.944957, 1.191759",\
|
|
"0.935502, 0.944664, 0.966891, 1.035862, 1.282664",\
|
|
"0.993772, 1.002933, 1.025160, 1.094132, 1.340933",\
|
|
"1.058354, 1.067515, 1.089742, 1.158714, 1.405515",\
|
|
"1.324513, 1.333675, 1.355902, 1.424874, 1.671674");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.020994, 0.026597, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026597, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026598, 0.044909, 0.120418, 0.454054",\
|
|
"0.020995, 0.026598, 0.044909, 0.120418, 0.454054",\
|
|
"0.020997, 0.026599, 0.044911, 0.120418, 0.454054");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.700679, 0.713064, 0.747753, 0.889111, 1.471769",\
|
|
"0.829852, 0.842237, 0.876926, 1.018284, 1.600942",\
|
|
"0.968613, 0.980998, 1.015687, 1.157045, 1.739703",\
|
|
"1.189916, 1.202299, 1.236988, 1.378346, 1.961005",\
|
|
"2.099227, 2.111609, 2.146297, 2.287654, 2.870314");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025473, 0.036208, 0.076093, 0.270029, 1.103498",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103498",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103499",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103500",\
|
|
"0.025473, 0.036208, 0.076093, 0.270029, 1.103504");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[35]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.688856, 0.701248, 0.737986, 0.881838, 1.480532",\
|
|
"0.775047, 0.787439, 0.824177, 0.968029, 1.566723",\
|
|
"0.832535, 0.844927, 0.881665, 1.025518, 1.624211",\
|
|
"0.902252, 0.914645, 0.951383, 1.095235, 1.693929",\
|
|
"1.189575, 1.201968, 1.238706, 1.382559, 1.981252");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025517, 0.036247, 0.079870, 0.283860, 1.163413",\
|
|
"0.025517, 0.036247, 0.079870, 0.283860, 1.163413",\
|
|
"0.025517, 0.036248, 0.079870, 0.283860, 1.163413",\
|
|
"0.025518, 0.036248, 0.079870, 0.283860, 1.163413",\
|
|
"0.025520, 0.036250, 0.079871, 0.283860, 1.163413");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.784242, 0.793404, 0.817679, 0.889474, 1.151574",\
|
|
"0.901179, 0.910341, 0.934617, 1.006412, 1.268511",\
|
|
"1.003045, 1.012207, 1.036483, 1.108278, 1.370377",\
|
|
"1.161055, 1.170218, 1.194493, 1.266288, 1.528387",\
|
|
"1.812325, 1.821487, 1.845762, 1.917557, 2.179657");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.021010, 0.026612, 0.048691, 0.131167, 0.495180",\
|
|
"0.021010, 0.026612, 0.048691, 0.131167, 0.495180",\
|
|
"0.021010, 0.026612, 0.048691, 0.131167, 0.495180",\
|
|
"0.021010, 0.026611, 0.048690, 0.131167, 0.495180",\
|
|
"0.021008, 0.026610, 0.048689, 0.131167, 0.495180");
|
|
}
|
|
|
|
} /* end of arc spi_sdo_mgmt_gpio_out[35]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sdo" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.639713, 0.652105, 0.686802, 0.828161, 1.410814",\
|
|
"0.725904, 0.738296, 0.772993, 0.914352, 1.497005",\
|
|
"0.783392, 0.795784, 0.830481, 0.971840, 1.554493",\
|
|
"0.853109, 0.865502, 0.900199, 1.041558, 1.624211",\
|
|
"1.140432, 1.152825, 1.187523, 1.328882, 1.911534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.025517, 0.036247, 0.076118, 0.270034, 1.103478",\
|
|
"0.025517, 0.036247, 0.076118, 0.270034, 1.103478",\
|
|
"0.025517, 0.036248, 0.076118, 0.270034, 1.103478",\
|
|
"0.025518, 0.036248, 0.076119, 0.270034, 1.103478",\
|
|
"0.025520, 0.036250, 0.076120, 0.270034, 1.103478");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.763995, 0.773156, 0.795383, 0.864354, 1.111156",\
|
|
"0.880933, 0.890094, 0.912321, 0.981292, 1.228094",\
|
|
"0.982799, 0.991960, 1.014187, 1.083158, 1.329960",\
|
|
"1.140809, 1.149970, 1.172197, 1.241168, 1.487970",\
|
|
"1.792076, 1.801238, 1.823464, 1.892435, 2.139238");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002696, 0.013468, 0.052696, 0.234775, 1.000000");
|
|
values ( "0.020992, 0.026595, 0.044907, 0.120417, 0.454053",\
|
|
"0.020992, 0.026595, 0.044907, 0.120417, 0.454053",\
|
|
"0.020992, 0.026595, 0.044907, 0.120417, 0.454054",\
|
|
"0.020992, 0.026595, 0.044907, 0.120417, 0.454054",\
|
|
"0.020992, 0.026595, 0.044907, 0.120417, 0.454054");
|
|
}
|
|
|
|
} /* 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.003642 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "2.469348, 2.479813, 2.516022, 2.659769, 3.258704",\
|
|
"2.579081, 2.589546, 2.625756, 2.769502, 3.368437",\
|
|
"2.671031, 2.681496, 2.717706, 2.861452, 3.460387",\
|
|
"2.811335, 2.821800, 2.858009, 3.001756, 3.600691",\
|
|
"3.383115, 3.393579, 3.429789, 3.573535, 4.172470");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.024202, 0.035161, 0.079660, 0.285211, 1.164682",\
|
|
"0.024202, 0.035161, 0.079660, 0.285211, 1.164682",\
|
|
"0.024202, 0.035161, 0.079660, 0.285211, 1.164682",\
|
|
"0.024202, 0.035161, 0.079660, 0.285211, 1.164682",\
|
|
"0.024202, 0.035161, 0.079660, 0.285211, 1.164682");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "2.489440, 2.497573, 2.521602, 2.593392, 2.855515",\
|
|
"2.599174, 2.607307, 2.631335, 2.703125, 2.965248",\
|
|
"2.691124, 2.699257, 2.723286, 2.795075, 3.057198",\
|
|
"2.831428, 2.839561, 2.863589, 2.935379, 3.197502",\
|
|
"3.403207, 3.411340, 3.435369, 3.507159, 3.769281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.021115, 0.026646, 0.048815, 0.131743, 0.495961",\
|
|
"0.021115, 0.026646, 0.048815, 0.131743, 0.495961",\
|
|
"0.021115, 0.026646, 0.048815, 0.131743, 0.495961",\
|
|
"0.021115, 0.026646, 0.048815, 0.131743, 0.495961",\
|
|
"0.021115, 0.026646, 0.048815, 0.131743, 0.495961");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[34]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "2.228184, 2.239873, 2.273935, 2.415066, 2.997837",\
|
|
"2.320727, 2.332416, 2.366477, 2.507609, 3.090380",\
|
|
"2.390422, 2.402111, 2.436173, 2.577304, 3.160075",\
|
|
"2.477407, 2.489095, 2.523157, 2.664289, 3.247060",\
|
|
"2.831574, 2.843263, 2.877324, 3.018456, 3.601227");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.024202, 0.035161, 0.075854, 0.271171, 1.103783",\
|
|
"0.024202, 0.035161, 0.075854, 0.271171, 1.103783",\
|
|
"0.024202, 0.035161, 0.075854, 0.271171, 1.103783",\
|
|
"0.024202, 0.035161, 0.075854, 0.271171, 1.103783",\
|
|
"0.024202, 0.035161, 0.075854, 0.271171, 1.103783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "2.281908, 2.290763, 2.312735, 2.381552, 2.628248",\
|
|
"2.374450, 2.383305, 2.405277, 2.474095, 2.720791",\
|
|
"2.444145, 2.453001, 2.474972, 2.543790, 2.790486",\
|
|
"2.531130, 2.539985, 2.561957, 2.630774, 2.877470",\
|
|
"2.885297, 2.894152, 2.916124, 2.984942, 3.231637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003642, 0.014414, 0.053642, 0.235721, 1.000000");
|
|
values ( "0.021115, 0.026646, 0.044990, 0.120816, 0.454045",\
|
|
"0.021115, 0.026646, 0.044990, 0.120816, 0.454045",\
|
|
"0.021115, 0.026646, 0.044990, 0.120816, 0.454045",\
|
|
"0.021115, 0.026646, 0.044990, 0.120816, 0.454045",\
|
|
"0.021115, 0.026646, 0.044990, 0.120816, 0.454045");
|
|
}
|
|
|
|
} /* 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.002663 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "2.655888, 2.668026, 2.704506, 2.848323, 3.447345",\
|
|
"2.765621, 2.777759, 2.814239, 2.958056, 3.557078",\
|
|
"2.857571, 2.869709, 2.906189, 3.050006, 3.649028",\
|
|
"2.997874, 3.010013, 3.046493, 3.190310, 3.789331",\
|
|
"3.569654, 3.581793, 3.618273, 3.762089, 4.361111");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024314, 0.035159, 0.079183, 0.283781, 1.164038",\
|
|
"0.024314, 0.035159, 0.079183, 0.283781, 1.164038",\
|
|
"0.024314, 0.035159, 0.079183, 0.283781, 1.164038",\
|
|
"0.024314, 0.035159, 0.079183, 0.283781, 1.164038",\
|
|
"0.024314, 0.035159, 0.079183, 0.283781, 1.164038");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "2.810487, 2.819652, 2.843924, 2.915690, 3.177893",\
|
|
"2.920220, 2.929385, 2.953657, 3.025423, 3.287626",\
|
|
"3.012170, 3.021335, 3.045607, 3.117373, 3.379576",\
|
|
"3.152474, 3.161638, 3.185910, 3.257677, 3.519879",\
|
|
"3.724253, 3.733418, 3.757690, 3.829456, 4.091659");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020841, 0.026458, 0.048571, 0.131168, 0.495289",\
|
|
"0.020841, 0.026458, 0.048571, 0.131168, 0.495289",\
|
|
"0.020841, 0.026458, 0.048571, 0.131168, 0.495289",\
|
|
"0.020841, 0.026458, 0.048571, 0.131168, 0.495289",\
|
|
"0.020841, 0.026458, 0.048571, 0.131168, 0.495289");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "2.498169, 2.510308, 2.544744, 2.686046, 3.269001",\
|
|
"2.590712, 2.602850, 2.637287, 2.778588, 3.361543",\
|
|
"2.660407, 2.672546, 2.706982, 2.848284, 3.431239",\
|
|
"2.747391, 2.759530, 2.793967, 2.935268, 3.518223",\
|
|
"3.101558, 3.113697, 3.148133, 3.289435, 3.872390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024314, 0.035159, 0.075423, 0.269931, 1.103963",\
|
|
"0.024314, 0.035159, 0.075423, 0.269931, 1.103963",\
|
|
"0.024314, 0.035159, 0.075423, 0.269931, 1.103963",\
|
|
"0.024314, 0.035159, 0.075423, 0.269931, 1.103963",\
|
|
"0.024314, 0.035159, 0.075423, 0.269931, 1.103963");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "2.660434, 2.669599, 2.691821, 2.760761, 3.007639",\
|
|
"2.752977, 2.762141, 2.784363, 2.853303, 3.100181",\
|
|
"2.822672, 2.831837, 2.854059, 2.922998, 3.169877",\
|
|
"2.909657, 2.918821, 2.941043, 3.009983, 3.256861",\
|
|
"3.263823, 3.272988, 3.295210, 3.364149, 3.611027");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[33]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.638062, 0.650203, 0.686686, 0.830504, 1.429520",\
|
|
"0.724285, 0.736426, 0.772909, 0.916727, 1.515743",\
|
|
"0.781699, 0.793840, 0.830323, 0.974141, 1.573157",\
|
|
"0.851379, 0.863521, 0.900004, 1.043822, 1.642838",\
|
|
"1.138550, 1.150692, 1.187175, 1.330994, 1.930008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024328, 0.035171, 0.079190, 0.283779, 1.164040",\
|
|
"0.024328, 0.035171, 0.079190, 0.283779, 1.164040",\
|
|
"0.024328, 0.035171, 0.079190, 0.283779, 1.164040",\
|
|
"0.024328, 0.035171, 0.079190, 0.283779, 1.164040",\
|
|
"0.024330, 0.035173, 0.079192, 0.283779, 1.164040");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.747027, 0.756192, 0.780464, 0.852229, 1.114433",\
|
|
"0.864015, 0.873180, 0.897451, 0.969217, 1.231421",\
|
|
"0.965994, 0.975158, 0.999430, 1.071195, 1.333399",\
|
|
"1.124158, 1.133323, 1.157594, 1.229360, 1.491564",\
|
|
"1.776091, 1.785255, 1.809527, 1.881292, 2.143497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020837, 0.026455, 0.048568, 0.131168, 0.495288",\
|
|
"0.020837, 0.026455, 0.048568, 0.131168, 0.495288",\
|
|
"0.020837, 0.026455, 0.048568, 0.131168, 0.495288",\
|
|
"0.020836, 0.026454, 0.048568, 0.131168, 0.495288",\
|
|
"0.020835, 0.026453, 0.048566, 0.131168, 0.495288");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_csb" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.631769, 0.643910, 0.678349, 0.819653, 1.402601",\
|
|
"0.717992, 0.730133, 0.764572, 0.905876, 1.488824",\
|
|
"0.775406, 0.787547, 0.821986, 0.963290, 1.546238",\
|
|
"0.845086, 0.857228, 0.891667, 1.032971, 1.615919",\
|
|
"1.132257, 1.144398, 1.178838, 1.320142, 1.903089");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024328, 0.035171, 0.075430, 0.269929, 1.103965",\
|
|
"0.024328, 0.035171, 0.075430, 0.269929, 1.103965",\
|
|
"0.024328, 0.035171, 0.075430, 0.269929, 1.103965",\
|
|
"0.024328, 0.035171, 0.075431, 0.269929, 1.103965",\
|
|
"0.024330, 0.035173, 0.075432, 0.269929, 1.103966");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.746363, 0.755528, 0.777749, 0.846688, 1.093568",\
|
|
"0.863351, 0.872515, 0.894737, 0.963676, 1.210556",\
|
|
"0.965329, 0.974494, 0.996715, 1.065654, 1.312534",\
|
|
"1.123494, 1.132659, 1.154880, 1.223819, 1.470699",\
|
|
"1.775427, 1.784591, 1.806812, 1.875751, 2.122631");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020837, 0.026455, 0.044790, 0.120398, 0.454051",\
|
|
"0.020837, 0.026455, 0.044790, 0.120398, 0.454051",\
|
|
"0.020837, 0.026455, 0.044790, 0.120398, 0.454051",\
|
|
"0.020836, 0.026454, 0.044790, 0.120398, 0.454051",\
|
|
"0.020835, 0.026453, 0.044788, 0.120398, 0.454051");
|
|
}
|
|
|
|
} /* end of arc spi_csb_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.629483, 0.641618, 0.678093, 0.821907, 1.420938",\
|
|
"0.720593, 0.732727, 0.769202, 0.913017, 1.512047",\
|
|
"0.779175, 0.791310, 0.827785, 0.971600, 1.570630",\
|
|
"0.844582, 0.856717, 0.893192, 1.037007, 1.636037",\
|
|
"1.114584, 1.126727, 1.163211, 1.307030, 1.906043");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024292, 0.035140, 0.079170, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024335, 0.035177, 0.079194, 0.283784, 1.164041");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.768931, 0.778096, 0.802368, 0.874135, 1.136337",\
|
|
"0.898058, 0.907223, 0.931495, 1.003262, 1.265464",\
|
|
"1.036415, 1.045580, 1.069852, 1.141619, 1.403821",\
|
|
"1.256702, 1.265867, 1.290139, 1.361906, 1.624108",\
|
|
"2.167660, 2.176826, 2.201099, 2.272868, 2.535066");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020843, 0.026460, 0.048572, 0.131168, 0.495289",\
|
|
"0.020843, 0.026460, 0.048573, 0.131168, 0.495289",\
|
|
"0.020843, 0.026460, 0.048573, 0.131168, 0.495289",\
|
|
"0.020843, 0.026461, 0.048573, 0.131169, 0.495289",\
|
|
"0.020853, 0.026469, 0.048580, 0.131169, 0.495289");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.623179, 0.635313, 0.669744, 0.811043, 1.394010",\
|
|
"0.714285, 0.726420, 0.760851, 0.902150, 1.485116",\
|
|
"0.772853, 0.784987, 0.819418, 0.960716, 1.543684",\
|
|
"0.838227, 0.850361, 0.884791, 1.026089, 1.609058",\
|
|
"1.107849, 1.119984, 1.154416, 1.295715, 1.878680");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024294, 0.035141, 0.075412, 0.269934, 1.103960");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.768157, 0.777322, 0.799544, 0.868483, 1.115362",\
|
|
"0.897283, 0.906447, 0.928669, 0.997609, 1.244487",\
|
|
"1.035666, 1.044831, 1.067053, 1.135992, 1.382870",\
|
|
"1.256003, 1.265168, 1.287390, 1.356330, 1.603207",\
|
|
"2.166547, 2.175712, 2.197934, 2.266875, 2.513750");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020840, 0.026457, 0.044792, 0.120398, 0.454051",\
|
|
"0.020840, 0.026457, 0.044792, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020842, 0.026459, 0.044794, 0.120398, 0.454051",\
|
|
"0.020845, 0.026462, 0.044796, 0.120398, 0.454051");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.825646, 0.834811, 0.859083, 0.930849, 1.193051",\
|
|
"0.916550, 0.925715, 0.949987, 1.021754, 1.283956",\
|
|
"0.974819, 0.983983, 1.008255, 1.080022, 1.342224",\
|
|
"1.039398, 1.048563, 1.072835, 1.144602, 1.406804",\
|
|
"1.305997, 1.315163, 1.339435, 1.411204, 1.673403");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020843, 0.026460, 0.048572, 0.131168, 0.495289",\
|
|
"0.020843, 0.026460, 0.048573, 0.131168, 0.495289",\
|
|
"0.020843, 0.026460, 0.048573, 0.131168, 0.495289",\
|
|
"0.020843, 0.026461, 0.048573, 0.131169, 0.495289",\
|
|
"0.020853, 0.026469, 0.048580, 0.131169, 0.495289");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.693915, 0.706050, 0.742525, 0.886339, 1.485370",\
|
|
"0.823090, 0.835225, 0.871700, 1.015514, 1.614545",\
|
|
"0.961858, 0.973993, 1.010468, 1.154282, 1.753313",\
|
|
"1.183008, 1.195143, 1.231618, 1.375433, 1.974463",\
|
|
"2.096136, 2.108278, 2.144762, 2.288581, 2.887594");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024292, 0.035140, 0.079170, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024292, 0.035140, 0.079171, 0.283784, 1.164034",\
|
|
"0.024335, 0.035177, 0.079194, 0.283784, 1.164041");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[33]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.824872, 0.834036, 0.856258, 0.925198, 1.172076",\
|
|
"0.915774, 0.924939, 0.947161, 1.016100, 1.262979",\
|
|
"0.974069, 0.983234, 1.005456, 1.074395, 1.321274",\
|
|
"1.038699, 1.047864, 1.070086, 1.139025, 1.385903",\
|
|
"1.304883, 1.314048, 1.336270, 1.405211, 1.652087");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.020840, 0.026457, 0.044792, 0.120398, 0.454051",\
|
|
"0.020840, 0.026457, 0.044792, 0.120398, 0.454051",\
|
|
"0.020841, 0.026458, 0.044793, 0.120398, 0.454051",\
|
|
"0.020842, 0.026459, 0.044794, 0.120398, 0.454051",\
|
|
"0.020845, 0.026462, 0.044796, 0.120398, 0.454051");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.687611, 0.699745, 0.734177, 0.875475, 1.458441",\
|
|
"0.816783, 0.828917, 0.863348, 1.004647, 1.587614",\
|
|
"0.955536, 0.967670, 1.002101, 1.143399, 1.726367",\
|
|
"1.176653, 1.188787, 1.223217, 1.364515, 1.947484",\
|
|
"2.089400, 2.101535, 2.135967, 2.277266, 2.860231");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002663, 0.013436, 0.052663, 0.234742, 1.000000");
|
|
values ( "0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024291, 0.035135, 0.075408, 0.269934, 1.103959",\
|
|
"0.024294, 0.035141, 0.075412, 0.269934, 1.103960");
|
|
}
|
|
|
|
} /* 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.002775 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "2.697920, 2.710151, 2.746746, 2.890590, 3.489322",\
|
|
"2.807654, 2.819884, 2.856480, 3.000323, 3.599055",\
|
|
"2.899604, 2.911834, 2.948430, 3.092273, 3.691005",\
|
|
"3.039907, 3.052137, 3.088733, 3.232577, 3.831308",\
|
|
"3.611687, 3.623917, 3.660513, 3.804356, 4.403088");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.025009, 0.035789, 0.079625, 0.283879, 1.163747",\
|
|
"0.025009, 0.035789, 0.079625, 0.283879, 1.163747",\
|
|
"0.025009, 0.035789, 0.079625, 0.283879, 1.163747",\
|
|
"0.025009, 0.035789, 0.079625, 0.283879, 1.163747",\
|
|
"0.025009, 0.035789, 0.079625, 0.283879, 1.163747");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "2.846513, 2.855650, 2.879910, 2.951700, 3.213773",\
|
|
"2.956246, 2.965383, 2.989643, 3.061434, 3.323506",\
|
|
"3.048196, 3.057334, 3.081593, 3.153384, 3.415456",\
|
|
"3.188500, 3.197637, 3.221896, 3.293687, 3.555760",\
|
|
"3.760279, 3.769417, 3.793676, 3.865467, 4.127539");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "2.503242, 2.515473, 2.550025, 2.691368, 3.274058",\
|
|
"2.595785, 2.608016, 2.642568, 2.783911, 3.366601",\
|
|
"2.665480, 2.677711, 2.712263, 2.853606, 3.436296",\
|
|
"2.752465, 2.764695, 2.799247, 2.940590, 3.523280",\
|
|
"3.106631, 3.118862, 3.153414, 3.294757, 3.877447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.025009, 0.035789, 0.075867, 0.270052, 1.103816",\
|
|
"0.025009, 0.035789, 0.075867, 0.270052, 1.103816",\
|
|
"0.025009, 0.035789, 0.075867, 0.270052, 1.103816",\
|
|
"0.025009, 0.035789, 0.075867, 0.270052, 1.103816",\
|
|
"0.025009, 0.035789, 0.075867, 0.270052, 1.103816");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "2.678920, 2.688058, 2.710267, 2.779235, 3.026009",\
|
|
"2.771463, 2.780600, 2.802809, 2.871778, 3.118551",\
|
|
"2.841158, 2.850295, 2.872505, 2.941473, 3.188246",\
|
|
"2.928143, 2.937280, 2.959489, 3.028458, 3.275231",\
|
|
"3.282309, 3.291446, 3.313656, 3.382624, 3.629397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021044, 0.026638, 0.044946, 0.120452, 0.454054",\
|
|
"0.021044, 0.026638, 0.044946, 0.120452, 0.454054",\
|
|
"0.021044, 0.026638, 0.044946, 0.120452, 0.454054",\
|
|
"0.021044, 0.026638, 0.044946, 0.120452, 0.454054",\
|
|
"0.021044, 0.026638, 0.044946, 0.120452, 0.454054");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[32]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.665883, 0.678109, 0.714700, 0.858543, 1.457278",\
|
|
"0.756992, 0.769218, 0.805809, 0.949652, 1.548388",\
|
|
"0.815575, 0.827800, 0.864391, 1.008235, 1.606970",\
|
|
"0.880980, 0.893206, 0.929796, 1.073640, 1.672375",\
|
|
"1.150533, 1.162759, 1.199350, 1.343194, 1.941929");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.024988, 0.035770, 0.079613, 0.283876, 1.163759",\
|
|
"0.024988, 0.035770, 0.079614, 0.283876, 1.163759",\
|
|
"0.024988, 0.035771, 0.079614, 0.283876, 1.163759",\
|
|
"0.024989, 0.035771, 0.079614, 0.283876, 1.163759",\
|
|
"0.024990, 0.035772, 0.079615, 0.283876, 1.163758");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.799311, 0.808449, 0.832708, 0.904499, 1.166571",\
|
|
"0.928437, 0.937574, 0.961833, 1.033624, 1.295697",\
|
|
"1.066822, 1.075960, 1.100219, 1.172010, 1.434083",\
|
|
"1.287166, 1.296304, 1.320563, 1.392354, 1.654426",\
|
|
"2.193547, 2.202685, 2.226944, 2.298736, 2.560807");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021045, 0.026639, 0.048722, 0.131204, 0.495180",\
|
|
"0.021046, 0.026640, 0.048723, 0.131204, 0.495180",\
|
|
"0.021046, 0.026640, 0.048723, 0.131204, 0.495180");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.620229, 0.632454, 0.667001, 0.808343, 1.391037",\
|
|
"0.711337, 0.723562, 0.758109, 0.899451, 1.482145",\
|
|
"0.769914, 0.782138, 0.816685, 0.958028, 1.540722",\
|
|
"0.835307, 0.847531, 0.882077, 1.023420, 1.606114",\
|
|
"1.104830, 1.117053, 1.151597, 1.292940, 1.875635");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.024986, 0.035769, 0.075854, 0.270050, 1.103829",\
|
|
"0.024986, 0.035768, 0.075854, 0.270050, 1.103829",\
|
|
"0.024985, 0.035767, 0.075854, 0.270050, 1.103830",\
|
|
"0.024982, 0.035765, 0.075852, 0.270049, 1.103831",\
|
|
"0.024976, 0.035760, 0.075849, 0.270049, 1.103834");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.780232, 0.789369, 0.811577, 0.880544, 1.127321",\
|
|
"0.909359, 0.918496, 0.940705, 1.009671, 1.256448",\
|
|
"1.047717, 1.056854, 1.079063, 1.148029, 1.394806",\
|
|
"1.268007, 1.277144, 1.299353, 1.368319, 1.615097",\
|
|
"2.174501, 2.183638, 2.205847, 2.274814, 2.521590");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021036, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021038, 0.026632, 0.044941, 0.120452, 0.454054");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.851796, 0.860933, 0.885193, 0.956984, 1.219056",\
|
|
"0.942700, 0.951837, 0.976097, 1.047887, 1.309960",\
|
|
"1.000998, 1.010135, 1.034395, 1.106186, 1.368258",\
|
|
"1.065635, 1.074773, 1.099032, 1.170823, 1.432895",\
|
|
"1.331691, 1.340829, 1.365088, 1.436879, 1.698951");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021044, 0.026638, 0.048722, 0.131203, 0.495180",\
|
|
"0.021045, 0.026639, 0.048722, 0.131204, 0.495180",\
|
|
"0.021046, 0.026640, 0.048723, 0.131204, 0.495180",\
|
|
"0.021046, 0.026640, 0.048723, 0.131204, 0.495180");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.730300, 0.742525, 0.779116, 0.922960, 1.521695",\
|
|
"0.859474, 0.871699, 0.908290, 1.052133, 1.650869",\
|
|
"0.998239, 1.010465, 1.047056, 1.190899, 1.789634",\
|
|
"1.219385, 1.231611, 1.268202, 1.412046, 2.010781",\
|
|
"2.128948, 2.141174, 2.177765, 2.321609, 2.920344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.024988, 0.035770, 0.079613, 0.283876, 1.163759",\
|
|
"0.024988, 0.035770, 0.079614, 0.283876, 1.163759",\
|
|
"0.024988, 0.035771, 0.079614, 0.283876, 1.163759",\
|
|
"0.024989, 0.035771, 0.079614, 0.283876, 1.163759",\
|
|
"0.024990, 0.035772, 0.079615, 0.283876, 1.163758");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.832717, 0.841854, 0.864062, 0.933028, 1.179806",\
|
|
"0.923622, 0.932759, 0.954968, 1.023934, 1.270711",\
|
|
"0.981893, 0.991030, 1.013238, 1.082204, 1.328982",\
|
|
"1.046476, 1.055614, 1.077822, 1.146788, 1.393566",\
|
|
"1.312645, 1.321782, 1.343991, 1.412957, 1.659734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021035, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021036, 0.026630, 0.044939, 0.120452, 0.454054",\
|
|
"0.021038, 0.026632, 0.044941, 0.120452, 0.454054");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.684645, 0.696870, 0.731417, 0.872760, 1.455453",\
|
|
"0.813818, 0.826043, 0.860590, 1.001932, 1.584626",\
|
|
"0.952578, 0.964803, 0.999350, 1.140692, 1.723386",\
|
|
"1.173713, 1.185937, 1.220483, 1.361825, 1.944520",\
|
|
"2.083245, 2.095467, 2.130012, 2.271354, 2.854050");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.024986, 0.035769, 0.075854, 0.270050, 1.103829",\
|
|
"0.024986, 0.035768, 0.075854, 0.270050, 1.103829",\
|
|
"0.024985, 0.035767, 0.075854, 0.270050, 1.103830",\
|
|
"0.024982, 0.035765, 0.075852, 0.270049, 1.103831",\
|
|
"0.024976, 0.035760, 0.075849, 0.270049, 1.103834");
|
|
}
|
|
|
|
} /* end of arc spi_enabled_mgmt_gpio_out[32]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.667426, 0.679660, 0.716258, 0.860103, 1.458832",\
|
|
"0.753604, 0.765838, 0.802437, 0.946281, 1.545010",\
|
|
"0.811122, 0.823356, 0.859954, 1.003799, 1.602528",\
|
|
"0.880855, 0.893088, 0.929687, 1.073532, 1.672261",\
|
|
"1.168240, 1.180474, 1.217074, 1.360918, 1.959647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.025023, 0.035802, 0.079633, 0.283880, 1.163739",\
|
|
"0.025023, 0.035802, 0.079633, 0.283880, 1.163739",\
|
|
"0.025023, 0.035802, 0.079633, 0.283880, 1.163739",\
|
|
"0.025024, 0.035803, 0.079634, 0.283880, 1.163739",\
|
|
"0.025026, 0.035805, 0.079635, 0.283881, 1.163738");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.772394, 0.781531, 0.805790, 0.877580, 1.139654",\
|
|
"0.889296, 0.898433, 0.922692, 0.994482, 1.256556",\
|
|
"0.991148, 1.000286, 1.024544, 1.096334, 1.358408",\
|
|
"1.149098, 1.158235, 1.182494, 1.254284, 1.516358",\
|
|
"1.800091, 1.809228, 1.833487, 1.905276, 2.167351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021041, 0.026635, 0.048719, 0.131203, 0.495179",\
|
|
"0.021041, 0.026635, 0.048719, 0.131203, 0.495179",\
|
|
"0.021041, 0.026635, 0.048719, 0.131203, 0.495179",\
|
|
"0.021040, 0.026635, 0.048719, 0.131203, 0.495179",\
|
|
"0.021039, 0.026633, 0.048718, 0.131203, 0.495179");
|
|
}
|
|
|
|
} /* end of arc spi_sck_mgmt_gpio_out[32]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "spi_sck" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.621779, 0.634013, 0.668568, 0.809912, 1.392599",\
|
|
"0.707958, 0.720191, 0.754747, 0.896090, 1.478778",\
|
|
"0.765475, 0.777709, 0.812264, 0.953608, 1.536295",\
|
|
"0.835208, 0.847442, 0.881997, 1.023340, 1.606028",\
|
|
"1.122593, 1.134828, 1.169384, 1.310727, 1.893414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.025023, 0.035802, 0.075875, 0.270054, 1.103808",\
|
|
"0.025023, 0.035802, 0.075875, 0.270054, 1.103808",\
|
|
"0.025023, 0.035802, 0.075875, 0.270054, 1.103808",\
|
|
"0.025024, 0.035803, 0.075876, 0.270054, 1.103807",\
|
|
"0.025026, 0.035805, 0.075877, 0.270054, 1.103806");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.753832, 0.762969, 0.785178, 0.854146, 1.100921",\
|
|
"0.870734, 0.879872, 0.902081, 0.971048, 1.217823",\
|
|
"0.972587, 0.981724, 1.003933, 1.072900, 1.319675",\
|
|
"1.130537, 1.139674, 1.161883, 1.230850, 1.477625",\
|
|
"1.781529, 1.790666, 1.812875, 1.881842, 2.128618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002775, 0.013547, 0.052775, 0.234854, 1.000000");
|
|
values ( "0.021040, 0.026635, 0.044943, 0.120452, 0.454054",\
|
|
"0.021040, 0.026635, 0.044943, 0.120452, 0.454054",\
|
|
"0.021040, 0.026635, 0.044943, 0.120452, 0.454054",\
|
|
"0.021040, 0.026635, 0.044943, 0.120452, 0.454054",\
|
|
"0.021039, 0.026633, 0.044941, 0.120452, 0.454054");
|
|
}
|
|
|
|
} /* 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.003149 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "2.406380, 2.416343, 2.452148, 2.595624, 3.195435",\
|
|
"2.516114, 2.526077, 2.561881, 2.705358, 3.305168",\
|
|
"2.608064, 2.618027, 2.653832, 2.797308, 3.397119",\
|
|
"2.748367, 2.758330, 2.794135, 2.937611, 3.537422",\
|
|
"3.320147, 3.330110, 3.365915, 3.509391, 4.109201");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.021926, 0.033133, 0.078129, 0.284706, 1.163378",\
|
|
"0.021926, 0.033133, 0.078129, 0.284706, 1.163378",\
|
|
"0.021926, 0.033133, 0.078129, 0.284706, 1.163378",\
|
|
"0.021926, 0.033133, 0.078129, 0.284706, 1.163378",\
|
|
"0.021926, 0.033133, 0.078129, 0.284706, 1.163378");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "2.449866, 2.458150, 2.482367, 2.554024, 2.816026",\
|
|
"2.559599, 2.567883, 2.592100, 2.663757, 2.925759",\
|
|
"2.651550, 2.659833, 2.684050, 2.755708, 3.017709",\
|
|
"2.791853, 2.800137, 2.824354, 2.896011, 3.158013",\
|
|
"3.363632, 3.371916, 3.396133, 3.467790, 3.729792");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.020551, 0.026227, 0.048372, 0.131296, 0.494682",\
|
|
"0.020551, 0.026227, 0.048372, 0.131296, 0.494682",\
|
|
"0.020551, 0.026227, 0.048372, 0.131296, 0.494682",\
|
|
"0.020551, 0.026227, 0.048372, 0.131296, 0.494682",\
|
|
"0.020551, 0.026227, 0.048372, 0.131296, 0.494682");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "2.253913, 2.265412, 2.299157, 2.440049, 3.024079",\
|
|
"2.346456, 2.357955, 2.391700, 2.532592, 3.116622",\
|
|
"2.416151, 2.427650, 2.461395, 2.602287, 3.186317",\
|
|
"2.503135, 2.514634, 2.548379, 2.689271, 3.273302",\
|
|
"2.857302, 2.868801, 2.902546, 3.043438, 3.627469");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.021926, 0.033133, 0.074355, 0.270903, 1.103500",\
|
|
"0.021926, 0.033133, 0.074355, 0.270903, 1.103500",\
|
|
"0.021926, 0.033133, 0.074355, 0.270903, 1.103500",\
|
|
"0.021926, 0.033133, 0.074355, 0.270903, 1.103500",\
|
|
"0.021926, 0.033133, 0.074355, 0.270903, 1.103500");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "2.300345, 2.309389, 2.331540, 2.400361, 2.647176",\
|
|
"2.392887, 2.401931, 2.424082, 2.492903, 2.739718",\
|
|
"2.462582, 2.471626, 2.493778, 2.562598, 2.809414",\
|
|
"2.549567, 2.558611, 2.580762, 2.649583, 2.896399",\
|
|
"2.903734, 2.912778, 2.934929, 3.003750, 3.250565");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003149, 0.013921, 0.053149, 0.235228, 1.000000");
|
|
values ( "0.020551, 0.026227, 0.044580, 0.120572, 0.453637",\
|
|
"0.020551, 0.026227, 0.044580, 0.120572, 0.453637",\
|
|
"0.020551, 0.026227, 0.044580, 0.120572, 0.453637",\
|
|
"0.020551, 0.026227, 0.044580, 0.120572, 0.453637",\
|
|
"0.020551, 0.026227, 0.044580, 0.120572, 0.453637");
|
|
}
|
|
|
|
} /* 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.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.399874, 2.411502, 2.447350, 2.590747, 3.190179",\
|
|
"2.509608, 2.521235, 2.557083, 2.700481, 3.299912",\
|
|
"2.601558, 2.613185, 2.649033, 2.792431, 3.391862",\
|
|
"2.741861, 2.753489, 2.789337, 2.932734, 3.532166",\
|
|
"3.313641, 3.325268, 3.361116, 3.504514, 4.103945");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.021456, 0.032675, 0.077582, 0.283929, 1.162291",\
|
|
"0.021456, 0.032675, 0.077582, 0.283929, 1.162291",\
|
|
"0.021456, 0.032675, 0.077582, 0.283929, 1.162291",\
|
|
"0.021456, 0.032675, 0.077582, 0.283929, 1.162291",\
|
|
"0.021456, 0.032675, 0.077582, 0.283929, 1.162291");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.446774, 2.455956, 2.480242, 2.551886, 2.813821",\
|
|
"2.556508, 2.565689, 2.589975, 2.661619, 2.923554",\
|
|
"2.648458, 2.657639, 2.681925, 2.753569, 3.015505",\
|
|
"2.788761, 2.797943, 2.822228, 2.893872, 3.155808",\
|
|
"3.360541, 3.369722, 3.394008, 3.465652, 3.727587");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.020298, 0.026043, 0.048115, 0.130928, 0.493876",\
|
|
"0.020298, 0.026043, 0.048115, 0.130928, 0.493876",\
|
|
"0.020298, 0.026043, 0.048115, 0.130928, 0.493876",\
|
|
"0.020298, 0.026043, 0.048115, 0.130928, 0.493876",\
|
|
"0.020298, 0.026043, 0.048115, 0.130928, 0.493876");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.251400, 2.263028, 2.296866, 2.437715, 3.021542",\
|
|
"2.343942, 2.355570, 2.389408, 2.530257, 3.114084",\
|
|
"2.413638, 2.425266, 2.459104, 2.599953, 3.183780",\
|
|
"2.500622, 2.512250, 2.546088, 2.686937, 3.270764",\
|
|
"2.854789, 2.866417, 2.900255, 3.041104, 3.624931");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.021456, 0.032675, 0.073883, 0.270346, 1.103286",\
|
|
"0.021456, 0.032675, 0.073883, 0.270346, 1.103286",\
|
|
"0.021456, 0.032675, 0.073883, 0.270346, 1.103286",\
|
|
"0.021456, 0.032675, 0.073883, 0.270346, 1.103286",\
|
|
"0.021456, 0.032675, 0.073883, 0.270346, 1.103286");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.298300, 2.307482, 2.329751, 2.398602, 2.645521",\
|
|
"2.390843, 2.400024, 2.422294, 2.491144, 2.738064",\
|
|
"2.460538, 2.469719, 2.491989, 2.560840, 2.807759",\
|
|
"2.547523, 2.556704, 2.578974, 2.647824, 2.894744",\
|
|
"2.901689, 2.910871, 2.933141, 3.001991, 3.248910");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.020298, 0.026043, 0.044399, 0.120385, 0.453552",\
|
|
"0.020298, 0.026043, 0.044399, 0.120385, 0.453552",\
|
|
"0.020298, 0.026043, 0.044399, 0.120385, 0.453552",\
|
|
"0.020298, 0.026043, 0.044399, 0.120385, 0.453552",\
|
|
"0.020298, 0.026043, 0.044399, 0.120385, 0.453552");
|
|
}
|
|
|
|
} /* 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.002722 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "2.400222, 2.411852, 2.447678, 2.591030, 3.190154",\
|
|
"2.509956, 2.521585, 2.557411, 2.700763, 3.299888",\
|
|
"2.601906, 2.613535, 2.649361, 2.792713, 3.391838",\
|
|
"2.742209, 2.753839, 2.789665, 2.933017, 3.532141",\
|
|
"3.313988, 3.325618, 3.361444, 3.504796, 4.103920");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.021447, 0.032669, 0.077519, 0.283695, 1.161323",\
|
|
"0.021447, 0.032669, 0.077519, 0.283695, 1.161323",\
|
|
"0.021447, 0.032669, 0.077519, 0.283695, 1.161323",\
|
|
"0.021447, 0.032669, 0.077519, 0.283695, 1.161323",\
|
|
"0.021447, 0.032669, 0.077519, 0.283695, 1.161323");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "2.446448, 2.455628, 2.479889, 2.551502, 2.813223",\
|
|
"2.556181, 2.565361, 2.589623, 2.661235, 2.922956",\
|
|
"2.648132, 2.657312, 2.681573, 2.753186, 3.014906",\
|
|
"2.788435, 2.797615, 2.821876, 2.893489, 3.155210",\
|
|
"3.360214, 3.369395, 3.393656, 3.465268, 3.726989");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.020293, 0.026045, 0.048057, 0.130746, 0.493091",\
|
|
"0.020293, 0.026045, 0.048057, 0.130746, 0.493091",\
|
|
"0.020293, 0.026045, 0.048057, 0.130746, 0.493091",\
|
|
"0.020293, 0.026045, 0.048057, 0.130746, 0.493091",\
|
|
"0.020293, 0.026045, 0.048057, 0.130746, 0.493091");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "2.251748, 2.263377, 2.297228, 2.438070, 3.021821",\
|
|
"2.344290, 2.355920, 2.389771, 2.530612, 3.114364",\
|
|
"2.413986, 2.425616, 2.459466, 2.600308, 3.184059",\
|
|
"2.500970, 2.512600, 2.546450, 2.687292, 3.271044",\
|
|
"2.855137, 2.866767, 2.900617, 3.041459, 3.625211");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.021447, 0.032669, 0.073874, 0.270324, 1.103253",\
|
|
"0.021447, 0.032669, 0.073874, 0.270324, 1.103253",\
|
|
"0.021447, 0.032669, 0.073874, 0.270324, 1.103253",\
|
|
"0.021447, 0.032669, 0.073874, 0.270324, 1.103253",\
|
|
"0.021447, 0.032669, 0.073874, 0.270324, 1.103253");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "2.297974, 2.307154, 2.329433, 2.398286, 2.645202",\
|
|
"2.390516, 2.399696, 2.421976, 2.490828, 2.737744",\
|
|
"2.460212, 2.469392, 2.491671, 2.560524, 2.807440",\
|
|
"2.547196, 2.556376, 2.578656, 2.647508, 2.894424",\
|
|
"2.901363, 2.910543, 2.932822, 3.001675, 3.248591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002722, 0.013494, 0.052722, 0.234801, 1.000000");
|
|
values ( "0.020293, 0.026045, 0.044396, 0.120381, 0.453539",\
|
|
"0.020293, 0.026045, 0.044396, 0.120381, 0.453539",\
|
|
"0.020293, 0.026045, 0.044396, 0.120381, 0.453539",\
|
|
"0.020293, 0.026045, 0.044396, 0.120381, 0.453539",\
|
|
"0.020293, 0.026045, 0.044396, 0.120381, 0.453539");
|
|
}
|
|
|
|
} /* 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.003168 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "2.390825, 2.400276, 2.436102, 2.579600, 3.179551",\
|
|
"2.500559, 2.510009, 2.545836, 2.689333, 3.289284",\
|
|
"2.592509, 2.601959, 2.637786, 2.781284, 3.381234",\
|
|
"2.732812, 2.742263, 2.778089, 2.921587, 3.521538",\
|
|
"3.304592, 3.314042, 3.349869, 3.493366, 4.093317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.021942, 0.033143, 0.078217, 0.284927, 1.164239",\
|
|
"0.021942, 0.033143, 0.078217, 0.284927, 1.164239",\
|
|
"0.021942, 0.033143, 0.078217, 0.284927, 1.164239",\
|
|
"0.021942, 0.033143, 0.078217, 0.284927, 1.164239",\
|
|
"0.021942, 0.033143, 0.078217, 0.284927, 1.164239");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "2.437800, 2.445439, 2.469674, 2.541365, 2.803552",\
|
|
"2.547533, 2.555173, 2.579408, 2.651099, 2.913285",\
|
|
"2.639483, 2.647123, 2.671358, 2.743049, 3.005235",\
|
|
"2.779787, 2.787426, 2.811661, 2.883352, 3.145539",\
|
|
"3.351566, 3.359206, 3.383441, 3.455132, 3.717318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.020560, 0.026232, 0.048450, 0.131482, 0.495407",\
|
|
"0.020560, 0.026232, 0.048450, 0.131482, 0.495407",\
|
|
"0.020560, 0.026232, 0.048450, 0.131482, 0.495407",\
|
|
"0.020560, 0.026232, 0.048450, 0.131482, 0.495407",\
|
|
"0.020560, 0.026232, 0.048450, 0.131482, 0.495407");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "2.239623, 2.251127, 2.284869, 2.425755, 3.009701",\
|
|
"2.332165, 2.343669, 2.377412, 2.518297, 3.102244",\
|
|
"2.401861, 2.413364, 2.447107, 2.587993, 3.171939",\
|
|
"2.488845, 2.500349, 2.534092, 2.674977, 3.258924",\
|
|
"2.843012, 2.854516, 2.888258, 3.029144, 3.613091");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.021942, 0.033143, 0.074372, 0.270911, 1.103472",\
|
|
"0.021942, 0.033143, 0.074372, 0.270911, 1.103472",\
|
|
"0.021942, 0.033143, 0.074372, 0.270911, 1.103472",\
|
|
"0.021942, 0.033143, 0.074372, 0.270911, 1.103472",\
|
|
"0.021942, 0.033143, 0.074372, 0.270911, 1.103472");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "2.287459, 2.296504, 2.318648, 2.387468, 2.634274",\
|
|
"2.380002, 2.389046, 2.411190, 2.480011, 2.726816",\
|
|
"2.449697, 2.458741, 2.480886, 2.549706, 2.796511",\
|
|
"2.536682, 2.545726, 2.567870, 2.636691, 2.883496",\
|
|
"2.890848, 2.899893, 2.922037, 2.990857, 3.237663");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003168, 0.013940, 0.053168, 0.235247, 1.000000");
|
|
values ( "0.020560, 0.026232, 0.044587, 0.120580, 0.453625",\
|
|
"0.020560, 0.026232, 0.044587, 0.120580, 0.453625",\
|
|
"0.020560, 0.026232, 0.044587, 0.120580, 0.453625",\
|
|
"0.020560, 0.026232, 0.044587, 0.120580, 0.453625",\
|
|
"0.020560, 0.026232, 0.044587, 0.120580, 0.453625");
|
|
}
|
|
|
|
} /* 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.002531 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "2.397783, 2.409421, 2.445222, 2.588621, 3.188383",\
|
|
"2.507517, 2.519154, 2.554955, 2.698354, 3.298116",\
|
|
"2.599467, 2.611104, 2.646905, 2.790305, 3.390066",\
|
|
"2.739770, 2.751408, 2.787209, 2.930608, 3.530370",\
|
|
"3.311550, 3.323187, 3.358988, 3.502388, 4.102149");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.021265, 0.032502, 0.077318, 0.283575, 1.161536",\
|
|
"0.021265, 0.032502, 0.077318, 0.283575, 1.161536",\
|
|
"0.021265, 0.032502, 0.077318, 0.283575, 1.161536",\
|
|
"0.021265, 0.032502, 0.077318, 0.283575, 1.161536",\
|
|
"0.021265, 0.032502, 0.077318, 0.283575, 1.161536");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "2.443237, 2.452464, 2.476743, 2.548355, 2.810184",\
|
|
"2.552970, 2.562197, 2.586477, 2.658088, 2.919917",\
|
|
"2.644920, 2.654148, 2.678427, 2.750038, 3.011867",\
|
|
"2.785223, 2.794451, 2.818730, 2.890342, 3.152170",\
|
|
"3.357003, 3.366230, 3.390510, 3.462121, 3.723950");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.020196, 0.025956, 0.047973, 0.130661, 0.493174",\
|
|
"0.020196, 0.025956, 0.047973, 0.130661, 0.493174",\
|
|
"0.020196, 0.025956, 0.047973, 0.130661, 0.493174",\
|
|
"0.020196, 0.025956, 0.047973, 0.130661, 0.493174",\
|
|
"0.020196, 0.025956, 0.047973, 0.130661, 0.493174");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "2.249309, 2.260947, 2.294780, 2.435670, 3.020083",\
|
|
"2.341851, 2.353489, 2.387323, 2.528213, 3.112625",\
|
|
"2.411547, 2.423184, 2.457018, 2.597908, 3.182321",\
|
|
"2.498531, 2.510169, 2.544003, 2.684893, 3.269305",\
|
|
"2.852698, 2.864336, 2.898169, 3.039059, 3.623472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.021265, 0.032502, 0.073684, 0.270213, 1.103463",\
|
|
"0.021265, 0.032502, 0.073684, 0.270213, 1.103463",\
|
|
"0.021265, 0.032502, 0.073684, 0.270213, 1.103463",\
|
|
"0.021265, 0.032502, 0.073684, 0.270213, 1.103463",\
|
|
"0.021265, 0.032502, 0.073684, 0.270213, 1.103463");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "2.294762, 2.303990, 2.326296, 2.395151, 2.642161",\
|
|
"2.387305, 2.396532, 2.418838, 2.487694, 2.734703",\
|
|
"2.457000, 2.466228, 2.488533, 2.557389, 2.804399",\
|
|
"2.543985, 2.553212, 2.575518, 2.644373, 2.891383",\
|
|
"2.898151, 2.907379, 2.929685, 2.998540, 3.245550");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002531, 0.013303, 0.052531, 0.234610, 1.000000");
|
|
values ( "0.020196, 0.025956, 0.044322, 0.120302, 0.453622",\
|
|
"0.020196, 0.025956, 0.044322, 0.120302, 0.453622",\
|
|
"0.020196, 0.025956, 0.044322, 0.120302, 0.453622",\
|
|
"0.020196, 0.025956, 0.044322, 0.120302, 0.453622",\
|
|
"0.020196, 0.025956, 0.044322, 0.120302, 0.453622");
|
|
}
|
|
|
|
} /* 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.002584 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "2.349642, 2.361325, 2.397156, 2.540438, 3.139102",\
|
|
"2.459375, 2.471058, 2.506890, 2.650171, 3.248835",\
|
|
"2.551326, 2.563008, 2.598840, 2.742122, 3.340785",\
|
|
"2.691629, 2.703311, 2.739143, 2.882425, 3.481088",\
|
|
"3.263409, 3.275091, 3.310923, 3.454205, 4.052868");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.021286, 0.032511, 0.077301, 0.283262, 1.160247",\
|
|
"0.021286, 0.032511, 0.077301, 0.283262, 1.160247",\
|
|
"0.021286, 0.032511, 0.077301, 0.283262, 1.160247",\
|
|
"0.021286, 0.032511, 0.077301, 0.283262, 1.160247",\
|
|
"0.021286, 0.032511, 0.077301, 0.283262, 1.160247");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "2.396199, 2.405425, 2.429693, 2.501282, 2.762821",\
|
|
"2.505932, 2.515158, 2.539427, 2.611015, 2.872554",\
|
|
"2.597882, 2.607109, 2.631377, 2.702965, 2.964504",\
|
|
"2.738186, 2.747412, 2.771680, 2.843269, 3.104808",\
|
|
"3.309965, 3.319191, 3.343460, 3.415048, 3.676587");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.020206, 0.025989, 0.047938, 0.130503, 0.492267",\
|
|
"0.020206, 0.025989, 0.047938, 0.130503, 0.492267",\
|
|
"0.020206, 0.025989, 0.047938, 0.130503, 0.492267",\
|
|
"0.020206, 0.025989, 0.047938, 0.130503, 0.492267",\
|
|
"0.020206, 0.025989, 0.047938, 0.130503, 0.492267");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "2.194239, 2.205922, 2.239820, 2.380631, 2.964135",\
|
|
"2.286782, 2.298464, 2.332362, 2.473174, 3.056677",\
|
|
"2.356477, 2.368160, 2.402058, 2.542870, 3.126373",\
|
|
"2.443462, 2.455144, 2.489042, 2.629854, 3.213357",\
|
|
"2.797629, 2.809311, 2.843209, 2.984021, 3.567524");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.021286, 0.032511, 0.073714, 0.270107, 1.103109",\
|
|
"0.021286, 0.032511, 0.073714, 0.270107, 1.103109",\
|
|
"0.021286, 0.032511, 0.073714, 0.270107, 1.103109",\
|
|
"0.021286, 0.032511, 0.073714, 0.270107, 1.103109",\
|
|
"0.021286, 0.032511, 0.073714, 0.270107, 1.103109");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "2.240796, 2.250022, 2.272351, 2.341215, 2.588154",\
|
|
"2.333338, 2.342565, 2.364893, 2.433757, 2.680696",\
|
|
"2.403034, 2.412260, 2.434588, 2.503453, 2.750391",\
|
|
"2.490018, 2.499244, 2.521573, 2.590437, 2.837376",\
|
|
"2.844185, 2.853411, 2.875740, 2.944604, 3.191543");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002584, 0.013356, 0.052584, 0.234663, 1.000000");
|
|
values ( "0.020206, 0.025989, 0.044334, 0.120318, 0.453481",\
|
|
"0.020206, 0.025989, 0.044334, 0.120318, 0.453481",\
|
|
"0.020206, 0.025989, 0.044334, 0.120318, 0.453481",\
|
|
"0.020206, 0.025989, 0.044334, 0.120318, 0.453481",\
|
|
"0.020206, 0.025989, 0.044334, 0.120318, 0.453481");
|
|
}
|
|
|
|
} /* 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.003729 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "2.400311, 2.409255, 2.443832, 2.587373, 3.186900",\
|
|
"2.510045, 2.518989, 2.553565, 2.697107, 3.296633",\
|
|
"2.601995, 2.610939, 2.645515, 2.789057, 3.388583",\
|
|
"2.742298, 2.751242, 2.785819, 2.929360, 3.528887",\
|
|
"3.314078, 3.323022, 3.357598, 3.501140, 4.100667");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.022523, 0.033692, 0.078873, 0.285775, 1.165420",\
|
|
"0.022523, 0.033692, 0.078873, 0.285775, 1.165420",\
|
|
"0.022523, 0.033692, 0.078873, 0.285775, 1.165420",\
|
|
"0.022523, 0.033692, 0.078873, 0.285775, 1.165420",\
|
|
"0.022523, 0.033692, 0.078873, 0.285775, 1.165420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "2.433187, 2.439889, 2.463147, 2.534947, 2.797197",\
|
|
"2.542921, 2.549622, 2.572881, 2.644681, 2.906931",\
|
|
"2.634871, 2.641572, 2.664831, 2.736631, 2.998881",\
|
|
"2.775175, 2.781876, 2.805134, 2.876934, 3.139184",\
|
|
"3.346954, 3.353655, 3.376914, 3.448714, 3.710964");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.020875, 0.026481, 0.048740, 0.131980, 0.496464",\
|
|
"0.020875, 0.026481, 0.048740, 0.131980, 0.496464",\
|
|
"0.020875, 0.026481, 0.048740, 0.131980, 0.496464",\
|
|
"0.020875, 0.026481, 0.048740, 0.131980, 0.496464",\
|
|
"0.020875, 0.026481, 0.048740, 0.131980, 0.496464");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "2.239256, 2.250659, 2.284353, 2.425202, 3.008381",\
|
|
"2.331798, 2.343202, 2.376896, 2.517745, 3.100923",\
|
|
"2.401494, 2.412897, 2.446591, 2.587440, 3.170618",\
|
|
"2.488478, 2.499882, 2.533575, 2.674424, 3.257603",\
|
|
"2.842645, 2.854048, 2.887742, 3.028591, 3.611770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.022523, 0.033692, 0.074968, 0.271459, 1.103333",\
|
|
"0.022523, 0.033692, 0.074968, 0.271459, 1.103333",\
|
|
"0.022523, 0.033692, 0.074968, 0.271459, 1.103333",\
|
|
"0.022523, 0.033692, 0.074968, 0.271459, 1.103333",\
|
|
"0.022523, 0.033692, 0.074968, 0.271459, 1.103333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "2.274054, 2.282939, 2.304958, 2.373752, 2.620355",\
|
|
"2.366597, 2.375482, 2.397500, 2.466294, 2.712898",\
|
|
"2.436292, 2.445177, 2.467196, 2.535990, 2.782593",\
|
|
"2.523277, 2.532161, 2.554180, 2.622974, 2.869578",\
|
|
"2.877444, 2.886328, 2.908347, 2.977141, 3.223745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003729, 0.014502, 0.053729, 0.235808, 1.000000");
|
|
values ( "0.020875, 0.026481, 0.044816, 0.120822, 0.453571",\
|
|
"0.020875, 0.026481, 0.044816, 0.120822, 0.453571",\
|
|
"0.020875, 0.026481, 0.044816, 0.120822, 0.453571",\
|
|
"0.020875, 0.026481, 0.044816, 0.120822, 0.453571",\
|
|
"0.020875, 0.026481, 0.044816, 0.120822, 0.453571");
|
|
}
|
|
|
|
} /* 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.002548 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "2.406646, 2.418335, 2.454170, 2.597455, 3.196170",\
|
|
"2.516380, 2.528069, 2.563903, 2.707189, 3.305903",\
|
|
"2.608330, 2.620019, 2.655854, 2.799139, 3.397853",\
|
|
"2.748633, 2.760322, 2.796157, 2.939442, 3.538157",\
|
|
"3.320413, 3.332102, 3.367936, 3.511222, 4.109936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.021249, 0.032475, 0.077257, 0.283223, 1.160254",\
|
|
"0.021249, 0.032475, 0.077257, 0.283223, 1.160254",\
|
|
"0.021249, 0.032475, 0.077257, 0.283223, 1.160254",\
|
|
"0.021249, 0.032475, 0.077257, 0.283223, 1.160254",\
|
|
"0.021249, 0.032475, 0.077257, 0.283223, 1.160254");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "2.437031, 2.446269, 2.470545, 2.542134, 2.803687",\
|
|
"2.546764, 2.556002, 2.580278, 2.651867, 2.913420",\
|
|
"2.638715, 2.647952, 2.672229, 2.743817, 3.005371",\
|
|
"2.779018, 2.788256, 2.812532, 2.884121, 3.145674",\
|
|
"3.350798, 3.360035, 3.384311, 3.455900, 3.717453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.020185, 0.025972, 0.047917, 0.130485, 0.492266",\
|
|
"0.020185, 0.025972, 0.047917, 0.130485, 0.492266",\
|
|
"0.020185, 0.025972, 0.047917, 0.130485, 0.492266",\
|
|
"0.020185, 0.025972, 0.047917, 0.130485, 0.492266",\
|
|
"0.020185, 0.025972, 0.047917, 0.130485, 0.492266");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "2.251243, 2.262933, 2.296833, 2.437648, 3.021202",\
|
|
"2.343786, 2.355475, 2.389376, 2.530190, 3.113745",\
|
|
"2.413481, 2.425170, 2.459071, 2.599885, 3.183440",\
|
|
"2.500466, 2.512155, 2.546056, 2.686870, 3.270424",\
|
|
"2.854633, 2.866322, 2.900223, 3.041037, 3.624591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.021249, 0.032475, 0.073675, 0.270072, 1.103119",\
|
|
"0.021249, 0.032475, 0.073675, 0.270072, 1.103119",\
|
|
"0.021249, 0.032475, 0.073675, 0.270072, 1.103119",\
|
|
"0.021249, 0.032475, 0.073675, 0.270072, 1.103119",\
|
|
"0.021249, 0.032475, 0.073675, 0.270072, 1.103119");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "2.281628, 2.290866, 2.313202, 2.382069, 2.629019",\
|
|
"2.374171, 2.383408, 2.405745, 2.474611, 2.721562",\
|
|
"2.443866, 2.453104, 2.475440, 2.544307, 2.791257",\
|
|
"2.530851, 2.540088, 2.562425, 2.631291, 2.878242",\
|
|
"2.885018, 2.894255, 2.916592, 2.985458, 3.232409");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002548, 0.013320, 0.052548, 0.234627, 1.000000");
|
|
values ( "0.020185, 0.025972, 0.044319, 0.120302, 0.453482",\
|
|
"0.020185, 0.025972, 0.044319, 0.120302, 0.453482",\
|
|
"0.020185, 0.025972, 0.044319, 0.120302, 0.453482",\
|
|
"0.020185, 0.025972, 0.044319, 0.120302, 0.453482",\
|
|
"0.020185, 0.025972, 0.044319, 0.120302, 0.453482");
|
|
}
|
|
|
|
} /* 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.002418 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "2.354254, 2.364779, 2.400572, 2.543785, 3.142136",\
|
|
"2.463987, 2.474512, 2.510305, 2.653518, 3.251869",\
|
|
"2.555938, 2.566463, 2.602256, 2.745468, 3.343820",\
|
|
"2.696241, 2.706766, 2.742559, 2.885772, 3.484123",\
|
|
"3.268020, 3.278546, 3.314339, 3.457551, 4.055902");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.021111, 0.032349, 0.077006, 0.282669, 1.158480",\
|
|
"0.021111, 0.032349, 0.077006, 0.282669, 1.158480",\
|
|
"0.021111, 0.032349, 0.077006, 0.282669, 1.158480",\
|
|
"0.021111, 0.032349, 0.077006, 0.282669, 1.158480",\
|
|
"0.021111, 0.032349, 0.077006, 0.282669, 1.158480");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "2.399712, 2.408098, 2.432345, 2.503874, 2.765074",\
|
|
"2.509445, 2.517831, 2.542078, 2.613607, 2.874808",\
|
|
"2.601395, 2.609781, 2.634029, 2.705557, 2.966758",\
|
|
"2.741699, 2.750085, 2.774332, 2.845861, 3.107061",\
|
|
"3.313478, 3.321864, 3.346112, 3.417640, 3.678841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.020111, 0.025921, 0.047752, 0.130088, 0.490820",\
|
|
"0.020111, 0.025921, 0.047752, 0.130088, 0.490820",\
|
|
"0.020111, 0.025921, 0.047752, 0.130088, 0.490820",\
|
|
"0.020111, 0.025921, 0.047752, 0.130088, 0.490820",\
|
|
"0.020111, 0.025921, 0.047752, 0.130088, 0.490820");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "2.197665, 2.209376, 2.243304, 2.384119, 2.967754",\
|
|
"2.290207, 2.301919, 2.335847, 2.476661, 3.060297",\
|
|
"2.359903, 2.371614, 2.405542, 2.546356, 3.129992",\
|
|
"2.446887, 2.458599, 2.492527, 2.633341, 3.216977",\
|
|
"2.801054, 2.812766, 2.846694, 2.987508, 3.571144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.021111, 0.032349, 0.073534, 0.269927, 1.103112",\
|
|
"0.021111, 0.032349, 0.073534, 0.269927, 1.103112",\
|
|
"0.021111, 0.032349, 0.073534, 0.269927, 1.103112",\
|
|
"0.021111, 0.032349, 0.073534, 0.269927, 1.103112",\
|
|
"0.021111, 0.032349, 0.073534, 0.269927, 1.103112");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "2.243426, 2.252695, 2.275071, 2.343945, 2.590937",\
|
|
"2.335969, 2.345237, 2.367614, 2.436487, 2.683480",\
|
|
"2.405664, 2.414932, 2.437309, 2.506182, 2.753175",\
|
|
"2.492648, 2.501917, 2.524293, 2.593167, 2.840160",\
|
|
"2.846816, 2.856084, 2.878461, 2.947334, 3.194327");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002418, 0.013190, 0.052418, 0.234497, 1.000000");
|
|
values ( "0.020111, 0.025921, 0.044265, 0.120246, 0.453482",\
|
|
"0.020111, 0.025921, 0.044265, 0.120246, 0.453482",\
|
|
"0.020111, 0.025921, 0.044265, 0.120246, 0.453482",\
|
|
"0.020111, 0.025921, 0.044265, 0.120246, 0.453482",\
|
|
"0.020111, 0.025921, 0.044265, 0.120246, 0.453482");
|
|
}
|
|
|
|
} /* 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.002433 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "2.356614, 2.368297, 2.404143, 2.547533, 3.147139",\
|
|
"2.466347, 2.478030, 2.513876, 2.657266, 3.256872",\
|
|
"2.558298, 2.569980, 2.605826, 2.749217, 3.348823",\
|
|
"2.698601, 2.710284, 2.746130, 2.889520, 3.489126",\
|
|
"3.270381, 3.282063, 3.317909, 3.461300, 4.060906");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.021149, 0.032384, 0.077186, 0.283434, 1.161582",\
|
|
"0.021149, 0.032384, 0.077186, 0.283434, 1.161582",\
|
|
"0.021149, 0.032384, 0.077186, 0.283434, 1.161582",\
|
|
"0.021149, 0.032384, 0.077186, 0.283434, 1.161582",\
|
|
"0.021149, 0.032384, 0.077186, 0.283434, 1.161582");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "2.401918, 2.411183, 2.435504, 2.507124, 2.769014",\
|
|
"2.511651, 2.520916, 2.545238, 2.616858, 2.878747",\
|
|
"2.603601, 2.612867, 2.637188, 2.708808, 2.970698",\
|
|
"2.743905, 2.753170, 2.777492, 2.849112, 3.111001",\
|
|
"3.315684, 3.324950, 3.349271, 3.420891, 3.682781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.020132, 0.025912, 0.047912, 0.130639, 0.493269",\
|
|
"0.020132, 0.025912, 0.047912, 0.130639, 0.493269",\
|
|
"0.020132, 0.025912, 0.047912, 0.130639, 0.493269",\
|
|
"0.020132, 0.025912, 0.047912, 0.130639, 0.493269",\
|
|
"0.020132, 0.025912, 0.047912, 0.130639, 0.493269");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "2.197728, 2.209411, 2.243277, 2.384142, 2.968333",\
|
|
"2.290271, 2.301953, 2.335820, 2.476684, 3.060875",\
|
|
"2.359966, 2.371649, 2.405515, 2.546380, 3.130570",\
|
|
"2.446951, 2.458633, 2.492500, 2.633364, 3.217555",\
|
|
"2.801118, 2.812800, 2.846667, 2.987531, 3.571722");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.021149, 0.032384, 0.073569, 0.270051, 1.103343",\
|
|
"0.021149, 0.032384, 0.073569, 0.270051, 1.103343",\
|
|
"0.021149, 0.032384, 0.073569, 0.270051, 1.103343",\
|
|
"0.021149, 0.032384, 0.073569, 0.270051, 1.103343",\
|
|
"0.021149, 0.032384, 0.073569, 0.270051, 1.103343");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "2.244275, 2.253541, 2.275877, 2.344742, 2.591766",\
|
|
"2.336818, 2.346083, 2.368420, 2.437285, 2.684308",\
|
|
"2.406513, 2.415779, 2.438115, 2.506980, 2.754004",\
|
|
"2.493498, 2.502763, 2.525100, 2.593965, 2.840988",\
|
|
"2.847665, 2.856930, 2.879267, 2.948132, 3.195155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002433, 0.013205, 0.052433, 0.234512, 1.000000");
|
|
values ( "0.020132, 0.025912, 0.044278, 0.120257, 0.453575",\
|
|
"0.020132, 0.025912, 0.044278, 0.120257, 0.453575",\
|
|
"0.020132, 0.025912, 0.044278, 0.120257, 0.453575",\
|
|
"0.020132, 0.025912, 0.044278, 0.120257, 0.453575",\
|
|
"0.020132, 0.025912, 0.044278, 0.120257, 0.453575");
|
|
}
|
|
|
|
} /* 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.003090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "2.344983, 2.355003, 2.390816, 2.534235, 3.133616",\
|
|
"2.454716, 2.464737, 2.500550, 2.643968, 3.243350",\
|
|
"2.546666, 2.556687, 2.592500, 2.735918, 3.335300",\
|
|
"2.686970, 2.696990, 2.732803, 2.876221, 3.475603",\
|
|
"3.258749, 3.268770, 3.304583, 3.448001, 4.047383");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.021848, 0.033054, 0.078027, 0.284449, 1.162671",\
|
|
"0.021848, 0.033054, 0.078027, 0.284449, 1.162671",\
|
|
"0.021848, 0.033054, 0.078027, 0.284449, 1.162671",\
|
|
"0.021848, 0.033054, 0.078027, 0.284449, 1.162671",\
|
|
"0.021848, 0.033054, 0.078027, 0.284449, 1.162671");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "2.391588, 2.399616, 2.423834, 2.495479, 2.757354",\
|
|
"2.501321, 2.509349, 2.533567, 2.605212, 2.867087",\
|
|
"2.593271, 2.601300, 2.625518, 2.697163, 2.959037",\
|
|
"2.733575, 2.741603, 2.765821, 2.837466, 3.099340",\
|
|
"3.305354, 3.313383, 3.337601, 3.409246, 3.671120");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.020510, 0.026204, 0.048316, 0.131161, 0.494159",\
|
|
"0.020510, 0.026204, 0.048316, 0.131161, 0.494159",\
|
|
"0.020510, 0.026204, 0.048316, 0.131161, 0.494159",\
|
|
"0.020510, 0.026204, 0.048316, 0.131161, 0.494159",\
|
|
"0.020510, 0.026204, 0.048316, 0.131161, 0.494159");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "2.187630, 2.199164, 2.232945, 2.373806, 2.957528",\
|
|
"2.280173, 2.291707, 2.325488, 2.466348, 3.050071",\
|
|
"2.349868, 2.361402, 2.395183, 2.536044, 3.119766",\
|
|
"2.436852, 2.448386, 2.482167, 2.623028, 3.206750",\
|
|
"2.791019, 2.802553, 2.836334, 2.977195, 3.560917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.021848, 0.033054, 0.074279, 0.270772, 1.103356",\
|
|
"0.021848, 0.033054, 0.074279, 0.270772, 1.103356",\
|
|
"0.021848, 0.033054, 0.074279, 0.270772, 1.103356",\
|
|
"0.021848, 0.033054, 0.074279, 0.270772, 1.103356",\
|
|
"0.021848, 0.033054, 0.074279, 0.270772, 1.103356");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "2.234850, 2.243917, 2.266097, 2.334925, 2.581739",\
|
|
"2.327393, 2.336460, 2.358640, 2.427468, 2.674281",\
|
|
"2.397088, 2.406155, 2.428335, 2.497163, 2.743977",\
|
|
"2.484072, 2.493140, 2.515319, 2.584148, 2.830961",\
|
|
"2.838239, 2.847306, 2.869486, 2.938315, 3.185128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003090, 0.013862, 0.053090, 0.235169, 1.000000");
|
|
values ( "0.020510, 0.026204, 0.044551, 0.120544, 0.453580",\
|
|
"0.020510, 0.026204, 0.044551, 0.120544, 0.453580",\
|
|
"0.020510, 0.026204, 0.044551, 0.120544, 0.453580",\
|
|
"0.020510, 0.026204, 0.044551, 0.120544, 0.453580",\
|
|
"0.020510, 0.026204, 0.044551, 0.120544, 0.453580");
|
|
}
|
|
|
|
} /* 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.001823 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "2.318269, 2.330141, 2.365891, 2.509141, 3.108485",\
|
|
"2.428003, 2.439874, 2.475625, 2.618875, 3.218218",\
|
|
"2.519953, 2.531824, 2.567575, 2.710825, 3.310168",\
|
|
"2.660256, 2.672128, 2.707879, 2.851128, 3.450472",\
|
|
"3.232036, 3.243907, 3.279658, 3.422908, 4.022251");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.020486, 0.031789, 0.076310, 0.281947, 1.157935",\
|
|
"0.020486, 0.031789, 0.076310, 0.281947, 1.157935",\
|
|
"0.020486, 0.031789, 0.076310, 0.281947, 1.157935",\
|
|
"0.020486, 0.031789, 0.076310, 0.281947, 1.157935",\
|
|
"0.020486, 0.031789, 0.076310, 0.281947, 1.157935");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "2.365923, 2.375450, 2.399755, 2.471258, 2.732540",\
|
|
"2.475656, 2.485183, 2.509488, 2.580992, 2.842273",\
|
|
"2.567606, 2.577134, 2.601439, 2.672942, 2.934224",\
|
|
"2.707910, 2.717437, 2.741742, 2.813246, 3.074528",\
|
|
"3.279689, 3.289217, 3.313521, 3.385025, 3.646307");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.019733, 0.025651, 0.047434, 0.129656, 0.490239",\
|
|
"0.019733, 0.025651, 0.047434, 0.129656, 0.490239",\
|
|
"0.019733, 0.025651, 0.047434, 0.129656, 0.490239",\
|
|
"0.019733, 0.025651, 0.047434, 0.129656, 0.490239",\
|
|
"0.019733, 0.025651, 0.047434, 0.129656, 0.490239");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "2.162879, 2.174751, 2.208693, 2.349583, 2.934458",\
|
|
"2.255422, 2.267294, 2.301236, 2.442126, 3.027000",\
|
|
"2.325118, 2.336989, 2.370931, 2.511822, 3.096696",\
|
|
"2.412102, 2.423973, 2.457916, 2.598806, 3.183680",\
|
|
"2.766269, 2.778141, 2.812083, 2.952973, 3.537848");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.020486, 0.031789, 0.072918, 0.269427, 1.103431",\
|
|
"0.020486, 0.031789, 0.072918, 0.269427, 1.103431",\
|
|
"0.020486, 0.031789, 0.072918, 0.269427, 1.103431",\
|
|
"0.020486, 0.031789, 0.072918, 0.269427, 1.103431",\
|
|
"0.020486, 0.031789, 0.072918, 0.269427, 1.103431");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "2.210533, 2.220061, 2.242551, 2.311446, 2.558679",\
|
|
"2.303076, 2.312603, 2.335093, 2.403988, 2.651222",\
|
|
"2.372771, 2.382298, 2.404788, 2.473684, 2.720917",\
|
|
"2.459755, 2.469283, 2.491773, 2.560668, 2.807902",\
|
|
"2.813923, 2.823450, 2.845940, 2.914835, 3.162069");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001823, 0.012595, 0.051823, 0.233902, 1.000000");
|
|
values ( "0.019733, 0.025651, 0.044028, 0.119992, 0.453610",\
|
|
"0.019733, 0.025651, 0.044028, 0.119992, 0.453610",\
|
|
"0.019733, 0.025651, 0.044028, 0.119992, 0.453610",\
|
|
"0.019733, 0.025651, 0.044028, 0.119992, 0.453610",\
|
|
"0.019733, 0.025651, 0.044028, 0.119992, 0.453610");
|
|
}
|
|
|
|
} /* 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.001039 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "2.420807, 2.432971, 2.468686, 2.611821, 3.210962",\
|
|
"2.530541, 2.542705, 2.578420, 2.721554, 3.320696",\
|
|
"2.622491, 2.634655, 2.670370, 2.813505, 3.412646",\
|
|
"2.762794, 2.774959, 2.810673, 2.953808, 3.552949",\
|
|
"3.334574, 3.346738, 3.382453, 3.525588, 4.124729");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.019671, 0.031057, 0.075205, 0.280204, 1.154221",\
|
|
"0.019671, 0.031057, 0.075205, 0.280204, 1.154221",\
|
|
"0.019671, 0.031057, 0.075205, 0.280204, 1.154221",\
|
|
"0.019671, 0.031057, 0.075205, 0.280204, 1.154221",\
|
|
"0.019671, 0.031057, 0.075205, 0.280204, 1.154221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "2.462080, 2.471980, 2.496326, 2.567783, 2.828427",\
|
|
"2.571813, 2.581714, 2.606060, 2.677517, 2.938160",\
|
|
"2.663764, 2.673664, 2.698010, 2.769467, 3.030111",\
|
|
"2.804067, 2.813967, 2.838313, 2.909770, 3.170414",\
|
|
"3.375846, 3.385747, 3.410093, 3.481550, 3.742194");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.019201, 0.025309, 0.046819, 0.128650, 0.487238",\
|
|
"0.019201, 0.025309, 0.046819, 0.128650, 0.487238",\
|
|
"0.019201, 0.025309, 0.046819, 0.128650, 0.487238",\
|
|
"0.019201, 0.025309, 0.046819, 0.128650, 0.487238",\
|
|
"0.019201, 0.025309, 0.046819, 0.128650, 0.487238");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "2.266644, 2.278809, 2.312860, 2.453781, 3.039397",\
|
|
"2.359187, 2.371351, 2.405402, 2.546323, 3.131940",\
|
|
"2.428883, 2.441047, 2.475098, 2.616019, 3.201636",\
|
|
"2.515867, 2.528031, 2.562082, 2.703003, 3.288620",\
|
|
"2.870034, 2.882198, 2.916249, 3.057170, 3.642787");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.019671, 0.031057, 0.072105, 0.268597, 1.103508",\
|
|
"0.019671, 0.031057, 0.072105, 0.268597, 1.103508",\
|
|
"0.019671, 0.031057, 0.072105, 0.268597, 1.103508",\
|
|
"0.019671, 0.031057, 0.072105, 0.268597, 1.103508",\
|
|
"0.019671, 0.031057, 0.072105, 0.268597, 1.103508");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "2.311971, 2.321871, 2.344549, 2.413483, 2.660989",\
|
|
"2.404513, 2.414414, 2.437091, 2.506025, 2.753531",\
|
|
"2.474209, 2.484109, 2.506787, 2.575721, 2.823227",\
|
|
"2.561193, 2.571094, 2.593771, 2.662705, 2.910211",\
|
|
"2.915360, 2.925260, 2.947938, 3.016872, 3.264378");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001039, 0.011811, 0.051039, 0.233118, 1.000000");
|
|
values ( "0.019201, 0.025309, 0.043707, 0.119652, 0.453662",\
|
|
"0.019201, 0.025309, 0.043707, 0.119652, 0.453662",\
|
|
"0.019201, 0.025309, 0.043707, 0.119652, 0.453662",\
|
|
"0.019201, 0.025309, 0.043707, 0.119652, 0.453662",\
|
|
"0.019201, 0.025309, 0.043707, 0.119652, 0.453662");
|
|
}
|
|
|
|
} /* 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.001017 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "2.392165, 2.404357, 2.440023, 2.582950, 3.180567",\
|
|
"2.501898, 2.514090, 2.549756, 2.692683, 3.290300",\
|
|
"2.593848, 2.606040, 2.641707, 2.784633, 3.382251",\
|
|
"2.734151, 2.746343, 2.782010, 2.924937, 3.522554",\
|
|
"3.305931, 3.318123, 3.353790, 3.496716, 4.094333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.019571, 0.030964, 0.074908, 0.279241, 1.150376",\
|
|
"0.019571, 0.030964, 0.074908, 0.279241, 1.150376",\
|
|
"0.019571, 0.030964, 0.074908, 0.279241, 1.150376",\
|
|
"0.019571, 0.030964, 0.074908, 0.279241, 1.150376",\
|
|
"0.019571, 0.030964, 0.074908, 0.279241, 1.150376");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "2.439028, 2.448933, 2.473218, 2.544521, 2.804304",\
|
|
"2.548761, 2.558666, 2.582951, 2.654254, 2.914037",\
|
|
"2.640711, 2.650616, 2.674901, 2.746205, 3.005988",\
|
|
"2.781014, 2.790920, 2.815205, 2.886508, 3.146291",\
|
|
"3.352794, 3.362699, 3.386984, 3.458287, 3.718071");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.019173, 0.025320, 0.046575, 0.127735, 0.484283",\
|
|
"0.019173, 0.025320, 0.046575, 0.127735, 0.484283",\
|
|
"0.019173, 0.025320, 0.046575, 0.127735, 0.484283",\
|
|
"0.019173, 0.025320, 0.046575, 0.127735, 0.484283",\
|
|
"0.019173, 0.025320, 0.046575, 0.127735, 0.484283");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "2.242947, 2.255139, 2.289255, 2.430109, 3.015082",\
|
|
"2.335490, 2.347682, 2.381798, 2.522651, 3.107625",\
|
|
"2.405185, 2.417377, 2.451493, 2.592346, 3.177320",\
|
|
"2.492170, 2.504362, 2.538478, 2.679331, 3.264305",\
|
|
"2.846336, 2.858528, 2.892644, 3.033498, 3.618471");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.019571, 0.030964, 0.072031, 0.268452, 1.103221",\
|
|
"0.019571, 0.030964, 0.072031, 0.268452, 1.103221",\
|
|
"0.019571, 0.030964, 0.072031, 0.268452, 1.103221",\
|
|
"0.019571, 0.030964, 0.072031, 0.268452, 1.103221",\
|
|
"0.019571, 0.030964, 0.072031, 0.268452, 1.103221");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "2.289757, 2.299663, 2.322394, 2.391340, 2.638802",\
|
|
"2.382300, 2.392205, 2.414936, 2.483883, 2.731345",\
|
|
"2.451995, 2.461900, 2.484632, 2.553578, 2.801040",\
|
|
"2.538980, 2.548885, 2.571616, 2.640563, 2.888025",\
|
|
"2.893146, 2.903052, 2.925783, 2.994730, 3.242191");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001017, 0.011789, 0.051017, 0.233096, 1.000000");
|
|
values ( "0.019173, 0.025320, 0.043688, 0.119637, 0.453526",\
|
|
"0.019173, 0.025320, 0.043688, 0.119637, 0.453526",\
|
|
"0.019173, 0.025320, 0.043688, 0.119637, 0.453526",\
|
|
"0.019173, 0.025320, 0.043688, 0.119637, 0.453526",\
|
|
"0.019173, 0.025320, 0.043688, 0.119637, 0.453526");
|
|
}
|
|
|
|
} /* 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.001107 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.434032, 2.446187, 2.481849, 2.624784, 3.222400",\
|
|
"2.543765, 2.555920, 2.591582, 2.734517, 3.332134",\
|
|
"2.635715, 2.647870, 2.683532, 2.826467, 3.424084",\
|
|
"2.776018, 2.788174, 2.823835, 2.966771, 3.564387",\
|
|
"3.347798, 3.359953, 3.395615, 3.538550, 4.136167");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019673, 0.031058, 0.075022, 0.279389, 1.150566",\
|
|
"0.019673, 0.031058, 0.075022, 0.279389, 1.150566",\
|
|
"0.019673, 0.031058, 0.075022, 0.279389, 1.150566",\
|
|
"0.019673, 0.031058, 0.075022, 0.279389, 1.150566",\
|
|
"0.019673, 0.031058, 0.075022, 0.279389, 1.150566");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.469146, 2.479007, 2.503278, 2.574586, 2.834379",\
|
|
"2.578880, 2.588740, 2.613012, 2.684320, 2.944112",\
|
|
"2.670830, 2.680691, 2.704962, 2.776270, 3.036062",\
|
|
"2.811133, 2.820994, 2.845265, 2.916573, 3.176366",\
|
|
"3.382913, 3.392773, 3.417045, 3.488353, 3.748145");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019235, 0.025360, 0.046628, 0.127810, 0.484429",\
|
|
"0.019235, 0.025360, 0.046628, 0.127810, 0.484429",\
|
|
"0.019235, 0.025360, 0.046628, 0.127810, 0.484429",\
|
|
"0.019235, 0.025360, 0.046628, 0.127810, 0.484429",\
|
|
"0.019235, 0.025360, 0.046628, 0.127810, 0.484429");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.285558, 2.297713, 2.331815, 2.472670, 3.057600",\
|
|
"2.378100, 2.390255, 2.424358, 2.565212, 3.150143",\
|
|
"2.447795, 2.459951, 2.494053, 2.634908, 3.219838",\
|
|
"2.534780, 2.546935, 2.581038, 2.721892, 3.306823",\
|
|
"2.888946, 2.901102, 2.935204, 3.076059, 3.660989");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019673, 0.031058, 0.072130, 0.268555, 1.103232",\
|
|
"0.019673, 0.031058, 0.072130, 0.268555, 1.103232",\
|
|
"0.019673, 0.031058, 0.072130, 0.268555, 1.103232",\
|
|
"0.019673, 0.031058, 0.072130, 0.268555, 1.103232",\
|
|
"0.019673, 0.031058, 0.072130, 0.268555, 1.103232");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "2.320672, 2.330533, 2.353241, 2.422183, 2.669617",\
|
|
"2.413215, 2.423075, 2.445784, 2.514725, 2.762160",\
|
|
"2.482910, 2.492771, 2.515479, 2.584421, 2.831855",\
|
|
"2.569895, 2.579755, 2.602464, 2.671405, 2.918839",\
|
|
"2.924061, 2.933922, 2.956630, 3.025572, 3.273006");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001107, 0.011879, 0.051107, 0.233186, 1.000000");
|
|
values ( "0.019235, 0.025360, 0.043725, 0.119676, 0.453530",\
|
|
"0.019235, 0.025360, 0.043725, 0.119676, 0.453530",\
|
|
"0.019235, 0.025360, 0.043725, 0.119676, 0.453530",\
|
|
"0.019235, 0.025360, 0.043725, 0.119676, 0.453530",\
|
|
"0.019235, 0.025360, 0.043725, 0.119676, 0.453530");
|
|
}
|
|
|
|
} /* 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.001069 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "2.437363, 2.449529, 2.485165, 2.627791, 3.225423",\
|
|
"2.547097, 2.559262, 2.594898, 2.737525, 3.335157",\
|
|
"2.639047, 2.651212, 2.686848, 2.829475, 3.427107",\
|
|
"2.779350, 2.791516, 2.827152, 2.969778, 3.567410",\
|
|
"3.351130, 3.363295, 3.398931, 3.541558, 4.139190");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.019631, 0.031023, 0.074920, 0.278919, 1.149526",\
|
|
"0.019631, 0.031023, 0.074920, 0.278919, 1.149526",\
|
|
"0.019631, 0.031023, 0.074920, 0.278919, 1.149526",\
|
|
"0.019631, 0.031023, 0.074920, 0.278919, 1.149526",\
|
|
"0.019631, 0.031023, 0.074920, 0.278919, 1.149526");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "2.470914, 2.480788, 2.505038, 2.576307, 2.835865",\
|
|
"2.580647, 2.590522, 2.614771, 2.686040, 2.945598",\
|
|
"2.672597, 2.682472, 2.706721, 2.777990, 3.037548",\
|
|
"2.812901, 2.822775, 2.847024, 2.918294, 3.177851",\
|
|
"3.384680, 3.394554, 3.418804, 3.490073, 3.749631");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.019209, 0.025347, 0.046551, 0.127603, 0.483612",\
|
|
"0.019209, 0.025347, 0.046551, 0.127603, 0.483612",\
|
|
"0.019209, 0.025347, 0.046551, 0.127603, 0.483612",\
|
|
"0.019209, 0.025347, 0.046551, 0.127603, 0.483612",\
|
|
"0.019209, 0.025347, 0.046551, 0.127603, 0.483612");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "2.284857, 2.297023, 2.331136, 2.471991, 3.056939",\
|
|
"2.377400, 2.389565, 2.423679, 2.564533, 3.149481",\
|
|
"2.447095, 2.459261, 2.493374, 2.634228, 3.219176",\
|
|
"2.534080, 2.546245, 2.580359, 2.721213, 3.306161",\
|
|
"2.888246, 2.900412, 2.934525, 3.075380, 3.660327");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.019631, 0.031023, 0.072089, 0.268512, 1.103227",\
|
|
"0.019631, 0.031023, 0.072089, 0.268512, 1.103227",\
|
|
"0.019631, 0.031023, 0.072089, 0.268512, 1.103227",\
|
|
"0.019631, 0.031023, 0.072089, 0.268512, 1.103227",\
|
|
"0.019631, 0.031023, 0.072089, 0.268512, 1.103227");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "2.320596, 2.330470, 2.353194, 2.422137, 2.669583",\
|
|
"2.413139, 2.423013, 2.445736, 2.514680, 2.762125",\
|
|
"2.482834, 2.492708, 2.515432, 2.584375, 2.831821",\
|
|
"2.569818, 2.579693, 2.602416, 2.671360, 2.918806",\
|
|
"2.923985, 2.933859, 2.956583, 3.025526, 3.272972");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001069, 0.011842, 0.051069, 0.233148, 1.000000");
|
|
values ( "0.019209, 0.025347, 0.043710, 0.119660, 0.453528",\
|
|
"0.019209, 0.025347, 0.043710, 0.119660, 0.453528",\
|
|
"0.019209, 0.025347, 0.043710, 0.119660, 0.453528",\
|
|
"0.019209, 0.025347, 0.043710, 0.119660, 0.453528",\
|
|
"0.019209, 0.025347, 0.043710, 0.119660, 0.453528");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[16]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[16] */
|
|
|
|
pin("mgmt_gpio_out[15]") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.002533 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "2.981675, 3.013954, 3.081082, 3.298731, 4.055596",\
|
|
"3.091409, 3.123687, 3.190815, 3.408465, 4.165329",\
|
|
"3.183359, 3.215637, 3.282765, 3.500415, 4.257279",\
|
|
"3.323662, 3.355941, 3.423069, 3.640718, 4.397583",\
|
|
"3.895442, 3.927720, 3.994848, 4.212497, 4.969362");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.027072, 0.059434, 0.148380, 0.462182, 1.562145",\
|
|
"0.027072, 0.059434, 0.148380, 0.462182, 1.562145",\
|
|
"0.027072, 0.059434, 0.148380, 0.462182, 1.562145",\
|
|
"0.027072, 0.059434, 0.148380, 0.462182, 1.562145",\
|
|
"0.027072, 0.059434, 0.148380, 0.462182, 1.562145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "3.095457, 3.122474, 3.170769, 3.307231, 3.775006",\
|
|
"3.205191, 3.232208, 3.280502, 3.416965, 3.884739",\
|
|
"3.297141, 3.324157, 3.372452, 3.508914, 3.976689",\
|
|
"3.437444, 3.464461, 3.512756, 3.649218, 4.116993",\
|
|
"4.009223, 4.036241, 4.084536, 4.220997, 4.688772");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.023369, 0.044465, 0.097244, 0.277830, 0.936753",\
|
|
"0.023369, 0.044465, 0.097244, 0.277830, 0.936753",\
|
|
"0.023369, 0.044465, 0.097244, 0.277830, 0.936753",\
|
|
"0.023369, 0.044465, 0.097244, 0.277830, 0.936753",\
|
|
"0.023369, 0.044465, 0.097244, 0.277830, 0.936753");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "2.466990, 2.500825, 2.565464, 2.781394, 3.527238",\
|
|
"2.559533, 2.593367, 2.658007, 2.873937, 3.619780",\
|
|
"2.629228, 2.663063, 2.727702, 2.943632, 3.689476",\
|
|
"2.716213, 2.750047, 2.814687, 3.030617, 3.776460",\
|
|
"3.070379, 3.104214, 3.168853, 3.384783, 4.130627");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.027010, 0.059397, 0.143718, 0.449515, 1.517190",\
|
|
"0.027010, 0.059397, 0.143718, 0.449515, 1.517190",\
|
|
"0.027010, 0.059397, 0.143718, 0.449515, 1.517190",\
|
|
"0.027010, 0.059397, 0.143718, 0.449515, 1.517190",\
|
|
"0.027010, 0.059397, 0.143718, 0.449515, 1.517190");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "2.626824, 2.654580, 2.700386, 2.835316, 3.291853",\
|
|
"2.719366, 2.747122, 2.792928, 2.927859, 3.384396",\
|
|
"2.789062, 2.816818, 2.862623, 2.997554, 3.454091",\
|
|
"2.876046, 2.903802, 2.949608, 3.084539, 3.541076",\
|
|
"3.230213, 3.257969, 3.303774, 3.438705, 3.895242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.023369, 0.044465, 0.092578, 0.264490, 0.889353",\
|
|
"0.023369, 0.044465, 0.092578, 0.264490, 0.889353",\
|
|
"0.023369, 0.044465, 0.092578, 0.264490, 0.889353",\
|
|
"0.023369, 0.044465, 0.092578, 0.264490, 0.889353",\
|
|
"0.023369, 0.044465, 0.092578, 0.264490, 0.889353");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[15]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.378623, 0.410891, 0.478016, 0.695663, 1.452493",\
|
|
"0.464256, 0.496540, 0.563669, 0.781320, 1.538205",\
|
|
"0.524071, 0.556398, 0.623541, 0.841206, 1.598243",\
|
|
"0.590744, 0.623186, 0.690364, 0.908063, 1.665504",\
|
|
"0.865526, 0.898436, 0.965759, 1.187875, 1.942706");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.027039, 0.059414, 0.148375, 0.462188, 1.562128",\
|
|
"0.027091, 0.059446, 0.148383, 0.462188, 1.562154",\
|
|
"0.027242, 0.059536, 0.148406, 0.462188, 1.562230",\
|
|
"0.027638, 0.059773, 0.148468, 0.462188, 1.562431",\
|
|
"0.029272, 0.060750, 0.148720, 0.465041, 1.563259");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.545033, 0.572043, 0.620340, 0.756805, 1.224567",\
|
|
"0.650287, 0.677300, 0.725596, 0.862060, 1.329828",\
|
|
"0.811085, 0.838084, 0.886385, 1.022854, 1.490597",\
|
|
"1.114755, 1.141763, 1.190090, 1.326590, 1.794321",\
|
|
"2.366164, 2.393256, 2.441684, 2.578299, 3.046057");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.023369, 0.044466, 0.097243, 0.277817, 0.936833",\
|
|
"0.023369, 0.044466, 0.097244, 0.277823, 0.936833",\
|
|
"0.023369, 0.044468, 0.097244, 0.277823, 0.936833",\
|
|
"0.023692, 0.044661, 0.097338, 0.277873, 0.936833",\
|
|
"0.025123, 0.045504, 0.097772, 0.278292, 0.936833");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "user_clock" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.353714, 0.387560, 0.452202, 0.668135, 1.414008",\
|
|
"0.434211, 0.468078, 0.532725, 0.748663, 1.494590",\
|
|
"0.486608, 0.520534, 0.585194, 0.801147, 1.547230",\
|
|
"0.536177, 0.570259, 0.634954, 0.850947, 1.597440",\
|
|
"0.740461, 0.775188, 0.840029, 1.056184, 1.804368");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.027039, 0.059414, 0.143722, 0.449510, 1.517205",\
|
|
"0.027091, 0.059446, 0.143730, 0.449500, 1.517232",\
|
|
"0.027242, 0.059536, 0.143754, 0.449471, 1.517308",\
|
|
"0.027638, 0.059773, 0.143815, 0.449396, 1.517510",\
|
|
"0.029272, 0.060750, 0.144068, 0.449085, 1.518340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.527156, 0.554903, 0.600712, 0.735648, 1.192159",\
|
|
"0.626632, 0.654382, 0.700189, 0.835124, 1.291643",\
|
|
"0.779888, 0.807623, 0.853436, 0.988378, 1.444858",\
|
|
"1.066155, 1.093918, 1.139757, 1.274732, 1.731246",\
|
|
"2.245837, 2.273765, 2.319706, 2.454807, 2.911583");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002533, 0.023854, 0.077019, 0.262758, 0.909128");
|
|
values ( "0.023369, 0.044466, 0.092575, 0.264450, 0.884150",\
|
|
"0.023369, 0.044466, 0.092575, 0.264450, 0.884150",\
|
|
"0.023369, 0.044468, 0.092575, 0.264450, 0.884150",\
|
|
"0.023692, 0.044661, 0.092672, 0.264526, 0.884150",\
|
|
"0.025123, 0.045504, 0.093106, 0.264939, 0.884150");
|
|
}
|
|
|
|
} /* end of arc user_clock_mgmt_gpio_out[15]_una_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[15] */
|
|
|
|
pin("mgmt_gpio_out[14]") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001482 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "2.970385, 3.005176, 3.072268, 3.293864, 4.047618",\
|
|
"3.080118, 3.114909, 3.182002, 3.403597, 4.157351",\
|
|
"3.172068, 3.206859, 3.273952, 3.495547, 4.249302",\
|
|
"3.312371, 3.347162, 3.414255, 3.635850, 4.389606",\
|
|
"3.884151, 3.918942, 3.986035, 4.207630, 4.961385");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.025543, 0.057943, 0.146346, 0.462727, 1.559773",\
|
|
"0.025543, 0.057943, 0.146346, 0.462727, 1.559773",\
|
|
"0.025543, 0.057943, 0.146346, 0.462727, 1.559773",\
|
|
"0.025543, 0.057943, 0.146346, 0.462727, 1.559773",\
|
|
"0.025543, 0.057943, 0.146346, 0.462727, 1.559773");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "3.076799, 3.105440, 3.153782, 3.290187, 3.758124",\
|
|
"3.186533, 3.215174, 3.263515, 3.399921, 3.867858",\
|
|
"3.278483, 3.307124, 3.355465, 3.491871, 3.959808",\
|
|
"3.418787, 3.447428, 3.495769, 3.632174, 4.100111",\
|
|
"3.990566, 4.019207, 4.067548, 4.203954, 4.671891");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.022088, 0.043568, 0.095932, 0.275946, 0.934353",\
|
|
"0.022088, 0.043568, 0.095932, 0.275946, 0.934353",\
|
|
"0.022088, 0.043568, 0.095932, 0.275946, 0.934353",\
|
|
"0.022088, 0.043568, 0.095932, 0.275946, 0.934353",\
|
|
"0.022088, 0.043568, 0.095932, 0.275946, 0.934353");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "2.406603, 2.441370, 2.506135, 2.722094, 3.469357",\
|
|
"2.499146, 2.533912, 2.598677, 2.814636, 3.561899",\
|
|
"2.568841, 2.603608, 2.668373, 2.884332, 3.631595",\
|
|
"2.655825, 2.690592, 2.755357, 2.971316, 3.718580",\
|
|
"3.009992, 3.044759, 3.109524, 3.325483, 4.072746");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.025487, 0.057910, 0.142019, 0.447740, 1.517292",\
|
|
"0.025487, 0.057910, 0.142019, 0.447740, 1.517292",\
|
|
"0.025487, 0.057910, 0.142019, 0.447740, 1.517292",\
|
|
"0.025487, 0.057910, 0.142019, 0.447740, 1.517292",\
|
|
"0.025487, 0.057910, 0.142019, 0.447740, 1.517292");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "2.599940, 2.628583, 2.674596, 2.809560, 3.266782",\
|
|
"2.692482, 2.721126, 2.767139, 2.902102, 3.359325",\
|
|
"2.762178, 2.790821, 2.836834, 2.971798, 3.429020",\
|
|
"2.849162, 2.877806, 2.923818, 3.058782, 3.516005",\
|
|
"3.203329, 3.231972, 3.277985, 3.412949, 3.870171");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.022088, 0.043567, 0.091602, 0.263430, 0.889603",\
|
|
"0.022088, 0.043567, 0.091602, 0.263430, 0.889603",\
|
|
"0.022088, 0.043567, 0.091602, 0.263430, 0.889603",\
|
|
"0.022088, 0.043567, 0.091602, 0.263430, 0.889603",\
|
|
"0.022088, 0.043567, 0.091602, 0.263430, 0.889603");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[14]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.996300, 1.031079, 1.098169, 1.319762, 2.073489",\
|
|
"1.125107, 1.159886, 1.226976, 1.448569, 2.202297",\
|
|
"1.244125, 1.278904, 1.345994, 1.567587, 2.321315",\
|
|
"1.441159, 1.475938, 1.543028, 1.764621, 2.518348",\
|
|
"2.247127, 2.281907, 2.348998, 2.570590, 3.324320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.025516, 0.057927, 0.146341, 0.462732, 1.559759",\
|
|
"0.025516, 0.057927, 0.146341, 0.462732, 1.559759",\
|
|
"0.025516, 0.057927, 0.146341, 0.462732, 1.559759",\
|
|
"0.025516, 0.057927, 0.146341, 0.462732, 1.559759",\
|
|
"0.025517, 0.057928, 0.146342, 0.462732, 1.559761");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "1.091666, 1.120303, 1.168646, 1.305053, 1.772983",\
|
|
"1.245486, 1.274123, 1.322466, 1.458873, 1.926803",\
|
|
"1.425879, 1.454516, 1.502859, 1.639266, 2.107196",\
|
|
"1.751485, 1.780122, 1.828465, 1.964872, 2.432802",\
|
|
"3.067267, 3.095905, 3.144247, 3.280654, 3.748585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.022087, 0.043568, 0.095931, 0.275940, 0.934396",\
|
|
"0.022087, 0.043568, 0.095931, 0.275940, 0.934396",\
|
|
"0.022087, 0.043568, 0.095931, 0.275940, 0.934396",\
|
|
"0.022087, 0.043568, 0.095931, 0.275940, 0.934396",\
|
|
"0.022087, 0.043568, 0.095931, 0.275940, 0.934396");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_mgmt_gpio_out[14]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.932358, 0.967137, 1.031904, 1.247866, 1.995157",\
|
|
"0.997512, 1.032290, 1.097058, 1.313019, 2.060310",\
|
|
"1.022027, 1.056807, 1.121575, 1.337537, 2.084831",\
|
|
"1.022027, 1.056807, 1.121575, 1.337537, 2.084831",\
|
|
"1.022027, 1.056807, 1.121575, 1.337537, 2.084831");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.025515, 0.057926, 0.142023, 0.447735, 1.517305",\
|
|
"0.025515, 0.057926, 0.142023, 0.447735, 1.517305",\
|
|
"0.025515, 0.057926, 0.142023, 0.447735, 1.517305",\
|
|
"0.025515, 0.057926, 0.142023, 0.447735, 1.517305",\
|
|
"0.025517, 0.057928, 0.142023, 0.447734, 1.517307");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "1.058999, 1.087636, 1.133651, 1.268618, 1.725823",\
|
|
"1.148582, 1.177219, 1.223235, 1.358201, 1.815406",\
|
|
"1.242649, 1.271286, 1.317301, 1.452268, 1.909473",\
|
|
"1.369269, 1.397906, 1.443921, 1.578888, 2.036093",\
|
|
"1.865875, 1.894513, 1.940528, 2.075495, 2.532700");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001482, 0.022803, 0.075968, 0.261707, 0.909128");
|
|
values ( "0.022087, 0.043569, 0.091601, 0.263418, 0.889680",\
|
|
"0.022087, 0.043569, 0.091601, 0.263418, 0.889680",\
|
|
"0.022087, 0.043569, 0.091601, 0.263418, 0.889680",\
|
|
"0.022087, 0.043569, 0.091601, 0.263418, 0.889680",\
|
|
"0.022087, 0.043569, 0.091601, 0.263418, 0.889680");
|
|
}
|
|
|
|
} /* 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.001414 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.759015, 2.771254, 2.807132, 2.950298, 3.547971",\
|
|
"2.868748, 2.880987, 2.916865, 3.060031, 3.657705",\
|
|
"2.960698, 2.972937, 3.008815, 3.151981, 3.749655",\
|
|
"3.101002, 3.113241, 3.149119, 3.292284, 3.889958",\
|
|
"3.672781, 3.685020, 3.720898, 3.864064, 4.461738");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.021258, 0.032462, 0.076095, 0.279857, 1.151783",\
|
|
"0.021258, 0.032462, 0.076095, 0.279857, 1.151783",\
|
|
"0.021258, 0.032462, 0.076095, 0.279857, 1.151783",\
|
|
"0.021258, 0.032462, 0.076095, 0.279857, 1.151783",\
|
|
"0.021258, 0.032462, 0.076095, 0.279857, 1.151783");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.877394, 2.887053, 2.911196, 2.982544, 3.242515",\
|
|
"2.987127, 2.996786, 3.020929, 3.092277, 3.352248",\
|
|
"3.079077, 3.088737, 3.112880, 3.184227, 3.444199",\
|
|
"3.219381, 3.229040, 3.253183, 3.324531, 3.584502",\
|
|
"3.791160, 3.800819, 3.824962, 3.896310, 4.156281");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019696, 0.025643, 0.046990, 0.128247, 0.485549",\
|
|
"0.019696, 0.025643, 0.046990, 0.128247, 0.485549",\
|
|
"0.019696, 0.025643, 0.046990, 0.128247, 0.485549",\
|
|
"0.019696, 0.025643, 0.046990, 0.128247, 0.485549",\
|
|
"0.019696, 0.025643, 0.046990, 0.128247, 0.485549");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.437684, 2.449914, 2.484185, 2.625258, 3.210039",\
|
|
"2.530226, 2.542456, 2.576728, 2.717800, 3.302581",\
|
|
"2.599922, 2.612152, 2.646423, 2.787496, 3.372277",\
|
|
"2.686906, 2.699136, 2.733408, 2.874480, 3.459261",\
|
|
"3.041073, 3.053303, 3.087574, 3.228647, 3.813428");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.021212, 0.032422, 0.073119, 0.268838, 1.103683",\
|
|
"0.021212, 0.032422, 0.073119, 0.268838, 1.103683",\
|
|
"0.021212, 0.032422, 0.073119, 0.268838, 1.103683",\
|
|
"0.021212, 0.032422, 0.073119, 0.268838, 1.103683",\
|
|
"0.021212, 0.032422, 0.073119, 0.268838, 1.103683");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "2.596603, 2.606262, 2.628803, 2.697722, 2.945177",\
|
|
"2.689146, 2.698804, 2.721345, 2.790265, 3.037719",\
|
|
"2.758841, 2.768500, 2.791040, 2.859960, 3.107414",\
|
|
"2.845825, 2.855484, 2.878025, 2.946945, 3.194399",\
|
|
"3.199992, 3.209651, 3.232192, 3.301111, 3.548566");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019667, 0.025618, 0.044007, 0.119839, 0.454044",\
|
|
"0.019667, 0.025618, 0.044007, 0.119839, 0.454044",\
|
|
"0.019667, 0.025618, 0.044007, 0.119839, 0.454044",\
|
|
"0.019667, 0.025618, 0.044007, 0.119839, 0.454044",\
|
|
"0.019667, 0.025618, 0.044007, 0.119839, 0.454044");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[13]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.662135, 0.674379, 0.710262, 0.853431, 1.451095",\
|
|
"0.738406, 0.750650, 0.786533, 0.929702, 1.527365",\
|
|
"0.779341, 0.791585, 0.827468, 0.970637, 1.568300",\
|
|
"0.813587, 0.825832, 0.861716, 1.004884, 1.602547",\
|
|
"0.954718, 0.966964, 1.002850, 1.146020, 1.743678");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.021282, 0.032482, 0.076108, 0.279853, 1.151787",\
|
|
"0.021282, 0.032482, 0.076108, 0.279853, 1.151787",\
|
|
"0.021283, 0.032483, 0.076108, 0.279853, 1.151787",\
|
|
"0.021285, 0.032485, 0.076110, 0.279853, 1.151788",\
|
|
"0.021294, 0.032493, 0.076115, 0.279852, 1.151789");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.692622, 0.702281, 0.726421, 0.797762, 1.057745",\
|
|
"0.819147, 0.828806, 0.852946, 0.924287, 1.184270",\
|
|
"0.949610, 0.959269, 0.983409, 1.054750, 1.314733",\
|
|
"1.167075, 1.176734, 1.200874, 1.272215, 1.532198",\
|
|
"2.041533, 2.051191, 2.075331, 2.146672, 2.406656");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019666, 0.025617, 0.046968, 0.128245, 0.485547",\
|
|
"0.019666, 0.025617, 0.046968, 0.128245, 0.485547",\
|
|
"0.019666, 0.025617, 0.046968, 0.128245, 0.485547",\
|
|
"0.019665, 0.025617, 0.046968, 0.128245, 0.485547",\
|
|
"0.019664, 0.025616, 0.046967, 0.128245, 0.485547");
|
|
}
|
|
|
|
} /* end of arc trap_mgmt_gpio_out[13]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "trap" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.662135, 0.674379, 0.708666, 0.849748, 1.434495",\
|
|
"0.738406, 0.750650, 0.784937, 0.926019, 1.510766",\
|
|
"0.779341, 0.791585, 0.825872, 0.966954, 1.551701",\
|
|
"0.813587, 0.825832, 0.860120, 1.001202, 1.585947",\
|
|
"0.954718, 0.966964, 1.001254, 1.142338, 1.727078");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.021282, 0.032482, 0.073157, 0.268827, 1.103694",\
|
|
"0.021282, 0.032482, 0.073157, 0.268827, 1.103694",\
|
|
"0.021283, 0.032483, 0.073157, 0.268827, 1.103695",\
|
|
"0.021285, 0.032485, 0.073159, 0.268827, 1.103695",\
|
|
"0.021294, 0.032493, 0.073164, 0.268825, 1.103696");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.691100, 0.700758, 0.723299, 0.792218, 1.039673",\
|
|
"0.817624, 0.827283, 0.849824, 0.918743, 1.166198",\
|
|
"0.948225, 0.957883, 0.980424, 1.049343, 1.296799",\
|
|
"1.165904, 1.175563, 1.198103, 1.267023, 1.514478",\
|
|
"2.041533, 2.051191, 2.073732, 2.142651, 2.390107");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001414, 0.012187, 0.051414, 0.233493, 1.000000");
|
|
values ( "0.019666, 0.025617, 0.044006, 0.119839, 0.454044",\
|
|
"0.019666, 0.025617, 0.044006, 0.119839, 0.454044",\
|
|
"0.019666, 0.025617, 0.044006, 0.119839, 0.454044",\
|
|
"0.019665, 0.025617, 0.044006, 0.119839, 0.454043",\
|
|
"0.019664, 0.025616, 0.044005, 0.119839, 0.454043");
|
|
}
|
|
|
|
} /* 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.001507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.587550, 2.599590, 2.635280, 2.778338, 3.376161",\
|
|
"2.697283, 2.709323, 2.745013, 2.888072, 3.485894",\
|
|
"2.789233, 2.801273, 2.836963, 2.980022, 3.577844",\
|
|
"2.929536, 2.941577, 2.977266, 3.120325, 3.718148",\
|
|
"3.501316, 3.513356, 3.549046, 3.692105, 4.289927");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.020592, 0.031894, 0.075755, 0.279975, 1.151244",\
|
|
"0.020592, 0.031894, 0.075755, 0.279975, 1.151244",\
|
|
"0.020592, 0.031894, 0.075755, 0.279975, 1.151244",\
|
|
"0.020592, 0.031894, 0.075755, 0.279975, 1.151244",\
|
|
"0.020592, 0.031894, 0.075755, 0.279975, 1.151244");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.572614, 2.582240, 2.606380, 2.677669, 2.937511",\
|
|
"2.682348, 2.691973, 2.716114, 2.787402, 3.047245",\
|
|
"2.774297, 2.783923, 2.808064, 2.879352, 3.139194",\
|
|
"2.914601, 2.924227, 2.948367, 3.019656, 3.279498",\
|
|
"3.486380, 3.496006, 3.520147, 3.591435, 3.851277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.019546, 0.025529, 0.046854, 0.128069, 0.485006",\
|
|
"0.019546, 0.025529, 0.046854, 0.128069, 0.485006",\
|
|
"0.019546, 0.025529, 0.046854, 0.128069, 0.485006",\
|
|
"0.019546, 0.025529, 0.046854, 0.128069, 0.485006",\
|
|
"0.019546, 0.025529, 0.046854, 0.128069, 0.485006");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.377244, 2.389284, 2.423388, 2.564359, 3.149423",\
|
|
"2.469786, 2.481827, 2.515930, 2.656901, 3.241966",\
|
|
"2.539482, 2.551522, 2.585626, 2.726597, 3.311661",\
|
|
"2.626466, 2.638507, 2.672610, 2.813581, 3.398645",\
|
|
"2.980633, 2.992673, 3.026777, 3.167747, 3.752812");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.020592, 0.031894, 0.072827, 0.269048, 1.103570",\
|
|
"0.020592, 0.031894, 0.072827, 0.269048, 1.103570",\
|
|
"0.020592, 0.031894, 0.072827, 0.269048, 1.103570",\
|
|
"0.020592, 0.031894, 0.072827, 0.269048, 1.103570",\
|
|
"0.020592, 0.031894, 0.072827, 0.269048, 1.103570");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.395062, 2.404688, 2.427239, 2.496132, 2.743555",\
|
|
"2.487604, 2.497230, 2.519781, 2.588674, 2.836098",\
|
|
"2.557300, 2.566926, 2.589477, 2.658370, 2.905793",\
|
|
"2.644284, 2.653910, 2.676461, 2.745354, 2.992778",\
|
|
"2.998451, 3.008076, 3.030627, 3.099521, 3.346944");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012280, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.019546, 0.025529, 0.043914, 0.119865, 0.453841",\
|
|
"0.019546, 0.025529, 0.043914, 0.119865, 0.453841",\
|
|
"0.019546, 0.025529, 0.043914, 0.119865, 0.453841",\
|
|
"0.019546, 0.025529, 0.043914, 0.119865, 0.453841",\
|
|
"0.019546, 0.025529, 0.043914, 0.119865, 0.453841");
|
|
}
|
|
|
|
} /* 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.001358 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "2.550673, 2.562718, 2.598369, 2.741378, 3.339436",\
|
|
"2.660407, 2.672451, 2.708102, 2.851111, 3.449169",\
|
|
"2.752357, 2.764401, 2.800053, 2.943062, 3.541120",\
|
|
"2.892660, 2.904705, 2.940356, 3.083365, 3.681423",\
|
|
"3.464440, 3.476484, 3.512136, 3.655145, 4.253203");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.019961, 0.031324, 0.075429, 0.280087, 1.152218",\
|
|
"0.019961, 0.031324, 0.075429, 0.280087, 1.152218",\
|
|
"0.019961, 0.031324, 0.075429, 0.280087, 1.152218",\
|
|
"0.019961, 0.031324, 0.075429, 0.280087, 1.152218",\
|
|
"0.019961, 0.031324, 0.075429, 0.280087, 1.152218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "2.554365, 2.564104, 2.588353, 2.659731, 2.919789",\
|
|
"2.664099, 2.673837, 2.698087, 2.769464, 3.029522",\
|
|
"2.756049, 2.765788, 2.790037, 2.861415, 3.121473",\
|
|
"2.896352, 2.906091, 2.930340, 3.001718, 3.261776",\
|
|
"3.468132, 3.477871, 3.502120, 3.573498, 3.833555");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.019410, 0.025466, 0.046864, 0.128339, 0.485676",\
|
|
"0.019410, 0.025466, 0.046864, 0.128339, 0.485676",\
|
|
"0.019410, 0.025466, 0.046864, 0.128339, 0.485676",\
|
|
"0.019410, 0.025466, 0.046864, 0.128339, 0.485676",\
|
|
"0.019410, 0.025466, 0.046864, 0.128339, 0.485676");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "2.388585, 2.400629, 2.434674, 2.575549, 3.160547",\
|
|
"2.481127, 2.493172, 2.527217, 2.668092, 3.253089",\
|
|
"2.550822, 2.562867, 2.596912, 2.737787, 3.322784",\
|
|
"2.637807, 2.649851, 2.683896, 2.824771, 3.409769",\
|
|
"2.991974, 3.004018, 3.038063, 3.178938, 3.763936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.019961, 0.031324, 0.072409, 0.268877, 1.103337",\
|
|
"0.019961, 0.031324, 0.072409, 0.268877, 1.103337",\
|
|
"0.019961, 0.031324, 0.072409, 0.268877, 1.103337",\
|
|
"0.019961, 0.031324, 0.072409, 0.268877, 1.103337",\
|
|
"0.019961, 0.031324, 0.072409, 0.268877, 1.103337");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "2.401373, 2.411112, 2.433749, 2.502675, 2.750039",\
|
|
"2.493916, 2.503654, 2.526292, 2.595217, 2.842582",\
|
|
"2.563611, 2.573350, 2.595987, 2.664913, 2.912277",\
|
|
"2.650595, 2.660334, 2.682972, 2.751897, 2.999261",\
|
|
"3.004762, 3.014501, 3.037139, 3.106064, 3.353428");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001358, 0.012130, 0.051358, 0.233437, 1.000000");
|
|
values ( "0.019410, 0.025466, 0.043832, 0.119787, 0.453559",\
|
|
"0.019410, 0.025466, 0.043832, 0.119787, 0.453559",\
|
|
"0.019410, 0.025466, 0.043832, 0.119787, 0.453559",\
|
|
"0.019410, 0.025466, 0.043832, 0.119787, 0.453559",\
|
|
"0.019410, 0.025466, 0.043832, 0.119787, 0.453559");
|
|
}
|
|
|
|
} /* 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.001415 ;
|
|
|
|
/* 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.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.710520, 0.723145, 0.759452, 0.902866, 1.500033",\
|
|
"0.776362, 0.788987, 0.825293, 0.968708, 1.553413",\
|
|
"0.823814, 0.836440, 0.872746, 1.016161, 1.553413",\
|
|
"0.855122, 0.867747, 0.904054, 1.047469, 1.553413",\
|
|
"0.855122, 0.867747, 0.904054, 1.047469, 1.553413");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.023114, 0.034060, 0.077195, 0.279863, 1.153195",\
|
|
"0.023114, 0.034060, 0.077195, 0.279863, 1.153195",\
|
|
"0.023114, 0.034060, 0.077195, 0.279863, 1.153195",\
|
|
"0.023116, 0.034062, 0.077196, 0.279863, 1.153196",\
|
|
"0.023123, 0.034068, 0.077200, 0.279862, 1.153197");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.826694, 0.836369, 0.860560, 0.932036, 1.192135",\
|
|
"0.928595, 0.938269, 0.962461, 1.033937, 1.294035",\
|
|
"1.088538, 1.098212, 1.122404, 1.193880, 1.453979",\
|
|
"1.383907, 1.393581, 1.417773, 1.489249, 1.749348",\
|
|
"1.968378, 1.978052, 2.002244, 2.073720, 2.333818");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.020059, 0.025954, 0.047343, 0.128487, 0.486464",\
|
|
"0.020059, 0.025954, 0.047343, 0.128487, 0.486464",\
|
|
"0.020059, 0.025954, 0.047343, 0.128487, 0.486464",\
|
|
"0.020059, 0.025954, 0.047343, 0.128487, 0.486464",\
|
|
"0.020059, 0.025954, 0.047343, 0.128487, 0.486464");
|
|
}
|
|
|
|
} /* 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.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.687682, 0.700305, 0.734988, 0.876322, 1.460177",\
|
|
"0.742888, 0.755513, 0.790199, 0.931535, 1.515385",\
|
|
"0.742888, 0.755513, 0.790199, 0.931535, 1.515385",\
|
|
"0.742888, 0.755513, 0.790199, 0.931535, 1.515385",\
|
|
"0.742888, 0.755513, 0.790199, 0.931535, 1.515385");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.023102, 0.034050, 0.074146, 0.268555, 1.103979",\
|
|
"0.023103, 0.034050, 0.074146, 0.268555, 1.103979",\
|
|
"0.023103, 0.034051, 0.074147, 0.268555, 1.103979",\
|
|
"0.023106, 0.034053, 0.074148, 0.268554, 1.103980",\
|
|
"0.023114, 0.034060, 0.074152, 0.268553, 1.103981");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.778670, 0.788344, 0.810911, 0.879923, 1.127197",\
|
|
"0.880859, 0.890533, 0.913100, 0.982113, 1.229386",\
|
|
"1.043521, 1.053195, 1.075761, 1.144774, 1.392047",\
|
|
"1.344917, 1.354591, 1.377158, 1.446170, 1.693444",\
|
|
"1.936909, 1.946583, 1.969149, 2.038161, 2.285436");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.020059, 0.025953, 0.044288, 0.119853, 0.454051",\
|
|
"0.020059, 0.025953, 0.044288, 0.119853, 0.454051",\
|
|
"0.020059, 0.025953, 0.044288, 0.119853, 0.454051",\
|
|
"0.020059, 0.025953, 0.044288, 0.119853, 0.454051",\
|
|
"0.020059, 0.025953, 0.044288, 0.119853, 0.454051");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[2]_mgmt_gpio_out[10]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "2.928845, 2.941470, 2.977776, 3.121190, 3.718359",\
|
|
"3.038579, 3.051204, 3.087509, 3.230923, 3.828092",\
|
|
"3.130529, 3.143154, 3.179460, 3.322874, 3.920043",\
|
|
"3.270833, 3.283457, 3.319763, 3.463177, 4.060346",\
|
|
"3.842612, 3.855237, 3.891542, 4.034956, 4.632125");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.023111, 0.034057, 0.077193, 0.279864, 1.153195",\
|
|
"0.023111, 0.034057, 0.077193, 0.279864, 1.153195",\
|
|
"0.023111, 0.034057, 0.077193, 0.279864, 1.153195",\
|
|
"0.023111, 0.034057, 0.077193, 0.279864, 1.153195",\
|
|
"0.023111, 0.034057, 0.077193, 0.279864, 1.153195");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "2.989542, 2.999216, 3.023407, 3.094883, 3.354982",\
|
|
"3.099275, 3.108949, 3.133141, 3.204616, 3.464716",\
|
|
"3.191226, 3.200900, 3.225091, 3.296566, 3.556666",\
|
|
"3.331529, 3.341203, 3.365394, 3.436870, 3.696970",\
|
|
"3.903309, 3.912983, 3.937174, 4.008649, 4.268749");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.020056, 0.025951, 0.047341, 0.128487, 0.486463",\
|
|
"0.020056, 0.025951, 0.047341, 0.128487, 0.486463",\
|
|
"0.020056, 0.025951, 0.047341, 0.128487, 0.486463",\
|
|
"0.020056, 0.025951, 0.047341, 0.128487, 0.486463",\
|
|
"0.020056, 0.025951, 0.047341, 0.128487, 0.486463");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.501858, 1.514475, 1.549154, 1.690485, 2.274351",\
|
|
"1.594396, 1.607014, 1.641692, 1.783023, 2.366889",\
|
|
"1.664777, 1.677395, 1.712074, 1.853404, 2.437271",\
|
|
"1.751126, 1.763744, 1.798422, 1.939753, 2.523620",\
|
|
"2.106097, 2.118715, 2.153394, 2.294724, 2.878591");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.023078, 0.034029, 0.074133, 0.268558, 1.103976",\
|
|
"0.023078, 0.034029, 0.074133, 0.268558, 1.103976",\
|
|
"0.023078, 0.034029, 0.074133, 0.268558, 1.103976",\
|
|
"0.023078, 0.034029, 0.074133, 0.268558, 1.103976",\
|
|
"0.023078, 0.034029, 0.074133, 0.268558, 1.103976");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "1.679875, 1.689548, 1.712114, 1.781125, 2.028402",\
|
|
"1.772413, 1.782086, 1.804652, 1.873663, 2.120940",\
|
|
"1.842794, 1.852468, 1.875034, 1.944045, 2.191322",\
|
|
"1.929143, 1.938817, 1.961383, 2.030393, 2.277671",\
|
|
"2.284114, 2.293788, 2.316354, 2.385365, 2.632642");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001415, 0.012188, 0.051415, 0.233494, 1.000000");
|
|
values ( "0.020052, 0.025948, 0.044284, 0.119853, 0.454051",\
|
|
"0.020052, 0.025948, 0.044284, 0.119853, 0.454051",\
|
|
"0.020052, 0.025948, 0.044284, 0.119853, 0.454051",\
|
|
"0.020052, 0.025948, 0.044284, 0.119853, 0.454051",\
|
|
"0.020052, 0.025948, 0.044284, 0.119853, 0.454051");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[10]_redg_min*/
|
|
|
|
} /* end of pin mgmt_gpio_out[10] */
|
|
|
|
pin("mgmt_gpio_out[9]") {
|
|
direction : output ;
|
|
max_capacitance : 0.909128 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.001178 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "2.696047, 2.730515, 2.797539, 3.019067, 3.771363",\
|
|
"2.805780, 2.840249, 2.907273, 3.128801, 3.881096",\
|
|
"2.897730, 2.932199, 2.999223, 3.220751, 3.973047",\
|
|
"3.038033, 3.072502, 3.139526, 3.361054, 4.113349",\
|
|
"3.609813, 3.644282, 3.711306, 3.932834, 4.685129");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.023365, 0.056477, 0.145520, 0.462071, 1.557369",\
|
|
"0.023365, 0.056477, 0.145520, 0.462071, 1.557369",\
|
|
"0.023365, 0.056477, 0.145520, 0.462071, 1.557369",\
|
|
"0.023365, 0.056477, 0.145520, 0.462071, 1.557369",\
|
|
"0.023365, 0.056477, 0.145520, 0.462071, 1.557369");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "2.838089, 2.867320, 2.915590, 3.051885, 3.520463",\
|
|
"2.947822, 2.977053, 3.025323, 3.161618, 3.630197",\
|
|
"3.039773, 3.069003, 3.117274, 3.253568, 3.722147",\
|
|
"3.180076, 3.209306, 3.257577, 3.393872, 3.862450",\
|
|
"3.751855, 3.781086, 3.829356, 3.965651, 4.434230");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.021735, 0.043258, 0.095655, 0.276070, 0.931012",\
|
|
"0.021735, 0.043258, 0.095655, 0.276070, 0.931012",\
|
|
"0.021735, 0.043258, 0.095655, 0.276070, 0.931012",\
|
|
"0.021735, 0.043258, 0.095655, 0.276070, 0.931012",\
|
|
"0.021735, 0.043258, 0.095655, 0.276070, 0.931012");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "1.481098, 1.515572, 1.580309, 1.796253, 2.542100",\
|
|
"1.573636, 1.608110, 1.672847, 1.888791, 2.634638",\
|
|
"1.644018, 1.678492, 1.743229, 1.959173, 2.705020",\
|
|
"1.730367, 1.764840, 1.829578, 2.045522, 2.791368",\
|
|
"2.085338, 2.119812, 2.184549, 2.400493, 3.146340");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.023359, 0.056470, 0.141228, 0.447135, 1.515015",\
|
|
"0.023359, 0.056470, 0.141228, 0.447135, 1.515015",\
|
|
"0.023359, 0.056470, 0.141228, 0.447135, 1.515015",\
|
|
"0.023359, 0.056470, 0.141228, 0.447135, 1.515015",\
|
|
"0.023359, 0.056470, 0.141228, 0.447135, 1.515015");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "1.656758, 1.685995, 1.731965, 1.866801, 2.324953",\
|
|
"1.749297, 1.778534, 1.824503, 1.959339, 2.417491",\
|
|
"1.819678, 1.848915, 1.894885, 2.029720, 2.487873",\
|
|
"1.906027, 1.935264, 1.981233, 2.116069, 2.574221",\
|
|
"2.260998, 2.290235, 2.336205, 2.471040, 2.929193");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.021736, 0.043257, 0.091358, 0.263645, 0.886457",\
|
|
"0.021736, 0.043257, 0.091358, 0.263645, 0.886457",\
|
|
"0.021736, 0.043257, 0.091358, 0.263645, 0.886457",\
|
|
"0.021736, 0.043257, 0.091358, 0.263645, 0.886457",\
|
|
"0.021736, 0.043257, 0.091358, 0.263645, 0.886457");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.773281, 0.807751, 0.874776, 1.096306, 1.848597",\
|
|
"0.883011, 0.917481, 0.984506, 1.206036, 1.958327",\
|
|
"0.975409, 1.009879, 1.076904, 1.298434, 2.050725",\
|
|
"1.115465, 1.149935, 1.216960, 1.438490, 2.190781",\
|
|
"1.688013, 1.722483, 1.789508, 2.011038, 2.763329");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.023364, 0.056475, 0.145519, 0.462064, 1.557342",\
|
|
"0.023364, 0.056475, 0.145519, 0.462064, 1.557342",\
|
|
"0.023364, 0.056475, 0.145519, 0.462064, 1.557342",\
|
|
"0.023364, 0.056475, 0.145519, 0.462064, 1.557342",\
|
|
"0.023364, 0.056475, 0.145519, 0.462064, 1.557342");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.930887, 0.960119, 1.008389, 1.144683, 1.613264",\
|
|
"1.058631, 1.087864, 1.136133, 1.272428, 1.741008",\
|
|
"1.202738, 1.231970, 1.280240, 1.416534, 1.885115",\
|
|
"1.442168, 1.471400, 1.519670, 1.655964, 2.124545",\
|
|
"2.408460, 2.437692, 2.485962, 2.622256, 3.090837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.021735, 0.043258, 0.095655, 0.276072, 0.930998",\
|
|
"0.021735, 0.043258, 0.095655, 0.276072, 0.930998",\
|
|
"0.021735, 0.043258, 0.095655, 0.276072, 0.930998",\
|
|
"0.021735, 0.043258, 0.095655, 0.276072, 0.930998",\
|
|
"0.021735, 0.043258, 0.095655, 0.276072, 0.930998");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[9]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.761517, 0.795987, 0.860718, 1.076652, 1.822518",\
|
|
"0.854057, 0.888527, 0.953258, 1.169192, 1.915058",\
|
|
"0.924342, 0.958812, 1.023543, 1.239477, 1.985343",\
|
|
"1.010821, 1.045291, 1.110023, 1.325957, 2.071822",\
|
|
"1.366014, 1.400484, 1.465215, 1.681149, 2.427015");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.023364, 0.056475, 0.141233, 0.447165, 1.515134",\
|
|
"0.023364, 0.056475, 0.141233, 0.447165, 1.515134",\
|
|
"0.023364, 0.056475, 0.141233, 0.447165, 1.515134",\
|
|
"0.023364, 0.056475, 0.141233, 0.447165, 1.515134",\
|
|
"0.023364, 0.056475, 0.141233, 0.447165, 1.515134");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.919041, 0.948273, 0.994244, 1.129083, 1.587221",\
|
|
"1.029350, 1.058582, 1.104553, 1.239391, 1.697529",\
|
|
"1.150417, 1.179649, 1.225621, 1.360459, 1.818597",\
|
|
"1.337733, 1.366965, 1.412936, 1.547775, 2.005913",\
|
|
"2.083020, 2.112252, 2.158223, 2.293061, 2.751199");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001178, 0.022499, 0.075664, 0.261403, 0.909128");
|
|
values ( "0.021735, 0.043258, 0.091357, 0.263634, 0.886520",\
|
|
"0.021735, 0.043258, 0.091357, 0.263634, 0.886520",\
|
|
"0.021735, 0.043258, 0.091357, 0.263634, 0.886520",\
|
|
"0.021735, 0.043258, 0.091357, 0.263634, 0.886520",\
|
|
"0.021735, 0.043258, 0.091357, 0.263634, 0.886520");
|
|
}
|
|
|
|
} /* 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.001156 ;
|
|
|
|
/* 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.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.674860, 0.687414, 0.723485, 0.866425, 1.463672",\
|
|
"0.739107, 0.751661, 0.787732, 0.930672, 1.500764",\
|
|
"0.784992, 0.797546, 0.833617, 0.976557, 1.500764",\
|
|
"0.812603, 0.825158, 0.861229, 1.004170, 1.500764",\
|
|
"0.812603, 0.825158, 0.861229, 1.004170, 1.500764");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.021990, 0.033082, 0.076254, 0.278824, 1.150144",\
|
|
"0.021990, 0.033082, 0.076254, 0.278824, 1.150144",\
|
|
"0.021990, 0.033083, 0.076254, 0.278824, 1.150144",\
|
|
"0.021992, 0.033084, 0.076255, 0.278824, 1.150144",\
|
|
"0.021998, 0.033090, 0.076259, 0.278823, 1.150145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.758298, 0.768085, 0.792239, 0.863555, 1.123134",\
|
|
"0.858904, 0.868692, 0.892846, 0.964161, 1.223741",\
|
|
"1.011120, 1.020908, 1.045062, 1.116377, 1.375956",\
|
|
"1.294891, 1.304679, 1.328833, 1.400148, 1.659728",\
|
|
"1.857588, 1.867376, 1.891530, 1.962845, 2.222425");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.019713, 0.025701, 0.046908, 0.127692, 0.484147",\
|
|
"0.019713, 0.025701, 0.046908, 0.127692, 0.484147",\
|
|
"0.019713, 0.025701, 0.046908, 0.127692, 0.484147",\
|
|
"0.019713, 0.025701, 0.046908, 0.127692, 0.484147",\
|
|
"0.019712, 0.025701, 0.046908, 0.127692, 0.484147");
|
|
}
|
|
|
|
} /* 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.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.661273, 0.673828, 0.708376, 0.849598, 1.434059",\
|
|
"0.698364, 0.710921, 0.745470, 0.886694, 1.471150",\
|
|
"0.698364, 0.710921, 0.745470, 0.886694, 1.471150",\
|
|
"0.698364, 0.710921, 0.745470, 0.886694, 1.471150",\
|
|
"0.698364, 0.710921, 0.745470, 0.886694, 1.471150");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.021990, 0.033082, 0.073416, 0.268397, 1.103849",\
|
|
"0.021990, 0.033082, 0.073416, 0.268397, 1.103849",\
|
|
"0.021990, 0.033083, 0.073416, 0.268397, 1.103849",\
|
|
"0.021992, 0.033084, 0.073417, 0.268396, 1.103849",\
|
|
"0.021998, 0.033090, 0.073421, 0.268395, 1.103850");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.748866, 0.758654, 0.781281, 0.850267, 1.097703",\
|
|
"0.849473, 0.859260, 0.881887, 0.950874, 1.198310",\
|
|
"1.002042, 1.011830, 1.034457, 1.103443, 1.350879",\
|
|
"1.286344, 1.296131, 1.318758, 1.387745, 1.635181",\
|
|
"1.849917, 1.859705, 1.882331, 1.951318, 2.198754");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.019713, 0.025701, 0.044059, 0.119734, 0.454048",\
|
|
"0.019713, 0.025701, 0.044059, 0.119734, 0.454048",\
|
|
"0.019713, 0.025701, 0.044059, 0.119734, 0.454048",\
|
|
"0.019713, 0.025701, 0.044059, 0.119734, 0.454048",\
|
|
"0.019712, 0.025701, 0.044059, 0.119734, 0.454048");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[8]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "2.799356, 2.811907, 2.847974, 2.990912, 3.588166",\
|
|
"2.909089, 2.921640, 2.957707, 3.100645, 3.697900",\
|
|
"3.001040, 3.013590, 3.049658, 3.192596, 3.789850",\
|
|
"3.141343, 3.153893, 3.189961, 3.332899, 3.930153",\
|
|
"3.713122, 3.725673, 3.761740, 3.904679, 4.501933");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.021972, 0.033067, 0.076245, 0.278827, 1.150141",\
|
|
"0.021972, 0.033067, 0.076245, 0.278827, 1.150141",\
|
|
"0.021972, 0.033067, 0.076245, 0.278827, 1.150141",\
|
|
"0.021972, 0.033067, 0.076245, 0.278827, 1.150141",\
|
|
"0.021972, 0.033067, 0.076245, 0.278827, 1.150141");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "2.923717, 2.933505, 2.957658, 3.028973, 3.288553",\
|
|
"3.033450, 3.043238, 3.067391, 3.138706, 3.398287",\
|
|
"3.125401, 3.135188, 3.159342, 3.230657, 3.490237",\
|
|
"3.265704, 3.275491, 3.299645, 3.370960, 3.630540",\
|
|
"3.837483, 3.847271, 3.871425, 3.942739, 4.202320");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.019710, 0.025698, 0.046906, 0.127692, 0.484147",\
|
|
"0.019710, 0.025698, 0.046906, 0.127692, 0.484147",\
|
|
"0.019710, 0.025698, 0.046906, 0.127692, 0.484147",\
|
|
"0.019710, 0.025698, 0.046906, 0.127692, 0.484147",\
|
|
"0.019710, 0.025698, 0.046906, 0.127692, 0.484147");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.462114, 1.474658, 1.509194, 1.650409, 2.234895",\
|
|
"1.554652, 1.567196, 1.601732, 1.742947, 2.327433",\
|
|
"1.625034, 1.637577, 1.672114, 1.813329, 2.397815",\
|
|
"1.711383, 1.723926, 1.758462, 1.899677, 2.484163",\
|
|
"2.066354, 2.078897, 2.113433, 2.254648, 2.839134");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.021937, 0.033037, 0.073388, 0.268405, 1.103841",\
|
|
"0.021937, 0.033037, 0.073388, 0.268405, 1.103841",\
|
|
"0.021937, 0.033037, 0.073388, 0.268405, 1.103841",\
|
|
"0.021937, 0.033037, 0.073388, 0.268405, 1.103841",\
|
|
"0.021937, 0.033037, 0.073388, 0.268405, 1.103841");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "1.649387, 1.659174, 1.681800, 1.750785, 1.998225",\
|
|
"1.741925, 1.751712, 1.774339, 1.843323, 2.090763",\
|
|
"1.812307, 1.822094, 1.844720, 1.913705, 2.161144",\
|
|
"1.898655, 1.908443, 1.931069, 2.000053, 2.247493",\
|
|
"2.253626, 2.263414, 2.286040, 2.355025, 2.602464");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001156, 0.011928, 0.051156, 0.233235, 1.000000");
|
|
values ( "0.019705, 0.025694, 0.044054, 0.119734, 0.454048",\
|
|
"0.019705, 0.025694, 0.044054, 0.119734, 0.454048",\
|
|
"0.019705, 0.025694, 0.044054, 0.119734, 0.454048",\
|
|
"0.019705, 0.025694, 0.044054, 0.119734, 0.454048",\
|
|
"0.019705, 0.025694, 0.044054, 0.119734, 0.454048");
|
|
}
|
|
|
|
} /* 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.001509 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "2.549345, 2.561346, 2.596996, 2.739956, 3.337429",\
|
|
"2.659079, 2.671079, 2.706729, 2.849689, 3.447162",\
|
|
"2.751029, 2.763029, 2.798679, 2.941639, 3.539112",\
|
|
"2.891332, 2.903332, 2.938983, 3.081943, 3.679416",\
|
|
"3.463112, 3.475112, 3.510762, 3.653722, 4.251195");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.020120, 0.031466, 0.075526, 0.280016, 1.151322",\
|
|
"0.020120, 0.031466, 0.075526, 0.280016, 1.151322",\
|
|
"0.020120, 0.031466, 0.075526, 0.280016, 1.151322",\
|
|
"0.020120, 0.031466, 0.075526, 0.280016, 1.151322",\
|
|
"0.020120, 0.031466, 0.075526, 0.280016, 1.151322");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "2.555450, 2.565114, 2.589331, 2.660676, 2.920474",\
|
|
"2.665183, 2.674847, 2.699064, 2.770409, 3.030207",\
|
|
"2.757133, 2.766797, 2.791015, 2.862360, 3.122157",\
|
|
"2.897437, 2.907100, 2.931318, 3.002663, 3.262461",\
|
|
"3.469216, 3.478880, 3.503098, 3.574442, 3.834240");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.019508, 0.025540, 0.046864, 0.128256, 0.485014",\
|
|
"0.019508, 0.025540, 0.046864, 0.128256, 0.485014",\
|
|
"0.019508, 0.025540, 0.046864, 0.128256, 0.485014",\
|
|
"0.019508, 0.025540, 0.046864, 0.128256, 0.485014",\
|
|
"0.019508, 0.025540, 0.046864, 0.128256, 0.485014");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "2.395394, 2.407394, 2.441448, 2.582296, 3.166898",\
|
|
"2.487936, 2.499936, 2.533990, 2.674839, 3.259440",\
|
|
"2.557631, 2.569632, 2.603685, 2.744534, 3.329135",\
|
|
"2.644616, 2.656616, 2.690670, 2.831519, 3.416120",\
|
|
"2.998783, 3.010783, 3.044837, 3.185685, 3.770286");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.020120, 0.031466, 0.072563, 0.268990, 1.103223",\
|
|
"0.020120, 0.031466, 0.072563, 0.268990, 1.103223",\
|
|
"0.020120, 0.031466, 0.072563, 0.268990, 1.103223",\
|
|
"0.020120, 0.031466, 0.072563, 0.268990, 1.103223",\
|
|
"0.020120, 0.031466, 0.072563, 0.268990, 1.103223");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "2.406420, 2.416084, 2.438701, 2.507622, 2.754920",\
|
|
"2.498962, 2.508626, 2.531244, 2.600165, 2.847462",\
|
|
"2.568658, 2.578321, 2.600939, 2.669860, 2.917157",\
|
|
"2.655642, 2.665306, 2.687924, 2.756845, 3.004142",\
|
|
"3.009809, 3.019473, 3.042091, 3.111012, 3.358309");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001509, 0.012282, 0.051509, 0.233588, 1.000000");
|
|
values ( "0.019508, 0.025540, 0.043891, 0.119851, 0.453511",\
|
|
"0.019508, 0.025540, 0.043891, 0.119851, 0.453511",\
|
|
"0.019508, 0.025540, 0.043891, 0.119851, 0.453511",\
|
|
"0.019508, 0.025540, 0.043891, 0.119851, 0.453511",\
|
|
"0.019508, 0.025540, 0.043891, 0.119851, 0.453511");
|
|
}
|
|
|
|
} /* 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.001095 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "2.691732, 2.704447, 2.740664, 2.883678, 3.480705",\
|
|
"2.801465, 2.814181, 2.850398, 2.993411, 3.590439",\
|
|
"2.893415, 2.906131, 2.942348, 3.085361, 3.682389",\
|
|
"3.033719, 3.046434, 3.082651, 3.225665, 3.822692",\
|
|
"3.605499, 3.618214, 3.654431, 3.797444, 4.394472");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022551, 0.033562, 0.076523, 0.278664, 1.150238",\
|
|
"0.022551, 0.033562, 0.076523, 0.278664, 1.150238",\
|
|
"0.022551, 0.033562, 0.076523, 0.278664, 1.150238",\
|
|
"0.022551, 0.033562, 0.076523, 0.278664, 1.150238",\
|
|
"0.022551, 0.033562, 0.076523, 0.278664, 1.150238");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "2.893048, 2.902869, 2.927047, 2.998393, 3.257944",\
|
|
"3.002781, 3.012602, 3.036780, 3.108126, 3.367677",\
|
|
"3.094731, 3.104553, 3.128730, 3.200077, 3.459628",\
|
|
"3.235034, 3.244856, 3.269033, 3.340380, 3.599931",\
|
|
"3.806814, 3.816636, 3.840813, 3.912160, 4.171710");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019809, 0.025791, 0.046975, 0.127672, 0.484156",\
|
|
"0.019809, 0.025791, 0.046975, 0.127672, 0.484156",\
|
|
"0.019809, 0.025791, 0.046975, 0.127672, 0.484156",\
|
|
"0.019809, 0.025791, 0.046975, 0.127672, 0.484156",\
|
|
"0.019809, 0.025791, 0.046975, 0.127672, 0.484156");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "2.511183, 2.523899, 2.558593, 2.699903, 3.284105",\
|
|
"2.603726, 2.616441, 2.651136, 2.792446, 3.376647",\
|
|
"2.673421, 2.686136, 2.720831, 2.862141, 3.446342",\
|
|
"2.760406, 2.773121, 2.807816, 2.949126, 3.533327",\
|
|
"3.114572, 3.127288, 3.161982, 3.303293, 3.887494");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022551, 0.033562, 0.073690, 0.268236, 1.103947",\
|
|
"0.022551, 0.033562, 0.073690, 0.268236, 1.103947",\
|
|
"0.022551, 0.033562, 0.073690, 0.268236, 1.103947",\
|
|
"0.022551, 0.033562, 0.073690, 0.268236, 1.103947",\
|
|
"0.022551, 0.033562, 0.073690, 0.268236, 1.103947");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "2.732995, 2.742816, 2.765468, 2.834490, 3.081883",\
|
|
"2.825537, 2.835359, 2.858011, 2.927032, 3.174426",\
|
|
"2.895233, 2.905055, 2.927706, 2.996728, 3.244121",\
|
|
"2.982217, 2.992039, 3.014690, 3.083712, 3.331105",\
|
|
"3.336384, 3.346206, 3.368857, 3.437879, 3.685272");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[6]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.544860, 0.557577, 0.593796, 0.736810, 1.333834",\
|
|
"0.620835, 0.633552, 0.669771, 0.812785, 1.409809",\
|
|
"0.661718, 0.674436, 0.710655, 0.853669, 1.450693",\
|
|
"0.701478, 0.714195, 0.750414, 0.893429, 1.490452",\
|
|
"0.864142, 0.876860, 0.913080, 1.056095, 1.653116");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022559, 0.033569, 0.076528, 0.278663, 1.150239",\
|
|
"0.022559, 0.033569, 0.076528, 0.278663, 1.150239",\
|
|
"0.022560, 0.033569, 0.076528, 0.278663, 1.150239",\
|
|
"0.022561, 0.033570, 0.076528, 0.278663, 1.150239",\
|
|
"0.022564, 0.033573, 0.076530, 0.278662, 1.150240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.695493, 0.705314, 0.729491, 0.800837, 1.060390",\
|
|
"0.818232, 0.828053, 0.852230, 0.923575, 1.183129",\
|
|
"0.940986, 0.950807, 0.974985, 1.046330, 1.305883",\
|
|
"1.134339, 1.144160, 1.168337, 1.239683, 1.499236",\
|
|
"1.932556, 1.942377, 1.966554, 2.037900, 2.297453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019803, 0.025786, 0.046970, 0.127672, 0.484155",\
|
|
"0.019803, 0.025786, 0.046970, 0.127672, 0.484155",\
|
|
"0.019803, 0.025786, 0.046971, 0.127672, 0.484155",\
|
|
"0.019804, 0.025787, 0.046971, 0.127672, 0.484155",\
|
|
"0.019804, 0.025787, 0.046971, 0.127672, 0.484155");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "ser_tx" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.513342, 0.526059, 0.560756, 0.702067, 1.286264",\
|
|
"0.589317, 0.602035, 0.636731, 0.778042, 1.362239",\
|
|
"0.630201, 0.642918, 0.677615, 0.818926, 1.403123",\
|
|
"0.669960, 0.682677, 0.717374, 0.858685, 1.442882",\
|
|
"0.832624, 0.845342, 0.880040, 1.021352, 1.605546");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022559, 0.033569, 0.073695, 0.268235, 1.103948",\
|
|
"0.022559, 0.033569, 0.073695, 0.268235, 1.103948",\
|
|
"0.022560, 0.033569, 0.073695, 0.268235, 1.103948",\
|
|
"0.022561, 0.033570, 0.073696, 0.268235, 1.103948",\
|
|
"0.022564, 0.033573, 0.073697, 0.268234, 1.103949");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.684471, 0.694293, 0.716944, 0.785964, 1.033360",\
|
|
"0.807210, 0.817031, 0.839682, 0.908703, 1.156099",\
|
|
"0.929964, 0.939786, 0.962437, 1.031458, 1.278853",\
|
|
"1.123317, 1.133139, 1.155790, 1.224811, 1.472206",\
|
|
"1.921534, 1.931356, 1.954007, 2.023028, 2.270423");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019803, 0.025786, 0.044127, 0.119712, 0.454051",\
|
|
"0.019803, 0.025786, 0.044127, 0.119712, 0.454051",\
|
|
"0.019803, 0.025786, 0.044128, 0.119712, 0.454051",\
|
|
"0.019804, 0.025787, 0.044128, 0.119712, 0.454051",\
|
|
"0.019804, 0.025787, 0.044128, 0.119712, 0.454051");
|
|
}
|
|
|
|
} /* end of arc ser_tx_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.585881, 0.598591, 0.634803, 0.777814, 1.374851",\
|
|
"0.661502, 0.674213, 0.710424, 0.853435, 1.450472",\
|
|
"0.702254, 0.714964, 0.751175, 0.894186, 1.491224",\
|
|
"0.741146, 0.753856, 0.790068, 0.933079, 1.530116",\
|
|
"0.901870, 0.914589, 0.950810, 1.093826, 1.690845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022570, 0.033578, 0.076533, 0.278668, 1.150241");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.744705, 0.754527, 0.778705, 0.850051, 1.109602",\
|
|
"0.866696, 0.876518, 0.900695, 0.972042, 1.231593",\
|
|
"0.992137, 1.001958, 1.026136, 1.097483, 1.357033",\
|
|
"1.189474, 1.199296, 1.223473, 1.294820, 1.554371",\
|
|
"2.006094, 2.015916, 2.040094, 2.111444, 2.370990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019811, 0.025792, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025792, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025793, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025793, 0.046976, 0.127672, 0.484156",\
|
|
"0.019823, 0.025802, 0.046984, 0.127673, 0.484157");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.554351, 0.567061, 0.601750, 0.743057, 1.327270",\
|
|
"0.629972, 0.642682, 0.677372, 0.818678, 1.402891",\
|
|
"0.670732, 0.683442, 0.718131, 0.859438, 1.443651",\
|
|
"0.709596, 0.722306, 0.756995, 0.898301, 1.482515",\
|
|
"0.869914, 0.882624, 0.917314, 1.058621, 1.642833");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022528, 0.033542, 0.073678, 0.268239, 1.103943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.733580, 0.743401, 0.766052, 0.835074, 1.082468",\
|
|
"0.855570, 0.865392, 0.888043, 0.957065, 1.204459",\
|
|
"0.981040, 0.990862, 1.013513, 1.082535, 1.329929",\
|
|
"1.178420, 1.188241, 1.210893, 1.279915, 1.527308",\
|
|
"1.994548, 2.004369, 2.027021, 2.096044, 2.343436");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019809, 0.025790, 0.044131, 0.119712, 0.454051",\
|
|
"0.019809, 0.025790, 0.044131, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019810, 0.025792, 0.044133, 0.119712, 0.454051",\
|
|
"0.019813, 0.025794, 0.044134, 0.119712, 0.454051");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.781097, 0.790919, 0.815096, 0.886443, 1.145993",\
|
|
"0.856719, 0.866540, 0.890718, 0.962065, 1.221615",\
|
|
"0.897195, 0.907017, 0.931194, 1.002541, 1.262092",\
|
|
"0.935377, 0.945199, 0.969376, 1.040723, 1.300274",\
|
|
"1.093259, 1.103081, 1.127259, 1.198608, 1.458155");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019811, 0.025792, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025792, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025793, 0.046976, 0.127672, 0.484156",\
|
|
"0.019811, 0.025793, 0.046976, 0.127672, 0.484156",\
|
|
"0.019823, 0.025802, 0.046984, 0.127673, 0.484157");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.671537, 0.684247, 0.720459, 0.863470, 1.460507",\
|
|
"0.793528, 0.806238, 0.842450, 0.985461, 1.582498",\
|
|
"0.919392, 0.932103, 0.968314, 1.111325, 1.708362",\
|
|
"1.117448, 1.130159, 1.166370, 1.309381, 1.906418",\
|
|
"1.935823, 1.948542, 1.984763, 2.127779, 2.724798");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022528, 0.033542, 0.076510, 0.278668, 1.150234",\
|
|
"0.022570, 0.033578, 0.076533, 0.278668, 1.150241");
|
|
}
|
|
|
|
} /* end of arc uart_enabled_mgmt_gpio_out[6]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "uart_enabled" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.769971, 0.779793, 0.802444, 0.871466, 1.118860",\
|
|
"0.845593, 0.855414, 0.878066, 0.947087, 1.194481",\
|
|
"0.886099, 0.895920, 0.918572, 0.987594, 1.234987",\
|
|
"0.924323, 0.934144, 0.956796, 1.025818, 1.273211",\
|
|
"1.081713, 1.091534, 1.114186, 1.183209, 1.430600");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.019809, 0.025790, 0.044131, 0.119712, 0.454051",\
|
|
"0.019809, 0.025790, 0.044131, 0.119712, 0.454051",\
|
|
"0.019809, 0.025791, 0.044132, 0.119712, 0.454051",\
|
|
"0.019810, 0.025792, 0.044133, 0.119712, 0.454051",\
|
|
"0.019813, 0.025794, 0.044134, 0.119712, 0.454051");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.640007, 0.652717, 0.687406, 0.828713, 1.412926",\
|
|
"0.761998, 0.774708, 0.809397, 0.950704, 1.534917",\
|
|
"0.887871, 0.900581, 0.935270, 1.076576, 1.660790",\
|
|
"1.085899, 1.098608, 1.133297, 1.274603, 1.858818",\
|
|
"1.903867, 1.916577, 1.951267, 2.092574, 2.676786");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001095, 0.011867, 0.051095, 0.233174, 1.000000");
|
|
values ( "0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022527, 0.033539, 0.073676, 0.268239, 1.103943",\
|
|
"0.022528, 0.033542, 0.073678, 0.268239, 1.103943");
|
|
}
|
|
|
|
} /* 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.001361 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "2.572879, 2.584920, 2.620565, 2.763550, 3.361377",\
|
|
"2.682612, 2.694654, 2.730298, 2.873283, 3.471111",\
|
|
"2.774562, 2.786604, 2.822248, 2.965233, 3.563061",\
|
|
"2.914866, 2.926907, 2.962552, 3.105537, 3.703364",\
|
|
"3.486645, 3.498687, 3.534332, 3.677317, 4.275144");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.019963, 0.031328, 0.075361, 0.279892, 1.151422",\
|
|
"0.019963, 0.031328, 0.075361, 0.279892, 1.151422",\
|
|
"0.019963, 0.031328, 0.075361, 0.279892, 1.151422",\
|
|
"0.019963, 0.031328, 0.075361, 0.279892, 1.151422",\
|
|
"0.019963, 0.031328, 0.075361, 0.279892, 1.151422");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "2.571954, 2.581689, 2.605928, 2.677272, 2.937144",\
|
|
"2.681688, 2.691422, 2.715662, 2.787005, 3.046877",\
|
|
"2.773638, 2.783372, 2.807612, 2.878955, 3.138828",\
|
|
"2.913941, 2.923676, 2.947915, 3.019259, 3.279131",\
|
|
"3.485721, 3.495456, 3.519695, 3.591039, 3.850911");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.019411, 0.025471, 0.046794, 0.128188, 0.485055",\
|
|
"0.019411, 0.025471, 0.046794, 0.128188, 0.485055",\
|
|
"0.019411, 0.025471, 0.046794, 0.128188, 0.485055",\
|
|
"0.019411, 0.025471, 0.046794, 0.128188, 0.485055",\
|
|
"0.019411, 0.025471, 0.046794, 0.128188, 0.485055");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "2.410075, 2.422117, 2.456168, 2.597040, 3.182003",\
|
|
"2.502618, 2.514659, 2.548711, 2.689583, 3.274546",\
|
|
"2.572313, 2.584355, 2.618406, 2.759278, 3.344241",\
|
|
"2.659297, 2.671339, 2.705391, 2.846263, 3.431226",\
|
|
"3.013464, 3.025506, 3.059558, 3.200430, 3.785393");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.019963, 0.031328, 0.072411, 0.268874, 1.103324",\
|
|
"0.019963, 0.031328, 0.072411, 0.268874, 1.103324",\
|
|
"0.019963, 0.031328, 0.072411, 0.268874, 1.103324",\
|
|
"0.019963, 0.031328, 0.072411, 0.268874, 1.103324",\
|
|
"0.019963, 0.031328, 0.072411, 0.268874, 1.103324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "2.416262, 2.425996, 2.448639, 2.517564, 2.764925",\
|
|
"2.508804, 2.518539, 2.541181, 2.610107, 2.857468",\
|
|
"2.578500, 2.588234, 2.610877, 2.679802, 2.927163",\
|
|
"2.665484, 2.675219, 2.697861, 2.766787, 3.014148",\
|
|
"3.019651, 3.029386, 3.052028, 3.120954, 3.368315");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001361, 0.012133, 0.051361, 0.233440, 1.000000");
|
|
values ( "0.019411, 0.025471, 0.043832, 0.119788, 0.453553",\
|
|
"0.019411, 0.025471, 0.043832, 0.119788, 0.453553",\
|
|
"0.019411, 0.025471, 0.043832, 0.119788, 0.453553",\
|
|
"0.019411, 0.025471, 0.043832, 0.119788, 0.453553",\
|
|
"0.019411, 0.025471, 0.043832, 0.119788, 0.453553");
|
|
}
|
|
|
|
} /* 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.001240 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "2.509223, 2.521292, 2.556914, 2.699906, 3.297964",\
|
|
"2.618956, 2.631025, 2.666647, 2.809639, 3.407697",\
|
|
"2.710907, 2.722975, 2.758598, 2.901589, 3.499647",\
|
|
"2.851210, 2.863279, 2.898901, 3.041893, 3.639951",\
|
|
"3.422989, 3.435058, 3.470681, 3.613672, 4.211730");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.019838, 0.031221, 0.075208, 0.279708, 1.151107",\
|
|
"0.019838, 0.031221, 0.075208, 0.279708, 1.151107",\
|
|
"0.019838, 0.031221, 0.075208, 0.279708, 1.151107",\
|
|
"0.019838, 0.031221, 0.075208, 0.279708, 1.151107",\
|
|
"0.019838, 0.031221, 0.075208, 0.279708, 1.151107");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "2.531882, 2.541670, 2.565910, 2.637223, 2.897075",\
|
|
"2.641616, 2.651403, 2.675644, 2.746957, 3.006809",\
|
|
"2.733566, 2.743354, 2.767594, 2.838907, 3.098759",\
|
|
"2.873869, 2.883657, 2.907897, 2.979210, 3.239062",\
|
|
"3.445649, 3.455436, 3.479677, 3.550990, 3.810842");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.019334, 0.025416, 0.046716, 0.127938, 0.484772",\
|
|
"0.019334, 0.025416, 0.046716, 0.127938, 0.484772",\
|
|
"0.019334, 0.025416, 0.046716, 0.127938, 0.484772",\
|
|
"0.019334, 0.025416, 0.046716, 0.127938, 0.484772",\
|
|
"0.019334, 0.025416, 0.046716, 0.127938, 0.484772");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "2.357122, 2.369191, 2.403239, 2.544134, 3.129445",\
|
|
"2.449664, 2.461733, 2.495781, 2.636677, 3.221987",\
|
|
"2.519360, 2.531428, 2.565476, 2.706372, 3.291682",\
|
|
"2.606344, 2.618413, 2.652461, 2.793357, 3.378667",\
|
|
"2.960511, 2.972579, 3.006627, 3.147523, 3.732834");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.019838, 0.031221, 0.072288, 0.268791, 1.103428",\
|
|
"0.019838, 0.031221, 0.072288, 0.268791, 1.103428",\
|
|
"0.019838, 0.031221, 0.072288, 0.268791, 1.103428",\
|
|
"0.019838, 0.031221, 0.072288, 0.268791, 1.103428",\
|
|
"0.019838, 0.031221, 0.072288, 0.268791, 1.103428");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "2.380795, 2.390582, 2.413244, 2.482172, 2.729591",\
|
|
"2.473337, 2.483125, 2.505787, 2.574715, 2.822133",\
|
|
"2.543032, 2.552820, 2.575482, 2.644410, 2.891829",\
|
|
"2.630017, 2.639805, 2.662466, 2.731395, 2.978813",\
|
|
"2.984184, 2.993971, 3.016633, 3.085561, 3.332980");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001240, 0.012012, 0.051240, 0.233319, 1.000000");
|
|
values ( "0.019334, 0.025416, 0.043786, 0.119738, 0.453602",\
|
|
"0.019334, 0.025416, 0.043786, 0.119738, 0.453602",\
|
|
"0.019334, 0.025416, 0.043786, 0.119738, 0.453602",\
|
|
"0.019334, 0.025416, 0.043786, 0.119738, 0.453602",\
|
|
"0.019334, 0.025416, 0.043786, 0.119738, 0.453602");
|
|
}
|
|
|
|
} /* 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.001110 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "2.389822, 2.401987, 2.437644, 2.580268, 3.177840",\
|
|
"2.499555, 2.511720, 2.547378, 2.690002, 3.287573",\
|
|
"2.591506, 2.603670, 2.639328, 2.781952, 3.379523",\
|
|
"2.731809, 2.743973, 2.779631, 2.922255, 3.519826",\
|
|
"3.303589, 3.315753, 3.351411, 3.494035, 4.091606");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.019670, 0.031052, 0.074996, 0.279049, 1.149971",\
|
|
"0.019670, 0.031052, 0.074996, 0.279049, 1.149971",\
|
|
"0.019670, 0.031052, 0.074996, 0.279049, 1.149971",\
|
|
"0.019670, 0.031052, 0.074996, 0.279049, 1.149971",\
|
|
"0.019670, 0.031052, 0.074996, 0.279049, 1.149971");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "2.424681, 2.434540, 2.458799, 2.530091, 2.789744",\
|
|
"2.534414, 2.544273, 2.568532, 2.639824, 2.899478",\
|
|
"2.626364, 2.636223, 2.660483, 2.731775, 2.991428",\
|
|
"2.766668, 2.776526, 2.800786, 2.872078, 3.131731",\
|
|
"3.338447, 3.348306, 3.372566, 3.443858, 3.703511");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.019234, 0.025365, 0.046603, 0.127717, 0.483988",\
|
|
"0.019234, 0.025365, 0.046603, 0.127717, 0.483988",\
|
|
"0.019234, 0.025365, 0.046603, 0.127717, 0.483988",\
|
|
"0.019234, 0.025365, 0.046603, 0.127717, 0.483988",\
|
|
"0.019234, 0.025365, 0.046603, 0.127717, 0.483988");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "2.230593, 2.242758, 2.276878, 2.417716, 3.002457",\
|
|
"2.323136, 2.335300, 2.369420, 2.510258, 3.095000",\
|
|
"2.392831, 2.404996, 2.439116, 2.579954, 3.164695",\
|
|
"2.479815, 2.491980, 2.526100, 2.666938, 3.251679",\
|
|
"2.833982, 2.846147, 2.880267, 3.021105, 3.605846");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.019670, 0.031052, 0.072127, 0.268524, 1.103156",\
|
|
"0.019670, 0.031052, 0.072127, 0.268524, 1.103156",\
|
|
"0.019670, 0.031052, 0.072127, 0.268524, 1.103156",\
|
|
"0.019670, 0.031052, 0.072127, 0.268524, 1.103156",\
|
|
"0.019670, 0.031052, 0.072127, 0.268524, 1.103156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "2.268510, 2.278369, 2.301086, 2.370030, 2.617452",\
|
|
"2.361053, 2.370911, 2.393629, 2.462573, 2.709994",\
|
|
"2.430748, 2.440607, 2.463324, 2.532268, 2.779690",\
|
|
"2.517732, 2.527591, 2.550309, 2.619253, 2.866674",\
|
|
"2.871899, 2.881758, 2.904475, 2.973419, 3.220841");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001110, 0.011883, 0.051110, 0.233189, 1.000000");
|
|
values ( "0.019234, 0.025365, 0.043725, 0.119676, 0.453499",\
|
|
"0.019234, 0.025365, 0.043725, 0.119676, 0.453499",\
|
|
"0.019234, 0.025365, 0.043725, 0.119676, 0.453499",\
|
|
"0.019234, 0.025365, 0.043725, 0.119676, 0.453499",\
|
|
"0.019234, 0.025365, 0.043725, 0.119676, 0.453499");
|
|
}
|
|
|
|
} /* 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.001102 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "2.362901, 2.375046, 2.410701, 2.553666, 3.151558",\
|
|
"2.472634, 2.484780, 2.520434, 2.663399, 3.261291",\
|
|
"2.564584, 2.576730, 2.612385, 2.755350, 3.353241",\
|
|
"2.704888, 2.717033, 2.752688, 2.895653, 3.493545",\
|
|
"3.276668, 3.288813, 3.324468, 3.467433, 4.065324");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.019674, 0.031062, 0.075046, 0.279500, 1.150991",\
|
|
"0.019674, 0.031062, 0.075046, 0.279500, 1.150991",\
|
|
"0.019674, 0.031062, 0.075046, 0.279500, 1.150991",\
|
|
"0.019674, 0.031062, 0.075046, 0.279500, 1.150991",\
|
|
"0.019674, 0.031062, 0.075046, 0.279500, 1.150991");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "2.406868, 2.416729, 2.441003, 2.512336, 2.772213",\
|
|
"2.516601, 2.526463, 2.550737, 2.622070, 2.881946",\
|
|
"2.608551, 2.618413, 2.642687, 2.714020, 2.973896",\
|
|
"2.748855, 2.758716, 2.782990, 2.854324, 3.114200",\
|
|
"3.320634, 3.330496, 3.354770, 3.426103, 3.685979");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.019235, 0.025355, 0.046652, 0.127994, 0.484733",\
|
|
"0.019235, 0.025355, 0.046652, 0.127994, 0.484733",\
|
|
"0.019235, 0.025355, 0.046652, 0.127994, 0.484733",\
|
|
"0.019235, 0.025355, 0.046652, 0.127994, 0.484733",\
|
|
"0.019235, 0.025355, 0.046652, 0.127994, 0.484733");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "2.208780, 2.220926, 2.255012, 2.395883, 2.981009",\
|
|
"2.301322, 2.313468, 2.347554, 2.488425, 3.073551",\
|
|
"2.371018, 2.383163, 2.417249, 2.558121, 3.143246",\
|
|
"2.458002, 2.470148, 2.504234, 2.645105, 3.230231",\
|
|
"2.812169, 2.824314, 2.858400, 2.999272, 3.584398");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.019674, 0.031062, 0.072130, 0.268586, 1.103309",\
|
|
"0.019674, 0.031062, 0.072130, 0.268586, 1.103309",\
|
|
"0.019674, 0.031062, 0.072130, 0.268586, 1.103309",\
|
|
"0.019674, 0.031062, 0.072130, 0.268586, 1.103309",\
|
|
"0.019674, 0.031062, 0.072130, 0.268586, 1.103309");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "2.252747, 2.262609, 2.285310, 2.354249, 2.601697",\
|
|
"2.345289, 2.355151, 2.377852, 2.446792, 2.694239",\
|
|
"2.414985, 2.424846, 2.447548, 2.516487, 2.763935",\
|
|
"2.501969, 2.511831, 2.534532, 2.603471, 2.850919",\
|
|
"2.856136, 2.865998, 2.888699, 2.957638, 3.205086");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001102, 0.011874, 0.051102, 0.233181, 1.000000");
|
|
values ( "0.019235, 0.025355, 0.043726, 0.119676, 0.453562",\
|
|
"0.019235, 0.025355, 0.043726, 0.119676, 0.453562",\
|
|
"0.019235, 0.025355, 0.043726, 0.119676, 0.453562",\
|
|
"0.019235, 0.025355, 0.043726, 0.119676, 0.453562",\
|
|
"0.019235, 0.025355, 0.043726, 0.119676, 0.453562");
|
|
}
|
|
|
|
} /* 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.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.026677, 1.039319, 1.075433, 1.218684, 1.816094",\
|
|
"1.114245, 1.126887, 1.163002, 1.306253, 1.903662",\
|
|
"1.172239, 1.184881, 1.220995, 1.364247, 1.961656",\
|
|
"1.235807, 1.248449, 1.284563, 1.427814, 2.025224",\
|
|
"1.497775, 1.510417, 1.546531, 1.689783, 2.287192");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.174139, 1.184031, 1.208257, 1.279642, 1.539509",\
|
|
"1.300845, 1.310738, 1.334963, 1.406348, 1.666216",\
|
|
"1.440877, 1.450769, 1.474995, 1.546379, 1.806247",\
|
|
"1.672461, 1.682353, 1.706579, 1.777964, 2.037831",\
|
|
"2.602819, 2.612711, 2.636937, 2.708321, 2.968189");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019641, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019641, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019641, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019641, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019641, 0.025660, 0.046918, 0.127918, 0.484965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[11]_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[11]" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.988892, 1.001534, 1.036094, 1.177316, 1.761933",\
|
|
"1.076460, 1.089102, 1.123663, 1.264885, 1.849502",\
|
|
"1.134454, 1.147096, 1.181657, 1.322879, 1.907496",\
|
|
"1.198022, 1.210664, 1.245224, 1.386446, 1.971063",\
|
|
"1.459990, 1.472632, 1.507192, 1.648414, 2.233031");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.156924, 1.166816, 1.189482, 1.258488, 1.505969",\
|
|
"1.283630, 1.293522, 1.316189, 1.385194, 1.632675",\
|
|
"1.423784, 1.433676, 1.456342, 1.525348, 1.772829",\
|
|
"1.655589, 1.665480, 1.688147, 1.757153, 2.004634",\
|
|
"2.587175, 2.597067, 2.619734, 2.688739, 2.936220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049");
|
|
}
|
|
|
|
} /* 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.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.822406, 1.835048, 1.871162, 2.014414, 2.611823",\
|
|
"1.886653, 1.899295, 1.935410, 2.078661, 2.649711",\
|
|
"1.932387, 1.945029, 1.981143, 2.124394, 2.649711",\
|
|
"1.959607, 1.972248, 2.008363, 2.151614, 2.649711",\
|
|
"1.959607, 1.972248, 2.008363, 2.151614, 2.649711");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.553490, 2.563382, 2.587608, 2.658993, 2.918860",\
|
|
"2.654084, 2.663976, 2.688202, 2.759587, 3.019454",\
|
|
"2.805759, 2.815652, 2.839877, 2.911262, 3.171130",\
|
|
"3.088440, 3.098333, 3.122558, 3.193943, 3.453811",\
|
|
"3.649323, 3.659215, 3.683440, 3.754825, 4.014693");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965");
|
|
}
|
|
|
|
} /* 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.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.688424, 1.701066, 1.735626, 1.876848, 2.461465",\
|
|
"1.726312, 1.738953, 1.773514, 1.914736, 2.499353",\
|
|
"1.726312, 1.738953, 1.773514, 1.914736, 2.499353",\
|
|
"1.726312, 1.738953, 1.773514, 1.914736, 2.499353",\
|
|
"1.726312, 1.738953, 1.773514, 1.914736, 2.499353");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.328821, 2.338713, 2.361380, 2.430385, 2.677866",\
|
|
"2.429415, 2.439307, 2.461974, 2.530979, 2.778460",\
|
|
"2.581460, 2.591352, 2.614018, 2.683023, 2.930504",\
|
|
"2.864717, 2.874609, 2.897276, 2.966281, 3.213762",\
|
|
"3.426516, 3.436408, 3.459075, 3.528080, 3.775561");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049");
|
|
}
|
|
|
|
} /* 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.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.182617, 2.192510, 2.216735, 2.288120, 2.547988",\
|
|
"2.246865, 2.256757, 2.280982, 2.352367, 2.585876",\
|
|
"2.292598, 2.302490, 2.326716, 2.398101, 2.585876",\
|
|
"2.319818, 2.329710, 2.353936, 2.425320, 2.585876",\
|
|
"2.319818, 2.329710, 2.353936, 2.425320, 2.585876");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.125486, 2.138127, 2.174242, 2.317493, 2.914902",\
|
|
"2.226080, 2.238722, 2.274836, 2.418087, 3.015497",\
|
|
"2.377755, 2.390397, 2.426511, 2.569762, 3.167172",\
|
|
"2.660436, 2.673078, 2.709192, 2.852444, 3.449853",\
|
|
"3.221318, 3.233960, 3.270074, 3.413326, 4.010735");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174");
|
|
}
|
|
|
|
} /* 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.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.074526, 2.084418, 2.107085, 2.176090, 2.423571",\
|
|
"2.112414, 2.122306, 2.144973, 2.213978, 2.461459",\
|
|
"2.112414, 2.122306, 2.144973, 2.213978, 2.461459",\
|
|
"2.112414, 2.122306, 2.144973, 2.213978, 2.461459",\
|
|
"2.112414, 2.122306, 2.144973, 2.213978, 2.461459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.875339, 1.887980, 1.922541, 2.063763, 2.648380",\
|
|
"1.975933, 1.988575, 2.023135, 2.164357, 2.748974",\
|
|
"2.127977, 2.140619, 2.175179, 2.316401, 2.901018",\
|
|
"2.411235, 2.423877, 2.458437, 2.599659, 3.184276",\
|
|
"2.973033, 2.985675, 3.020236, 3.161458, 3.746075");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[3]_mgmt_gpio_out[1]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.668334, 1.680976, 1.717091, 1.860342, 2.457751",\
|
|
"1.796078, 1.808720, 1.844834, 1.988085, 2.585495",\
|
|
"1.940170, 1.952811, 1.988926, 2.132177, 2.729586",\
|
|
"2.179559, 2.192201, 2.228315, 2.371566, 2.968976",\
|
|
"3.145241, 3.157882, 3.193996, 3.337248, 3.934657");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151175");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.012820, 2.022712, 2.046938, 2.118322, 2.378190",\
|
|
"2.140563, 2.150455, 2.174681, 2.246066, 2.505934",\
|
|
"2.284655, 2.294547, 2.318773, 2.390157, 2.650025",\
|
|
"2.524044, 2.533937, 2.558162, 2.629547, 2.889415",\
|
|
"3.489726, 3.499618, 3.523843, 3.595228, 3.855096");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965",\
|
|
"0.019642, 0.025660, 0.046918, 0.127918, 0.484965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : falling_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.615061, 1.627703, 1.662263, 1.803485, 2.388102",\
|
|
"1.725369, 1.738010, 1.772571, 1.913793, 2.498410",\
|
|
"1.846431, 1.859072, 1.893633, 2.034855, 2.619472",\
|
|
"2.033817, 2.046458, 2.081019, 2.222240, 2.806858",\
|
|
"2.778493, 2.791135, 2.825695, 2.966917, 3.551534");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846",\
|
|
"0.021760, 0.032866, 0.073199, 0.268192, 1.103846");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.984821, 1.994713, 2.017380, 2.086385, 2.333866",\
|
|
"2.095129, 2.105021, 2.127688, 2.196693, 2.444174",\
|
|
"2.216192, 2.226084, 2.248750, 2.317755, 2.565236",\
|
|
"2.403577, 2.413469, 2.436136, 2.505141, 2.752622",\
|
|
"3.148254, 3.158146, 3.180812, 3.249818, 3.497298");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049",\
|
|
"0.019619, 0.025641, 0.044007, 0.119652, 0.454049");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_fedg_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.557806, 4.570447, 4.606561, 4.749813, 5.347222",\
|
|
"4.667539, 4.680181, 4.716295, 4.859546, 5.456956",\
|
|
"4.759489, 4.772131, 4.808245, 4.951496, 5.548906",\
|
|
"4.899792, 4.912434, 4.948548, 5.091799, 5.689209",\
|
|
"5.471571, 5.484213, 5.520327, 5.663579, 6.260988");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174",\
|
|
"0.021760, 0.032866, 0.076085, 0.279035, 1.151174");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "4.986348, 4.996240, 5.020466, 5.091851, 5.351718",\
|
|
"5.096081, 5.105973, 5.130199, 5.201585, 5.461452",\
|
|
"5.188031, 5.197923, 5.222149, 5.293535, 5.553401",\
|
|
"5.328334, 5.338226, 5.362453, 5.433838, 5.693705",\
|
|
"5.900114, 5.910006, 5.934232, 6.005617, 6.265484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019645, 0.025663, 0.046921, 0.127918, 0.484965",\
|
|
"0.019645, 0.025663, 0.046921, 0.127918, 0.484965",\
|
|
"0.019645, 0.025663, 0.046921, 0.127918, 0.484965",\
|
|
"0.019645, 0.025663, 0.046921, 0.127918, 0.484965",\
|
|
"0.019645, 0.025663, 0.046921, 0.127918, 0.484965");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.464442, 1.477076, 1.511628, 1.652845, 2.237480",\
|
|
"1.556980, 1.569614, 1.604166, 1.745383, 2.330018",\
|
|
"1.627362, 1.639996, 1.674548, 1.815765, 2.400400",\
|
|
"1.713711, 1.726344, 1.760897, 1.902113, 2.486749",\
|
|
"2.068683, 2.081317, 2.115869, 2.257086, 2.841721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021723, 0.032834, 0.073179, 0.268198, 1.103840",\
|
|
"0.021723, 0.032834, 0.073179, 0.268198, 1.103840",\
|
|
"0.021723, 0.032834, 0.073179, 0.268198, 1.103840",\
|
|
"0.021723, 0.032834, 0.073179, 0.268198, 1.103840",\
|
|
"0.021723, 0.032834, 0.073179, 0.268198, 1.103840");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "1.654106, 1.663998, 1.686664, 1.755668, 2.003151",\
|
|
"1.746644, 1.756536, 1.779202, 1.848206, 2.095690",\
|
|
"1.817026, 1.826918, 1.849584, 1.918588, 2.166071",\
|
|
"1.903375, 1.913267, 1.935933, 2.004937, 2.252420",\
|
|
"2.258347, 2.268239, 2.290905, 2.359909, 2.607393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[1]_redg_min*/
|
|
|
|
timing () {
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.612823, 0.625467, 0.661584, 0.804837, 1.402241",\
|
|
"0.701712, 0.714357, 0.750474, 0.893726, 1.491131",\
|
|
"0.761315, 0.773960, 0.810077, 0.953329, 1.550734",\
|
|
"0.832224, 0.844869, 0.880986, 1.024239, 1.621643",\
|
|
"1.124460, 1.137105, 1.173223, 1.316476, 1.913879");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021772, 0.032876, 0.076092, 0.279034, 1.151176",\
|
|
"0.021772, 0.032876, 0.076092, 0.279034, 1.151176",\
|
|
"0.021773, 0.032877, 0.076092, 0.279033, 1.151176",\
|
|
"0.021773, 0.032877, 0.076092, 0.279033, 1.151176",\
|
|
"0.021776, 0.032880, 0.076093, 0.279033, 1.151177");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.723986, 0.733878, 0.758104, 0.829487, 1.089357",\
|
|
"0.848424, 0.858316, 0.882542, 0.953925, 1.213795",\
|
|
"0.975006, 0.984899, 1.009124, 1.080508, 1.340377",\
|
|
"1.172900, 1.182792, 1.207017, 1.278401, 1.538270",\
|
|
"1.990834, 2.000726, 2.024951, 2.096334, 2.356205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019638, 0.025657, 0.046916, 0.127918, 0.484965",\
|
|
"0.019638, 0.025657, 0.046916, 0.127918, 0.484965",\
|
|
"0.019638, 0.025657, 0.046916, 0.127918, 0.484965",\
|
|
"0.019638, 0.025657, 0.046916, 0.127918, 0.484965",\
|
|
"0.019636, 0.025655, 0.046914, 0.127917, 0.484964");
|
|
}
|
|
|
|
} /* end of arc pad_flash_io1_di_mgmt_gpio_out[1]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "pad_flash_io1_di" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.586172, 0.598817, 0.633380, 0.774603, 1.359215",\
|
|
"0.675062, 0.687706, 0.722269, 0.863493, 1.448104",\
|
|
"0.734664, 0.747309, 0.781872, 0.923096, 1.507707",\
|
|
"0.805574, 0.818218, 0.852782, 0.994006, 1.578616",\
|
|
"1.097810, 1.110455, 1.145019, 1.286243, 1.870852");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.021772, 0.032876, 0.073206, 0.268190, 1.103847",\
|
|
"0.021772, 0.032876, 0.073206, 0.268190, 1.103847",\
|
|
"0.021773, 0.032877, 0.073206, 0.268190, 1.103847",\
|
|
"0.021773, 0.032877, 0.073206, 0.268190, 1.103848",\
|
|
"0.021776, 0.032880, 0.073208, 0.268190, 1.103848");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.712462, 0.722354, 0.745020, 0.814024, 1.061507",\
|
|
"0.836900, 0.846792, 0.869458, 0.938462, 1.185945",\
|
|
"0.963483, 0.973375, 0.996041, 1.065045, 1.312528",\
|
|
"1.161377, 1.171269, 1.193935, 1.262940, 1.510422",\
|
|
"1.979307, 1.989199, 2.011865, 2.080869, 2.328353");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049",\
|
|
"0.019613, 0.025636, 0.044002, 0.119652, 0.454049");
|
|
}
|
|
|
|
} /* 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.000769 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.538437, 0.551082, 0.587102, 0.730001, 1.327722",\
|
|
"0.627786, 0.640431, 0.676451, 0.819350, 1.417070",\
|
|
"0.687065, 0.699710, 0.735730, 0.878628, 1.476350",\
|
|
"0.757729, 0.770374, 0.806393, 0.949291, 1.547013",\
|
|
"1.049033, 1.061678, 1.097697, 1.240596, 1.838317");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021181, 0.032357, 0.075609, 0.278444, 1.150086",\
|
|
"0.021181, 0.032357, 0.075609, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278443, 1.150086");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.705577, 0.715564, 0.739792, 0.811115, 1.070845",\
|
|
"0.830604, 0.840591, 0.864819, 0.936141, 1.195872",\
|
|
"0.955629, 0.965616, 0.989844, 1.061167, 1.320897",\
|
|
"1.150767, 1.160754, 1.184982, 1.256305, 1.516035",\
|
|
"1.956813, 1.966800, 1.991027, 2.062351, 2.322080");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019448, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019449, 0.025525, 0.046728, 0.127515, 0.484148",\
|
|
"0.019449, 0.025526, 0.046728, 0.127515, 0.484148");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.538394, 0.551038, 0.585547, 0.726720, 1.311666",\
|
|
"0.627747, 0.640391, 0.674899, 0.816073, 1.401019",\
|
|
"0.687046, 0.699690, 0.734199, 0.875372, 1.460318",\
|
|
"0.757709, 0.770353, 0.804861, 0.946034, 1.530982",\
|
|
"1.048960, 1.061603, 1.096110, 1.237283, 1.822232");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021176, 0.032353, 0.072788, 0.268033, 1.103788",\
|
|
"0.021173, 0.032350, 0.072786, 0.268033, 1.103787");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.703885, 0.713872, 0.736582, 0.805582, 1.053158",\
|
|
"0.828910, 0.838897, 0.861607, 0.930607, 1.178183",\
|
|
"0.953912, 0.963899, 0.986609, 1.055610, 1.303185",\
|
|
"1.149014, 1.159000, 1.181711, 1.250711, 1.498286",\
|
|
"1.955157, 1.965144, 1.987854, 2.056856, 2.304430");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019415, 0.025497, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025497, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025498, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025498, 0.043877, 0.119564, 0.454047",\
|
|
"0.019419, 0.025500, 0.043879, 0.119564, 0.454047");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.763568, 0.773555, 0.797783, 0.869106, 1.128836",\
|
|
"0.852774, 0.862761, 0.886988, 0.958311, 1.218042",\
|
|
"0.911726, 0.921713, 0.945940, 1.017263, 1.276994",\
|
|
"0.981477, 0.991464, 1.015692, 1.087016, 1.346745",\
|
|
"1.268694, 1.278681, 1.302909, 1.374233, 1.633962");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019448, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019449, 0.025525, 0.046728, 0.127515, 0.484148",\
|
|
"0.019449, 0.025526, 0.046728, 0.127515, 0.484148");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.602431, 0.615076, 0.651096, 0.793995, 1.391715",\
|
|
"0.727522, 0.740167, 0.776187, 0.919086, 1.516807",\
|
|
"0.852907, 0.865552, 0.901572, 1.044470, 1.642192",\
|
|
"1.048766, 1.061411, 1.097430, 1.240328, 1.838050",\
|
|
"1.854437, 1.867082, 1.903101, 2.046000, 2.643721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021181, 0.032357, 0.075609, 0.278444, 1.150086",\
|
|
"0.021181, 0.032357, 0.075609, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278444, 1.150086",\
|
|
"0.021180, 0.032356, 0.075608, 0.278443, 1.150086");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_mode" ;
|
|
timing_type : combinational ;
|
|
timing_sense : negative_unate ;
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.761876, 0.771862, 0.794573, 0.863573, 1.111148",\
|
|
"0.851080, 0.861066, 0.883777, 0.952777, 1.200353",\
|
|
"0.910009, 0.919996, 0.942706, 1.011706, 1.259282",\
|
|
"0.979724, 0.989711, 1.012421, 1.081422, 1.328997",\
|
|
"1.267039, 1.277026, 1.299736, 1.368737, 1.616311");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019415, 0.025497, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025497, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025498, 0.043877, 0.119564, 0.454047",\
|
|
"0.019416, 0.025498, 0.043877, 0.119564, 0.454047",\
|
|
"0.019419, 0.025500, 0.043879, 0.119564, 0.454047");
|
|
}
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.602388, 0.615032, 0.649540, 0.790714, 1.375660",\
|
|
"0.727484, 0.740128, 0.774636, 0.915809, 1.500756",\
|
|
"0.852888, 0.865532, 0.900040, 1.041214, 1.626160",\
|
|
"1.048746, 1.061390, 1.095898, 1.237071, 1.822018",\
|
|
"1.854364, 1.867007, 1.901514, 2.042687, 2.627636");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021177, 0.032354, 0.072789, 0.268033, 1.103788",\
|
|
"0.021176, 0.032353, 0.072788, 0.268033, 1.103788",\
|
|
"0.021173, 0.032350, 0.072786, 0.268033, 1.103787");
|
|
}
|
|
|
|
} /* end of arc debug_mode_mgmt_gpio_out[0]_inv_min*/
|
|
|
|
timing () {
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.493398, 0.506052, 0.542081, 0.684984, 1.282688",\
|
|
"0.569450, 0.582104, 0.618133, 0.761036, 1.358740",\
|
|
"0.610142, 0.622796, 0.658824, 0.801728, 1.399431",\
|
|
"0.649935, 0.662589, 0.698618, 0.841521, 1.439225",\
|
|
"0.812718, 0.825372, 0.861402, 1.004306, 1.602008");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021221, 0.032391, 0.075630, 0.278438, 1.150092",\
|
|
"0.021221, 0.032391, 0.075630, 0.278438, 1.150092",\
|
|
"0.021221, 0.032391, 0.075630, 0.278438, 1.150092",\
|
|
"0.021221, 0.032391, 0.075631, 0.278438, 1.150092",\
|
|
"0.021225, 0.032395, 0.075633, 0.278438, 1.150093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.670327, 0.680314, 0.704541, 0.775863, 1.035595",\
|
|
"0.793079, 0.803066, 0.827293, 0.898615, 1.158347",\
|
|
"0.916336, 0.926322, 0.950550, 1.021872, 1.281604",\
|
|
"1.110794, 1.120781, 1.145008, 1.216330, 1.476062",\
|
|
"1.913685, 1.923672, 1.947899, 2.019221, 2.278953");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019441, 0.025519, 0.046723, 0.127514, 0.484147",\
|
|
"0.019441, 0.025519, 0.046723, 0.127514, 0.484147",\
|
|
"0.019442, 0.025519, 0.046723, 0.127514, 0.484147",\
|
|
"0.019443, 0.025520, 0.046724, 0.127514, 0.484147",\
|
|
"0.019443, 0.025520, 0.046724, 0.127514, 0.484147");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "debug_out" ;
|
|
timing_type : combinational ;
|
|
timing_sense : positive_unate ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.493398, 0.506052, 0.540570, 0.681749, 1.266674",\
|
|
"0.569450, 0.582104, 0.616622, 0.757801, 1.342727",\
|
|
"0.610142, 0.622796, 0.657313, 0.798493, 1.383418",\
|
|
"0.649935, 0.662589, 0.697107, 0.838286, 1.423212",\
|
|
"0.812718, 0.825372, 0.859891, 1.001071, 1.585994");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021221, 0.032391, 0.072812, 0.268026, 1.103795",\
|
|
"0.021221, 0.032391, 0.072812, 0.268026, 1.103795",\
|
|
"0.021221, 0.032391, 0.072812, 0.268026, 1.103795",\
|
|
"0.021221, 0.032391, 0.072813, 0.268026, 1.103795",\
|
|
"0.021225, 0.032395, 0.072814, 0.268026, 1.103796");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.669214, 0.679201, 0.701912, 0.770913, 1.018486",\
|
|
"0.791966, 0.801953, 0.824663, 0.893665, 1.141238",\
|
|
"0.915223, 0.925210, 0.947920, 1.016922, 1.264495",\
|
|
"1.109682, 1.119669, 1.142380, 1.211381, 1.458954",\
|
|
"1.912572, 1.922559, 1.945270, 2.014271, 2.261844");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019421, 0.025502, 0.043880, 0.119564, 0.454047",\
|
|
"0.019421, 0.025502, 0.043880, 0.119564, 0.454047",\
|
|
"0.019421, 0.025502, 0.043881, 0.119564, 0.454047",\
|
|
"0.019421, 0.025502, 0.043881, 0.119564, 0.454047",\
|
|
"0.019421, 0.025502, 0.043881, 0.119564, 0.454048");
|
|
}
|
|
|
|
} /* end of arc debug_out_mgmt_gpio_out[0]_una_min*/
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.649087, 2.661739, 2.697766, 2.840668, 3.438376",\
|
|
"2.758821, 2.771472, 2.807499, 2.950401, 3.548109",\
|
|
"2.850771, 2.863423, 2.899449, 3.042352, 3.640059",\
|
|
"2.991074, 3.003726, 3.039753, 3.182655, 3.780363",\
|
|
"3.562854, 3.575506, 3.611532, 3.754435, 4.352143");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021211, 0.032383, 0.075625, 0.278439, 1.150091",\
|
|
"0.021211, 0.032383, 0.075625, 0.278439, 1.150091",\
|
|
"0.021211, 0.032383, 0.075625, 0.278439, 1.150091",\
|
|
"0.021211, 0.032383, 0.075625, 0.278439, 1.150091",\
|
|
"0.021211, 0.032383, 0.075625, 0.278439, 1.150091");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.876371, 2.886358, 2.910586, 2.981909, 3.241639",\
|
|
"2.986104, 2.996092, 3.020319, 3.091642, 3.351372",\
|
|
"3.078055, 3.088042, 3.112270, 3.183593, 3.443323",\
|
|
"3.218358, 3.228345, 3.252573, 3.323896, 3.583626",\
|
|
"3.790138, 3.800125, 3.824353, 3.895676, 4.155406");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148",\
|
|
"0.019447, 0.025524, 0.046727, 0.127515, 0.484148");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_mgmt_gpio_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.500057, 2.512708, 2.547224, 2.688402, 3.273332",\
|
|
"2.592599, 2.605251, 2.639766, 2.780944, 3.365875",\
|
|
"2.662294, 2.674946, 2.709462, 2.850640, 3.435570",\
|
|
"2.749279, 2.761930, 2.796446, 2.937624, 3.522554",\
|
|
"3.103446, 3.116097, 3.150613, 3.291791, 3.876721");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.021211, 0.032383, 0.072807, 0.268028, 1.103793",\
|
|
"0.021211, 0.032383, 0.072807, 0.268028, 1.103793",\
|
|
"0.021211, 0.032383, 0.072807, 0.268028, 1.103793",\
|
|
"0.021211, 0.032383, 0.072807, 0.268028, 1.103793",\
|
|
"0.021211, 0.032383, 0.072807, 0.268028, 1.103793");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "2.726234, 2.736221, 2.758933, 2.827935, 3.075506",\
|
|
"2.818777, 2.828764, 2.851475, 2.920478, 3.168049",\
|
|
"2.888472, 2.898459, 2.921170, 2.990173, 3.237744",\
|
|
"2.975457, 2.985444, 3.008155, 3.077158, 3.324728",\
|
|
"3.329623, 3.339610, 3.362322, 3.431324, 3.678895");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000769, 0.011541, 0.050769, 0.232848, 1.000000");
|
|
values ( "0.019426, 0.025506, 0.043884, 0.119564, 0.454047",\
|
|
"0.019426, 0.025506, 0.043884, 0.119564, 0.454047",\
|
|
"0.019426, 0.025506, 0.043884, 0.119564, 0.454047",\
|
|
"0.019426, 0.025506, 0.043884, 0.119564, 0.454047",\
|
|
"0.019426, 0.025506, 0.043884, 0.119564, 0.454047");
|
|
}
|
|
|
|
} /* 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.001832 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "2.640309, 2.654052, 2.691567, 2.835185, 3.431881",\
|
|
"2.750042, 2.763785, 2.801300, 2.944918, 3.541614",\
|
|
"2.841992, 2.855736, 2.893250, 3.036869, 3.633564",\
|
|
"2.982296, 2.996039, 3.033554, 3.177172, 3.773868",\
|
|
"3.554075, 3.567818, 3.605333, 3.748951, 4.345647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.028529, 0.039038, 0.080668, 0.281560, 1.153352",\
|
|
"0.028529, 0.039038, 0.080668, 0.281560, 1.153352",\
|
|
"0.028529, 0.039038, 0.080668, 0.281560, 1.153352",\
|
|
"0.028529, 0.039038, 0.080668, 0.281560, 1.153352",\
|
|
"0.028529, 0.039038, 0.080668, 0.281560, 1.153352");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "2.652958, 2.662648, 2.687253, 2.759252, 3.019723",\
|
|
"2.762691, 2.772382, 2.796986, 2.868985, 3.129456",\
|
|
"2.854642, 2.864332, 2.888937, 2.960936, 3.221407",\
|
|
"2.994946, 3.004636, 3.029240, 3.101239, 3.361710",\
|
|
"3.566725, 3.576415, 3.601020, 3.673019, 3.933490");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.021732, 0.027506, 0.048928, 0.129785, 0.488893",\
|
|
"0.021732, 0.027506, 0.048928, 0.129785, 0.488893",\
|
|
"0.021732, 0.027506, 0.048928, 0.129785, 0.488893",\
|
|
"0.021732, 0.027506, 0.048928, 0.129785, 0.488893",\
|
|
"0.021732, 0.027506, 0.048928, 0.129785, 0.488893");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "2.467288, 2.481006, 2.516760, 2.658226, 3.240904",\
|
|
"2.559831, 2.573549, 2.609303, 2.750768, 3.333446",\
|
|
"2.629526, 2.643244, 2.678998, 2.820463, 3.403141",\
|
|
"2.716510, 2.730228, 2.765983, 2.907448, 3.490126",\
|
|
"3.070677, 3.084395, 3.120150, 3.261615, 3.844293");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.028432, 0.038949, 0.077387, 0.269534, 1.101292",\
|
|
"0.028432, 0.038949, 0.077387, 0.269534, 1.101292",\
|
|
"0.028432, 0.038949, 0.077387, 0.269534, 1.101292",\
|
|
"0.028432, 0.038949, 0.077387, 0.269534, 1.101292",\
|
|
"0.028432, 0.038949, 0.077387, 0.269534, 1.101292");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "2.498752, 2.508384, 2.531136, 2.600524, 2.847376",\
|
|
"2.591295, 2.600927, 2.623679, 2.693067, 2.939919",\
|
|
"2.660990, 2.670622, 2.693374, 2.762762, 3.009614",\
|
|
"2.747974, 2.757606, 2.780358, 2.849746, 3.096598",\
|
|
"3.102141, 3.111773, 3.134525, 3.203913, 3.450765");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001832, 0.012604, 0.051832, 0.233911, 1.000000");
|
|
values ( "0.021496, 0.027253, 0.045452, 0.120369, 0.454103",\
|
|
"0.021496, 0.027253, 0.045452, 0.120369, 0.454103",\
|
|
"0.021496, 0.027253, 0.045452, 0.120369, 0.454103",\
|
|
"0.021496, 0.027253, 0.045452, 0.120369, 0.454103",\
|
|
"0.021496, 0.027253, 0.045452, 0.120369, 0.454103");
|
|
}
|
|
|
|
} /* 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.002536 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "2.741883, 2.754282, 2.790908, 2.934622, 3.532549",\
|
|
"2.851616, 2.864016, 2.900641, 3.044355, 3.642283",\
|
|
"2.943566, 2.955966, 2.992591, 3.136306, 3.734233",\
|
|
"3.083870, 3.096269, 3.132895, 3.276609, 3.874537",\
|
|
"3.655649, 3.668049, 3.704674, 3.848389, 4.446316");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.025270, 0.036026, 0.079438, 0.282862, 1.159926",\
|
|
"0.025270, 0.036026, 0.079438, 0.282862, 1.159926",\
|
|
"0.025270, 0.036026, 0.079438, 0.282862, 1.159926",\
|
|
"0.025270, 0.036026, 0.079438, 0.282862, 1.159926",\
|
|
"0.025270, 0.036026, 0.079438, 0.282862, 1.159926");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "2.523358, 2.532540, 2.556720, 2.628351, 2.889783",\
|
|
"2.633091, 2.642273, 2.666454, 2.738084, 2.999516",\
|
|
"2.725041, 2.734223, 2.758404, 2.830034, 3.091466",\
|
|
"2.865345, 2.874527, 2.898707, 2.970338, 3.231770",\
|
|
"3.437124, 3.446306, 3.470487, 3.542117, 3.803549");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.020727, 0.026377, 0.048263, 0.130401, 0.492251",\
|
|
"0.020727, 0.026377, 0.048263, 0.130401, 0.492251",\
|
|
"0.020727, 0.026377, 0.048263, 0.130401, 0.492251",\
|
|
"0.020727, 0.026377, 0.048263, 0.130401, 0.492251",\
|
|
"0.020727, 0.026377, 0.048263, 0.130401, 0.492251");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "2.526685, 2.539084, 2.573804, 2.715163, 3.297952",\
|
|
"2.619227, 2.631626, 2.666346, 2.807705, 3.390494",\
|
|
"2.688922, 2.701322, 2.736042, 2.877400, 3.460190",\
|
|
"2.775907, 2.788306, 2.823026, 2.964385, 3.547174",\
|
|
"3.130074, 3.142473, 3.177193, 3.318552, 3.901341");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.025270, 0.036026, 0.075898, 0.269850, 1.103529",\
|
|
"0.025270, 0.036026, 0.075898, 0.269850, 1.103529",\
|
|
"0.025270, 0.036026, 0.075898, 0.269850, 1.103529",\
|
|
"0.025270, 0.036026, 0.075898, 0.269850, 1.103529",\
|
|
"0.025270, 0.036026, 0.075898, 0.269850, 1.103529");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "2.361869, 2.371051, 2.393320, 2.462255, 2.709196",\
|
|
"2.454412, 2.463594, 2.485862, 2.554798, 2.801738",\
|
|
"2.524107, 2.533289, 2.555557, 2.624493, 2.871434",\
|
|
"2.611092, 2.620274, 2.642542, 2.711478, 2.958418",\
|
|
"2.965258, 2.974440, 2.996709, 3.065644, 3.312585");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002536, 0.013309, 0.052536, 0.234615, 1.000000");
|
|
values ( "0.020727, 0.026377, 0.044707, 0.120341, 0.454050",\
|
|
"0.020727, 0.026377, 0.044707, 0.120341, 0.454050",\
|
|
"0.020727, 0.026377, 0.044707, 0.120341, 0.454050",\
|
|
"0.020727, 0.026377, 0.044707, 0.120341, 0.454050",\
|
|
"0.020727, 0.026377, 0.044707, 0.120341, 0.454050");
|
|
}
|
|
|
|
} /* 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.001507 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.530445, 2.543458, 2.580137, 2.723599, 3.320449",\
|
|
"2.640178, 2.653191, 2.689870, 2.833332, 3.430182",\
|
|
"2.732129, 2.745141, 2.781820, 2.925282, 3.522132",\
|
|
"2.872432, 2.885445, 2.922123, 3.065586, 3.662436",\
|
|
"3.444211, 3.457224, 3.493903, 3.637365, 4.234215");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.024803, 0.035619, 0.078226, 0.280184, 1.152642",\
|
|
"0.024803, 0.035619, 0.078226, 0.280184, 1.152642",\
|
|
"0.024803, 0.035619, 0.078226, 0.280184, 1.152642",\
|
|
"0.024803, 0.035619, 0.078226, 0.280184, 1.152642",\
|
|
"0.024803, 0.035619, 0.078226, 0.280184, 1.152642");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.568584, 2.578220, 2.602420, 2.673969, 2.933991",\
|
|
"2.678318, 2.687953, 2.712153, 2.783702, 3.043724",\
|
|
"2.770268, 2.779903, 2.804104, 2.875653, 3.135674",\
|
|
"2.910572, 2.920207, 2.944407, 3.015956, 3.275978",\
|
|
"3.482351, 3.491986, 3.516186, 3.587735, 3.847757");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.020349, 0.026194, 0.047568, 0.128712, 0.486680",\
|
|
"0.020349, 0.026194, 0.047568, 0.128712, 0.486680",\
|
|
"0.020349, 0.026194, 0.047568, 0.128712, 0.486680",\
|
|
"0.020349, 0.026194, 0.047568, 0.128712, 0.486680",\
|
|
"0.020349, 0.026194, 0.047568, 0.128712, 0.486680");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll90_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.363449, 2.376462, 2.411509, 2.552899, 3.136368",\
|
|
"2.455992, 2.469004, 2.504052, 2.645442, 3.228911",\
|
|
"2.525687, 2.538700, 2.573747, 2.715137, 3.298606",\
|
|
"2.612671, 2.625684, 2.660732, 2.802121, 3.385590",\
|
|
"2.966838, 2.979851, 3.014898, 3.156288, 3.739757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.024803, 0.035619, 0.075162, 0.268801, 1.103170",\
|
|
"0.024803, 0.035619, 0.075162, 0.268801, 1.103170",\
|
|
"0.024803, 0.035619, 0.075162, 0.268801, 1.103170",\
|
|
"0.024803, 0.035619, 0.075162, 0.268801, 1.103170",\
|
|
"0.024803, 0.035619, 0.075162, 0.268801, 1.103170");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "2.416945, 2.426581, 2.449144, 2.518206, 2.765345",\
|
|
"2.509488, 2.519124, 2.541687, 2.610749, 2.857887",\
|
|
"2.579184, 2.588819, 2.611382, 2.680444, 2.927583",\
|
|
"2.666168, 2.675803, 2.698367, 2.767428, 3.014567",\
|
|
"3.020335, 3.029970, 3.052533, 3.121595, 3.368734");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001507, 0.012279, 0.051507, 0.233586, 1.000000");
|
|
values ( "0.020349, 0.026194, 0.044492, 0.119901, 0.454056",\
|
|
"0.020349, 0.026194, 0.044492, 0.119901, 0.454056",\
|
|
"0.020349, 0.026194, 0.044492, 0.119901, 0.454056",\
|
|
"0.020349, 0.026194, 0.044492, 0.119901, 0.454056",\
|
|
"0.020349, 0.026194, 0.044492, 0.119901, 0.454056");
|
|
}
|
|
|
|
} /* 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.001345 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "2.449303, 2.461906, 2.498166, 2.641560, 3.238965",\
|
|
"2.559036, 2.571640, 2.607900, 2.751293, 3.348698",\
|
|
"2.650986, 2.663590, 2.699850, 2.843243, 3.440648",\
|
|
"2.791290, 2.803894, 2.840153, 2.983547, 3.580952",\
|
|
"3.363069, 3.375673, 3.411933, 3.555326, 4.152731");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.022768, 0.033755, 0.076985, 0.279882, 1.153407",\
|
|
"0.022768, 0.033755, 0.076985, 0.279882, 1.153407",\
|
|
"0.022768, 0.033755, 0.076985, 0.279882, 1.153407",\
|
|
"0.022768, 0.033755, 0.076985, 0.279882, 1.153407",\
|
|
"0.022768, 0.033755, 0.076985, 0.279882, 1.153407");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "2.518582, 2.528292, 2.552498, 2.623970, 2.884182",\
|
|
"2.628316, 2.638025, 2.662231, 2.733704, 2.993915",\
|
|
"2.720266, 2.729975, 2.754182, 2.825654, 3.085865",\
|
|
"2.860569, 2.870279, 2.894485, 2.965957, 3.226169",\
|
|
"3.432349, 3.442058, 3.466265, 3.537737, 3.797949");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.019944, 0.025862, 0.047278, 0.128498, 0.486660",\
|
|
"0.019944, 0.025862, 0.047278, 0.128498, 0.486660",\
|
|
"0.019944, 0.025862, 0.047278, 0.128498, 0.486660",\
|
|
"0.019944, 0.025862, 0.047278, 0.128498, 0.486660",\
|
|
"0.019944, 0.025862, 0.047278, 0.128498, 0.486660");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "2.300286, 2.312890, 2.347523, 2.488823, 3.072858",\
|
|
"2.392828, 2.405432, 2.440066, 2.581365, 3.165401",\
|
|
"2.462524, 2.475128, 2.509761, 2.651061, 3.235096",\
|
|
"2.549508, 2.562112, 2.596746, 2.738045, 3.322080",\
|
|
"2.903675, 2.916279, 2.950912, 3.092212, 3.676247");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.022768, 0.033755, 0.073930, 0.268517, 1.103939",\
|
|
"0.022768, 0.033755, 0.073930, 0.268517, 1.103939",\
|
|
"0.022768, 0.033755, 0.073930, 0.268517, 1.103939",\
|
|
"0.022768, 0.033755, 0.073930, 0.268517, 1.103939",\
|
|
"0.022768, 0.033755, 0.073930, 0.268517, 1.103939");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "2.369566, 2.379275, 2.401850, 2.470850, 2.718178",\
|
|
"2.462108, 2.471817, 2.494393, 2.563393, 2.810721",\
|
|
"2.531804, 2.541513, 2.564088, 2.633088, 2.880416",\
|
|
"2.618788, 2.628497, 2.651073, 2.720073, 2.967400",\
|
|
"2.972955, 2.982664, 3.005239, 3.074239, 3.321567");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001345, 0.012118, 0.051345, 0.233424, 1.000000");
|
|
values ( "0.019944, 0.025862, 0.044211, 0.119821, 0.454050",\
|
|
"0.019944, 0.025862, 0.044211, 0.119821, 0.454050",\
|
|
"0.019944, 0.025862, 0.044211, 0.119821, 0.454050",\
|
|
"0.019944, 0.025862, 0.044211, 0.119821, 0.454050",\
|
|
"0.019944, 0.025862, 0.044211, 0.119821, 0.454050");
|
|
}
|
|
|
|
} /* 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.002261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "2.560189, 2.572831, 2.609563, 2.753194, 3.350605",\
|
|
"2.669923, 2.682564, 2.719296, 2.862927, 3.460338",\
|
|
"2.761873, 2.774514, 2.811246, 2.954877, 3.552289",\
|
|
"2.902177, 2.914818, 2.951550, 3.095181, 3.692592",\
|
|
"3.473956, 3.486598, 3.523330, 3.666960, 4.264372");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.025643, 0.036363, 0.079360, 0.282077, 1.157138",\
|
|
"0.025643, 0.036363, 0.079360, 0.282077, 1.157138",\
|
|
"0.025643, 0.036363, 0.079360, 0.282077, 1.157138",\
|
|
"0.025643, 0.036363, 0.079360, 0.282077, 1.157138",\
|
|
"0.025643, 0.036363, 0.079360, 0.282077, 1.157138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "2.590299, 2.599581, 2.623767, 2.695384, 2.956251",\
|
|
"2.700032, 2.709314, 2.733500, 2.805117, 3.065984",\
|
|
"2.791983, 2.801264, 2.825450, 2.897068, 3.157935",\
|
|
"2.932286, 2.941568, 2.965754, 3.037371, 3.298238",\
|
|
"3.504066, 3.513347, 3.537533, 3.609151, 3.870018");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.020862, 0.026531, 0.048212, 0.129836, 0.490303",\
|
|
"0.020862, 0.026531, 0.048212, 0.129836, 0.490303",\
|
|
"0.020862, 0.026531, 0.048212, 0.129836, 0.490303",\
|
|
"0.020862, 0.026531, 0.048212, 0.129836, 0.490303",\
|
|
"0.020862, 0.026531, 0.048212, 0.129836, 0.490303");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "2.359920, 2.372561, 2.407484, 2.548863, 3.131753",\
|
|
"2.452462, 2.465104, 2.500026, 2.641405, 3.224296",\
|
|
"2.522158, 2.534799, 2.569722, 2.711101, 3.293991",\
|
|
"2.609142, 2.621784, 2.656706, 2.798085, 3.380976",\
|
|
"2.963309, 2.975950, 3.010873, 3.152252, 3.735142");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.025643, 0.036363, 0.075978, 0.269625, 1.103156",\
|
|
"0.025643, 0.036363, 0.075978, 0.269625, 1.103156",\
|
|
"0.025643, 0.036363, 0.075978, 0.269625, 1.103156",\
|
|
"0.025643, 0.036363, 0.075978, 0.269625, 1.103156",\
|
|
"0.025643, 0.036363, 0.075978, 0.269625, 1.103156");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "2.426351, 2.435633, 2.458003, 2.527026, 2.773913",\
|
|
"2.518894, 2.528175, 2.550545, 2.619569, 2.866456",\
|
|
"2.588589, 2.597871, 2.620240, 2.689264, 2.936151",\
|
|
"2.675574, 2.684855, 2.707225, 2.776249, 3.023135",\
|
|
"3.029740, 3.039022, 3.061392, 3.130415, 3.377302");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002261, 0.013033, 0.052261, 0.234340, 1.000000");
|
|
values ( "0.020862, 0.026531, 0.044815, 0.120232, 0.454056",\
|
|
"0.020862, 0.026531, 0.044815, 0.120232, 0.454056",\
|
|
"0.020862, 0.026531, 0.044815, 0.120232, 0.454056",\
|
|
"0.020862, 0.026531, 0.044815, 0.120232, 0.454056",\
|
|
"0.020862, 0.026531, 0.044815, 0.120232, 0.454056");
|
|
}
|
|
|
|
} /* 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.001245 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "2.711614, 2.724364, 2.760713, 2.904119, 3.501174",\
|
|
"2.821347, 2.834097, 2.870446, 3.013852, 3.610907",\
|
|
"2.913298, 2.926048, 2.962397, 3.105803, 3.702857",\
|
|
"3.053602, 3.066351, 3.102700, 3.246106, 3.843161",\
|
|
"3.625381, 3.638131, 3.674480, 3.817886, 4.414940");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.023136, 0.034073, 0.077078, 0.279504, 1.152502",\
|
|
"0.023136, 0.034073, 0.077078, 0.279504, 1.152502",\
|
|
"0.023136, 0.034073, 0.077078, 0.279504, 1.152502",\
|
|
"0.023136, 0.034073, 0.077078, 0.279504, 1.152502",\
|
|
"0.023136, 0.034073, 0.077078, 0.279504, 1.152502");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "2.512575, 2.522329, 2.546521, 2.617942, 2.878002",\
|
|
"2.622308, 2.632062, 2.656255, 2.727675, 2.987735",\
|
|
"2.714259, 2.724013, 2.748205, 2.819626, 3.079685",\
|
|
"2.854563, 2.864316, 2.888509, 2.959929, 3.219989",\
|
|
"3.426342, 3.436096, 3.460288, 3.531709, 3.791769");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.019793, 0.025749, 0.047117, 0.128274, 0.485914",\
|
|
"0.019793, 0.025749, 0.047117, 0.128274, 0.485914",\
|
|
"0.019793, 0.025749, 0.047117, 0.128274, 0.485914",\
|
|
"0.019793, 0.025749, 0.047117, 0.128274, 0.485914",\
|
|
"0.019793, 0.025749, 0.047117, 0.128274, 0.485914");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "2.528701, 2.541451, 2.576209, 2.717568, 3.301467",\
|
|
"2.621243, 2.633993, 2.668751, 2.810110, 3.394010",\
|
|
"2.690938, 2.703688, 2.738446, 2.879806, 3.463705",\
|
|
"2.777923, 2.790673, 2.825431, 2.966790, 3.550689",\
|
|
"3.132090, 3.144840, 3.179598, 3.320957, 3.904856");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.023136, 0.034073, 0.074083, 0.268354, 1.103968",\
|
|
"0.023136, 0.034073, 0.074083, 0.268354, 1.103968",\
|
|
"0.023136, 0.034073, 0.074083, 0.268354, 1.103968",\
|
|
"0.023136, 0.034073, 0.074083, 0.268354, 1.103968",\
|
|
"0.023136, 0.034073, 0.074083, 0.268354, 1.103968");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "2.356860, 2.366614, 2.389210, 2.458196, 2.705595",\
|
|
"2.449403, 2.459157, 2.481753, 2.550739, 2.798137",\
|
|
"2.519099, 2.528852, 2.551448, 2.620434, 2.867833",\
|
|
"2.606083, 2.615837, 2.638433, 2.707418, 2.954817",\
|
|
"2.960250, 2.970004, 2.992599, 3.061585, 3.308984");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001245, 0.012018, 0.051245, 0.233324, 1.000000");
|
|
values ( "0.019793, 0.025749, 0.044110, 0.119774, 0.454048",\
|
|
"0.019793, 0.025749, 0.044110, 0.119774, 0.454048",\
|
|
"0.019793, 0.025749, 0.044110, 0.119774, 0.454048",\
|
|
"0.019793, 0.025749, 0.044110, 0.119774, 0.454048",\
|
|
"0.019793, 0.025749, 0.044110, 0.119774, 0.454048");
|
|
}
|
|
|
|
} /* 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.001040 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "2.487947, 2.500752, 2.537048, 2.680104, 3.277127",\
|
|
"2.597680, 2.610485, 2.646781, 2.789837, 3.386860",\
|
|
"2.689630, 2.702435, 2.738731, 2.881787, 3.478810",\
|
|
"2.829933, 2.842738, 2.879035, 3.022090, 3.619113",\
|
|
"3.401713, 3.414518, 3.450814, 3.593870, 4.190893");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.022787, 0.033759, 0.076636, 0.278622, 1.150564",\
|
|
"0.022787, 0.033759, 0.076636, 0.278622, 1.150564",\
|
|
"0.022787, 0.033759, 0.076636, 0.278622, 1.150564",\
|
|
"0.022787, 0.033759, 0.076636, 0.278622, 1.150564",\
|
|
"0.022787, 0.033759, 0.076636, 0.278622, 1.150564");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "2.547283, 2.557134, 2.581333, 2.652697, 2.912328",\
|
|
"2.657017, 2.666867, 2.691066, 2.762430, 3.022061",\
|
|
"2.748967, 2.758818, 2.783017, 2.854380, 3.114011",\
|
|
"2.889270, 2.899121, 2.923320, 2.994683, 3.254314",\
|
|
"3.461050, 3.470901, 3.495100, 3.566463, 3.826094");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.019799, 0.025787, 0.046983, 0.127700, 0.484379",\
|
|
"0.019799, 0.025787, 0.046983, 0.127700, 0.484379",\
|
|
"0.019799, 0.025787, 0.046983, 0.127700, 0.484379",\
|
|
"0.019799, 0.025787, 0.046983, 0.127700, 0.484379",\
|
|
"0.019799, 0.025787, 0.046983, 0.127700, 0.484379");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "2.326315, 2.339120, 2.373885, 2.515237, 3.099336",\
|
|
"2.418858, 2.431663, 2.466428, 2.607779, 3.191879",\
|
|
"2.488553, 2.501358, 2.536123, 2.677475, 3.261574",\
|
|
"2.575537, 2.588342, 2.623107, 2.764459, 3.348558",\
|
|
"2.929704, 2.942509, 2.977274, 3.118626, 3.702725");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.022787, 0.033759, 0.073791, 0.268133, 1.103992",\
|
|
"0.022787, 0.033759, 0.073791, 0.268133, 1.103992",\
|
|
"0.022787, 0.033759, 0.073791, 0.268133, 1.103992",\
|
|
"0.022787, 0.033759, 0.073791, 0.268133, 1.103992",\
|
|
"0.022787, 0.033759, 0.073791, 0.268133, 1.103992");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "2.392090, 2.401941, 2.424605, 2.493636, 2.741035",\
|
|
"2.484632, 2.494483, 2.517148, 2.586179, 2.833578",\
|
|
"2.554328, 2.564179, 2.586843, 2.655874, 2.903273",\
|
|
"2.641312, 2.651163, 2.673827, 2.742858, 2.990257",\
|
|
"2.995479, 3.005330, 3.027994, 3.097025, 3.344424");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001040, 0.011813, 0.051040, 0.233119, 1.000000");
|
|
values ( "0.019799, 0.025787, 0.044128, 0.119689, 0.454051",\
|
|
"0.019799, 0.025787, 0.044128, 0.119689, 0.454051",\
|
|
"0.019799, 0.025787, 0.044128, 0.119689, 0.454051",\
|
|
"0.019799, 0.025787, 0.044128, 0.119689, 0.454051",\
|
|
"0.019799, 0.025787, 0.044128, 0.119689, 0.454051");
|
|
}
|
|
|
|
} /* 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.001996 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "2.443035, 2.455246, 2.491445, 2.634944, 3.233244",\
|
|
"2.552768, 2.564979, 2.601178, 2.744677, 3.342978",\
|
|
"2.644719, 2.656930, 2.693129, 2.836627, 3.434928",\
|
|
"2.785022, 2.797233, 2.833432, 2.976931, 3.575231",\
|
|
"3.356802, 3.369013, 3.405212, 3.548711, 4.147011");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.022884, 0.033883, 0.077671, 0.281735, 1.157826",\
|
|
"0.022884, 0.033883, 0.077671, 0.281735, 1.157826",\
|
|
"0.022884, 0.033883, 0.077671, 0.281735, 1.157826",\
|
|
"0.022884, 0.033883, 0.077671, 0.281735, 1.157826",\
|
|
"0.022884, 0.033883, 0.077671, 0.281735, 1.157826");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "2.517896, 2.527293, 2.551497, 2.623031, 2.884152",\
|
|
"2.627629, 2.637026, 2.661230, 2.732764, 2.993885",\
|
|
"2.719580, 2.728976, 2.753181, 2.824715, 3.085835",\
|
|
"2.859883, 2.869280, 2.893484, 2.965018, 3.226139",\
|
|
"3.431663, 3.441060, 3.465264, 3.536798, 3.797919");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.020297, 0.026061, 0.047792, 0.129683, 0.490274",\
|
|
"0.020297, 0.026061, 0.047792, 0.129683, 0.490274",\
|
|
"0.020297, 0.026061, 0.047792, 0.129683, 0.490274",\
|
|
"0.020297, 0.026061, 0.047792, 0.129683, 0.490274",\
|
|
"0.020297, 0.026061, 0.047792, 0.129683, 0.490274");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_div[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "2.286487, 2.298698, 2.333095, 2.474304, 3.058130",\
|
|
"2.379030, 2.391240, 2.425637, 2.566846, 3.150672",\
|
|
"2.448725, 2.460936, 2.495332, 2.636542, 3.220368",\
|
|
"2.535709, 2.547920, 2.582317, 2.723526, 3.307352",\
|
|
"2.889876, 2.902087, 2.936484, 3.077693, 3.661519");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.022884, 0.033883, 0.074309, 0.269315, 1.103847",\
|
|
"0.022884, 0.033883, 0.074309, 0.269315, 1.103847",\
|
|
"0.022884, 0.033883, 0.074309, 0.269315, 1.103847",\
|
|
"0.022884, 0.033883, 0.074309, 0.269315, 1.103847",\
|
|
"0.022884, 0.033883, 0.074309, 0.269315, 1.103847");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "2.365051, 2.374448, 2.396844, 2.465787, 2.712945",\
|
|
"2.457593, 2.466990, 2.489386, 2.558330, 2.805488",\
|
|
"2.527289, 2.536685, 2.559082, 2.628025, 2.875183",\
|
|
"2.614273, 2.623670, 2.646066, 2.715009, 2.962168",\
|
|
"2.968440, 2.977837, 3.000233, 3.069176, 3.316335");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001996, 0.012769, 0.051996, 0.234075, 1.000000");
|
|
values ( "0.020297, 0.026061, 0.044416, 0.120102, 0.454048",\
|
|
"0.020297, 0.026061, 0.044416, 0.120102, 0.454048",\
|
|
"0.020297, 0.026061, 0.044416, 0.120102, 0.454048",\
|
|
"0.020297, 0.026061, 0.044416, 0.120102, 0.454048",\
|
|
"0.020297, 0.026061, 0.044416, 0.120102, 0.454048");
|
|
}
|
|
|
|
} /* 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.002001 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "2.516051, 2.528634, 2.565193, 2.708780, 3.306287",\
|
|
"2.625784, 2.638367, 2.674926, 2.818513, 3.416020",\
|
|
"2.717734, 2.730317, 2.766877, 2.910463, 3.507971",\
|
|
"2.858038, 2.870621, 2.907180, 3.050767, 3.648274",\
|
|
"3.429817, 3.442400, 3.478960, 3.622546, 4.220054");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.024612, 0.035423, 0.078581, 0.281474, 1.156628",\
|
|
"0.024612, 0.035423, 0.078581, 0.281474, 1.156628",\
|
|
"0.024612, 0.035423, 0.078581, 0.281474, 1.156628",\
|
|
"0.024612, 0.035423, 0.078581, 0.281474, 1.156628",\
|
|
"0.024612, 0.035423, 0.078581, 0.281474, 1.156628");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "2.558939, 2.568340, 2.592538, 2.664097, 2.924899",\
|
|
"2.668672, 2.678074, 2.702271, 2.773830, 3.034632",\
|
|
"2.760623, 2.770024, 2.794222, 2.865780, 3.126583",\
|
|
"2.900926, 2.910327, 2.934525, 3.006084, 3.266886",\
|
|
"3.472706, 3.482107, 3.506305, 3.577863, 3.838666");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.020559, 0.026299, 0.047932, 0.129528, 0.489536",\
|
|
"0.020559, 0.026299, 0.047932, 0.129528, 0.489536",\
|
|
"0.020559, 0.026299, 0.047932, 0.129528, 0.489536",\
|
|
"0.020559, 0.026299, 0.047932, 0.129528, 0.489536",\
|
|
"0.020559, 0.026299, 0.047932, 0.129528, 0.489536");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "2.329047, 2.341630, 2.376420, 2.517785, 3.100998",\
|
|
"2.421590, 2.434173, 2.468963, 2.610328, 3.193541",\
|
|
"2.491285, 2.503868, 2.538658, 2.680023, 3.263236",\
|
|
"2.578269, 2.590852, 2.625643, 2.767007, 3.350220",\
|
|
"2.932436, 2.945019, 2.979810, 3.121174, 3.704387");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.024612, 0.035423, 0.075273, 0.269255, 1.103584",\
|
|
"0.024612, 0.035423, 0.075273, 0.269255, 1.103584",\
|
|
"0.024612, 0.035423, 0.075273, 0.269255, 1.103584",\
|
|
"0.024612, 0.035423, 0.075273, 0.269255, 1.103584",\
|
|
"0.024612, 0.035423, 0.075273, 0.269255, 1.103584");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "2.398584, 2.407985, 2.430408, 2.499414, 2.746448",\
|
|
"2.491126, 2.500527, 2.522950, 2.591956, 2.838990",\
|
|
"2.560821, 2.570223, 2.592645, 2.661652, 2.908685",\
|
|
"2.647806, 2.657207, 2.679630, 2.748636, 2.995670",\
|
|
"3.001972, 3.011374, 3.033797, 3.102803, 3.349837");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002001, 0.012773, 0.052001, 0.234080, 1.000000");
|
|
values ( "0.020559, 0.026299, 0.044610, 0.120113, 0.454053",\
|
|
"0.020559, 0.026299, 0.044610, 0.120113, 0.454053",\
|
|
"0.020559, 0.026299, 0.044610, 0.120113, 0.454053",\
|
|
"0.020559, 0.026299, 0.044610, 0.120113, 0.454053",\
|
|
"0.020559, 0.026299, 0.044610, 0.120113, 0.454053");
|
|
}
|
|
|
|
} /* 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.002447 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "2.687516, 2.699665, 2.736019, 2.879675, 3.477991",\
|
|
"2.797249, 2.809398, 2.845752, 2.989408, 3.587724",\
|
|
"2.889199, 2.901349, 2.937703, 3.081358, 3.679675",\
|
|
"3.029503, 3.041652, 3.078006, 3.221662, 3.819978",\
|
|
"3.601282, 3.613431, 3.649786, 3.793441, 4.391757");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.023939, 0.034825, 0.078642, 0.282719, 1.160334",\
|
|
"0.023939, 0.034825, 0.078642, 0.282719, 1.160334",\
|
|
"0.023939, 0.034825, 0.078642, 0.282719, 1.160334",\
|
|
"0.023939, 0.034825, 0.078642, 0.282719, 1.160334",\
|
|
"0.023939, 0.034825, 0.078642, 0.282719, 1.160334");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "2.494083, 2.503282, 2.527465, 2.599058, 2.860591",\
|
|
"2.603816, 2.613016, 2.637198, 2.708792, 2.970325",\
|
|
"2.695766, 2.704966, 2.729148, 2.800742, 3.062275",\
|
|
"2.836070, 2.845269, 2.869452, 2.941046, 3.202579",\
|
|
"3.407850, 3.417049, 3.441231, 3.512825, 3.774358");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.020507, 0.026181, 0.048093, 0.130348, 0.492239",\
|
|
"0.020507, 0.026181, 0.048093, 0.130348, 0.492239",\
|
|
"0.020507, 0.026181, 0.048093, 0.130348, 0.492239",\
|
|
"0.020507, 0.026181, 0.048093, 0.130348, 0.492239",\
|
|
"0.020507, 0.026181, 0.048093, 0.130348, 0.492239");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "2.501140, 2.513289, 2.547741, 2.689024, 3.272222",\
|
|
"2.593683, 2.605832, 2.640284, 2.781567, 3.364764",\
|
|
"2.663378, 2.675527, 2.709979, 2.851262, 3.434459",\
|
|
"2.750363, 2.762512, 2.796964, 2.938247, 3.521444",\
|
|
"3.104529, 3.116678, 3.151130, 3.292413, 3.875611");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.023939, 0.034825, 0.075107, 0.269719, 1.103938",\
|
|
"0.023939, 0.034825, 0.075107, 0.269719, 1.103938",\
|
|
"0.023939, 0.034825, 0.075107, 0.269719, 1.103938",\
|
|
"0.023939, 0.034825, 0.075107, 0.269719, 1.103938",\
|
|
"0.023939, 0.034825, 0.075107, 0.269719, 1.103938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "2.334881, 2.344080, 2.366354, 2.435253, 2.682305",\
|
|
"2.427423, 2.436623, 2.458897, 2.527795, 2.774847",\
|
|
"2.497119, 2.506318, 2.528592, 2.597491, 2.844543",\
|
|
"2.584103, 2.593303, 2.615577, 2.684475, 2.931527",\
|
|
"2.938270, 2.947469, 2.969743, 3.038642, 3.285694");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002447, 0.013220, 0.052447, 0.234526, 1.000000");
|
|
values ( "0.020507, 0.026181, 0.044542, 0.120296, 0.454047",\
|
|
"0.020507, 0.026181, 0.044542, 0.120296, 0.454047",\
|
|
"0.020507, 0.026181, 0.044542, 0.120296, 0.454047",\
|
|
"0.020507, 0.026181, 0.044542, 0.120296, 0.454047",\
|
|
"0.020507, 0.026181, 0.044542, 0.120296, 0.454047");
|
|
}
|
|
|
|
} /* 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.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.454240, 2.467044, 2.503195, 2.646139, 3.242066",\
|
|
"2.563973, 2.576777, 2.612928, 2.755872, 3.351799",\
|
|
"2.655923, 2.668727, 2.704878, 2.847823, 3.443749",\
|
|
"2.796227, 2.809031, 2.845182, 2.988126, 3.584053",\
|
|
"3.368006, 3.380810, 3.416961, 3.559906, 4.155832");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.021953, 0.033028, 0.075938, 0.278010, 1.147940",\
|
|
"0.021953, 0.033028, 0.075938, 0.278010, 1.147940",\
|
|
"0.021953, 0.033028, 0.075938, 0.278010, 1.147940",\
|
|
"0.021953, 0.033028, 0.075938, 0.278010, 1.147940",\
|
|
"0.021953, 0.033028, 0.075938, 0.278010, 1.147940");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.513685, 2.523664, 2.547856, 2.619138, 2.878795",\
|
|
"2.623418, 2.633397, 2.657589, 2.728871, 2.988528",\
|
|
"2.715369, 2.725347, 2.749540, 2.820821, 3.080479",\
|
|
"2.855672, 2.865650, 2.889843, 2.961124, 3.220782",\
|
|
"3.427452, 3.437430, 3.461623, 3.532904, 3.792562");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019525, 0.025595, 0.046690, 0.127249, 0.483318",\
|
|
"0.019525, 0.025595, 0.046690, 0.127249, 0.483318",\
|
|
"0.019525, 0.025595, 0.046690, 0.127249, 0.483318",\
|
|
"0.019525, 0.025595, 0.046690, 0.127249, 0.483318",\
|
|
"0.019525, 0.025595, 0.046690, 0.127249, 0.483318");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_sel[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.290898, 2.303703, 2.338390, 2.479670, 3.064239",\
|
|
"2.383441, 2.396245, 2.430933, 2.572213, 3.156782",\
|
|
"2.453136, 2.465940, 2.500628, 2.641908, 3.226477",\
|
|
"2.540121, 2.552925, 2.587612, 2.728892, 3.313462",\
|
|
"2.894287, 2.907092, 2.941779, 3.083059, 3.667629");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.021953, 0.033028, 0.073209, 0.267922, 1.103908",\
|
|
"0.021953, 0.033028, 0.073209, 0.267922, 1.103908",\
|
|
"0.021953, 0.033028, 0.073209, 0.267922, 1.103908",\
|
|
"0.021953, 0.033028, 0.073209, 0.267922, 1.103908",\
|
|
"0.021953, 0.033028, 0.073209, 0.267922, 1.103908");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.360927, 2.370904, 2.393631, 2.462655, 2.710182",\
|
|
"2.453469, 2.463447, 2.486173, 2.555198, 2.802725",\
|
|
"2.523164, 2.533143, 2.555869, 2.624893, 2.872420",\
|
|
"2.610149, 2.620127, 2.642853, 2.711878, 2.959404",\
|
|
"2.964315, 2.974294, 2.997020, 3.066044, 3.313571");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019525, 0.025595, 0.043952, 0.119569, 0.454049",\
|
|
"0.019525, 0.025595, 0.043952, 0.119569, 0.454049",\
|
|
"0.019525, 0.025595, 0.043952, 0.119569, 0.454049",\
|
|
"0.019525, 0.025595, 0.043952, 0.119569, 0.454049",\
|
|
"0.019525, 0.025595, 0.043952, 0.119569, 0.454049");
|
|
}
|
|
|
|
} /* 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.005352 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "2.650630, 2.659804, 2.695513, 2.841791, 3.452083",\
|
|
"2.760363, 2.769537, 2.805246, 2.951524, 3.561816",\
|
|
"2.852313, 2.861487, 2.897196, 3.043474, 3.653766",\
|
|
"2.992616, 3.001791, 3.037499, 3.183778, 3.794070",\
|
|
"3.564396, 3.573570, 3.609279, 3.755557, 4.365849");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.026355, 0.037069, 0.083317, 0.295621, 1.162779",\
|
|
"0.026355, 0.037069, 0.083317, 0.295621, 1.162779",\
|
|
"0.026355, 0.037069, 0.083317, 0.295621, 1.162779",\
|
|
"0.026355, 0.037069, 0.083317, 0.295621, 1.162779",\
|
|
"0.026355, 0.037069, 0.083317, 0.295621, 1.162779");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "2.483345, 2.491216, 2.516205, 2.589126, 2.853979",\
|
|
"2.593078, 2.600950, 2.625939, 2.698859, 2.963713",\
|
|
"2.685029, 2.692900, 2.717889, 2.790809, 3.055663",\
|
|
"2.825332, 2.833203, 2.858192, 2.931113, 3.195966",\
|
|
"3.397111, 3.404983, 3.429972, 3.502892, 3.767746");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.022019, 0.027234, 0.051012, 0.140821, 0.524917",\
|
|
"0.022019, 0.027234, 0.051012, 0.140821, 0.524917",\
|
|
"0.022019, 0.027234, 0.051012, 0.140821, 0.524917",\
|
|
"0.022019, 0.027234, 0.051012, 0.140821, 0.524917",\
|
|
"0.022019, 0.027234, 0.051012, 0.140821, 0.524917");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "2.488662, 2.500171, 2.535808, 2.681855, 3.286528",\
|
|
"2.581205, 2.592714, 2.628350, 2.774398, 3.379071",\
|
|
"2.650900, 2.662409, 2.698046, 2.844094, 3.448766",\
|
|
"2.737884, 2.749393, 2.785030, 2.931078, 3.535750",\
|
|
"3.092051, 3.103560, 3.139196, 3.285244, 3.889917");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.026355, 0.037069, 0.082934, 0.294041, 1.194390",\
|
|
"0.026355, 0.037069, 0.082934, 0.294041, 1.194390",\
|
|
"0.026355, 0.037069, 0.082934, 0.294041, 1.194390",\
|
|
"0.026355, 0.037069, 0.082934, 0.294041, 1.194390",\
|
|
"0.026355, 0.037069, 0.082934, 0.294041, 1.194390");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "2.328592, 2.337118, 2.361857, 2.434432, 2.697989",\
|
|
"2.421134, 2.429661, 2.454400, 2.526975, 2.790532",\
|
|
"2.490829, 2.499356, 2.524095, 2.596670, 2.860227",\
|
|
"2.577814, 2.586340, 2.611079, 2.683655, 2.947212",\
|
|
"2.931980, 2.940507, 2.965246, 3.037821, 3.301378");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.005352, 0.016124, 0.055352, 0.237431, 1.000000");
|
|
values ( "0.022019, 0.027234, 0.049870, 0.133650, 0.491041",\
|
|
"0.022019, 0.027234, 0.049870, 0.133650, 0.491041",\
|
|
"0.022019, 0.027234, 0.049870, 0.133650, 0.491041",\
|
|
"0.022019, 0.027234, 0.049870, 0.133650, 0.491041",\
|
|
"0.022019, 0.027234, 0.049870, 0.133650, 0.491041");
|
|
}
|
|
|
|
} /* 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.003457 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "2.612989, 2.624993, 2.661572, 2.805532, 3.404578",\
|
|
"2.722722, 2.734726, 2.771305, 2.915265, 3.514311",\
|
|
"2.814672, 2.826676, 2.863255, 3.007215, 3.606261",\
|
|
"2.954976, 2.966980, 3.003559, 3.147519, 3.746565",\
|
|
"3.526755, 3.538759, 3.575338, 3.719298, 4.318344");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.025471, 0.036243, 0.080453, 0.285362, 1.167093",\
|
|
"0.025471, 0.036243, 0.080453, 0.285362, 1.167093",\
|
|
"0.025471, 0.036243, 0.080453, 0.285362, 1.167093",\
|
|
"0.025471, 0.036243, 0.080453, 0.285362, 1.167093",\
|
|
"0.025471, 0.036243, 0.080453, 0.285362, 1.167093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "2.384372, 2.393295, 2.417490, 2.489291, 2.751964",\
|
|
"2.494105, 2.503028, 2.527223, 2.599024, 2.861697",\
|
|
"2.586056, 2.594978, 2.619174, 2.690974, 2.953648",\
|
|
"2.726359, 2.735282, 2.759477, 2.831278, 3.093951",\
|
|
"3.298138, 3.307061, 3.331256, 3.403057, 3.665730");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.021001, 0.026544, 0.048917, 0.132227, 0.497834",\
|
|
"0.021001, 0.026544, 0.048917, 0.132227, 0.497834",\
|
|
"0.021001, 0.026544, 0.048917, 0.132227, 0.497834",\
|
|
"0.021001, 0.026544, 0.048917, 0.132227, 0.497834",\
|
|
"0.021001, 0.026544, 0.048917, 0.132227, 0.497834");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "2.431075, 2.443079, 2.477469, 2.618797, 3.201006",\
|
|
"2.523618, 2.535622, 2.570012, 2.711339, 3.293548",\
|
|
"2.593313, 2.605317, 2.639707, 2.781034, 3.363244",\
|
|
"2.680298, 2.692302, 2.726692, 2.868019, 3.450228",\
|
|
"3.034464, 3.046468, 3.080858, 3.222185, 3.804395");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.025471, 0.036243, 0.076463, 0.270769, 1.103947",\
|
|
"0.025471, 0.036243, 0.076463, 0.270769, 1.103947",\
|
|
"0.025471, 0.036243, 0.076463, 0.270769, 1.103947",\
|
|
"0.025471, 0.036243, 0.076463, 0.270769, 1.103947",\
|
|
"0.025471, 0.036243, 0.076463, 0.270769, 1.103947");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "2.225993, 2.234916, 2.256915, 2.325741, 2.572501",\
|
|
"2.318536, 2.327458, 2.349458, 2.418283, 2.665044",\
|
|
"2.388231, 2.397154, 2.419153, 2.487979, 2.734739",\
|
|
"2.475215, 2.484138, 2.506137, 2.574963, 2.821723",\
|
|
"2.829382, 2.838305, 2.860304, 2.929130, 3.175890");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003457, 0.014229, 0.053457, 0.235536, 1.000000");
|
|
values ( "0.021001, 0.026544, 0.044906, 0.120734, 0.454045",\
|
|
"0.021001, 0.026544, 0.044906, 0.120734, 0.454045",\
|
|
"0.021001, 0.026544, 0.044906, 0.120734, 0.454045",\
|
|
"0.021001, 0.026544, 0.044906, 0.120734, 0.454045",\
|
|
"0.021001, 0.026544, 0.044906, 0.120734, 0.454045");
|
|
}
|
|
|
|
} /* 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.003716 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "2.515882, 2.525467, 2.561623, 2.705378, 3.304822",\
|
|
"2.625615, 2.635200, 2.671356, 2.815111, 3.414556",\
|
|
"2.717565, 2.727150, 2.763306, 2.907061, 3.506506",\
|
|
"2.857869, 2.867454, 2.903610, 3.047364, 3.646809",\
|
|
"3.429648, 3.439233, 3.475389, 3.619144, 4.218588");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.023879, 0.034880, 0.079634, 0.285726, 1.166202",\
|
|
"0.023879, 0.034880, 0.079634, 0.285726, 1.166202",\
|
|
"0.023879, 0.034880, 0.079634, 0.285726, 1.166202",\
|
|
"0.023879, 0.034880, 0.079634, 0.285726, 1.166202",\
|
|
"0.023879, 0.034880, 0.079634, 0.285726, 1.166202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "2.332707, 2.340942, 2.365020, 2.436819, 2.699279",\
|
|
"2.442440, 2.450675, 2.474753, 2.546552, 2.809012",\
|
|
"2.534390, 2.542626, 2.566703, 2.638502, 2.900963",\
|
|
"2.674694, 2.682929, 2.707007, 2.778805, 3.041266",\
|
|
"3.246473, 3.254709, 3.278786, 3.350585, 3.613046");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.020902, 0.026465, 0.048772, 0.132064, 0.497083",\
|
|
"0.020902, 0.026465, 0.048772, 0.132064, 0.497083",\
|
|
"0.020902, 0.026465, 0.048772, 0.132064, 0.497083",\
|
|
"0.020902, 0.026465, 0.048772, 0.132064, 0.497083",\
|
|
"0.020902, 0.026465, 0.048772, 0.132064, 0.497083");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "2.357186, 2.368796, 2.402752, 2.543827, 3.126743",\
|
|
"2.449728, 2.461339, 2.495295, 2.636370, 3.219286",\
|
|
"2.519424, 2.531034, 2.564990, 2.706065, 3.288981",\
|
|
"2.606408, 2.618019, 2.651975, 2.793050, 3.375965",\
|
|
"2.960575, 2.972185, 3.006141, 3.147216, 3.730132");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.023879, 0.034880, 0.075713, 0.271313, 1.103719",\
|
|
"0.023879, 0.034880, 0.075713, 0.271313, 1.103719",\
|
|
"0.023879, 0.034880, 0.075713, 0.271313, 1.103719",\
|
|
"0.023879, 0.034880, 0.075713, 0.271313, 1.103719",\
|
|
"0.023879, 0.034880, 0.075713, 0.271313, 1.103719");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "2.178071, 2.186924, 2.208886, 2.277657, 2.524373",\
|
|
"2.270613, 2.279466, 2.301428, 2.370199, 2.616915",\
|
|
"2.340309, 2.349162, 2.371124, 2.439895, 2.686611",\
|
|
"2.427293, 2.436146, 2.458108, 2.526879, 2.773595",\
|
|
"2.781460, 2.790313, 2.812275, 2.881046, 3.127762");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003716, 0.014489, 0.053716, 0.235795, 1.000000");
|
|
values ( "0.020902, 0.026465, 0.044831, 0.120831, 0.453857",\
|
|
"0.020902, 0.026465, 0.044831, 0.120831, 0.453857",\
|
|
"0.020902, 0.026465, 0.044831, 0.120831, 0.453857",\
|
|
"0.020902, 0.026465, 0.044831, 0.120831, 0.453857",\
|
|
"0.020902, 0.026465, 0.044831, 0.120831, 0.453857");
|
|
}
|
|
|
|
} /* 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.001870 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "2.637604, 2.649841, 2.685969, 2.829373, 3.427255",\
|
|
"2.747337, 2.759574, 2.795702, 2.939106, 3.536988",\
|
|
"2.839287, 2.851525, 2.887652, 3.031056, 3.628938",\
|
|
"2.979590, 2.991828, 3.027956, 3.171360, 3.769242",\
|
|
"3.551370, 3.563607, 3.599735, 3.743139, 4.341021");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.022651, 0.033682, 0.077344, 0.281107, 1.155635",\
|
|
"0.022651, 0.033682, 0.077344, 0.281107, 1.155635",\
|
|
"0.022651, 0.033682, 0.077344, 0.281107, 1.155635",\
|
|
"0.022651, 0.033682, 0.077344, 0.281107, 1.155635",\
|
|
"0.022651, 0.033682, 0.077344, 0.281107, 1.155635");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "2.477975, 2.487418, 2.511569, 2.582983, 2.843718",\
|
|
"2.587708, 2.597151, 2.621303, 2.692717, 2.953451",\
|
|
"2.679659, 2.689101, 2.713253, 2.784667, 3.045401",\
|
|
"2.819962, 2.829405, 2.853557, 2.924971, 3.185705",\
|
|
"3.391742, 3.401184, 3.425336, 3.496750, 3.757484");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.020029, 0.025850, 0.047465, 0.129201, 0.488506",\
|
|
"0.020029, 0.025850, 0.047465, 0.129201, 0.488506",\
|
|
"0.020029, 0.025850, 0.047465, 0.129201, 0.488506",\
|
|
"0.020029, 0.025850, 0.047465, 0.129201, 0.488506",\
|
|
"0.020029, 0.025850, 0.047465, 0.129201, 0.488506");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "2.479876, 2.492114, 2.526517, 2.667714, 3.251685",\
|
|
"2.572418, 2.584656, 2.619059, 2.760257, 3.344227",\
|
|
"2.642114, 2.654351, 2.688755, 2.829952, 3.413922",\
|
|
"2.729098, 2.741336, 2.775739, 2.916937, 3.500907",\
|
|
"3.083265, 3.095502, 3.129906, 3.271103, 3.855073");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.022651, 0.033682, 0.074121, 0.269193, 1.103832",\
|
|
"0.022651, 0.033682, 0.074121, 0.269193, 1.103832",\
|
|
"0.022651, 0.033682, 0.074121, 0.269193, 1.103832",\
|
|
"0.022651, 0.033682, 0.074121, 0.269193, 1.103832",\
|
|
"0.022651, 0.033682, 0.074121, 0.269193, 1.103832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "2.323181, 2.332624, 2.355046, 2.423951, 2.671237",\
|
|
"2.415724, 2.425166, 2.447588, 2.516494, 2.763779",\
|
|
"2.485419, 2.494862, 2.517283, 2.586189, 2.833475",\
|
|
"2.572403, 2.581846, 2.604268, 2.673174, 2.920459",\
|
|
"2.926570, 2.936013, 2.958434, 3.027340, 3.274626");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001870, 0.012643, 0.051870, 0.233949, 1.000000");
|
|
values ( "0.020029, 0.025850, 0.044230, 0.120040, 0.454045",\
|
|
"0.020029, 0.025850, 0.044230, 0.120040, 0.454045",\
|
|
"0.020029, 0.025850, 0.044230, 0.120040, 0.454045",\
|
|
"0.020029, 0.025850, 0.044230, 0.120040, 0.454045",\
|
|
"0.020029, 0.025850, 0.044230, 0.120040, 0.454045");
|
|
}
|
|
|
|
} /* 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.002686 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "2.903379, 2.913402, 2.951225, 3.095033, 3.692058",\
|
|
"3.013112, 3.023135, 3.060958, 3.204767, 3.801791",\
|
|
"3.105062, 3.115085, 3.152908, 3.296717, 3.893741",\
|
|
"3.245366, 3.255388, 3.293211, 3.437020, 4.034044",\
|
|
"3.817146, 3.827168, 3.864991, 4.008800, 4.605824");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.030659, 0.040946, 0.082605, 0.283770, 1.157420",\
|
|
"0.030659, 0.040946, 0.082605, 0.283770, 1.157420",\
|
|
"0.030659, 0.040946, 0.082605, 0.283770, 1.157420",\
|
|
"0.030659, 0.040946, 0.082605, 0.283770, 1.157420",\
|
|
"0.030659, 0.040946, 0.082605, 0.283770, 1.157420");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "2.625458, 2.633101, 2.657390, 2.729249, 2.990473",\
|
|
"2.735192, 2.742834, 2.767123, 2.838983, 3.100206",\
|
|
"2.827142, 2.834784, 2.859073, 2.930933, 3.192156",\
|
|
"2.967445, 2.975088, 2.999377, 3.071236, 3.332459",\
|
|
"3.539225, 3.546867, 3.571156, 3.643016, 3.904239");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.021616, 0.027199, 0.048994, 0.130691, 0.492692",\
|
|
"0.021616, 0.027199, 0.048994, 0.130691, 0.492692",\
|
|
"0.021616, 0.027199, 0.048994, 0.130691, 0.492692",\
|
|
"0.021616, 0.027199, 0.048994, 0.130691, 0.492692",\
|
|
"0.021616, 0.027199, 0.048994, 0.130691, 0.492692");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "2.663524, 2.677124, 2.713015, 2.854498, 3.436308",\
|
|
"2.756067, 2.769667, 2.805558, 2.947041, 3.528851",\
|
|
"2.825762, 2.839362, 2.875253, 3.016736, 3.598546",\
|
|
"2.912746, 2.926346, 2.962238, 3.103720, 3.685531",\
|
|
"3.266913, 3.280513, 3.316404, 3.457887, 4.039697");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.030659, 0.040946, 0.079040, 0.270614, 1.100539",\
|
|
"0.030659, 0.040946, 0.079040, 0.270614, 1.100539",\
|
|
"0.030659, 0.040946, 0.079040, 0.270614, 1.100539",\
|
|
"0.030659, 0.040946, 0.079040, 0.270614, 1.100539",\
|
|
"0.030659, 0.040946, 0.079040, 0.270614, 1.100539");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "2.469722, 2.478899, 2.501190, 2.570286, 2.816853",\
|
|
"2.562265, 2.571441, 2.593733, 2.662829, 2.909395",\
|
|
"2.631960, 2.641136, 2.663428, 2.732524, 2.979090",\
|
|
"2.718945, 2.728121, 2.750413, 2.819509, 3.066075",\
|
|
"3.073111, 3.082288, 3.104579, 3.173675, 3.420242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002686, 0.013458, 0.052686, 0.234765, 1.000000");
|
|
values ( "0.021486, 0.027060, 0.045280, 0.120434, 0.454064",\
|
|
"0.021486, 0.027060, 0.045280, 0.120434, 0.454064",\
|
|
"0.021486, 0.027060, 0.045280, 0.120434, 0.454064",\
|
|
"0.021486, 0.027060, 0.045280, 0.120434, 0.454064",\
|
|
"0.021486, 0.027060, 0.045280, 0.120434, 0.454064");
|
|
}
|
|
|
|
} /* 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.001972 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "2.634670, 2.647235, 2.683755, 2.827312, 3.424612",\
|
|
"2.744404, 2.756968, 2.793488, 2.937045, 3.534345",\
|
|
"2.836354, 2.848919, 2.885439, 3.028995, 3.626296",\
|
|
"2.976657, 2.989222, 3.025742, 3.169298, 3.766599",\
|
|
"3.548437, 3.561002, 3.597522, 3.741078, 4.338379");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.024473, 0.035299, 0.078408, 0.281194, 1.155718",\
|
|
"0.024473, 0.035299, 0.078408, 0.281194, 1.155718",\
|
|
"0.024473, 0.035299, 0.078408, 0.281194, 1.155718",\
|
|
"0.024473, 0.035299, 0.078408, 0.281194, 1.155718",\
|
|
"0.024473, 0.035299, 0.078408, 0.281194, 1.155718");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "2.410015, 2.419411, 2.443567, 2.515009, 2.775731",\
|
|
"2.519748, 2.529144, 2.553300, 2.624742, 2.885464",\
|
|
"2.611698, 2.621094, 2.645250, 2.716692, 2.977414",\
|
|
"2.752001, 2.761397, 2.785553, 2.856996, 3.117717",\
|
|
"3.323781, 3.333177, 3.357333, 3.428775, 3.689497");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.020201, 0.025987, 0.047589, 0.129301, 0.488734",\
|
|
"0.020201, 0.025987, 0.047589, 0.129301, 0.488734",\
|
|
"0.020201, 0.025987, 0.047589, 0.129301, 0.488734",\
|
|
"0.020201, 0.025987, 0.047589, 0.129301, 0.488734",\
|
|
"0.020201, 0.025987, 0.047589, 0.129301, 0.488734");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "2.475431, 2.487995, 2.522770, 2.664132, 3.247385",\
|
|
"2.567973, 2.580538, 2.615312, 2.756675, 3.339928",\
|
|
"2.637669, 2.650234, 2.685008, 2.826370, 3.409623",\
|
|
"2.724653, 2.737218, 2.771992, 2.913354, 3.496607",\
|
|
"3.078820, 3.091385, 3.126159, 3.267521, 3.850774");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.024473, 0.035299, 0.075180, 0.269211, 1.103646",\
|
|
"0.024473, 0.035299, 0.075180, 0.269211, 1.103646",\
|
|
"0.024473, 0.035299, 0.075180, 0.269211, 1.103646",\
|
|
"0.024473, 0.035299, 0.075180, 0.269211, 1.103646",\
|
|
"0.024473, 0.035299, 0.075180, 0.269211, 1.103646");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "2.260998, 2.270394, 2.292800, 2.361725, 2.608929",\
|
|
"2.353540, 2.362936, 2.385342, 2.454268, 2.701472",\
|
|
"2.423236, 2.432632, 2.455038, 2.523963, 2.771167",\
|
|
"2.510220, 2.519616, 2.542022, 2.610947, 2.858151",\
|
|
"2.864387, 2.873783, 2.896189, 2.965114, 3.212318");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001972, 0.012744, 0.051972, 0.234051, 1.000000");
|
|
values ( "0.020201, 0.025987, 0.044347, 0.120088, 0.454047",\
|
|
"0.020201, 0.025987, 0.044347, 0.120088, 0.454047",\
|
|
"0.020201, 0.025987, 0.044347, 0.120088, 0.454047",\
|
|
"0.020201, 0.025987, 0.044347, 0.120088, 0.454047",\
|
|
"0.020201, 0.025987, 0.044347, 0.120088, 0.454047");
|
|
}
|
|
|
|
} /* 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.002243 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "2.537347, 2.547244, 2.583208, 2.726550, 3.324517",\
|
|
"2.647080, 2.656977, 2.692941, 2.836283, 3.434250",\
|
|
"2.739031, 2.748928, 2.784891, 2.928233, 3.526201",\
|
|
"2.879334, 2.889231, 2.925195, 3.068537, 3.666504",\
|
|
"3.451114, 3.461011, 3.496974, 3.640316, 4.238283");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.022395, 0.033484, 0.077422, 0.281710, 1.155914",\
|
|
"0.022395, 0.033484, 0.077422, 0.281710, 1.155914",\
|
|
"0.022395, 0.033484, 0.077422, 0.281710, 1.155914",\
|
|
"0.022395, 0.033484, 0.077422, 0.281710, 1.155914",\
|
|
"0.022395, 0.033484, 0.077422, 0.281710, 1.155914");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "2.352658, 2.360928, 2.385042, 2.456427, 2.717116",\
|
|
"2.462391, 2.470662, 2.494775, 2.566160, 2.826850",\
|
|
"2.554342, 2.562612, 2.586725, 2.658111, 2.918800",\
|
|
"2.694645, 2.702915, 2.727029, 2.798414, 3.059103",\
|
|
"3.266424, 3.274695, 3.298808, 3.370193, 3.630883");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.020062, 0.025843, 0.047496, 0.129421, 0.488628",\
|
|
"0.020062, 0.025843, 0.047496, 0.129421, 0.488628",\
|
|
"0.020062, 0.025843, 0.047496, 0.129421, 0.488628",\
|
|
"0.020062, 0.025843, 0.047496, 0.129421, 0.488628",\
|
|
"0.020062, 0.025843, 0.047496, 0.129421, 0.488628");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "2.382728, 2.394676, 2.428885, 2.569986, 3.153998",\
|
|
"2.475271, 2.487218, 2.521428, 2.662529, 3.246541",\
|
|
"2.544966, 2.556914, 2.591124, 2.732224, 3.316236",\
|
|
"2.631951, 2.643898, 2.678108, 2.819208, 3.403221",\
|
|
"2.986118, 2.998065, 3.032275, 3.173375, 3.757388");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.022395, 0.033484, 0.074160, 0.269699, 1.103727",\
|
|
"0.022395, 0.033484, 0.074160, 0.269699, 1.103727",\
|
|
"0.022395, 0.033484, 0.074160, 0.269699, 1.103727",\
|
|
"0.022395, 0.033484, 0.074160, 0.269699, 1.103727",\
|
|
"0.022395, 0.033484, 0.074160, 0.269699, 1.103727");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "2.202342, 2.211607, 2.233962, 2.302812, 2.550008",\
|
|
"2.294885, 2.304150, 2.326504, 2.395355, 2.642551",\
|
|
"2.364580, 2.373845, 2.396199, 2.465050, 2.712246",\
|
|
"2.451565, 2.460829, 2.483184, 2.552035, 2.799231",\
|
|
"2.805731, 2.814996, 2.837351, 2.906201, 3.153397");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002243, 0.013016, 0.052243, 0.234322, 1.000000");
|
|
values ( "0.020062, 0.025843, 0.044221, 0.120188, 0.453868",\
|
|
"0.020062, 0.025843, 0.044221, 0.120188, 0.453868",\
|
|
"0.020062, 0.025843, 0.044221, 0.120188, 0.453868",\
|
|
"0.020062, 0.025843, 0.044221, 0.120188, 0.453868",\
|
|
"0.020062, 0.025843, 0.044221, 0.120188, 0.453868");
|
|
}
|
|
|
|
} /* 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.001070 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "2.720708, 2.733675, 2.770116, 2.913188, 3.510064",\
|
|
"2.830442, 2.843408, 2.879849, 3.022921, 3.619797",\
|
|
"2.922392, 2.935358, 2.971799, 3.114872, 3.711747",\
|
|
"3.062695, 3.075662, 3.112103, 3.255175, 3.852051",\
|
|
"3.634475, 3.647441, 3.683882, 3.826954, 4.423830");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.023435, 0.034362, 0.077024, 0.278714, 1.150260",\
|
|
"0.023435, 0.034362, 0.077024, 0.278714, 1.150260",\
|
|
"0.023435, 0.034362, 0.077024, 0.278714, 1.150260",\
|
|
"0.023435, 0.034362, 0.077024, 0.278714, 1.150260",\
|
|
"0.023435, 0.034362, 0.077024, 0.278714, 1.150260");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "2.516757, 2.526592, 2.550777, 2.622120, 2.881774",\
|
|
"2.626491, 2.636325, 2.660511, 2.731853, 2.991508",\
|
|
"2.718441, 2.728275, 2.752461, 2.823803, 3.083458",\
|
|
"2.858744, 2.868579, 2.892764, 2.964107, 3.223762",\
|
|
"3.430524, 3.440358, 3.464544, 3.535886, 3.795541");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.019724, 0.025721, 0.046930, 0.127708, 0.484372",\
|
|
"0.019724, 0.025721, 0.046930, 0.127708, 0.484372",\
|
|
"0.019724, 0.025721, 0.046930, 0.127708, 0.484372",\
|
|
"0.019724, 0.025721, 0.046930, 0.127708, 0.484372",\
|
|
"0.019724, 0.025721, 0.046930, 0.127708, 0.484372");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "2.538950, 2.551917, 2.586826, 2.728200, 3.312151",\
|
|
"2.631493, 2.644459, 2.679368, 2.820742, 3.404694",\
|
|
"2.701188, 2.714155, 2.749063, 2.890438, 3.474389",\
|
|
"2.788173, 2.801139, 2.836048, 2.977422, 3.561373",\
|
|
"3.142339, 3.155306, 3.190214, 3.331589, 3.915540");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.023435, 0.034362, 0.074179, 0.268220, 1.103687",\
|
|
"0.023435, 0.034362, 0.074179, 0.268220, 1.103687",\
|
|
"0.023435, 0.034362, 0.074179, 0.268220, 1.103687",\
|
|
"0.023435, 0.034362, 0.074179, 0.268220, 1.103687",\
|
|
"0.023435, 0.034362, 0.074179, 0.268220, 1.103687");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "2.359691, 2.369526, 2.392176, 2.461183, 2.708615",\
|
|
"2.452234, 2.462068, 2.484718, 2.553726, 2.801157",\
|
|
"2.521929, 2.531764, 2.554414, 2.623421, 2.870853",\
|
|
"2.608914, 2.618748, 2.641398, 2.710405, 2.957837",\
|
|
"2.963080, 2.972915, 2.995564, 3.064572, 3.312004");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001070, 0.011842, 0.051070, 0.233149, 1.000000");
|
|
values ( "0.019724, 0.025721, 0.044074, 0.119699, 0.454049",\
|
|
"0.019724, 0.025721, 0.044074, 0.119699, 0.454049",\
|
|
"0.019724, 0.025721, 0.044074, 0.119699, 0.454049",\
|
|
"0.019724, 0.025721, 0.044074, 0.119699, 0.454049",\
|
|
"0.019724, 0.025721, 0.044074, 0.119699, 0.454049");
|
|
}
|
|
|
|
} /* 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.002707 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "2.647000, 2.658922, 2.695068, 2.838620, 3.437006",\
|
|
"2.756733, 2.768656, 2.804801, 2.948354, 3.546739",\
|
|
"2.848684, 2.860606, 2.896752, 3.040304, 3.638689",\
|
|
"2.988987, 3.000909, 3.037055, 3.180607, 3.778992",\
|
|
"3.560766, 3.572689, 3.608835, 3.752387, 4.350772");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.023350, 0.034342, 0.078419, 0.283041, 1.159835",\
|
|
"0.023350, 0.034342, 0.078419, 0.283041, 1.159835",\
|
|
"0.023350, 0.034342, 0.078419, 0.283041, 1.159835",\
|
|
"0.023350, 0.034342, 0.078419, 0.283041, 1.159835",\
|
|
"0.023350, 0.034342, 0.078419, 0.283041, 1.159835");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "2.492647, 2.501758, 2.525883, 2.597422, 2.858824",\
|
|
"2.602380, 2.611492, 2.635616, 2.707155, 2.968558",\
|
|
"2.694330, 2.703442, 2.727566, 2.799106, 3.060508",\
|
|
"2.834634, 2.843745, 2.867870, 2.939409, 3.200811",\
|
|
"3.406413, 3.415525, 3.439649, 3.511189, 3.772591");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.020526, 0.026184, 0.048073, 0.130381, 0.491935",\
|
|
"0.020526, 0.026184, 0.048073, 0.130381, 0.491935",\
|
|
"0.020526, 0.026184, 0.048073, 0.130381, 0.491935",\
|
|
"0.020526, 0.026184, 0.048073, 0.130381, 0.491935",\
|
|
"0.020526, 0.026184, 0.048073, 0.130381, 0.491935");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "2.497983, 2.509906, 2.544139, 2.685299, 3.268724",\
|
|
"2.590526, 2.602448, 2.636681, 2.777842, 3.361267",\
|
|
"2.660221, 2.672144, 2.706377, 2.847537, 3.430963",\
|
|
"2.747205, 2.759128, 2.793361, 2.934521, 3.517947",\
|
|
"3.101372, 3.113295, 3.147528, 3.288688, 3.872114");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.023350, 0.034342, 0.074915, 0.270133, 1.103802",\
|
|
"0.023350, 0.034342, 0.074915, 0.270133, 1.103802",\
|
|
"0.023350, 0.034342, 0.074915, 0.270133, 1.103802",\
|
|
"0.023350, 0.034342, 0.074915, 0.270133, 1.103802",\
|
|
"0.023350, 0.034342, 0.074915, 0.270133, 1.103802");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "2.343630, 2.352742, 2.374949, 2.443801, 2.690831",\
|
|
"2.436173, 2.445284, 2.467491, 2.536343, 2.783373",\
|
|
"2.505868, 2.514980, 2.537186, 2.606039, 2.853069",\
|
|
"2.592853, 2.601964, 2.624171, 2.693023, 2.940053",\
|
|
"2.947019, 2.956131, 2.978338, 3.047190, 3.294220");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002707, 0.013479, 0.052707, 0.234786, 1.000000");
|
|
values ( "0.020526, 0.026184, 0.044553, 0.120405, 0.454044",\
|
|
"0.020526, 0.026184, 0.044553, 0.120405, 0.454044",\
|
|
"0.020526, 0.026184, 0.044553, 0.120405, 0.454044",\
|
|
"0.020526, 0.026184, 0.044553, 0.120405, 0.454044",\
|
|
"0.020526, 0.026184, 0.044553, 0.120405, 0.454044");
|
|
}
|
|
|
|
} /* 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.000772 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.685174, 2.697983, 2.734138, 2.877085, 3.473003",\
|
|
"2.794907, 2.807716, 2.843871, 2.986818, 3.582736",\
|
|
"2.886858, 2.899666, 2.935822, 3.078769, 3.674686",\
|
|
"3.027161, 3.039970, 3.076125, 3.219072, 3.814990",\
|
|
"3.598941, 3.611749, 3.647905, 3.790852, 4.386770");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.021975, 0.033047, 0.075949, 0.278007, 1.147943",\
|
|
"0.021975, 0.033047, 0.075949, 0.278007, 1.147943",\
|
|
"0.021975, 0.033047, 0.075949, 0.278007, 1.147943",\
|
|
"0.021975, 0.033047, 0.075949, 0.278007, 1.147943",\
|
|
"0.021975, 0.033047, 0.075949, 0.278007, 1.147943");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.498916, 2.508893, 2.533072, 2.604315, 2.864038",\
|
|
"2.608649, 2.618626, 2.642805, 2.714049, 2.973771",\
|
|
"2.700599, 2.710576, 2.734755, 2.805999, 3.065721",\
|
|
"2.840903, 2.850880, 2.875059, 2.946302, 3.206025",\
|
|
"3.412682, 3.422659, 3.446838, 3.518082, 3.777804");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019350, 0.025448, 0.046569, 0.127238, 0.483306",\
|
|
"0.019350, 0.025448, 0.046569, 0.127238, 0.483306",\
|
|
"0.019350, 0.025448, 0.046569, 0.127238, 0.483306",\
|
|
"0.019350, 0.025448, 0.046569, 0.127238, 0.483306",\
|
|
"0.019350, 0.025448, 0.046569, 0.127238, 0.483306");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.508938, 2.521747, 2.556439, 2.697722, 3.282281",\
|
|
"2.601480, 2.614289, 2.648982, 2.790265, 3.374823",\
|
|
"2.671176, 2.683985, 2.718677, 2.859960, 3.444519",\
|
|
"2.758160, 2.770969, 2.805661, 2.946944, 3.531503",\
|
|
"3.112327, 3.125136, 3.159828, 3.301111, 3.885670");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.021975, 0.033047, 0.073221, 0.267918, 1.103911",\
|
|
"0.021975, 0.033047, 0.073221, 0.267918, 1.103911",\
|
|
"0.021975, 0.033047, 0.073221, 0.267918, 1.103911",\
|
|
"0.021975, 0.033047, 0.073221, 0.267918, 1.103911",\
|
|
"0.021975, 0.033047, 0.073221, 0.267918, 1.103911");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "2.344259, 2.354236, 2.376948, 2.445932, 2.693537",\
|
|
"2.436801, 2.446778, 2.469490, 2.538475, 2.786080",\
|
|
"2.506497, 2.516474, 2.539186, 2.608170, 2.855775",\
|
|
"2.593481, 2.603458, 2.626170, 2.695155, 2.942760",\
|
|
"2.947648, 2.957625, 2.980337, 3.049321, 3.296926");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000772, 0.011544, 0.050772, 0.232851, 1.000000");
|
|
values ( "0.019350, 0.025448, 0.043831, 0.119563, 0.454046",\
|
|
"0.019350, 0.025448, 0.043831, 0.119563, 0.454046",\
|
|
"0.019350, 0.025448, 0.043831, 0.119563, 0.454046",\
|
|
"0.019350, 0.025448, 0.043831, 0.119563, 0.454046",\
|
|
"0.019350, 0.025448, 0.043831, 0.119563, 0.454046");
|
|
}
|
|
|
|
} /* 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.001488 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "2.738705, 2.751514, 2.788023, 2.931492, 3.528614",\
|
|
"2.848438, 2.861247, 2.897757, 3.041225, 3.638347",\
|
|
"2.940388, 2.953197, 2.989707, 3.133175, 3.730297",\
|
|
"3.080692, 3.093501, 3.130010, 3.273479, 3.870600",\
|
|
"3.652471, 3.665280, 3.701790, 3.845258, 4.442380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.024001, 0.034873, 0.077782, 0.280172, 1.153554",\
|
|
"0.024001, 0.034873, 0.077782, 0.280172, 1.153554",\
|
|
"0.024001, 0.034873, 0.077782, 0.280172, 1.153554",\
|
|
"0.024001, 0.034873, 0.077782, 0.280172, 1.153554",\
|
|
"0.024001, 0.034873, 0.077782, 0.280172, 1.153554");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "2.538030, 2.547669, 2.571861, 2.643360, 2.903616",\
|
|
"2.647763, 2.657402, 2.681594, 2.753093, 3.013349",\
|
|
"2.739713, 2.749352, 2.773544, 2.845043, 3.105299",\
|
|
"2.880017, 2.889656, 2.913848, 2.985347, 3.245603",\
|
|
"3.451796, 3.461435, 3.485627, 3.557126, 3.817382");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.020031, 0.025917, 0.047366, 0.128769, 0.487031",\
|
|
"0.020031, 0.025917, 0.047366, 0.128769, 0.487031",\
|
|
"0.020031, 0.025917, 0.047366, 0.128769, 0.487031",\
|
|
"0.020031, 0.025917, 0.047366, 0.128769, 0.487031",\
|
|
"0.020031, 0.025917, 0.047366, 0.128769, 0.487031");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "2.557759, 2.570567, 2.605430, 2.746801, 3.330415",\
|
|
"2.650301, 2.663110, 2.697973, 2.839344, 3.422957",\
|
|
"2.719996, 2.732805, 2.767668, 2.909039, 3.492653",\
|
|
"2.806981, 2.819790, 2.854652, 2.996023, 3.579637",\
|
|
"3.161148, 3.173956, 3.208819, 3.350190, 3.933804");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.024001, 0.034873, 0.074692, 0.268688, 1.103618",\
|
|
"0.024001, 0.034873, 0.074692, 0.268688, 1.103618",\
|
|
"0.024001, 0.034873, 0.074692, 0.268688, 1.103618",\
|
|
"0.024001, 0.034873, 0.074692, 0.268688, 1.103618",\
|
|
"0.024001, 0.034873, 0.074692, 0.268688, 1.103618");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "2.387338, 2.396977, 2.419517, 2.488507, 2.735793",\
|
|
"2.479881, 2.489520, 2.512059, 2.581050, 2.828336",\
|
|
"2.549576, 2.559215, 2.581755, 2.650745, 2.898031",\
|
|
"2.636560, 2.646199, 2.668739, 2.737730, 2.985016",\
|
|
"2.990727, 3.000366, 3.022906, 3.091896, 3.339182");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001488, 0.012260, 0.051488, 0.233567, 1.000000");
|
|
values ( "0.020031, 0.025917, 0.044263, 0.119882, 0.454050",\
|
|
"0.020031, 0.025917, 0.044263, 0.119882, 0.454050",\
|
|
"0.020031, 0.025917, 0.044263, 0.119882, 0.454050",\
|
|
"0.020031, 0.025917, 0.044263, 0.119882, 0.454050",\
|
|
"0.020031, 0.025917, 0.044263, 0.119882, 0.454050");
|
|
}
|
|
|
|
} /* 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.001585 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "2.713697, 2.726271, 2.762608, 2.906058, 3.503139",\
|
|
"2.823430, 2.836004, 2.872341, 3.015791, 3.612873",\
|
|
"2.915380, 2.927955, 2.964291, 3.107741, 3.704823",\
|
|
"3.055684, 3.068258, 3.104595, 3.248045, 3.845126",\
|
|
"3.627463, 3.640038, 3.676374, 3.819824, 4.416905");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.023430, 0.034344, 0.077474, 0.280123, 1.153623",\
|
|
"0.023430, 0.034344, 0.077474, 0.280123, 1.153623",\
|
|
"0.023430, 0.034344, 0.077474, 0.280123, 1.153623",\
|
|
"0.023430, 0.034344, 0.077474, 0.280123, 1.153623",\
|
|
"0.023430, 0.034344, 0.077474, 0.280123, 1.153623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "2.525458, 2.535043, 2.559204, 2.630649, 2.890849",\
|
|
"2.635191, 2.644776, 2.668937, 2.740382, 3.000582",\
|
|
"2.727142, 2.736726, 2.760887, 2.832332, 3.092533",\
|
|
"2.867445, 2.877029, 2.901190, 2.972636, 3.232836",\
|
|
"3.439225, 3.448809, 3.472970, 3.544415, 3.804616");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.019991, 0.025869, 0.047306, 0.128626, 0.486777",\
|
|
"0.019991, 0.025869, 0.047306, 0.128626, 0.486777",\
|
|
"0.019991, 0.025869, 0.047306, 0.128626, 0.486777",\
|
|
"0.019991, 0.025869, 0.047306, 0.128626, 0.486777",\
|
|
"0.019991, 0.025869, 0.047306, 0.128626, 0.486777");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "2.549057, 2.561631, 2.596323, 2.737675, 3.321329",\
|
|
"2.641599, 2.654173, 2.688865, 2.830217, 3.413871",\
|
|
"2.711295, 2.723869, 2.758560, 2.899913, 3.483567",\
|
|
"2.798279, 2.810853, 2.845545, 2.986897, 3.570551",\
|
|
"3.152446, 3.165020, 3.199712, 3.341064, 3.924718");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.023430, 0.034344, 0.074406, 0.268717, 1.104002",\
|
|
"0.023430, 0.034344, 0.074406, 0.268717, 1.104002",\
|
|
"0.023430, 0.034344, 0.074406, 0.268717, 1.104002",\
|
|
"0.023430, 0.034344, 0.074406, 0.268717, 1.104002",\
|
|
"0.023430, 0.034344, 0.074406, 0.268717, 1.104002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "2.372873, 2.382457, 2.404968, 2.473928, 2.721232",\
|
|
"2.465415, 2.475000, 2.497511, 2.566470, 2.813774",\
|
|
"2.535111, 2.544695, 2.567206, 2.636166, 2.883470",\
|
|
"2.622095, 2.631680, 2.654191, 2.723150, 2.970454",\
|
|
"2.976262, 2.985847, 3.008358, 3.077317, 3.324621");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001585, 0.012357, 0.051585, 0.233664, 1.000000");
|
|
values ( "0.019991, 0.025869, 0.044227, 0.119921, 0.454048",\
|
|
"0.019991, 0.025869, 0.044227, 0.119921, 0.454048",\
|
|
"0.019991, 0.025869, 0.044227, 0.119921, 0.454048",\
|
|
"0.019991, 0.025869, 0.044227, 0.119921, 0.454048",\
|
|
"0.019991, 0.025869, 0.044227, 0.119921, 0.454048");
|
|
}
|
|
|
|
} /* 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.001261 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "2.615645, 2.628569, 2.665069, 2.808484, 3.405417",\
|
|
"2.725378, 2.738303, 2.774802, 2.918217, 3.515150",\
|
|
"2.817328, 2.830253, 2.866753, 3.010168, 3.607100",\
|
|
"2.957632, 2.970556, 3.007056, 3.150471, 3.747404",\
|
|
"3.529411, 3.542336, 3.578836, 3.722251, 4.319183");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.023789, 0.034683, 0.077464, 0.279601, 1.152138",\
|
|
"0.023789, 0.034683, 0.077464, 0.279601, 1.152138",\
|
|
"0.023789, 0.034683, 0.077464, 0.279601, 1.152138",\
|
|
"0.023789, 0.034683, 0.077464, 0.279601, 1.152138",\
|
|
"0.023789, 0.034683, 0.077464, 0.279601, 1.152138");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "2.392373, 2.402117, 2.426298, 2.497699, 2.757787",\
|
|
"2.502106, 2.511850, 2.536031, 2.607432, 2.867520",\
|
|
"2.594056, 2.603800, 2.627982, 2.699383, 2.959470",\
|
|
"2.734360, 2.744104, 2.768285, 2.839686, 3.099774",\
|
|
"3.306139, 3.315883, 3.340065, 3.411466, 3.671553");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.019713, 0.025678, 0.047060, 0.128275, 0.485908",\
|
|
"0.019713, 0.025678, 0.047060, 0.128275, 0.485908",\
|
|
"0.019713, 0.025678, 0.047060, 0.128275, 0.485908",\
|
|
"0.019713, 0.025678, 0.047060, 0.128275, 0.485908",\
|
|
"0.019713, 0.025678, 0.047060, 0.128275, 0.485908");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "2.456001, 2.468926, 2.503834, 2.645210, 3.228991",\
|
|
"2.548544, 2.561468, 2.596377, 2.737752, 3.321533",\
|
|
"2.618239, 2.631164, 2.666072, 2.807447, 3.391228",\
|
|
"2.705224, 2.718148, 2.753057, 2.894432, 3.478213",\
|
|
"3.059390, 3.072315, 3.107224, 3.248599, 3.832380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.023789, 0.034683, 0.074468, 0.268445, 1.103600",\
|
|
"0.023789, 0.034683, 0.074468, 0.268445, 1.103600",\
|
|
"0.023789, 0.034683, 0.074468, 0.268445, 1.103600",\
|
|
"0.023789, 0.034683, 0.074468, 0.268445, 1.103600",\
|
|
"0.023789, 0.034683, 0.074468, 0.268445, 1.103600");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "2.243356, 2.253100, 2.275685, 2.344649, 2.592083",\
|
|
"2.335898, 2.345643, 2.368228, 2.437192, 2.684626",\
|
|
"2.405594, 2.415338, 2.437923, 2.506887, 2.754321",\
|
|
"2.492578, 2.502322, 2.524907, 2.593871, 2.841306",\
|
|
"2.846745, 2.856489, 2.879074, 2.948038, 3.195472");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001261, 0.012033, 0.051261, 0.233340, 1.000000");
|
|
values ( "0.019713, 0.025678, 0.044052, 0.119778, 0.454046",\
|
|
"0.019713, 0.025678, 0.044052, 0.119778, 0.454046",\
|
|
"0.019713, 0.025678, 0.044052, 0.119778, 0.454046",\
|
|
"0.019713, 0.025678, 0.044052, 0.119778, 0.454046",\
|
|
"0.019713, 0.025678, 0.044052, 0.119778, 0.454046");
|
|
}
|
|
|
|
} /* 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.003169 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "2.444920, 2.456775, 2.493010, 2.636702, 3.235518",\
|
|
"2.554653, 2.566509, 2.602744, 2.746435, 3.345252",\
|
|
"2.646603, 2.658459, 2.694694, 2.838386, 3.437202",\
|
|
"2.786907, 2.798763, 2.834997, 2.978689, 3.577505",\
|
|
"3.358686, 3.370542, 3.406777, 3.550469, 4.149284");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.024023, 0.034962, 0.079291, 0.284356, 1.163349",\
|
|
"0.024023, 0.034962, 0.079291, 0.284356, 1.163349",\
|
|
"0.024023, 0.034962, 0.079291, 0.284356, 1.163349",\
|
|
"0.024023, 0.034962, 0.079291, 0.284356, 1.163349",\
|
|
"0.024023, 0.034962, 0.079291, 0.284356, 1.163349");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "2.515910, 2.524908, 2.549051, 2.620751, 2.882687",\
|
|
"2.625643, 2.634641, 2.658784, 2.730484, 2.992420",\
|
|
"2.717593, 2.726591, 2.750734, 2.822434, 3.084370",\
|
|
"2.857897, 2.866895, 2.891037, 2.962738, 3.224674",\
|
|
"3.429677, 3.438675, 3.462817, 3.534517, 3.796453");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.020969, 0.026547, 0.048676, 0.131290, 0.494809",\
|
|
"0.020969, 0.026547, 0.048676, 0.131290, 0.494809",\
|
|
"0.020969, 0.026547, 0.048676, 0.131290, 0.494809",\
|
|
"0.020969, 0.026547, 0.048676, 0.131290, 0.494809",\
|
|
"0.020969, 0.026547, 0.048676, 0.131290, 0.494809");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "2.280043, 2.291899, 2.326096, 2.467277, 3.050253",\
|
|
"2.372586, 2.384441, 2.418638, 2.559820, 3.142795",\
|
|
"2.442281, 2.454137, 2.488334, 2.629515, 3.212491",\
|
|
"2.529265, 2.541121, 2.575318, 2.716499, 3.299475",\
|
|
"2.883432, 2.895288, 2.929485, 3.070666, 3.653642");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.024023, 0.034962, 0.075518, 0.270608, 1.103833",\
|
|
"0.024023, 0.034962, 0.075518, 0.270608, 1.103833",\
|
|
"0.024023, 0.034962, 0.075518, 0.270608, 1.103833",\
|
|
"0.024023, 0.034962, 0.075518, 0.270608, 1.103833",\
|
|
"0.024023, 0.034962, 0.075518, 0.270608, 1.103833");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "2.358463, 2.367460, 2.389558, 2.458431, 2.705222",\
|
|
"2.451005, 2.460003, 2.482100, 2.550974, 2.797764",\
|
|
"2.520700, 2.529698, 2.551796, 2.620669, 2.867459",\
|
|
"2.607685, 2.616683, 2.638780, 2.707654, 2.954444",\
|
|
"2.961851, 2.970849, 2.992947, 3.061820, 3.308610");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003169, 0.013942, 0.053169, 0.235248, 1.000000");
|
|
values ( "0.020969, 0.026547, 0.044884, 0.120614, 0.454048",\
|
|
"0.020969, 0.026547, 0.044884, 0.120614, 0.454048",\
|
|
"0.020969, 0.026547, 0.044884, 0.120614, 0.454048",\
|
|
"0.020969, 0.026547, 0.044884, 0.120614, 0.454048",\
|
|
"0.020969, 0.026547, 0.044884, 0.120614, 0.454048");
|
|
}
|
|
|
|
} /* 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.001472 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "2.722229, 2.735118, 2.771743, 2.915294, 3.512860",\
|
|
"2.831963, 2.844851, 2.881476, 3.025027, 3.622593",\
|
|
"2.923913, 2.936802, 2.973427, 3.116978, 3.714543",\
|
|
"3.064216, 3.077105, 3.113730, 3.257281, 3.854846",\
|
|
"3.635996, 3.648885, 3.685510, 3.829061, 4.426626");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.024206, 0.035055, 0.077979, 0.280580, 1.155218",\
|
|
"0.024206, 0.035055, 0.077979, 0.280580, 1.155218",\
|
|
"0.024206, 0.035055, 0.077979, 0.280580, 1.155218",\
|
|
"0.024206, 0.035055, 0.077979, 0.280580, 1.155218",\
|
|
"0.024206, 0.035055, 0.077979, 0.280580, 1.155218");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "2.525710, 2.535368, 2.559628, 2.631114, 2.891870",\
|
|
"2.635443, 2.645101, 2.669361, 2.740847, 3.001604",\
|
|
"2.727393, 2.737051, 2.761311, 2.832797, 3.093554",\
|
|
"2.867696, 2.877355, 2.901614, 2.973100, 3.233857",\
|
|
"3.439476, 3.449134, 3.473394, 3.544880, 3.805637");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.020070, 0.025945, 0.047481, 0.129018, 0.488471",\
|
|
"0.020070, 0.025945, 0.047481, 0.129018, 0.488471",\
|
|
"0.020070, 0.025945, 0.047481, 0.129018, 0.488471",\
|
|
"0.020070, 0.025945, 0.047481, 0.129018, 0.488471",\
|
|
"0.020070, 0.025945, 0.047481, 0.129018, 0.488471");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "2.551470, 2.564358, 2.599266, 2.740642, 3.324231",\
|
|
"2.644012, 2.656901, 2.691808, 2.833185, 3.416774",\
|
|
"2.713708, 2.726596, 2.761503, 2.902880, 3.486469",\
|
|
"2.800692, 2.813581, 2.848488, 2.989865, 3.573453",\
|
|
"3.154859, 3.167747, 3.202655, 3.344031, 3.927620");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.024206, 0.035055, 0.074803, 0.268697, 1.103490",\
|
|
"0.024206, 0.035055, 0.074803, 0.268697, 1.103490",\
|
|
"0.024206, 0.035055, 0.074803, 0.268697, 1.103490",\
|
|
"0.024206, 0.035055, 0.074803, 0.268697, 1.103490",\
|
|
"0.024206, 0.035055, 0.074803, 0.268697, 1.103490");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "2.371283, 2.380941, 2.403478, 2.472481, 2.719749",\
|
|
"2.463825, 2.473484, 2.496021, 2.565024, 2.812292",\
|
|
"2.533520, 2.543179, 2.565716, 2.634719, 2.881987",\
|
|
"2.620505, 2.630163, 2.652700, 2.721703, 2.968971",\
|
|
"2.974671, 2.984330, 3.006867, 3.075870, 3.323138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001472, 0.012244, 0.051472, 0.233551, 1.000000");
|
|
values ( "0.020070, 0.025945, 0.044293, 0.119877, 0.454051",\
|
|
"0.020070, 0.025945, 0.044293, 0.119877, 0.454051",\
|
|
"0.020070, 0.025945, 0.044293, 0.119877, 0.454051",\
|
|
"0.020070, 0.025945, 0.044293, 0.119877, 0.454051",\
|
|
"0.020070, 0.025945, 0.044293, 0.119877, 0.454051");
|
|
}
|
|
|
|
} /* 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.000988 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.725615, 2.738752, 2.775290, 2.918350, 3.515026",\
|
|
"2.835348, 2.848485, 2.885023, 3.028083, 3.624759",\
|
|
"2.927298, 2.940435, 2.976973, 3.120033, 3.716709",\
|
|
"3.067602, 3.080739, 3.117276, 3.260336, 3.857012",\
|
|
"3.639381, 3.652518, 3.689056, 3.832116, 4.428792");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.023794, 0.034704, 0.077152, 0.278525, 1.149315",\
|
|
"0.023794, 0.034704, 0.077152, 0.278525, 1.149315",\
|
|
"0.023794, 0.034704, 0.077152, 0.278525, 1.149315",\
|
|
"0.023794, 0.034704, 0.077152, 0.278525, 1.149315",\
|
|
"0.023794, 0.034704, 0.077152, 0.278525, 1.149315");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.534131, 2.544005, 2.568192, 2.639525, 2.899019",\
|
|
"2.643864, 2.653738, 2.677925, 2.749259, 3.008752",\
|
|
"2.735814, 2.745688, 2.769876, 2.841209, 3.100703",\
|
|
"2.876117, 2.885992, 2.910179, 2.981512, 3.241006",\
|
|
"3.447897, 3.457771, 3.481958, 3.553292, 3.812786");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019739, 0.025745, 0.046900, 0.127548, 0.483837",\
|
|
"0.019739, 0.025745, 0.046900, 0.127548, 0.483837",\
|
|
"0.019739, 0.025745, 0.046900, 0.127548, 0.483837",\
|
|
"0.019739, 0.025745, 0.046900, 0.127548, 0.483837",\
|
|
"0.019739, 0.025745, 0.046900, 0.127548, 0.483837");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.570013, 2.583150, 2.618181, 2.759568, 3.343507",\
|
|
"2.662555, 2.675692, 2.710724, 2.852111, 3.436050",\
|
|
"2.732250, 2.745388, 2.780419, 2.921806, 3.505745",\
|
|
"2.819235, 2.832372, 2.867404, 3.008790, 3.592730",\
|
|
"3.173401, 3.186538, 3.221570, 3.362957, 3.946896");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.023794, 0.034704, 0.074351, 0.268182, 1.103427",\
|
|
"0.023794, 0.034704, 0.074351, 0.268182, 1.103427",\
|
|
"0.023794, 0.034704, 0.074351, 0.268182, 1.103427",\
|
|
"0.023794, 0.034704, 0.074351, 0.268182, 1.103427",\
|
|
"0.023794, 0.034704, 0.074351, 0.268182, 1.103427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.385114, 2.394988, 2.417666, 2.486694, 2.734121",\
|
|
"2.477657, 2.487531, 2.510209, 2.579237, 2.826664",\
|
|
"2.547352, 2.557226, 2.579904, 2.648932, 2.896359",\
|
|
"2.634336, 2.644210, 2.666888, 2.735916, 2.983344",\
|
|
"2.988503, 2.998377, 3.021055, 3.090083, 3.337510");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019739, 0.025745, 0.044089, 0.119665, 0.454051",\
|
|
"0.019739, 0.025745, 0.044089, 0.119665, 0.454051",\
|
|
"0.019739, 0.025745, 0.044089, 0.119665, 0.454051",\
|
|
"0.019739, 0.025745, 0.044089, 0.119665, 0.454051",\
|
|
"0.019739, 0.025745, 0.044089, 0.119665, 0.454051");
|
|
}
|
|
|
|
} /* 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.002171 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "2.619842, 2.632227, 2.668721, 2.812377, 3.410276",\
|
|
"2.729575, 2.741961, 2.778454, 2.922110, 3.520009",\
|
|
"2.821525, 2.833911, 2.870404, 3.014060, 3.611959",\
|
|
"2.961828, 2.974214, 3.010708, 3.154364, 3.752263",\
|
|
"3.533608, 3.545994, 3.582487, 3.726143, 4.324042");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.024314, 0.035144, 0.078576, 0.281985, 1.158607",\
|
|
"0.024314, 0.035144, 0.078576, 0.281985, 1.158607",\
|
|
"0.024314, 0.035144, 0.078576, 0.281985, 1.158607",\
|
|
"0.024314, 0.035144, 0.078576, 0.281985, 1.158607",\
|
|
"0.024314, 0.035144, 0.078576, 0.281985, 1.158607");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "2.394543, 2.403847, 2.428041, 2.499563, 2.760852",\
|
|
"2.504276, 2.513581, 2.537774, 2.609297, 2.870585",\
|
|
"2.596227, 2.605531, 2.629724, 2.701247, 2.962535",\
|
|
"2.736530, 2.745834, 2.770027, 2.841550, 3.102838",\
|
|
"3.308310, 3.317614, 3.341807, 3.413330, 3.674618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.020280, 0.026014, 0.047797, 0.129894, 0.490897",\
|
|
"0.020280, 0.026014, 0.047797, 0.129894, 0.490897",\
|
|
"0.020280, 0.026014, 0.047797, 0.129894, 0.490897",\
|
|
"0.020280, 0.026014, 0.047797, 0.129894, 0.490897",\
|
|
"0.020280, 0.026014, 0.047797, 0.129894, 0.490897");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "2.447770, 2.460156, 2.494802, 2.636152, 3.219314",\
|
|
"2.540313, 2.552699, 2.587344, 2.728695, 3.311857",\
|
|
"2.610008, 2.622394, 2.657039, 2.798390, 3.381552",\
|
|
"2.696992, 2.709378, 2.744024, 2.885374, 3.468537",\
|
|
"3.051159, 3.063545, 3.098191, 3.239541, 3.822703");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.024314, 0.035144, 0.075181, 0.269385, 1.103858",\
|
|
"0.024314, 0.035144, 0.075181, 0.269385, 1.103858",\
|
|
"0.024314, 0.035144, 0.075181, 0.269385, 1.103858",\
|
|
"0.024314, 0.035144, 0.075181, 0.269385, 1.103858",\
|
|
"0.024314, 0.035144, 0.075181, 0.269385, 1.103858");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "2.240020, 2.249324, 2.271665, 2.340565, 2.587732",\
|
|
"2.332562, 2.341867, 2.364208, 2.433108, 2.680275",\
|
|
"2.402257, 2.411562, 2.433903, 2.502803, 2.749970",\
|
|
"2.489242, 2.498546, 2.520887, 2.589787, 2.836954",\
|
|
"2.843409, 2.852713, 2.875054, 2.943954, 3.191121");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002171, 0.012943, 0.052171, 0.234250, 1.000000");
|
|
values ( "0.020280, 0.026014, 0.044387, 0.120173, 0.454045",\
|
|
"0.020280, 0.026014, 0.044387, 0.120173, 0.454045",\
|
|
"0.020280, 0.026014, 0.044387, 0.120173, 0.454045",\
|
|
"0.020280, 0.026014, 0.044387, 0.120173, 0.454045",\
|
|
"0.020280, 0.026014, 0.044387, 0.120173, 0.454045");
|
|
}
|
|
|
|
} /* 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.002361 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "2.550846, 2.561084, 2.597228, 2.740722, 3.338896",\
|
|
"2.660579, 2.670817, 2.706961, 2.850455, 3.448629",\
|
|
"2.752530, 2.762767, 2.798911, 2.942405, 3.540580",\
|
|
"2.892833, 2.903070, 2.939214, 3.082709, 3.680883",\
|
|
"3.464612, 3.474850, 3.510994, 3.654488, 4.252663");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.023121, 0.034114, 0.078021, 0.282259, 1.158186",\
|
|
"0.023121, 0.034114, 0.078021, 0.282259, 1.158186",\
|
|
"0.023121, 0.034114, 0.078021, 0.282259, 1.158186",\
|
|
"0.023121, 0.034114, 0.078021, 0.282259, 1.158186",\
|
|
"0.023121, 0.034114, 0.078021, 0.282259, 1.158186");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "2.357716, 2.365919, 2.390037, 2.461495, 2.722700",\
|
|
"2.467449, 2.475652, 2.499770, 2.571228, 2.832433",\
|
|
"2.559399, 2.567603, 2.591720, 2.663178, 2.924384",\
|
|
"2.699703, 2.707906, 2.732024, 2.803481, 3.064687",\
|
|
"3.271482, 3.279685, 3.303803, 3.375261, 3.636467");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.020188, 0.025902, 0.047721, 0.129899, 0.490561",\
|
|
"0.020188, 0.025902, 0.047721, 0.129899, 0.490561",\
|
|
"0.020188, 0.025902, 0.047721, 0.129899, 0.490561",\
|
|
"0.020188, 0.025902, 0.047721, 0.129899, 0.490561",\
|
|
"0.020188, 0.025902, 0.047721, 0.129899, 0.490561");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "2.395555, 2.407582, 2.441896, 2.583079, 3.166704",\
|
|
"2.488097, 2.500124, 2.534439, 2.675622, 3.259247",\
|
|
"2.557793, 2.569819, 2.604134, 2.745317, 3.328942",\
|
|
"2.644777, 2.656804, 2.691119, 2.832301, 3.415926",\
|
|
"2.998944, 3.010971, 3.045285, 3.186468, 3.770093");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.023121, 0.034114, 0.074615, 0.269736, 1.103822",\
|
|
"0.023121, 0.034114, 0.074615, 0.269736, 1.103822",\
|
|
"0.023121, 0.034114, 0.074615, 0.269736, 1.103822",\
|
|
"0.023121, 0.034114, 0.074615, 0.269736, 1.103822",\
|
|
"0.023121, 0.034114, 0.074615, 0.269736, 1.103822");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "2.207267, 2.216467, 2.238749, 2.307585, 2.554797",\
|
|
"2.299809, 2.309010, 2.331292, 2.400128, 2.647339",\
|
|
"2.369505, 2.378705, 2.400987, 2.469823, 2.717035",\
|
|
"2.456489, 2.465689, 2.487972, 2.556807, 2.804019",\
|
|
"2.810656, 2.819856, 2.842138, 2.910974, 3.158186");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002361, 0.013133, 0.052361, 0.234440, 1.000000");
|
|
values ( "0.020188, 0.025902, 0.044301, 0.120248, 0.454041",\
|
|
"0.020188, 0.025902, 0.044301, 0.120248, 0.454041",\
|
|
"0.020188, 0.025902, 0.044301, 0.120248, 0.454041",\
|
|
"0.020188, 0.025902, 0.044301, 0.120248, 0.454041",\
|
|
"0.020188, 0.025902, 0.044301, 0.120248, 0.454041");
|
|
}
|
|
|
|
} /* 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.004606 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "2.725297, 2.737223, 2.773296, 2.919866, 3.529778",\
|
|
"2.835030, 2.846956, 2.883029, 3.029599, 3.639511",\
|
|
"2.926980, 2.938906, 2.974979, 3.121550, 3.731462",\
|
|
"3.067284, 3.079210, 3.115283, 3.261853, 3.871765",\
|
|
"3.639063, 3.650989, 3.687062, 3.833633, 4.443544");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.026927, 0.037512, 0.083107, 0.294503, 1.161881",\
|
|
"0.026927, 0.037512, 0.083107, 0.294503, 1.161881",\
|
|
"0.026927, 0.037512, 0.083107, 0.294503, 1.161881",\
|
|
"0.026927, 0.037512, 0.083107, 0.294503, 1.161881",\
|
|
"0.026927, 0.037512, 0.083107, 0.294503, 1.161881");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "2.527160, 2.535918, 2.561008, 2.634023, 2.898916",\
|
|
"2.636893, 2.645651, 2.670741, 2.743757, 3.008649",\
|
|
"2.728843, 2.737601, 2.762691, 2.835707, 3.100599",\
|
|
"2.869147, 2.877905, 2.902995, 2.976011, 3.240903",\
|
|
"3.440926, 3.449684, 3.474774, 3.547790, 3.812682");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.021801, 0.027084, 0.050671, 0.140190, 0.523925",\
|
|
"0.021801, 0.027084, 0.050671, 0.140190, 0.523925",\
|
|
"0.021801, 0.027084, 0.050671, 0.140190, 0.523925",\
|
|
"0.021801, 0.027084, 0.050671, 0.140190, 0.523925",\
|
|
"0.021801, 0.027084, 0.050671, 0.140190, 0.523925");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "2.551012, 2.562938, 2.599832, 2.744344, 3.346446",\
|
|
"2.643555, 2.655481, 2.692374, 2.836886, 3.438988",\
|
|
"2.713250, 2.725176, 2.762070, 2.906582, 3.508683",\
|
|
"2.800235, 2.812160, 2.849054, 2.993566, 3.595668",\
|
|
"3.154401, 3.166327, 3.203221, 3.347733, 3.949835");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.026927, 0.037512, 0.082974, 0.290467, 1.183057",\
|
|
"0.026927, 0.037512, 0.082974, 0.290467, 1.183057",\
|
|
"0.026927, 0.037512, 0.082974, 0.290467, 1.183057",\
|
|
"0.026927, 0.037512, 0.082974, 0.290467, 1.183057",\
|
|
"0.026927, 0.037512, 0.082974, 0.290467, 1.183057");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "2.371739, 2.380497, 2.404564, 2.477219, 2.743143",\
|
|
"2.464281, 2.473039, 2.497107, 2.569762, 2.835685",\
|
|
"2.533977, 2.542735, 2.566802, 2.639457, 2.905381",\
|
|
"2.620961, 2.629719, 2.653786, 2.726441, 2.992365",\
|
|
"2.975128, 2.983886, 3.007953, 3.080608, 3.346532");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.004606, 0.015379, 0.054606, 0.236685, 1.000000");
|
|
values ( "0.021801, 0.027084, 0.052487, 0.132148, 0.492091",\
|
|
"0.021801, 0.027084, 0.052487, 0.132148, 0.492091",\
|
|
"0.021801, 0.027084, 0.052487, 0.132148, 0.492091",\
|
|
"0.021801, 0.027084, 0.052487, 0.132148, 0.492091",\
|
|
"0.021801, 0.027084, 0.052487, 0.132148, 0.492091");
|
|
}
|
|
|
|
} /* 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.002199 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "2.752612, 2.763874, 2.800605, 2.944213, 3.541530",\
|
|
"2.862345, 2.873607, 2.910338, 3.053946, 3.651263",\
|
|
"2.954296, 2.965557, 3.002289, 3.145897, 3.743214",\
|
|
"3.094599, 3.105861, 3.142592, 3.286201, 3.883518",\
|
|
"3.666379, 3.677640, 3.714372, 3.857980, 4.455297");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.025625, 0.036350, 0.079293, 0.281895, 1.156587",\
|
|
"0.025625, 0.036350, 0.079293, 0.281895, 1.156587",\
|
|
"0.025625, 0.036350, 0.079293, 0.281895, 1.156587",\
|
|
"0.025625, 0.036350, 0.079293, 0.281895, 1.156587",\
|
|
"0.025625, 0.036350, 0.079293, 0.281895, 1.156587");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "2.546036, 2.555336, 2.579499, 2.651056, 2.911899",\
|
|
"2.655769, 2.665069, 2.689232, 2.760789, 3.021632",\
|
|
"2.747719, 2.757019, 2.781183, 2.852740, 3.113582",\
|
|
"2.888023, 2.897323, 2.921486, 2.993043, 3.253886",\
|
|
"3.459802, 3.469102, 3.493265, 3.564823, 3.825665");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.020632, 0.026334, 0.048015, 0.129696, 0.489864",\
|
|
"0.020632, 0.026334, 0.048015, 0.129696, 0.489864",\
|
|
"0.020632, 0.026334, 0.048015, 0.129696, 0.489864",\
|
|
"0.020632, 0.026334, 0.048015, 0.129696, 0.489864",\
|
|
"0.020632, 0.026334, 0.048015, 0.129696, 0.489864");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "2.580280, 2.592964, 2.627910, 2.769291, 3.352221",\
|
|
"2.672822, 2.685507, 2.720453, 2.861834, 3.444764",\
|
|
"2.742518, 2.755202, 2.790148, 2.931529, 3.514459",\
|
|
"2.829502, 2.842186, 2.877132, 3.018513, 3.601443",\
|
|
"3.183669, 3.196353, 3.231299, 3.372680, 3.955610");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.025625, 0.036350, 0.075940, 0.269563, 1.103127",\
|
|
"0.025625, 0.036350, 0.075940, 0.269563, 1.103127",\
|
|
"0.025625, 0.036350, 0.075940, 0.269563, 1.103127",\
|
|
"0.025625, 0.036350, 0.075940, 0.269563, 1.103127",\
|
|
"0.025625, 0.036350, 0.075940, 0.269563, 1.103127");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "2.391969, 2.401269, 2.423640, 2.492621, 2.739619",\
|
|
"2.484512, 2.493812, 2.516183, 2.585163, 2.832161",\
|
|
"2.554207, 2.563507, 2.585878, 2.654859, 2.901857",\
|
|
"2.641191, 2.650491, 2.672862, 2.741843, 2.988841",\
|
|
"2.995358, 3.004658, 3.027029, 3.096010, 3.343008");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002199, 0.012971, 0.052199, 0.234278, 1.000000");
|
|
values ( "0.020632, 0.026334, 0.044648, 0.120198, 0.454052",\
|
|
"0.020632, 0.026334, 0.044648, 0.120198, 0.454052",\
|
|
"0.020632, 0.026334, 0.044648, 0.120198, 0.454052",\
|
|
"0.020632, 0.026334, 0.044648, 0.120198, 0.454052",\
|
|
"0.020632, 0.026334, 0.044648, 0.120198, 0.454052");
|
|
}
|
|
|
|
} /* 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.001584 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "2.659989, 2.672400, 2.708588, 2.851995, 3.449806",\
|
|
"2.769722, 2.782133, 2.818321, 2.961728, 3.559539",\
|
|
"2.861672, 2.874083, 2.910272, 3.053678, 3.651489",\
|
|
"3.001976, 3.014386, 3.050575, 3.193981, 3.791792",\
|
|
"3.573755, 3.586166, 3.622355, 3.765761, 4.363573");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.022576, 0.033600, 0.077092, 0.280564, 1.154892",\
|
|
"0.022576, 0.033600, 0.077092, 0.280564, 1.154892",\
|
|
"0.022576, 0.033600, 0.077092, 0.280564, 1.154892",\
|
|
"0.022576, 0.033600, 0.077092, 0.280564, 1.154892",\
|
|
"0.022576, 0.033600, 0.077092, 0.280564, 1.154892");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "2.490361, 2.499949, 2.524140, 2.595622, 2.856189",\
|
|
"2.600094, 2.609682, 2.633873, 2.705355, 2.965923",\
|
|
"2.692044, 2.701632, 2.725823, 2.797305, 3.057873",\
|
|
"2.832348, 2.841936, 2.866127, 2.937609, 3.198176",\
|
|
"3.404127, 3.413715, 3.437906, 3.509388, 3.769956");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.019859, 0.025748, 0.047294, 0.128995, 0.487885",\
|
|
"0.019859, 0.025748, 0.047294, 0.128995, 0.487885",\
|
|
"0.019859, 0.025748, 0.047294, 0.128995, 0.487885",\
|
|
"0.019859, 0.025748, 0.047294, 0.128995, 0.487885",\
|
|
"0.019859, 0.025748, 0.047294, 0.128995, 0.487885");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "2.500958, 2.513369, 2.547864, 2.689098, 3.273172",\
|
|
"2.593501, 2.605912, 2.640407, 2.781641, 3.365714",\
|
|
"2.663196, 2.675607, 2.710102, 2.851336, 3.435410",\
|
|
"2.750181, 2.762591, 2.797087, 2.938321, 3.522394",\
|
|
"3.104347, 3.116758, 3.151253, 3.292487, 3.876560");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.022576, 0.033600, 0.073942, 0.268844, 1.103869",\
|
|
"0.022576, 0.033600, 0.073942, 0.268844, 1.103869",\
|
|
"0.022576, 0.033600, 0.073942, 0.268844, 1.103869",\
|
|
"0.022576, 0.033600, 0.073942, 0.268844, 1.103869",\
|
|
"0.022576, 0.033600, 0.073942, 0.268844, 1.103869");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "2.340169, 2.349758, 2.372250, 2.441179, 2.688544",\
|
|
"2.432712, 2.442300, 2.464793, 2.533721, 2.781086",\
|
|
"2.502407, 2.511996, 2.534488, 2.603417, 2.850781",\
|
|
"2.589392, 2.598980, 2.621473, 2.690401, 2.937766",\
|
|
"2.943558, 2.953147, 2.975639, 3.044568, 3.291933");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001584, 0.012356, 0.051584, 0.233663, 1.000000");
|
|
values ( "0.019859, 0.025748, 0.044132, 0.119916, 0.454045",\
|
|
"0.019859, 0.025748, 0.044132, 0.119916, 0.454045",\
|
|
"0.019859, 0.025748, 0.044132, 0.119916, 0.454045",\
|
|
"0.019859, 0.025748, 0.044132, 0.119916, 0.454045",\
|
|
"0.019859, 0.025748, 0.044132, 0.119916, 0.454045");
|
|
}
|
|
|
|
} /* 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.002066 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.661755, 2.672695, 2.708896, 2.852359, 3.450076",\
|
|
"2.771488, 2.782428, 2.818629, 2.962092, 3.559809",\
|
|
"2.863438, 2.874379, 2.910579, 3.054042, 3.651759",\
|
|
"3.003742, 3.014682, 3.050883, 3.194345, 3.792063",\
|
|
"3.575521, 3.586462, 3.622662, 3.766125, 4.363842");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.023212, 0.034180, 0.077793, 0.281408, 1.156240",\
|
|
"0.023212, 0.034180, 0.077793, 0.281408, 1.156240",\
|
|
"0.023212, 0.034180, 0.077793, 0.281408, 1.156240",\
|
|
"0.023212, 0.034180, 0.077793, 0.281408, 1.156240",\
|
|
"0.023212, 0.034180, 0.077793, 0.281408, 1.156240");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.494579, 2.503926, 2.528059, 2.599503, 2.860266",\
|
|
"2.604312, 2.613659, 2.637792, 2.709236, 2.970000",\
|
|
"2.696263, 2.705609, 2.729742, 2.801187, 3.061950",\
|
|
"2.836566, 2.845912, 2.870045, 2.941490, 3.202253",\
|
|
"3.408346, 3.417692, 3.441825, 3.513269, 3.774033");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.020221, 0.025988, 0.047638, 0.129401, 0.488953",\
|
|
"0.020221, 0.025988, 0.047638, 0.129401, 0.488953",\
|
|
"0.020221, 0.025988, 0.047638, 0.129401, 0.488953",\
|
|
"0.020221, 0.025988, 0.047638, 0.129401, 0.488953",\
|
|
"0.020221, 0.025988, 0.047638, 0.129401, 0.488953");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.508051, 2.520269, 2.554723, 2.695966, 3.279614",\
|
|
"2.600594, 2.612812, 2.647265, 2.788508, 3.372157",\
|
|
"2.670289, 2.682508, 2.716960, 2.858204, 3.441852",\
|
|
"2.757273, 2.769492, 2.803945, 2.945188, 3.528836",\
|
|
"3.111440, 3.123658, 3.158111, 3.299355, 3.883003");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.023212, 0.034180, 0.074522, 0.269353, 1.103887",\
|
|
"0.023212, 0.034180, 0.074522, 0.269353, 1.103887",\
|
|
"0.023212, 0.034180, 0.074522, 0.269353, 1.103887",\
|
|
"0.023212, 0.034180, 0.074522, 0.269353, 1.103887",\
|
|
"0.023212, 0.034180, 0.074522, 0.269353, 1.103887");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "2.345562, 2.354909, 2.377288, 2.446197, 2.693392",\
|
|
"2.438105, 2.447451, 2.469831, 2.538740, 2.785935",\
|
|
"2.507801, 2.517147, 2.539526, 2.608435, 2.855630",\
|
|
"2.594785, 2.604131, 2.626511, 2.695420, 2.942615",\
|
|
"2.948951, 2.958298, 2.980677, 3.049587, 3.296781");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002066, 0.012839, 0.052066, 0.234145, 1.000000");
|
|
values ( "0.020221, 0.025988, 0.044353, 0.120128, 0.454046",\
|
|
"0.020221, 0.025988, 0.044353, 0.120128, 0.454046",\
|
|
"0.020221, 0.025988, 0.044353, 0.120128, 0.454046",\
|
|
"0.020221, 0.025988, 0.044353, 0.120128, 0.454046",\
|
|
"0.020221, 0.025988, 0.044353, 0.120128, 0.454046");
|
|
}
|
|
|
|
} /* 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.002793 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "2.586791, 2.597119, 2.633432, 2.777067, 3.374928",\
|
|
"2.696524, 2.706852, 2.743165, 2.886800, 3.484661",\
|
|
"2.788474, 2.798802, 2.835115, 2.978750, 3.576611",\
|
|
"2.928778, 2.939106, 2.975419, 3.119054, 3.716915",\
|
|
"3.500557, 3.510885, 3.547198, 3.690833, 4.288693");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.024294, 0.035174, 0.078969, 0.282937, 1.159624",\
|
|
"0.024294, 0.035174, 0.078969, 0.282937, 1.159624",\
|
|
"0.024294, 0.035174, 0.078969, 0.282937, 1.159624",\
|
|
"0.024294, 0.035174, 0.078969, 0.282937, 1.159624",\
|
|
"0.024294, 0.035174, 0.078969, 0.282937, 1.159624");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "2.376477, 2.384705, 2.408798, 2.480316, 2.741620",\
|
|
"2.486210, 2.494438, 2.518532, 2.590049, 2.851353",\
|
|
"2.578161, 2.586389, 2.610482, 2.681999, 2.943303",\
|
|
"2.718464, 2.726692, 2.750785, 2.822303, 3.083607",\
|
|
"3.290244, 3.298472, 3.322565, 3.394082, 3.655386");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.020537, 0.026190, 0.048069, 0.130355, 0.491651",\
|
|
"0.020537, 0.026190, 0.048069, 0.130355, 0.491651",\
|
|
"0.020537, 0.026190, 0.048069, 0.130355, 0.491651",\
|
|
"0.020537, 0.026190, 0.048069, 0.130355, 0.491651",\
|
|
"0.020537, 0.026190, 0.048069, 0.130355, 0.491651");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "2.428990, 2.441043, 2.475454, 2.616732, 3.199667",\
|
|
"2.521533, 2.533585, 2.567997, 2.709275, 3.292209",\
|
|
"2.591228, 2.603281, 2.637692, 2.778970, 3.361905",\
|
|
"2.678213, 2.690265, 2.724677, 2.865955, 3.448889",\
|
|
"3.032380, 3.044432, 3.078844, 3.220122, 3.803056");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.024294, 0.035174, 0.075476, 0.270096, 1.103938",\
|
|
"0.024294, 0.035174, 0.075476, 0.270096, 1.103938",\
|
|
"0.024294, 0.035174, 0.075476, 0.270096, 1.103938",\
|
|
"0.024294, 0.035174, 0.075476, 0.270096, 1.103938",\
|
|
"0.024294, 0.035174, 0.075476, 0.270096, 1.103938");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "2.226607, 2.235688, 2.257875, 2.326713, 2.573734",\
|
|
"2.319150, 2.328231, 2.350418, 2.419256, 2.666277",\
|
|
"2.388845, 2.397926, 2.420113, 2.488951, 2.735972",\
|
|
"2.475830, 2.484911, 2.507097, 2.575936, 2.822956",\
|
|
"2.829996, 2.839077, 2.861264, 2.930102, 3.177123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002793, 0.013565, 0.052793, 0.234872, 1.000000");
|
|
values ( "0.020537, 0.026190, 0.044560, 0.120441, 0.454043",\
|
|
"0.020537, 0.026190, 0.044560, 0.120441, 0.454043",\
|
|
"0.020537, 0.026190, 0.044560, 0.120441, 0.454043",\
|
|
"0.020537, 0.026190, 0.044560, 0.120441, 0.454043",\
|
|
"0.020537, 0.026190, 0.044560, 0.120441, 0.454043");
|
|
}
|
|
|
|
} /* 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.003222 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "2.717410, 2.729506, 2.766036, 2.909855, 3.508124",\
|
|
"2.827143, 2.839239, 2.875769, 3.019588, 3.617857",\
|
|
"2.919093, 2.931189, 2.967719, 3.111539, 3.709807",\
|
|
"3.059397, 3.071493, 3.108022, 3.251842, 3.850110",\
|
|
"3.631176, 3.643272, 3.679802, 3.823622, 4.421890");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.025436, 0.036210, 0.080101, 0.284294, 1.163341",\
|
|
"0.025436, 0.036210, 0.080101, 0.284294, 1.163341",\
|
|
"0.025436, 0.036210, 0.080101, 0.284294, 1.163341",\
|
|
"0.025436, 0.036210, 0.080101, 0.284294, 1.163341",\
|
|
"0.025436, 0.036210, 0.080101, 0.284294, 1.163341");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "2.525228, 2.534212, 2.558350, 2.630058, 2.891957",\
|
|
"2.634961, 2.643945, 2.668083, 2.739791, 3.001690",\
|
|
"2.726911, 2.735896, 2.760033, 2.831741, 3.093640",\
|
|
"2.867214, 2.876199, 2.900337, 2.972044, 3.233943",\
|
|
"3.438994, 3.447978, 3.472116, 3.543824, 3.805723");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.021041, 0.026610, 0.048730, 0.131316, 0.494811",\
|
|
"0.021041, 0.026610, 0.048730, 0.131316, 0.494811",\
|
|
"0.021041, 0.026610, 0.048730, 0.131316, 0.494811",\
|
|
"0.021041, 0.026610, 0.048730, 0.131316, 0.494811",\
|
|
"0.021041, 0.026610, 0.048730, 0.131316, 0.494811");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "2.547899, 2.559995, 2.594484, 2.735820, 3.318174",\
|
|
"2.640442, 2.652538, 2.687027, 2.828362, 3.410717",\
|
|
"2.710137, 2.722233, 2.756722, 2.898058, 3.480412",\
|
|
"2.797122, 2.809218, 2.843706, 2.985042, 3.567397",\
|
|
"3.151288, 3.163384, 3.197873, 3.339209, 3.921563");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.025436, 0.036210, 0.076328, 0.270536, 1.103832",\
|
|
"0.025436, 0.036210, 0.076328, 0.270536, 1.103832",\
|
|
"0.025436, 0.036210, 0.076328, 0.270536, 1.103832",\
|
|
"0.025436, 0.036210, 0.076328, 0.270536, 1.103832",\
|
|
"0.025436, 0.036210, 0.076328, 0.270536, 1.103832");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "2.370643, 2.379627, 2.401716, 2.470597, 2.717350",\
|
|
"2.463185, 2.472170, 2.494259, 2.563140, 2.809893",\
|
|
"2.532880, 2.541865, 2.563954, 2.632835, 2.879588",\
|
|
"2.619865, 2.628850, 2.650939, 2.719820, 2.966572",\
|
|
"2.974031, 2.983016, 3.005105, 3.073986, 3.320739");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003222, 0.013994, 0.053222, 0.235301, 1.000000");
|
|
values ( "0.021041, 0.026610, 0.044938, 0.120638, 0.454048",\
|
|
"0.021041, 0.026610, 0.044938, 0.120638, 0.454048",\
|
|
"0.021041, 0.026610, 0.044938, 0.120638, 0.454048",\
|
|
"0.021041, 0.026610, 0.044938, 0.120638, 0.454048",\
|
|
"0.021041, 0.026610, 0.044938, 0.120638, 0.454048");
|
|
}
|
|
|
|
} /* 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.001617 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "2.597368, 2.609863, 2.646138, 2.789575, 3.386977",\
|
|
"2.707102, 2.719596, 2.755872, 2.899308, 3.496710",\
|
|
"2.799052, 2.811547, 2.847822, 2.991258, 3.588661",\
|
|
"2.939355, 2.951850, 2.988125, 3.131562, 3.728964",\
|
|
"3.511135, 3.523629, 3.559905, 3.703341, 4.300744");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.023125, 0.034079, 0.077382, 0.280393, 1.154349",\
|
|
"0.023125, 0.034079, 0.077382, 0.280393, 1.154349",\
|
|
"0.023125, 0.034079, 0.077382, 0.280393, 1.154349",\
|
|
"0.023125, 0.034079, 0.077382, 0.280393, 1.154349",\
|
|
"0.023125, 0.034079, 0.077382, 0.280393, 1.154349");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "2.380693, 2.390258, 2.414413, 2.485857, 2.746292",\
|
|
"2.490426, 2.499991, 2.524146, 2.595590, 2.856025",\
|
|
"2.582376, 2.591941, 2.616097, 2.687540, 2.947975",\
|
|
"2.722680, 2.732245, 2.756400, 2.827843, 3.088279",\
|
|
"3.294459, 3.304024, 3.328180, 3.399623, 3.660058");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.019807, 0.025700, 0.047228, 0.128894, 0.487381",\
|
|
"0.019807, 0.025700, 0.047228, 0.128894, 0.487381",\
|
|
"0.019807, 0.025700, 0.047228, 0.128894, 0.487381",\
|
|
"0.019807, 0.025700, 0.047228, 0.128894, 0.487381",\
|
|
"0.019807, 0.025700, 0.047228, 0.128894, 0.487381");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "2.421628, 2.434123, 2.468731, 2.610035, 3.193831",\
|
|
"2.514171, 2.526665, 2.561274, 2.702578, 3.286374",\
|
|
"2.583866, 2.596361, 2.630969, 2.772274, 3.356070",\
|
|
"2.670851, 2.683345, 2.717953, 2.859258, 3.443054",\
|
|
"3.025017, 3.037512, 3.072120, 3.213424, 3.797220");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.023125, 0.034079, 0.074256, 0.268804, 1.103949",\
|
|
"0.023125, 0.034079, 0.074256, 0.268804, 1.103949",\
|
|
"0.023125, 0.034079, 0.074256, 0.268804, 1.103949",\
|
|
"0.023125, 0.034079, 0.074256, 0.268804, 1.103949",\
|
|
"0.023125, 0.034079, 0.074256, 0.268804, 1.103949");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "2.227021, 2.236586, 2.259068, 2.327977, 2.575366",\
|
|
"2.319564, 2.329129, 2.351611, 2.420520, 2.667909",\
|
|
"2.389259, 2.398824, 2.421306, 2.490215, 2.737604",\
|
|
"2.476243, 2.485808, 2.508291, 2.577199, 2.824589",\
|
|
"2.830410, 2.839975, 2.862458, 2.931366, 3.178755");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001617, 0.012390, 0.051617, 0.233696, 1.000000");
|
|
values ( "0.019807, 0.025700, 0.044090, 0.119928, 0.454044",\
|
|
"0.019807, 0.025700, 0.044090, 0.119928, 0.454044",\
|
|
"0.019807, 0.025700, 0.044090, 0.119928, 0.454044",\
|
|
"0.019807, 0.025700, 0.044090, 0.119928, 0.454044",\
|
|
"0.019807, 0.025700, 0.044090, 0.119928, 0.454044");
|
|
}
|
|
|
|
} /* 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.002133 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "2.615923, 2.628291, 2.664712, 2.808304, 3.405880",\
|
|
"2.725656, 2.738024, 2.774445, 2.918037, 3.515614",\
|
|
"2.817606, 2.829974, 2.866396, 3.009987, 3.607564",\
|
|
"2.957910, 2.970278, 3.006699, 3.150291, 3.747867",\
|
|
"3.529689, 3.542057, 3.578479, 3.722070, 4.319647");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.024159, 0.035008, 0.078398, 0.281610, 1.157242",\
|
|
"0.024159, 0.035008, 0.078398, 0.281610, 1.157242",\
|
|
"0.024159, 0.035008, 0.078398, 0.281610, 1.157242",\
|
|
"0.024159, 0.035008, 0.078398, 0.281610, 1.157242",\
|
|
"0.024159, 0.035008, 0.078398, 0.281610, 1.157242");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "2.392724, 2.402039, 2.426190, 2.497660, 2.758636",\
|
|
"2.502457, 2.511772, 2.535923, 2.607394, 2.868369",\
|
|
"2.594407, 2.603722, 2.627873, 2.699344, 2.960319",\
|
|
"2.734710, 2.744026, 2.768176, 2.839647, 3.100622",\
|
|
"3.306490, 3.315805, 3.339956, 3.411427, 3.672402");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.020240, 0.025990, 0.047698, 0.129609, 0.489733",\
|
|
"0.020240, 0.025990, 0.047698, 0.129609, 0.489733",\
|
|
"0.020240, 0.025990, 0.047698, 0.129609, 0.489733",\
|
|
"0.020240, 0.025990, 0.047698, 0.129609, 0.489733",\
|
|
"0.020240, 0.025990, 0.047698, 0.129609, 0.489733");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pll_trim[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "2.447074, 2.459442, 2.494075, 2.635423, 3.218634",\
|
|
"2.539617, 2.551985, 2.586618, 2.727966, 3.311176",\
|
|
"2.609312, 2.621680, 2.656313, 2.797661, 3.380872",\
|
|
"2.696296, 2.708664, 2.743297, 2.884645, 3.467856",\
|
|
"3.050463, 3.062831, 3.097464, 3.238812, 3.822023");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.024159, 0.035008, 0.075074, 0.269330, 1.103924",\
|
|
"0.024159, 0.035008, 0.075074, 0.269330, 1.103924",\
|
|
"0.024159, 0.035008, 0.075074, 0.269330, 1.103924",\
|
|
"0.024159, 0.035008, 0.075074, 0.269330, 1.103924",\
|
|
"0.024159, 0.035008, 0.075074, 0.269330, 1.103924");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "2.239619, 2.248935, 2.271292, 2.340191, 2.587377",\
|
|
"2.332162, 2.341478, 2.363834, 2.432733, 2.679919",\
|
|
"2.401857, 2.411173, 2.433529, 2.502428, 2.749614",\
|
|
"2.488842, 2.498157, 2.520514, 2.589413, 2.836599",\
|
|
"2.843008, 2.852324, 2.874681, 2.943579, 3.190766");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002133, 0.012905, 0.052133, 0.234212, 1.000000");
|
|
values ( "0.020240, 0.025990, 0.044361, 0.120156, 0.454045",\
|
|
"0.020240, 0.025990, 0.044361, 0.120156, 0.454045",\
|
|
"0.020240, 0.025990, 0.044361, 0.120156, 0.454045",\
|
|
"0.020240, 0.025990, 0.044361, 0.120156, 0.454045",\
|
|
"0.020240, 0.025990, 0.044361, 0.120156, 0.454045");
|
|
}
|
|
|
|
} /* 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.001771 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "2.508288, 2.521051, 2.557691, 2.701283, 3.298933",\
|
|
"2.618021, 2.630785, 2.667424, 2.811016, 3.408666",\
|
|
"2.709971, 2.722735, 2.759375, 2.902967, 3.500617",\
|
|
"2.850275, 2.863039, 2.899678, 3.043270, 3.640920",\
|
|
"3.422055, 3.434818, 3.471458, 3.615050, 4.212700");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.024607, 0.035419, 0.078459, 0.281242, 1.156489",\
|
|
"0.024607, 0.035419, 0.078459, 0.281242, 1.156489",\
|
|
"0.024607, 0.035419, 0.078459, 0.281242, 1.156489",\
|
|
"0.024607, 0.035419, 0.078459, 0.281242, 1.156489",\
|
|
"0.024607, 0.035419, 0.078459, 0.281242, 1.156489");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "2.561198, 2.570716, 2.594961, 2.666532, 2.927412",\
|
|
"2.670931, 2.680449, 2.704694, 2.776265, 3.037145",\
|
|
"2.762881, 2.772400, 2.796645, 2.868216, 3.129095",\
|
|
"2.903185, 2.912704, 2.936948, 3.008519, 3.269399",\
|
|
"3.474965, 3.484483, 3.508728, 3.580299, 3.841178");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.020440, 0.026225, 0.047846, 0.129423, 0.489538",\
|
|
"0.020440, 0.026225, 0.047846, 0.129423, 0.489538",\
|
|
"0.020440, 0.026225, 0.047846, 0.129423, 0.489538",\
|
|
"0.020440, 0.026225, 0.047846, 0.129423, 0.489538",\
|
|
"0.020440, 0.026225, 0.047846, 0.129423, 0.489538");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "2.348497, 2.361261, 2.396138, 2.537512, 3.120860",\
|
|
"2.441040, 2.453803, 2.488681, 2.630055, 3.213403",\
|
|
"2.510735, 2.523499, 2.558376, 2.699750, 3.283098",\
|
|
"2.597719, 2.610483, 2.645361, 2.786735, 3.370082",\
|
|
"2.951886, 2.964650, 2.999528, 3.140902, 3.724249");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.024607, 0.035419, 0.075167, 0.269033, 1.103445",\
|
|
"0.024607, 0.035419, 0.075167, 0.269033, 1.103445",\
|
|
"0.024607, 0.035419, 0.075167, 0.269033, 1.103445",\
|
|
"0.024607, 0.035419, 0.075167, 0.269033, 1.103445",\
|
|
"0.024607, 0.035419, 0.075167, 0.269033, 1.103445");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "2.402619, 2.412138, 2.434615, 2.503642, 2.750734",\
|
|
"2.495162, 2.504680, 2.527157, 2.596184, 2.843277",\
|
|
"2.564857, 2.574376, 2.596853, 2.665880, 2.912972",\
|
|
"2.651842, 2.661360, 2.683837, 2.752864, 2.999956",\
|
|
"3.006008, 3.015527, 3.038004, 3.107031, 3.354123");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001771, 0.012543, 0.051771, 0.233850, 1.000000");
|
|
values ( "0.020440, 0.026225, 0.044540, 0.120014, 0.454054",\
|
|
"0.020440, 0.026225, 0.044540, 0.120014, 0.454054",\
|
|
"0.020440, 0.026225, 0.044540, 0.120014, 0.454054",\
|
|
"0.020440, 0.026225, 0.044540, 0.120014, 0.454054",\
|
|
"0.020440, 0.026225, 0.044540, 0.120014, 0.454054");
|
|
}
|
|
|
|
} /* 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.001767 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "2.528502, 2.541378, 2.578114, 2.721703, 3.319204",\
|
|
"2.638235, 2.651112, 2.687847, 2.831436, 3.428937",\
|
|
"2.730186, 2.743062, 2.779797, 2.923387, 3.520888",\
|
|
"2.870489, 2.883365, 2.920100, 3.063690, 3.661191",\
|
|
"3.442269, 3.455145, 3.491880, 3.635470, 4.232971");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.025027, 0.035808, 0.078672, 0.281214, 1.155937",\
|
|
"0.025027, 0.035808, 0.078672, 0.281214, 1.155937",\
|
|
"0.025027, 0.035808, 0.078672, 0.281214, 1.155937",\
|
|
"0.025027, 0.035808, 0.078672, 0.281214, 1.155937",\
|
|
"0.025027, 0.035808, 0.078672, 0.281214, 1.155937");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "2.571115, 2.580637, 2.604884, 2.676461, 2.937239",\
|
|
"2.680848, 2.690370, 2.714617, 2.786194, 3.046972",\
|
|
"2.772799, 2.782320, 2.806568, 2.878144, 3.138922",\
|
|
"2.913102, 2.922624, 2.946871, 3.018447, 3.279226",\
|
|
"3.484881, 3.494403, 3.518651, 3.590227, 3.851005");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.020519, 0.026297, 0.047878, 0.129366, 0.489294",\
|
|
"0.020519, 0.026297, 0.047878, 0.129366, 0.489294",\
|
|
"0.020519, 0.026297, 0.047878, 0.129366, 0.489294",\
|
|
"0.020519, 0.026297, 0.047878, 0.129366, 0.489294",\
|
|
"0.020519, 0.026297, 0.047878, 0.129366, 0.489294");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "2.357046, 2.369922, 2.404902, 2.546287, 3.129567",\
|
|
"2.449589, 2.462465, 2.497444, 2.638829, 3.222109",\
|
|
"2.519284, 2.532160, 2.567140, 2.708524, 3.291805",\
|
|
"2.606268, 2.619145, 2.654124, 2.795509, 3.378789",\
|
|
"2.960435, 2.973311, 3.008291, 3.149675, 3.732955");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.025027, 0.035808, 0.075406, 0.269078, 1.103202",\
|
|
"0.025027, 0.035808, 0.075406, 0.269078, 1.103202",\
|
|
"0.025027, 0.035808, 0.075406, 0.269078, 1.103202",\
|
|
"0.025027, 0.035808, 0.075406, 0.269078, 1.103202",\
|
|
"0.025027, 0.035808, 0.075406, 0.269078, 1.103202");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "2.411221, 2.420743, 2.443229, 2.512276, 2.759331",\
|
|
"2.503763, 2.513285, 2.535772, 2.604819, 2.851874",\
|
|
"2.573459, 2.582981, 2.605467, 2.674514, 2.921569",\
|
|
"2.660443, 2.669965, 2.692451, 2.761498, 3.008553",\
|
|
"3.014610, 3.024132, 3.046618, 3.115665, 3.362720");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001767, 0.012539, 0.051767, 0.233846, 1.000000");
|
|
values ( "0.020519, 0.026297, 0.044598, 0.120015, 0.454056",\
|
|
"0.020519, 0.026297, 0.044598, 0.120015, 0.454056",\
|
|
"0.020519, 0.026297, 0.044598, 0.120015, 0.454056",\
|
|
"0.020519, 0.026297, 0.044598, 0.120015, 0.454056",\
|
|
"0.020519, 0.026297, 0.044598, 0.120015, 0.454056");
|
|
}
|
|
|
|
} /* 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.001934 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "2.436649, 2.448918, 2.485178, 2.628724, 3.227156",\
|
|
"2.546382, 2.558651, 2.594912, 2.738457, 3.336889",\
|
|
"2.638333, 2.650602, 2.686862, 2.830407, 3.428839",\
|
|
"2.778636, 2.790905, 2.827165, 2.970711, 3.569143",\
|
|
"3.350416, 3.362685, 3.398945, 3.542490, 4.140923");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.022953, 0.033937, 0.077687, 0.281755, 1.158380",\
|
|
"0.022953, 0.033937, 0.077687, 0.281755, 1.158380",\
|
|
"0.022953, 0.033937, 0.077687, 0.281755, 1.158380",\
|
|
"0.022953, 0.033937, 0.077687, 0.281755, 1.158380",\
|
|
"0.022953, 0.033937, 0.077687, 0.281755, 1.158380");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "2.513090, 2.522522, 2.546765, 2.618320, 2.879585",\
|
|
"2.622823, 2.632255, 2.656498, 2.728053, 2.989318",\
|
|
"2.714773, 2.724206, 2.748448, 2.820004, 3.081268",\
|
|
"2.855077, 2.864509, 2.888752, 2.960307, 3.221572",\
|
|
"3.426856, 3.436289, 3.460531, 3.532087, 3.793351");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.020274, 0.026047, 0.047789, 0.129750, 0.490711",\
|
|
"0.020274, 0.026047, 0.047789, 0.129750, 0.490711",\
|
|
"0.020274, 0.026047, 0.047789, 0.129750, 0.490711",\
|
|
"0.020274, 0.026047, 0.047789, 0.129750, 0.490711",\
|
|
"0.020274, 0.026047, 0.047789, 0.129750, 0.490711");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "2.282035, 2.294303, 2.328735, 2.469964, 3.053770",\
|
|
"2.374577, 2.386846, 2.421277, 2.562506, 3.146312",\
|
|
"2.444273, 2.456541, 2.490973, 2.632202, 3.216008",\
|
|
"2.531257, 2.543526, 2.577957, 2.719186, 3.302992",\
|
|
"2.885424, 2.897692, 2.932124, 3.073353, 3.657159");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.022953, 0.033937, 0.074317, 0.269227, 1.103868",\
|
|
"0.022953, 0.033937, 0.074317, 0.269227, 1.103868",\
|
|
"0.022953, 0.033937, 0.074317, 0.269227, 1.103868",\
|
|
"0.022953, 0.033937, 0.074317, 0.269227, 1.103868",\
|
|
"0.022953, 0.033937, 0.074317, 0.269227, 1.103868");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "2.358475, 2.367908, 2.390316, 2.459267, 2.706437",\
|
|
"2.451017, 2.460450, 2.482859, 2.551810, 2.798979",\
|
|
"2.520713, 2.530145, 2.552554, 2.621505, 2.868675",\
|
|
"2.607697, 2.617130, 2.639539, 2.708490, 2.955659",\
|
|
"2.961864, 2.971297, 2.993705, 3.062657, 3.309826");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001934, 0.012707, 0.051934, 0.234013, 1.000000");
|
|
values ( "0.020274, 0.026047, 0.044405, 0.120075, 0.454049",\
|
|
"0.020274, 0.026047, 0.044405, 0.120075, 0.454049",\
|
|
"0.020274, 0.026047, 0.044405, 0.120075, 0.454049",\
|
|
"0.020274, 0.026047, 0.044405, 0.120075, 0.454049",\
|
|
"0.020274, 0.026047, 0.044405, 0.120075, 0.454049");
|
|
}
|
|
|
|
} /* 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.001236 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "2.471004, 2.483731, 2.520056, 2.663454, 3.260526",\
|
|
"2.580738, 2.593464, 2.629789, 2.773187, 3.370259",\
|
|
"2.672688, 2.685414, 2.721739, 2.865138, 3.462210",\
|
|
"2.812992, 2.825718, 2.862043, 3.005441, 3.602513",\
|
|
"3.384771, 3.397497, 3.433822, 3.577221, 4.174294");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.023015, 0.033964, 0.076994, 0.279470, 1.152444",\
|
|
"0.023015, 0.033964, 0.076994, 0.279470, 1.152444",\
|
|
"0.023015, 0.033964, 0.076994, 0.279470, 1.152444",\
|
|
"0.023015, 0.033964, 0.076994, 0.279470, 1.152444",\
|
|
"0.023015, 0.033964, 0.076994, 0.279470, 1.152444");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "2.532760, 2.542522, 2.566729, 2.638178, 2.898165",\
|
|
"2.642493, 2.652255, 2.676462, 2.747911, 3.007898",\
|
|
"2.734444, 2.744205, 2.768412, 2.839862, 3.099849",\
|
|
"2.874748, 2.884509, 2.908716, 2.980165, 3.240152",\
|
|
"3.446527, 3.456289, 3.480495, 3.551945, 3.811932");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.019938, 0.025875, 0.047208, 0.128262, 0.485857",\
|
|
"0.019938, 0.025875, 0.047208, 0.128262, 0.485857",\
|
|
"0.019938, 0.025875, 0.047208, 0.128262, 0.485857",\
|
|
"0.019938, 0.025875, 0.047208, 0.128262, 0.485857",\
|
|
"0.019938, 0.025875, 0.047208, 0.128262, 0.485857");
|
|
}
|
|
|
|
} /* end of arc mgmt_gpio_in[4]_pwr_ctrl_out[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "mgmt_gpio_in[4]" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "2.313225, 2.325951, 2.360685, 2.502036, 3.085977",\
|
|
"2.405767, 2.418493, 2.453227, 2.594578, 3.178519",\
|
|
"2.475462, 2.488189, 2.522923, 2.664274, 3.248214",\
|
|
"2.562447, 2.575173, 2.609907, 2.751258, 3.335199",\
|
|
"2.916614, 2.929340, 2.964074, 3.105425, 3.689365");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.023015, 0.033964, 0.074011, 0.268344, 1.103996",\
|
|
"0.023015, 0.033964, 0.074011, 0.268344, 1.103996",\
|
|
"0.023015, 0.033964, 0.074011, 0.268344, 1.103996",\
|
|
"0.023015, 0.033964, 0.074011, 0.268344, 1.103996",\
|
|
"0.023015, 0.033964, 0.074011, 0.268344, 1.103996");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "2.378146, 2.387908, 2.410518, 2.479540, 2.726872",\
|
|
"2.470688, 2.480450, 2.503060, 2.572082, 2.819415",\
|
|
"2.540384, 2.550145, 2.572756, 2.641778, 2.889110",\
|
|
"2.627368, 2.637130, 2.659740, 2.728762, 2.976095",\
|
|
"2.981535, 2.991296, 3.013907, 3.082929, 3.330261");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001236, 0.012008, 0.051236, 0.233315, 1.000000");
|
|
values ( "0.019938, 0.025875, 0.044214, 0.119775, 0.454051",\
|
|
"0.019938, 0.025875, 0.044214, 0.119775, 0.454051",\
|
|
"0.019938, 0.025875, 0.044214, 0.119775, 0.454051",\
|
|
"0.019938, 0.025875, 0.044214, 0.119775, 0.454051",\
|
|
"0.019938, 0.025875, 0.044214, 0.119775, 0.454051");
|
|
}
|
|
|
|
} /* 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.005048 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.655151, 0.589996, 0.556775, 0.557536, 0.565922",\
|
|
"0.730691, 0.665536, 0.632315, 0.633075, 0.641462",\
|
|
"0.771859, 0.706704, 0.673483, 0.674244, 0.682630",\
|
|
"0.809412, 0.744258, 0.711037, 0.711797, 0.720184",\
|
|
"0.960907, 0.895752, 0.862531, 0.863291, 0.871678");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.842881, 0.777726, 0.744505, 0.745266, 0.753652",\
|
|
"0.965497, 0.900342, 0.867121, 0.867881, 0.876268",\
|
|
"1.086180, 1.021026, 0.987804, 0.988565, 0.996952",\
|
|
"1.275642, 1.210488, 1.177267, 1.178027, 1.186414",\
|
|
"2.055328, 1.990174, 1.956953, 1.957713, 1.966100");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.308844, -0.180036, -0.061034, 0.135934, 0.942438",\
|
|
"-0.384384, -0.255576, -0.136574, 0.060395, 0.866898",\
|
|
"-0.425552, -0.296744, -0.177742, 0.019226, 0.825730",\
|
|
"-0.463105, -0.334297, -0.215296, -0.018327, 0.788177",\
|
|
"-0.614600, -0.485792, -0.366790, -0.169821, 0.636683");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.407805, -0.278996, -0.159995, 0.036974, 0.843478",\
|
|
"-0.530420, -0.401612, -0.282611, -0.085642, 0.720862",\
|
|
"-0.651104, -0.522296, -0.403294, -0.206326, 0.600178",\
|
|
"-0.840566, -0.711758, -0.592756, -0.395788, 0.410716",\
|
|
"-1.620252, -1.491444, -1.372442, -1.175474, -0.368970");
|
|
}
|
|
|
|
} /* 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.005654 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.688764, 0.623609, 0.590388, 0.591148, 0.599535",\
|
|
"0.764328, 0.699173, 0.665952, 0.666713, 0.675099",\
|
|
"0.805579, 0.740424, 0.707203, 0.707964, 0.716350",\
|
|
"0.843796, 0.778641, 0.745420, 0.746180, 0.754567",\
|
|
"0.997887, 0.932733, 0.899512, 0.900272, 0.908659");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.862525, 0.797370, 0.764149, 0.764910, 0.773296",\
|
|
"0.985258, 0.920104, 0.886882, 0.887643, 0.896030",\
|
|
"1.106426, 1.041271, 1.008050, 1.008811, 1.017197",\
|
|
"1.296626, 1.231471, 1.198250, 1.199010, 1.207397",\
|
|
"2.079235, 2.014080, 1.980859, 1.981620, 1.990006");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.342368, -0.213560, -0.094558, 0.102411, 0.908914",\
|
|
"-0.323599, -0.194791, -0.075789, 0.121180, 0.927683",\
|
|
"-0.241624, -0.112815, 0.006186, 0.203155, 1.009659",\
|
|
"0.004203, 0.133012, 0.252013, 0.448982, 1.255486",\
|
|
"1.020726, 1.149534, 1.268536, 1.465504, 2.272008");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.427362, -0.298554, -0.179552, 0.017417, 0.823921",\
|
|
"-0.453067, -0.324259, -0.205257, -0.008289, 0.798215",\
|
|
"-0.447494, -0.318686, -0.199684, -0.002716, 0.803788",\
|
|
"-0.345549, -0.216741, -0.097739, 0.099229, 0.905733",\
|
|
"0.075842, 0.204650, 0.323652, 0.520620, 1.327124");
|
|
}
|
|
|
|
} /* 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.005408 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.757636, 0.692482, 0.659260, 0.660021, 0.668407",\
|
|
"0.832958, 0.767803, 0.734582, 0.735343, 0.743729",\
|
|
"0.873612, 0.808457, 0.775236, 0.775996, 0.784383",\
|
|
"0.909332, 0.844177, 0.810956, 0.811717, 0.820103",\
|
|
"1.056054, 0.990899, 0.957678, 0.958438, 0.966825");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.710241, 0.645086, 0.611865, 0.612625, 0.621012",\
|
|
"0.832783, 0.767628, 0.734407, 0.735167, 0.743554",\
|
|
"0.953220, 0.888065, 0.854844, 0.855605, 0.863991",\
|
|
"1.141772, 1.076618, 1.043396, 1.044157, 1.052544",\
|
|
"1.919434, 1.854280, 1.821059, 1.821819, 1.830205");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.322558, -0.193750, -0.074748, 0.122220, 0.928724",\
|
|
"-0.397880, -0.269071, -0.150070, 0.046899, 0.853403",\
|
|
"-0.438533, -0.309725, -0.190723, 0.006245, 0.812749",\
|
|
"-0.474254, -0.345446, -0.226444, -0.029475, 0.777028",\
|
|
"-0.620975, -0.492167, -0.373165, -0.176197, 0.630307");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.363810, -0.235001, -0.116000, 0.080969, 0.887473",\
|
|
"-0.486352, -0.357543, -0.238542, -0.041573, 0.764931",\
|
|
"-0.606789, -0.477981, -0.358979, -0.162011, 0.644493",\
|
|
"-0.795341, -0.666533, -0.547532, -0.350563, 0.455941",\
|
|
"-1.573003, -1.444195, -1.325193, -1.128224, -0.321720");
|
|
}
|
|
|
|
} /* 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.005508 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.712671, 0.647516, 0.614295, 0.615056, 0.623442",\
|
|
"0.788303, 0.723148, 0.689927, 0.690687, 0.699074",\
|
|
"0.829510, 0.764355, 0.731134, 0.731895, 0.740281",\
|
|
"0.868298, 0.803143, 0.769922, 0.770683, 0.779069",\
|
|
"1.024434, 0.959279, 0.926058, 0.926819, 0.935205");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.876016, 0.810861, 0.777640, 0.778401, 0.786787",\
|
|
"0.998866, 0.933711, 0.900490, 0.901250, 0.909637",\
|
|
"1.120805, 1.055650, 1.022429, 1.023190, 1.031576",\
|
|
"1.312448, 1.247293, 1.214072, 1.214833, 1.223219",\
|
|
"2.100864, 2.035710, 2.002489, 2.003249, 2.011636");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.366240, -0.237432, -0.118430, 0.078538, 0.885042",\
|
|
"-0.441872, -0.313064, -0.194062, 0.002907, 0.809411",\
|
|
"-0.483079, -0.354271, -0.235269, -0.038301, 0.768203",\
|
|
"-0.521867, -0.393059, -0.274057, -0.077089, 0.729415",\
|
|
"-0.678003, -0.549195, -0.430193, -0.233225, 0.573279");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.440937, -0.312129, -0.193128, 0.003841, 0.810345",\
|
|
"-0.563787, -0.434979, -0.315978, -0.119009, 0.687495",\
|
|
"-0.685727, -0.556918, -0.437917, -0.240948, 0.565556",\
|
|
"-0.877370, -0.748562, -0.629560, -0.432591, 0.373913",\
|
|
"-1.665786, -1.536978, -1.417976, -1.221008, -0.414504");
|
|
}
|
|
|
|
} /* 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.006267 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.670876, 0.605721, 0.572500, 0.573261, 0.581647",\
|
|
"0.746408, 0.681253, 0.648032, 0.648793, 0.657179",\
|
|
"0.787579, 0.722424, 0.689203, 0.689964, 0.698350",\
|
|
"0.825156, 0.760002, 0.726781, 0.727541, 0.735928",\
|
|
"0.976742, 0.911588, 0.878367, 0.879127, 0.887514");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.850821, 0.785667, 0.752446, 0.753206, 0.761593",\
|
|
"0.973436, 0.908281, 0.875060, 0.875820, 0.884207",\
|
|
"1.094134, 1.028979, 0.995758, 0.996519, 1.004905",\
|
|
"1.283631, 1.218476, 1.185255, 1.186016, 1.194402",\
|
|
"2.063443, 1.998288, 1.965067, 1.965828, 1.974214");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.324445, -0.195637, -0.076636, 0.120333, 0.926837",\
|
|
"-0.399977, -0.271169, -0.152167, 0.044801, 0.851305",\
|
|
"-0.441148, -0.312340, -0.193338, 0.003630, 0.810134",\
|
|
"-0.478726, -0.349918, -0.230916, -0.033947, 0.772557",\
|
|
"-0.630312, -0.501503, -0.382502, -0.185533, 0.620971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.415743, -0.286935, -0.167933, 0.029036, 0.835539",\
|
|
"-0.538357, -0.409549, -0.290547, -0.093579, 0.712925",\
|
|
"-0.659056, -0.530247, -0.411246, -0.214277, 0.592227",\
|
|
"-0.848553, -0.719744, -0.600743, -0.403774, 0.402730",\
|
|
"-1.628365, -1.499556, -1.380555, -1.183586, -0.377082");
|
|
}
|
|
|
|
} /* 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.005479 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.770190, 0.705036, 0.671815, 0.672575, 0.680962",\
|
|
"0.845463, 0.780308, 0.747087, 0.747848, 0.756234",\
|
|
"0.886117, 0.820962, 0.787741, 0.788502, 0.796888",\
|
|
"0.922438, 0.857283, 0.824062, 0.824823, 0.833209",\
|
|
"1.071166, 1.006011, 0.972790, 0.973551, 0.981937");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.727307, 0.662152, 0.628931, 0.629691, 0.638078",\
|
|
"0.849944, 0.784789, 0.751568, 0.752329, 0.760715",\
|
|
"0.970735, 0.905580, 0.872359, 0.873120, 0.881506",\
|
|
"1.160513, 1.095358, 1.062137, 1.062898, 1.071284",\
|
|
"1.943072, 1.877918, 1.844697, 1.845457, 1.853843");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.335080, -0.206272, -0.087270, 0.109698, 0.916202",\
|
|
"-0.375975, -0.247167, -0.128165, 0.068803, 0.875307",\
|
|
"-0.371723, -0.242914, -0.123913, 0.073056, 0.879560",\
|
|
"-0.304532, -0.175724, -0.056722, 0.140246, 0.946750",\
|
|
"-0.026662, 0.102146, 0.221148, 0.418116, 1.224620");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.380844, -0.252036, -0.133034, 0.063934, 0.870438",\
|
|
"-0.467913, -0.339104, -0.220103, -0.023134, 0.783370",\
|
|
"-0.542243, -0.413435, -0.294433, -0.097465, 0.709039",\
|
|
"-0.624927, -0.496119, -0.377117, -0.180148, 0.626356",\
|
|
"-0.966125, -0.837317, -0.718315, -0.521346, 0.285158");
|
|
}
|
|
|
|
} /* 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.005673 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.050449, 0.985294, 0.952073, 0.952833, 0.961220",\
|
|
"1.126149, 1.060995, 1.027773, 1.028534, 1.036921",\
|
|
"1.167652, 1.102497, 1.069276, 1.070037, 1.078423",\
|
|
"1.206981, 1.141826, 1.108605, 1.109365, 1.117752",\
|
|
"1.367182, 1.302027, 1.268806, 1.269566, 1.277953");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.969859, 0.904704, 0.871483, 0.872244, 0.880630",\
|
|
"1.092656, 1.027501, 0.994280, 0.995041, 1.003427",\
|
|
"1.214158, 1.149004, 1.115782, 1.116543, 1.124929",\
|
|
"1.405133, 1.339978, 1.306757, 1.307518, 1.315904",\
|
|
"2.192248, 2.127093, 2.093872, 2.094633, 2.103019");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.615372, -0.486564, -0.367562, -0.170594, 0.635910",\
|
|
"-0.691073, -0.562265, -0.443263, -0.246295, 0.560209",\
|
|
"-0.732576, -0.603768, -0.484766, -0.287798, 0.518706",\
|
|
"-0.771905, -0.643096, -0.524095, -0.327126, 0.479378",\
|
|
"-0.932105, -0.803297, -0.684296, -0.487327, 0.319177");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.623425, -0.494616, -0.375615, -0.178646, 0.627858",\
|
|
"-0.746221, -0.617413, -0.498411, -0.301443, 0.505061",\
|
|
"-0.867724, -0.738915, -0.619914, -0.422945, 0.383559",\
|
|
"-1.058699, -0.929890, -0.810889, -0.613920, 0.192584",\
|
|
"-1.845813, -1.717005, -1.598003, -1.401035, -0.594531");
|
|
}
|
|
|
|
} /* 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.006231 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.057739, 0.992584, 0.959363, 0.960124, 0.968510",\
|
|
"1.133686, 1.068531, 1.035310, 1.036071, 1.044457",\
|
|
"1.174457, 1.109302, 1.076081, 1.076841, 1.085228",\
|
|
"1.215401, 1.150246, 1.117025, 1.117785, 1.126172",\
|
|
"1.377318, 1.312163, 1.278942, 1.279703, 1.288089");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.372742, 1.307587, 1.274366, 1.275127, 1.283513",\
|
|
"1.495320, 1.430165, 1.396944, 1.397704, 1.406091",\
|
|
"1.617740, 1.552585, 1.519364, 1.520124, 1.528511",\
|
|
"1.810410, 1.745255, 1.712034, 1.712795, 1.721181",\
|
|
"2.607916, 2.542762, 2.509541, 2.510301, 2.518687");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.711304, -0.582496, -0.463494, -0.266526, 0.539978",\
|
|
"-0.787251, -0.658443, -0.539442, -0.342473, 0.464031",\
|
|
"-0.828022, -0.699214, -0.580212, -0.383244, 0.423260",\
|
|
"-0.868966, -0.740158, -0.621156, -0.424188, 0.382316",\
|
|
"-1.030883, -0.902075, -0.783073, -0.586105, 0.220399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.937666, -0.808858, -0.689856, -0.492887, 0.313617",\
|
|
"-1.060243, -0.931435, -0.812433, -0.615465, 0.191039",\
|
|
"-1.182663, -1.053855, -0.934854, -0.737885, 0.068619",\
|
|
"-1.375334, -1.246526, -1.127524, -0.930555, -0.124052",\
|
|
"-2.172840, -2.044032, -1.925030, -1.728061, -0.921558");
|
|
}
|
|
|
|
} /* 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.008302 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.242982, 4.177828, 4.144591, 4.145288, 4.155277",\
|
|
"4.331817, 4.266663, 4.233426, 4.234122, 4.244112",\
|
|
"4.391056, 4.325902, 4.292665, 4.293361, 4.303350",\
|
|
"4.461009, 4.395855, 4.362618, 4.363315, 4.373304",\
|
|
"4.749306, 4.684152, 4.650914, 4.651610, 4.661600");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.447528, 4.382374, 4.349137, 4.349833, 4.359823",\
|
|
"4.571761, 4.506607, 4.473370, 4.474066, 4.484056",\
|
|
"4.697148, 4.631994, 4.598757, 4.599453, 4.609443",\
|
|
"4.892066, 4.826912, 4.793674, 4.794371, 4.804360",\
|
|
"5.696426, 5.631272, 5.598035, 5.598731, 5.608721");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.403605, -0.274797, -0.155795, 0.041173, 0.847677",\
|
|
"-0.492440, -0.363631, -0.244630, -0.047661, 0.758843",\
|
|
"-0.551773, -0.422964, -0.303963, -0.106994, 0.699510",\
|
|
"-0.621870, -0.493062, -0.374060, -0.177091, 0.629413",\
|
|
"-0.910758, -0.781950, -0.662948, -0.465979, 0.340524");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.587353, -0.458544, -0.339543, -0.142574, 0.663930",\
|
|
"-0.711585, -0.582777, -0.463775, -0.266807, 0.539697",\
|
|
"-0.836999, -0.708190, -0.589189, -0.392220, 0.414284",\
|
|
"-1.031960, -0.903152, -0.784151, -0.587182, 0.219322",\
|
|
"-1.836351, -1.707543, -1.588541, -1.391573, -0.585069");
|
|
}
|
|
|
|
} /* 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.008548 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.232187, 4.167033, 4.133796, 4.134492, 4.144482",\
|
|
"4.331001, 4.265847, 4.232610, 4.233306, 4.243296",\
|
|
"4.411026, 4.345872, 4.312635, 4.313332, 4.323321",\
|
|
"4.513236, 4.448082, 4.414845, 4.415542, 4.425531",\
|
|
"4.930570, 4.865416, 4.832179, 4.832875, 4.842865");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.411725, 4.346571, 4.313334, 4.314030, 4.324019",\
|
|
"4.537811, 4.472657, 4.439420, 4.440116, 4.450106",\
|
|
"4.668867, 4.603713, 4.570476, 4.571172, 4.581161",\
|
|
"4.872261, 4.807107, 4.773870, 4.774567, 4.784556",\
|
|
"5.713139, 5.647985, 5.614747, 5.615443, 5.625433");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.389421, -0.260613, -0.141611, 0.055357, 0.861861",\
|
|
"-0.488235, -0.359427, -0.240425, -0.043457, 0.763047",\
|
|
"-0.569053, -0.440245, -0.321244, -0.124275, 0.682229",\
|
|
"-0.670984, -0.542176, -0.423174, -0.226206, 0.580298",\
|
|
"-1.088702, -0.959894, -0.840892, -0.643923, 0.162580");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.551510, -0.422702, -0.303700, -0.106732, 0.699772",\
|
|
"-0.677596, -0.548788, -0.429786, -0.232818, 0.573686",\
|
|
"-0.808652, -0.679844, -0.560842, -0.363874, 0.442630",\
|
|
"-1.012095, -0.883287, -0.764286, -0.567317, 0.239187",\
|
|
"-1.853131, -1.724323, -1.605321, -1.408353, -0.601849");
|
|
}
|
|
|
|
} /* 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.007753 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.287841, 4.222687, 4.189449, 4.190145, 4.200135",\
|
|
"4.382846, 4.317692, 4.284454, 4.285151, 4.295140",\
|
|
"4.456197, 4.391043, 4.357806, 4.358502, 4.368492",\
|
|
"4.546253, 4.481100, 4.447862, 4.448559, 4.458548",\
|
|
"4.915109, 4.849955, 4.816718, 4.817414, 4.827404");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.471727, 4.406573, 4.373336, 4.374032, 4.384022",\
|
|
"4.599711, 4.534558, 4.501320, 4.502017, 4.512006",\
|
|
"4.735530, 4.670376, 4.637138, 4.637835, 4.647824",\
|
|
"4.951807, 4.886653, 4.853416, 4.854113, 4.864102",\
|
|
"5.841332, 5.776179, 5.742941, 5.743638, 5.753627");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.416379, -0.287571, -0.168554, 0.028479, 0.833477",\
|
|
"-0.475854, -0.347047, -0.228029, -0.030996, 0.774001",\
|
|
"-0.502894, -0.374087, -0.255069, -0.058036, 0.746962",\
|
|
"-0.484130, -0.355323, -0.236305, -0.039273, 0.765725",\
|
|
"-0.406675, -0.277867, -0.158850, 0.038183, 0.843181");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.611077, -0.482269, -0.363267, -0.166299, 0.640205",\
|
|
"-0.701130, -0.572321, -0.453320, -0.256351, 0.550153",\
|
|
"-0.787381, -0.658573, -0.539571, -0.342602, 0.463901",\
|
|
"-0.889511, -0.760703, -0.641701, -0.444732, 0.361771",\
|
|
"-1.308125, -1.179316, -1.060315, -0.863346, -0.056842");
|
|
}
|
|
|
|
} /* 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.011635 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.293805, 4.228651, 4.195414, 4.196110, 4.206100",\
|
|
"4.357733, 4.292579, 4.259341, 4.260037, 4.270027",\
|
|
"4.404827, 4.339673, 4.306436, 4.307132, 4.317122",\
|
|
"4.435405, 4.370251, 4.337013, 4.337709, 4.347699",\
|
|
"4.332051, 4.266898, 4.233660, 4.234357, 4.244346");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.471505, 4.406351, 4.373114, 4.373810, 4.383800",\
|
|
"4.573290, 4.508136, 4.474899, 4.475595, 4.485585",\
|
|
"4.730041, 4.664887, 4.631649, 4.632346, 4.642335",\
|
|
"5.016506, 4.951353, 4.918115, 4.918812, 4.928801",\
|
|
"5.574098, 5.508944, 5.475706, 5.476402, 5.486392");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.428154, -0.299346, -0.180344, 0.016624, 0.823128",\
|
|
"-0.492083, -0.363275, -0.244274, -0.047305, 0.759199",\
|
|
"-0.539443, -0.410634, -0.291633, -0.094664, 0.711840",\
|
|
"-0.569598, -0.440790, -0.321788, -0.124820, 0.681684",\
|
|
"-0.465911, -0.337102, -0.218101, -0.021132, 0.785372");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.307692, -0.178884, -0.059867, 0.137166, 0.942164",\
|
|
"-0.409474, -0.280667, -0.161649, 0.035383, 0.840381",\
|
|
"-0.567840, -0.439033, -0.320015, -0.122982, 0.682016",\
|
|
"-0.855403, -0.726596, -0.607578, -0.410546, 0.394452",\
|
|
"-1.418854, -1.290047, -1.171029, -0.973996, -0.168998");
|
|
}
|
|
|
|
} /* 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.006276 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.448609, 4.383455, 4.350218, 4.350914, 4.360904",\
|
|
"4.524376, 4.459222, 4.425985, 4.426682, 4.436671",\
|
|
"4.564942, 4.499789, 4.466551, 4.467248, 4.477237",\
|
|
"4.603474, 4.538320, 4.505083, 4.505779, 4.515769",\
|
|
"4.761102, 4.695948, 4.662710, 4.663406, 4.673396");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.542033, 4.476879, 4.443642, 4.444338, 4.454328",\
|
|
"4.664958, 4.599804, 4.566567, 4.567264, 4.577253",\
|
|
"4.788490, 4.723336, 4.690099, 4.690795, 4.700785",\
|
|
"4.983351, 4.918197, 4.884959, 4.885655, 4.895645",\
|
|
"5.787377, 5.722224, 5.688986, 5.689683, 5.699672");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.716529, -0.587721, -0.468719, -0.271751, 0.534753",\
|
|
"-0.792565, -0.663756, -0.544755, -0.347786, 0.458718",\
|
|
"-0.833589, -0.704781, -0.585779, -0.388811, 0.417693",\
|
|
"-0.874891, -0.746083, -0.627082, -0.430113, 0.376391",\
|
|
"-1.039339, -0.910531, -0.791529, -0.594561, 0.211943");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.984037, -0.855228, -0.736227, -0.539258, 0.267246",\
|
|
"-1.106692, -0.977884, -0.858882, -0.661914, 0.144590",\
|
|
"-1.229082, -1.100273, -0.981272, -0.784303, 0.022201",\
|
|
"-1.421815, -1.293007, -1.174006, -0.977037, -0.170533",\
|
|
"-2.214418, -2.085610, -1.966609, -1.769640, -0.963136");
|
|
}
|
|
|
|
} /* 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.004108 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.446374, 4.381220, 4.347983, 4.348680, 4.358669",\
|
|
"4.522010, 4.456856, 4.423618, 4.424314, 4.434304",\
|
|
"4.562575, 4.497422, 4.464184, 4.464881, 4.474870",\
|
|
"4.600632, 4.535478, 4.502241, 4.502937, 4.512927",\
|
|
"4.755966, 4.690813, 4.657575, 4.658272, 4.668261");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.546851, 4.481697, 4.448460, 4.449156, 4.459146",\
|
|
"4.669776, 4.604622, 4.571384, 4.572081, 4.582070",\
|
|
"4.792863, 4.727709, 4.694471, 4.695168, 4.705157",\
|
|
"4.986711, 4.921556, 4.888319, 4.889015, 4.899005",\
|
|
"5.786504, 5.721350, 5.688113, 5.688809, 5.698799");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.702176, -0.573367, -0.454366, -0.257397, 0.549107",\
|
|
"-0.778099, -0.649291, -0.530289, -0.333321, 0.473183",\
|
|
"-0.819179, -0.690371, -0.571369, -0.374401, 0.432103",\
|
|
"-0.860303, -0.731495, -0.612493, -0.415525, 0.390979",\
|
|
"-1.023554, -0.894746, -0.775744, -0.578776, 0.227728");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.965293, -0.836484, -0.717483, -0.520514, 0.285990",\
|
|
"-1.087986, -0.959178, -0.840176, -0.643208, 0.163296",\
|
|
"-1.209830, -1.081022, -0.962020, -0.765051, 0.041452",\
|
|
"-1.401307, -1.272499, -1.153497, -0.956529, -0.150025",\
|
|
"-2.191947, -2.063139, -1.944137, -1.747169, -0.940665");
|
|
}
|
|
|
|
} /* 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.004266 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.430918, 4.365764, 4.332527, 4.333223, 4.343213",\
|
|
"4.506819, 4.441665, 4.408427, 4.409123, 4.419113",\
|
|
"4.547718, 4.482564, 4.449327, 4.450023, 4.460012",\
|
|
"4.587148, 4.521994, 4.488756, 4.489452, 4.499442",\
|
|
"4.748085, 4.682931, 4.649693, 4.650390, 4.660379");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.497789, 4.432635, 4.399398, 4.400094, 4.410084",\
|
|
"4.620677, 4.555523, 4.522286, 4.522983, 4.532972",\
|
|
"4.743892, 4.678738, 4.645500, 4.646196, 4.656186",\
|
|
"4.938070, 4.872916, 4.839679, 4.840375, 4.850365",\
|
|
"5.738403, 5.673249, 5.640012, 5.640708, 5.650698");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.728009, -0.599200, -0.480199, -0.283230, 0.523274",\
|
|
"-0.803980, -0.675172, -0.556170, -0.359202, 0.447302",\
|
|
"-0.845002, -0.716194, -0.597192, -0.400223, 0.406280",\
|
|
"-0.886142, -0.757334, -0.638332, -0.441364, 0.365140",\
|
|
"-1.049863, -0.921054, -0.802053, -0.605084, 0.201420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.072399, -0.943591, -0.824589, -0.627621, 0.178885",\
|
|
"-1.195287, -1.066479, -0.947477, -0.750509, 0.055996",\
|
|
"-1.318502, -1.189693, -1.070692, -0.873723, -0.067218",\
|
|
"-1.512680, -1.383872, -1.264870, -1.067901, -0.261396",\
|
|
"-2.313013, -2.184205, -2.065203, -1.868235, -1.061729");
|
|
}
|
|
|
|
} /* 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.004808 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.436909, 4.371755, 4.338518, 4.339214, 4.349204",\
|
|
"4.512691, 4.447537, 4.414299, 4.414996, 4.424985",\
|
|
"4.553515, 4.488361, 4.455124, 4.455820, 4.465810",\
|
|
"4.592412, 4.527258, 4.494021, 4.494718, 4.504707",\
|
|
"4.751703, 4.686549, 4.653312, 4.654008, 4.663998");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.520490, 4.455336, 4.422098, 4.422794, 4.432784",\
|
|
"4.643347, 4.578193, 4.544955, 4.545651, 4.555641",\
|
|
"4.766357, 4.701204, 4.667966, 4.668663, 4.678652",\
|
|
"4.960062, 4.894908, 4.861671, 4.862368, 4.872357",\
|
|
"5.758970, 5.693817, 5.660579, 5.661276, 5.671265");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.719110, -0.590302, -0.471300, -0.274331, 0.532173",\
|
|
"-0.795047, -0.666239, -0.547237, -0.350269, 0.456235",\
|
|
"-0.836148, -0.707340, -0.588338, -0.391370, 0.415134",\
|
|
"-0.877404, -0.748595, -0.629594, -0.432625, 0.373879",\
|
|
"-1.040959, -0.912151, -0.793149, -0.596180, 0.210324");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.042102, -0.913294, -0.794293, -0.597324, 0.209180",\
|
|
"-1.164292, -1.035484, -0.916483, -0.719514, 0.086990",\
|
|
"-1.285703, -1.156895, -1.037893, -0.840925, -0.034421",\
|
|
"-1.476341, -1.347533, -1.228532, -1.031563, -0.225059",\
|
|
"-2.264047, -2.135239, -2.016237, -1.819269, -1.012765");
|
|
}
|
|
|
|
} /* 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.004838 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.449972, 4.384819, 4.351581, 4.352278, 4.362267",\
|
|
"4.525657, 4.460503, 4.427266, 4.427962, 4.437952",\
|
|
"4.566339, 4.501185, 4.467947, 4.468644, 4.478633",\
|
|
"4.604723, 4.539569, 4.506331, 4.507028, 4.517017",\
|
|
"4.761833, 4.696679, 4.663442, 4.664138, 4.674128");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.559900, 4.494746, 4.461509, 4.462205, 4.472195",\
|
|
"4.682809, 4.617655, 4.584418, 4.585114, 4.595104",\
|
|
"4.805902, 4.740748, 4.707510, 4.708207, 4.718196",\
|
|
"4.999777, 4.934623, 4.901386, 4.902082, 4.912072",\
|
|
"5.799701, 5.734547, 5.701310, 5.702006, 5.711996");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.730413, -0.601605, -0.482603, -0.285634, 0.520869",\
|
|
"-0.806438, -0.677630, -0.558628, -0.361660, 0.444844",\
|
|
"-0.847729, -0.718920, -0.599919, -0.402950, 0.403554",\
|
|
"-0.889239, -0.760431, -0.641429, -0.444461, 0.362043",\
|
|
"-1.055707, -0.926899, -0.807898, -0.610929, 0.195575");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.134681, -1.005872, -0.886871, -0.689902, 0.116603",\
|
|
"-1.257590, -1.128781, -1.009780, -0.812811, -0.006306",\
|
|
"-1.380682, -1.251874, -1.132872, -0.935903, -0.129398",\
|
|
"-1.574558, -1.445749, -1.326748, -1.129779, -0.323274",\
|
|
"-2.366380, -2.237571, -2.118570, -1.921601, -1.115097");
|
|
}
|
|
|
|
} /* 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.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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.462531, 4.397377, 4.364140, 4.364836, 4.374825",\
|
|
"4.538239, 4.473085, 4.439848, 4.440544, 4.450534",\
|
|
"4.578709, 4.513555, 4.480318, 4.481014, 4.491004",\
|
|
"4.616927, 4.551774, 4.518536, 4.519233, 4.529222",\
|
|
"4.772835, 4.707681, 4.674443, 4.675139, 4.685129");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.575068, 4.509913, 4.476676, 4.477372, 4.487362",\
|
|
"4.697991, 4.632838, 4.599600, 4.600297, 4.610286",\
|
|
"4.821521, 4.756367, 4.723130, 4.723826, 4.733816",\
|
|
"5.016361, 4.951208, 4.917970, 4.918667, 4.928656",\
|
|
"5.820296, 5.755143, 5.721905, 5.722602, 5.732591");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.736158, -0.607350, -0.488348, -0.291379, 0.515125",\
|
|
"-0.812178, -0.683369, -0.564368, -0.367399, 0.439105",\
|
|
"-0.853178, -0.724370, -0.605368, -0.408400, 0.398104",\
|
|
"-0.894366, -0.765558, -0.646556, -0.449587, 0.356917",\
|
|
"-1.058856, -0.930048, -0.811047, -0.614078, 0.192426");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-1.132838, -1.004030, -0.885028, -0.688060, 0.118444",\
|
|
"-1.255490, -1.126681, -1.007680, -0.810711, -0.004207",\
|
|
"-1.377867, -1.249058, -1.130057, -0.933088, -0.126584",\
|
|
"-1.570447, -1.441639, -1.322637, -1.125669, -0.319165",\
|
|
"-2.363771, -2.234963, -2.115962, -1.918993, -1.112489");
|
|
}
|
|
|
|
} /* 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.004711 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.437375, 4.372221, 4.338984, 4.339680, 4.349669",\
|
|
"4.513257, 4.448103, 4.414865, 4.415562, 4.425551",\
|
|
"4.554205, 4.489051, 4.455814, 4.456511, 4.466500",\
|
|
"4.593610, 4.528456, 4.495219, 4.495915, 4.505905",\
|
|
"4.754493, 4.689339, 4.656101, 4.656797, 4.666787");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.519148, 4.453994, 4.420756, 4.421453, 4.431442",\
|
|
"4.642008, 4.576854, 4.543617, 4.544313, 4.554303",\
|
|
"4.765078, 4.699924, 4.666687, 4.667383, 4.677372",\
|
|
"4.958934, 4.893780, 4.860543, 4.861239, 4.871229",\
|
|
"5.757944, 5.692790, 5.659553, 5.660249, 5.670238");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.474155, -0.345347, -0.226345, -0.029376, 0.777128",\
|
|
"-0.549990, -0.421182, -0.302181, -0.105212, 0.701292",\
|
|
"-0.590857, -0.462049, -0.343047, -0.146079, 0.660425",\
|
|
"-0.631677, -0.502869, -0.383867, -0.186899, 0.619605",\
|
|
"-0.791809, -0.663000, -0.543999, -0.347030, 0.459474");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.738246, -0.609438, -0.490436, -0.293467, 0.513036",\
|
|
"-0.860767, -0.731959, -0.612957, -0.415989, 0.390515",\
|
|
"-0.982800, -0.853992, -0.734990, -0.538022, 0.268482",\
|
|
"-1.174723, -1.045915, -0.926913, -0.729944, 0.076559",\
|
|
"-1.966096, -1.837288, -1.718286, -1.521318, -0.714814");
|
|
}
|
|
|
|
} /* 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.006038 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.480913, 4.415759, 4.382522, 4.383218, 4.393208",\
|
|
"4.556877, 4.491723, 4.458486, 4.459182, 4.469172",\
|
|
"4.597183, 4.532030, 4.498792, 4.499489, 4.509478",\
|
|
"4.636030, 4.570877, 4.537639, 4.538336, 4.548325",\
|
|
"4.796129, 4.730976, 4.697738, 4.698435, 4.708424");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.566511, 4.501358, 4.468120, 4.468817, 4.478806",\
|
|
"4.689396, 4.624242, 4.591005, 4.591702, 4.601691",\
|
|
"4.814225, 4.749071, 4.715834, 4.716530, 4.726520",\
|
|
"5.011990, 4.946836, 4.913598, 4.914294, 4.924284",\
|
|
"5.827771, 5.762617, 5.729380, 5.730076, 5.740066");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.504267, -0.375459, -0.256457, -0.059489, 0.747015",\
|
|
"-0.561809, -0.433000, -0.313999, -0.117030, 0.689474",\
|
|
"-0.578028, -0.449220, -0.330218, -0.133250, 0.673254",\
|
|
"-0.561884, -0.433076, -0.314074, -0.117106, 0.689398",\
|
|
"-0.494148, -0.365340, -0.246338, -0.049370, 0.757134");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.701998, -0.573190, -0.454188, -0.257220, 0.549284",\
|
|
"-0.805772, -0.676964, -0.557962, -0.360994, 0.445510",\
|
|
"-0.904602, -0.775794, -0.656792, -0.459824, 0.346680",\
|
|
"-1.042605, -0.913797, -0.794795, -0.597827, 0.208677",\
|
|
"-1.616005, -1.487197, -1.368195, -1.171227, -0.364723");
|
|
}
|
|
|
|
} /* 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.005079 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.453607, 4.388453, 4.355216, 4.355912, 4.365901",\
|
|
"4.529360, 4.464206, 4.430968, 4.431664, 4.441654",\
|
|
"4.569938, 4.504784, 4.471547, 4.472243, 4.482233",\
|
|
"4.608456, 4.543302, 4.510065, 4.510761, 4.520751",\
|
|
"4.766022, 4.700868, 4.667630, 4.668326, 4.678316");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.572499, 4.507345, 4.474108, 4.474804, 4.484794",\
|
|
"4.695413, 4.630259, 4.597022, 4.597718, 4.607708",\
|
|
"4.818918, 4.753764, 4.720527, 4.721223, 4.731213",\
|
|
"5.013718, 4.948564, 4.915327, 4.916023, 4.926013",\
|
|
"5.817483, 5.752329, 5.719091, 5.719788, 5.729777");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.486224, -0.357416, -0.238414, -0.041446, 0.765058",\
|
|
"-0.562215, -0.433407, -0.314405, -0.117437, 0.689067",\
|
|
"-0.603203, -0.474394, -0.355393, -0.158424, 0.648080",\
|
|
"-0.644685, -0.515877, -0.396875, -0.199906, 0.606598",\
|
|
"-0.807820, -0.679012, -0.560010, -0.363042, 0.443462");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.787564, -0.658756, -0.539754, -0.342786, 0.463718",\
|
|
"-0.910184, -0.781375, -0.662374, -0.465405, 0.341099",\
|
|
"-1.032444, -0.903636, -0.784635, -0.587666, 0.218838",\
|
|
"-1.224876, -1.096068, -0.977066, -0.780098, 0.026406",\
|
|
"-2.016406, -1.887598, -1.768596, -1.571628, -0.765124");
|
|
}
|
|
|
|
} /* 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.006120 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.454144, 4.388989, 4.355752, 4.356448, 4.366438",\
|
|
"4.529782, 4.464628, 4.431391, 4.432087, 4.442077",\
|
|
"4.570322, 4.505168, 4.471931, 4.472628, 4.482617",\
|
|
"4.608423, 4.543270, 4.510032, 4.510729, 4.520718",\
|
|
"4.763902, 4.698748, 4.665511, 4.666207, 4.676197");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.579243, 4.514089, 4.480851, 4.481547, 4.491537",\
|
|
"4.702159, 4.637005, 4.603768, 4.604465, 4.614454",\
|
|
"4.825373, 4.760219, 4.726982, 4.727678, 4.737668",\
|
|
"5.019504, 4.954350, 4.921113, 4.921809, 4.931798",\
|
|
"5.820483, 5.755330, 5.722092, 5.722789, 5.732778");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.478234, -0.349426, -0.230424, -0.033455, 0.773048",\
|
|
"-0.554111, -0.425303, -0.306301, -0.109332, 0.697171",\
|
|
"-0.595071, -0.466263, -0.347261, -0.150293, 0.656211",\
|
|
"-0.636217, -0.507408, -0.388407, -0.191438, 0.615066",\
|
|
"-0.797919, -0.669111, -0.550109, -0.353141, 0.453363");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.770886, -0.642078, -0.523076, -0.326108, 0.480396",\
|
|
"-0.893489, -0.764681, -0.645680, -0.448711, 0.357793",\
|
|
"-1.015545, -0.886737, -0.767735, -0.570766, 0.235738",\
|
|
"-1.207394, -1.078586, -0.959584, -0.762616, 0.043888",\
|
|
"-1.998075, -1.869267, -1.750265, -1.553296, -0.746792");
|
|
}
|
|
|
|
} /* 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.006903 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.425259, 4.360105, 4.326867, 4.327563, 4.337553",\
|
|
"4.501070, 4.435916, 4.402679, 4.403376, 4.413365",\
|
|
"4.542188, 4.477034, 4.443797, 4.444493, 4.454483",\
|
|
"4.581517, 4.516363, 4.483126, 4.483822, 4.493812",\
|
|
"4.742173, 4.677020, 4.643782, 4.644479, 4.654468");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.522961, 4.457807, 4.424570, 4.425266, 4.435256",\
|
|
"4.645791, 4.580637, 4.547400, 4.548097, 4.558086",\
|
|
"4.768461, 4.703307, 4.670070, 4.670766, 4.680756",\
|
|
"4.961511, 4.896357, 4.863120, 4.863816, 4.873806",\
|
|
"5.757174, 5.692020, 5.658782, 5.659479, 5.669468");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.419328, -0.290520, -0.171519, 0.025450, 0.831954",\
|
|
"-0.472567, -0.343759, -0.224757, -0.027789, 0.778715",\
|
|
"-0.484163, -0.355355, -0.236353, -0.039385, 0.767119",\
|
|
"-0.455343, -0.326535, -0.207533, -0.010565, 0.795939",\
|
|
"-0.332331, -0.203522, -0.084521, 0.112448, 0.918952");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.511117, -0.382309, -0.263307, -0.066339, 0.740165",\
|
|
"-0.610862, -0.482054, -0.363052, -0.166083, 0.640421",\
|
|
"-0.703413, -0.574605, -0.455603, -0.258634, 0.547869",\
|
|
"-0.826978, -0.698170, -0.579168, -0.382200, 0.424304",\
|
|
"-1.334313, -1.205504, -1.086503, -0.889534, -0.083030");
|
|
}
|
|
|
|
} /* 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.006694 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.441278, 4.376125, 4.342887, 4.343584, 4.353573",\
|
|
"4.517025, 4.451871, 4.418633, 4.419330, 4.429319",\
|
|
"4.557875, 4.492721, 4.459484, 4.460180, 4.470170",\
|
|
"4.596750, 4.531596, 4.498359, 4.499055, 4.509045",\
|
|
"4.755955, 4.690801, 4.657563, 4.658259, 4.668249");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.552070, 4.486916, 4.453679, 4.454375, 4.464365",\
|
|
"4.674922, 4.609768, 4.576531, 4.577228, 4.587217",\
|
|
"4.797985, 4.732831, 4.699594, 4.700291, 4.710280",\
|
|
"4.991807, 4.926653, 4.893416, 4.894113, 4.904102",\
|
|
"5.791208, 5.726054, 5.692817, 5.693513, 5.703503");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.439971, -0.311163, -0.192162, 0.004807, 0.811311",\
|
|
"-0.515717, -0.386909, -0.267908, -0.070939, 0.735565",\
|
|
"-0.556568, -0.427760, -0.308758, -0.111789, 0.694714",\
|
|
"-0.595443, -0.466635, -0.347633, -0.150664, 0.655840",\
|
|
"-0.751319, -0.622510, -0.503509, -0.306540, 0.499964");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.520651, -0.391843, -0.272841, -0.075873, 0.730631",\
|
|
"-0.643497, -0.514689, -0.395687, -0.198718, 0.607785",\
|
|
"-0.766606, -0.637798, -0.518796, -0.321828, 0.484676",\
|
|
"-0.960515, -0.831707, -0.712705, -0.515737, 0.290767",\
|
|
"-1.757558, -1.628750, -1.509748, -1.312780, -0.506276");
|
|
}
|
|
|
|
} /* 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.010261 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.378819, 4.313665, 4.280428, 4.281124, 4.291114",\
|
|
"4.471729, 4.406575, 4.373338, 4.374034, 4.384024",\
|
|
"4.542250, 4.477096, 4.443858, 4.444554, 4.454544",\
|
|
"4.625924, 4.560771, 4.527533, 4.528230, 4.538219",\
|
|
"4.979365, 4.914212, 4.880974, 4.881671, 4.891660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.499612, 4.434458, 4.401221, 4.401917, 4.411907",\
|
|
"4.628461, 4.563307, 4.530069, 4.530766, 4.540755",\
|
|
"4.775671, 4.710517, 4.677280, 4.677977, 4.687966",\
|
|
"5.009453, 4.944299, 4.911061, 4.911757, 4.921747",\
|
|
"5.974681, 5.909527, 5.876289, 5.876986, 5.886975");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.334753, -0.205946, -0.086928, 0.110105, 0.914986",\
|
|
"-0.413947, -0.285140, -0.166122, 0.030911, 0.835792",\
|
|
"-0.466478, -0.337670, -0.218653, -0.021620, 0.783262",\
|
|
"-0.508692, -0.379885, -0.260867, -0.063834, 0.741047",\
|
|
"-0.691264, -0.562456, -0.443439, -0.246406, 0.558476");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.507624, -0.378817, -0.259799, -0.062766, 0.741798",\
|
|
"-0.621296, -0.492489, -0.373471, -0.176438, 0.628126",\
|
|
"-0.748817, -0.620010, -0.500992, -0.303959, 0.500605",\
|
|
"-0.935907, -0.807099, -0.688082, -0.491049, 0.313515",\
|
|
"-1.705685, -1.576878, -1.457860, -1.260827, -0.456264");
|
|
}
|
|
|
|
} /* 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.010212 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.365243, 4.300089, 4.266852, 4.267549, 4.277538",\
|
|
"4.458258, 4.393104, 4.359866, 4.360562, 4.370552",\
|
|
"4.528879, 4.463725, 4.430488, 4.431184, 4.441174",\
|
|
"4.612784, 4.547630, 4.514393, 4.515089, 4.525079",\
|
|
"4.966594, 4.901440, 4.868203, 4.868899, 4.878889");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.465994, 4.400840, 4.367602, 4.368299, 4.378288",\
|
|
"4.594858, 4.529704, 4.496467, 4.497163, 4.507153",\
|
|
"4.741668, 4.676514, 4.643276, 4.643972, 4.653962",\
|
|
"4.974690, 4.909537, 4.876299, 4.876996, 4.886985",\
|
|
"5.936830, 5.871676, 5.838439, 5.839135, 5.849124");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.400863, -0.272056, -0.153038, 0.043995, 0.848992",\
|
|
"-0.493881, -0.365073, -0.246056, -0.049023, 0.755975",\
|
|
"-0.563586, -0.434779, -0.315761, -0.118728, 0.686270",\
|
|
"-0.647474, -0.518667, -0.399649, -0.202616, 0.602381",\
|
|
"-0.998647, -0.869840, -0.750822, -0.553789, 0.251209");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.685375, -0.556567, -0.437550, -0.240517, 0.564481",\
|
|
"-0.814241, -0.685434, -0.566416, -0.369384, 0.435614",\
|
|
"-0.961490, -0.832682, -0.713665, -0.516632, 0.288366",\
|
|
"-1.195534, -1.066727, -0.947709, -0.750676, 0.054322",\
|
|
"-2.158264, -2.029457, -1.910439, -1.713406, -0.908408");
|
|
}
|
|
|
|
} /* 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.013361 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.803959, 4.738805, 4.705567, 4.706264, 4.716253",\
|
|
"4.897048, 4.831894, 4.798656, 4.799353, 4.809342",\
|
|
"4.967659, 4.902505, 4.869267, 4.869964, 4.879953",\
|
|
"5.051617, 4.986463, 4.953226, 4.953922, 4.963912",\
|
|
"5.406002, 5.340848, 5.307611, 5.308307, 5.318296");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.815758, 4.750604, 4.717367, 4.718063, 4.728053",\
|
|
"4.944549, 4.879395, 4.846157, 4.846853, 4.856843",\
|
|
"5.091650, 5.026496, 4.993259, 4.993956, 5.003945",\
|
|
"5.325401, 5.260247, 5.227010, 5.227706, 5.237696",\
|
|
"6.289517, 6.224363, 6.191126, 6.191822, 6.201812");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.446982, -0.318175, -0.199157, -0.002124, 0.802874",\
|
|
"-0.540071, -0.411263, -0.292246, -0.095213, 0.709785",\
|
|
"-0.610200, -0.481393, -0.362375, -0.165343, 0.639655",\
|
|
"-0.695154, -0.566347, -0.447329, -0.250296, 0.554702",\
|
|
"-1.055158, -0.926351, -0.807333, -0.610301, 0.194697");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.625111, -0.496303, -0.377301, -0.180332, 0.626171",\
|
|
"-0.753900, -0.625092, -0.506090, -0.309122, 0.497382",\
|
|
"-0.900550, -0.771742, -0.652740, -0.455772, 0.350732",\
|
|
"-1.132513, -1.003705, -0.884703, -0.687735, 0.118769",\
|
|
"-2.089814, -1.961006, -1.842004, -1.645036, -0.838532");
|
|
}
|
|
|
|
} /* 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.012133 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.819009, 4.753855, 4.720617, 4.721313, 4.731303",\
|
|
"4.883014, 4.817860, 4.784623, 4.785319, 4.795309",\
|
|
"4.930130, 4.864976, 4.831739, 4.832436, 4.842425",\
|
|
"4.960035, 4.894882, 4.861644, 4.862341, 4.872330",\
|
|
"4.869030, 4.803876, 4.770638, 4.771335, 4.781324");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.819839, 4.754685, 4.721447, 4.722144, 4.732133",\
|
|
"4.921688, 4.856534, 4.823297, 4.823993, 4.833982",\
|
|
"5.078601, 5.013447, 4.980209, 4.980906, 4.990895",\
|
|
"5.372596, 5.307442, 5.274205, 5.274901, 5.284891",\
|
|
"5.941385, 5.876232, 5.842994, 5.843691, 5.853680");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.447170, -0.318363, -0.199345, -0.002312, 0.802686",\
|
|
"-0.511175, -0.382368, -0.263350, -0.066317, 0.738681",\
|
|
"-0.558071, -0.429264, -0.310246, -0.113213, 0.691785",\
|
|
"-0.591372, -0.462565, -0.343547, -0.146514, 0.658484",\
|
|
"-0.502681, -0.373874, -0.254856, -0.057823, 0.747175");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.707251, -0.578442, -0.459441, -0.262472, 0.544032",\
|
|
"-0.809096, -0.680288, -0.561286, -0.364318, 0.442186",\
|
|
"-0.965112, -0.836304, -0.717303, -0.520334, 0.286170",\
|
|
"-1.257636, -1.128827, -1.009826, -0.812857, -0.006353",\
|
|
"-1.820344, -1.691536, -1.572534, -1.375565, -0.569062");
|
|
}
|
|
|
|
} /* 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.005179 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.007578, 4.942424, 4.909186, 4.909883, 4.919872",\
|
|
"5.106655, 5.041501, 5.008264, 5.008960, 5.018950",\
|
|
"5.186802, 5.121648, 5.088410, 5.089107, 5.099096",\
|
|
"5.290890, 5.225736, 5.192498, 5.193194, 5.203184",\
|
|
"5.719365, 5.654212, 5.620974, 5.621671, 5.631660");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "5.007537, 4.942383, 4.909145, 4.909842, 4.919831",\
|
|
"5.133880, 5.068726, 5.035489, 5.036185, 5.046175",\
|
|
"5.267241, 5.202088, 5.168850, 5.169547, 5.179536",\
|
|
"5.477159, 5.412004, 5.378767, 5.379463, 5.389453",\
|
|
"6.342302, 6.277148, 6.243911, 6.244607, 6.254597");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.794248, -0.665440, -0.546438, -0.349470, 0.457034",\
|
|
"-0.893326, -0.764517, -0.645516, -0.448547, 0.357957",\
|
|
"-0.973291, -0.844483, -0.725481, -0.528512, 0.277991",\
|
|
"-1.079024, -0.950216, -0.831214, -0.634246, 0.172258",\
|
|
"-1.509845, -1.381038, -1.262021, -1.064988, -0.259990");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.736029, -0.607220, -0.488219, -0.291250, 0.515254",\
|
|
"-0.862372, -0.733563, -0.614562, -0.417593, 0.388911",\
|
|
"-0.995707, -0.866899, -0.747897, -0.550929, 0.255575",\
|
|
"-1.205596, -1.076788, -0.957787, -0.760818, 0.045686",\
|
|
"-2.070594, -1.941786, -1.822784, -1.625816, -0.819312");
|
|
}
|
|
|
|
} /* 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.012224 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.727387, 4.662234, 4.628996, 4.629693, 4.639682",\
|
|
"4.791587, 4.726433, 4.693196, 4.693892, 4.703882",\
|
|
"4.839092, 4.773938, 4.740701, 4.741397, 4.751387",\
|
|
"4.869812, 4.804658, 4.771420, 4.772117, 4.782106",\
|
|
"4.771248, 4.706094, 4.672856, 4.673553, 4.683542");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.775665, 4.710511, 4.677274, 4.677970, 4.687960",\
|
|
"4.877587, 4.812434, 4.779196, 4.779893, 4.789882",\
|
|
"5.035405, 4.970252, 4.937014, 4.937711, 4.947700",\
|
|
"5.329526, 5.264372, 5.231135, 5.231832, 5.241821",\
|
|
"5.906196, 5.841042, 5.807805, 5.808501, 5.818491");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.412609, -0.283801, -0.164784, 0.032249, 0.837130",\
|
|
"-0.476803, -0.347996, -0.228978, -0.031945, 0.772936",\
|
|
"-0.524455, -0.395648, -0.276630, -0.079597, 0.725284",\
|
|
"-0.557583, -0.428776, -0.309758, -0.112725, 0.692156",\
|
|
"-0.467725, -0.338918, -0.219900, -0.022868, 0.782014");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.408723, -0.279916, -0.160898, 0.036135, 0.841133",\
|
|
"-0.510578, -0.381770, -0.262753, -0.065720, 0.739278",\
|
|
"-0.668584, -0.539776, -0.420759, -0.223726, 0.581272",\
|
|
"-0.963656, -0.834849, -0.715831, -0.518798, 0.286200",\
|
|
"-1.547105, -1.418298, -1.299280, -1.102247, -0.297250");
|
|
}
|
|
|
|
} /* 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.009987 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.678652, 4.613498, 4.580261, 4.580957, 4.590947",\
|
|
"4.742708, 4.677555, 4.644317, 4.645014, 4.655003",\
|
|
"4.789795, 4.724641, 4.691403, 4.692100, 4.702089",\
|
|
"4.821485, 4.756331, 4.723094, 4.723790, 4.733779",\
|
|
"4.725704, 4.660551, 4.627313, 4.628010, 4.637999");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.714727, 4.649574, 4.616336, 4.617033, 4.627022",\
|
|
"4.815144, 4.749990, 4.716753, 4.717449, 4.727438",\
|
|
"4.967291, 4.902137, 4.868900, 4.869596, 4.879586",\
|
|
"5.243237, 5.178084, 5.144846, 5.145543, 5.155532",\
|
|
"5.779452, 5.714299, 5.681061, 5.681758, 5.691747");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.571575, -0.442767, -0.323765, -0.126797, 0.679707",\
|
|
"-0.635632, -0.506823, -0.387822, -0.190853, 0.615651",\
|
|
"-0.682209, -0.553401, -0.434399, -0.237430, 0.569074",\
|
|
"-0.712341, -0.583532, -0.464531, -0.267562, 0.538942",\
|
|
"-0.612018, -0.483210, -0.364209, -0.167240, 0.639264");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.223607, 0.629961, 1.774770, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.445265, -0.316458, -0.197440, -0.000407, 0.804591",\
|
|
"-0.545678, -0.416870, -0.297853, -0.100820, 0.704178",\
|
|
"-0.697983, -0.569176, -0.450158, -0.253125, 0.551873",\
|
|
"-0.974838, -0.846031, -0.727013, -0.529980, 0.275017",\
|
|
"-1.511920, -1.383113, -1.264095, -1.067062, -0.262064");
|
|
}
|
|
|
|
} /* 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.010064 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.422229, 4.357075, 4.323837, 4.324533, 4.334008",\
|
|
"4.515398, 4.450244, 4.417006, 4.417703, 4.427177",\
|
|
"4.585326, 4.520173, 4.486935, 4.487632, 4.497106",\
|
|
"4.668305, 4.603151, 4.569914, 4.570610, 4.580084",\
|
|
"5.014950, 4.949796, 4.916559, 4.917255, 4.926730");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "4.456712, 4.391558, 4.358321, 4.359017, 4.368492",\
|
|
"4.585525, 4.520370, 4.487133, 4.487829, 4.497303",\
|
|
"4.732438, 4.667284, 4.634047, 4.634744, 4.644218",\
|
|
"4.966062, 4.900908, 4.867671, 4.868367, 4.877841",\
|
|
"5.932975, 5.867821, 5.834583, 5.835279, 5.844754");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_adr_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.426034, -0.297226, -0.178224, 0.018744, 0.825248",\
|
|
"-0.519201, -0.390393, -0.271391, -0.074423, 0.732081",\
|
|
"-0.589786, -0.460977, -0.341976, -0.145007, 0.661497",\
|
|
"-0.675630, -0.546822, -0.427820, -0.230852, 0.575652",\
|
|
"-1.032076, -0.903268, -0.784266, -0.587298, 0.219206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.450641, -0.321832, -0.202831, -0.005862, 0.800642",\
|
|
"-0.579459, -0.450651, -0.331649, -0.134680, 0.671824",\
|
|
"-0.727660, -0.598852, -0.479850, -0.282881, 0.523622",\
|
|
"-0.962786, -0.833977, -0.714976, -0.518007, 0.288497",\
|
|
"-1.932317, -1.803509, -1.684507, -1.487538, -0.681035");
|
|
}
|
|
|
|
} /* 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.003744 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.030191, -0.034962, -0.068200, -0.067506, -0.058430",\
|
|
"0.106228, 0.041074, 0.007836, 0.008530, 0.017606",\
|
|
"0.146627, 0.081473, 0.048235, 0.048929, 0.058006",\
|
|
"0.185647, 0.120493, 0.087256, 0.087949, 0.097026",\
|
|
"0.345887, 0.280734, 0.247496, 0.248190, 0.257266");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.487210, 0.422056, 0.388819, 0.389512, 0.397968",\
|
|
"0.609997, 0.544843, 0.511605, 0.512299, 0.520755",\
|
|
"0.734116, 0.668962, 0.635725, 0.636418, 0.644875",\
|
|
"0.930437, 0.865283, 0.832046, 0.832739, 0.841196",\
|
|
"1.738096, 1.672942, 1.639705, 1.640399, 1.648855");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[31]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.028860, 0.157667, 0.276685, 0.473721, 1.279008",\
|
|
"-0.047176, 0.081631, 0.200649, 0.397685, 1.202971",\
|
|
"-0.087575, 0.041232, 0.160250, 0.357285, 1.162572",\
|
|
"-0.126595, 0.002212, 0.121230, 0.318265, 1.123552",\
|
|
"-0.286836, -0.158029, -0.039011, 0.158025, 0.963312");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.400711, -0.271904, -0.152886, 0.044150, 0.849872",\
|
|
"-0.523497, -0.394690, -0.275672, -0.078637, 0.727085",\
|
|
"-0.647617, -0.518810, -0.399792, -0.202756, 0.602966",\
|
|
"-0.843938, -0.715131, -0.596113, -0.399078, 0.406645",\
|
|
"-1.651597, -1.522790, -1.403772, -1.206737, -0.401014");
|
|
}
|
|
|
|
} /* 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.004089 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.042534, -0.107688, -0.140925, -0.140228, -0.129912",\
|
|
"0.033317, -0.031836, -0.065074, -0.064377, -0.054061",\
|
|
"0.074187, 0.009034, -0.024204, -0.023507, -0.013191",\
|
|
"0.113389, 0.048236, 0.014998, 0.015695, 0.026011",\
|
|
"0.273259, 0.208106, 0.174868, 0.175565, 0.185881");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.368346, 0.303192, 0.269955, 0.270651, 0.280485",\
|
|
"0.491091, 0.425937, 0.392700, 0.393396, 0.403230",\
|
|
"0.613588, 0.548434, 0.515197, 0.515893, 0.525727",\
|
|
"0.806384, 0.741230, 0.707993, 0.708689, 0.718523",\
|
|
"1.599203, 1.534050, 1.500812, 1.501509, 1.511342");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[30]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.104342, 0.233150, 0.352167, 0.549200, 1.353505",\
|
|
"0.028491, 0.157298, 0.276316, 0.473349, 1.277654",\
|
|
"-0.012379, 0.116428, 0.235446, 0.432479, 1.236784",\
|
|
"-0.051581, 0.077227, 0.196244, 0.393277, 1.197582",\
|
|
"-0.211451, -0.082644, 0.036374, 0.233407, 1.037712");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.277240, -0.148433, -0.029415, 0.167618, 0.972357",\
|
|
"-0.399985, -0.271178, -0.152160, 0.044873, 0.849612",\
|
|
"-0.522482, -0.393675, -0.274657, -0.077624, 0.727115",\
|
|
"-0.715278, -0.586470, -0.467453, -0.270420, 0.534319",\
|
|
"-1.508097, -1.379290, -1.260272, -1.063239, -0.258501");
|
|
}
|
|
|
|
} /* 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.004432 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.094996, -0.160150, -0.193388, -0.192694, -0.183563",\
|
|
"-0.019062, -0.084216, -0.117453, -0.116760, -0.107629",\
|
|
"0.021602, -0.043552, -0.076790, -0.076096, -0.066965",\
|
|
"0.060920, -0.004234, -0.037471, -0.036778, -0.027647",\
|
|
"0.221116, 0.155962, 0.122725, 0.123418, 0.132549");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.327810, 0.262657, 0.229419, 0.230112, 0.238629",\
|
|
"0.450553, 0.385399, 0.352161, 0.352855, 0.361372",\
|
|
"0.573709, 0.508555, 0.475318, 0.476011, 0.484528",\
|
|
"0.767949, 0.702795, 0.669557, 0.670251, 0.678768",\
|
|
"1.566525, 1.501372, 1.468134, 1.468827, 1.477345");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[29]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.123456, 0.252263, 0.371281, 0.568317, 1.373558",\
|
|
"0.047521, 0.176329, 0.295347, 0.492382, 1.297624",\
|
|
"0.006858, 0.135665, 0.254683, 0.451719, 1.256960",\
|
|
"-0.032461, 0.096347, 0.215365, 0.412400, 1.217642",\
|
|
"-0.192656, -0.063849, 0.055169, 0.252204, 1.057446");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.253034, -0.124227, -0.005209, 0.191826, 0.997503",\
|
|
"-0.375777, -0.246970, -0.127952, 0.069084, 0.874760",\
|
|
"-0.498933, -0.370126, -0.251108, -0.054072, 0.751604",\
|
|
"-0.693173, -0.564366, -0.445348, -0.248312, 0.557364",\
|
|
"-1.491750, -1.362942, -1.243924, -1.046889, -0.241212");
|
|
}
|
|
|
|
} /* 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.004839 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.025898, -0.091052, -0.124289, -0.123593, -0.113458",\
|
|
"0.050147, -0.015006, -0.048244, -0.047547, -0.037412",\
|
|
"0.090574, 0.025420, -0.007817, -0.007121, 0.003014",\
|
|
"0.129766, 0.064612, 0.031374, 0.032071, 0.042206",\
|
|
"0.290670, 0.225516, 0.192278, 0.192975, 0.203110");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.377633, 0.312479, 0.279242, 0.279938, 0.289597",\
|
|
"0.500382, 0.435228, 0.401991, 0.402687, 0.412345",\
|
|
"0.624283, 0.559129, 0.525892, 0.526588, 0.536247",\
|
|
"0.820161, 0.755008, 0.721770, 0.722467, 0.732125",\
|
|
"1.625379, 1.560225, 1.526988, 1.527684, 1.537343");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[28]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.071996, 0.200803, 0.319820, 0.516853, 1.321294",\
|
|
"0.024525, 0.153332, 0.272350, 0.469383, 1.273823",\
|
|
"0.021412, 0.150220, 0.269237, 0.466270, 1.270711",\
|
|
"0.068231, 0.197039, 0.316056, 0.513089, 1.317530",\
|
|
"0.261799, 0.390606, 0.509624, 0.706657, 1.511098");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.302900, -0.174093, -0.055075, 0.141958, 0.946797",\
|
|
"-0.395963, -0.267156, -0.148138, 0.048895, 0.853734",\
|
|
"-0.481101, -0.352294, -0.233276, -0.036243, 0.768596",\
|
|
"-0.587627, -0.458820, -0.339802, -0.142769, 0.662070",\
|
|
"-1.024601, -0.895794, -0.776777, -0.579744, 0.225096");
|
|
}
|
|
|
|
} /* 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.004988 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.045287, -0.019867, -0.053105, -0.052412, -0.043038",\
|
|
"0.121247, 0.056093, 0.022856, 0.023549, 0.032922",\
|
|
"0.161532, 0.096379, 0.063141, 0.063834, 0.073208",\
|
|
"0.200275, 0.135121, 0.101884, 0.102577, 0.111950",\
|
|
"0.359943, 0.294789, 0.261551, 0.262244, 0.271618");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.497750, 0.432596, 0.399358, 0.400051, 0.408831",\
|
|
"0.620537, 0.555384, 0.522146, 0.522839, 0.531618",\
|
|
"0.744902, 0.679749, 0.646511, 0.647204, 0.655983",\
|
|
"0.941749, 0.876595, 0.843357, 0.844050, 0.852830",\
|
|
"1.751515, 1.686362, 1.653124, 1.653817, 1.662596");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[27]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.004291, 0.124516, 0.243534, 0.440570, 1.245609",\
|
|
"-0.080252, 0.048556, 0.167574, 0.364610, 1.169649",\
|
|
"-0.120537, 0.008270, 0.127288, 0.324324, 1.129363",\
|
|
"-0.159280, -0.030472, 0.088546, 0.285582, 1.090621",\
|
|
"-0.318947, -0.190140, -0.071122, 0.125914, 0.930953");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.421440, -0.292633, -0.173615, 0.023422, 0.828897",\
|
|
"-0.544227, -0.415420, -0.296402, -0.099366, 0.706109",\
|
|
"-0.668592, -0.539785, -0.420767, -0.223731, 0.581744",\
|
|
"-0.865438, -0.736631, -0.617613, -0.420577, 0.384898",\
|
|
"-1.675205, -1.546398, -1.427380, -1.230344, -0.424868");
|
|
}
|
|
|
|
} /* 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.004334 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.116997, 0.051844, 0.018606, 0.019299, 0.028950",\
|
|
"0.192604, 0.127451, 0.094213, 0.094906, 0.104557",\
|
|
"0.233244, 0.168091, 0.134853, 0.135546, 0.145197",\
|
|
"0.271877, 0.206724, 0.173486, 0.174179, 0.183830",\
|
|
"0.431094, 0.365940, 0.332703, 0.333395, 0.343046");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.547407, 0.482253, 0.449015, 0.449708, 0.458790",\
|
|
"0.669399, 0.604245, 0.571008, 0.571700, 0.580782",\
|
|
"0.794672, 0.729519, 0.696281, 0.696974, 0.706055",\
|
|
"0.991742, 0.926588, 0.893351, 0.894043, 0.903125",\
|
|
"1.802393, 1.737239, 1.704001, 1.704694, 1.713776");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[26]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.000502, 0.128305, 0.247323, 0.444360, 1.249165",\
|
|
"-0.076109, 0.052698, 0.171716, 0.368752, 1.173558",\
|
|
"-0.116749, 0.012058, 0.131076, 0.328112, 1.132918",\
|
|
"-0.155382, -0.026575, 0.092443, 0.289479, 1.094285",\
|
|
"-0.314599, -0.185792, -0.066774, 0.130263, 0.935069");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.418100, -0.289293, -0.170275, 0.026762, 0.832004",\
|
|
"-0.540092, -0.411285, -0.292267, -0.095230, 0.710012",\
|
|
"-0.665366, -0.536559, -0.417541, -0.220504, 0.584738",\
|
|
"-0.862435, -0.733628, -0.614610, -0.417573, 0.387669",\
|
|
"-1.673086, -1.544279, -1.425261, -1.228224, -0.422982");
|
|
}
|
|
|
|
} /* 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.004240 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.011999, -0.077152, -0.110390, -0.109698, -0.099854",\
|
|
"0.063604, -0.001550, -0.034788, -0.034095, -0.024252",\
|
|
"0.104294, 0.039140, 0.005903, 0.006595, 0.016438",\
|
|
"0.143055, 0.077901, 0.044664, 0.045356, 0.055199",\
|
|
"0.302797, 0.237644, 0.204406, 0.205098, 0.214942");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.380362, 0.315208, 0.281971, 0.282663, 0.291952",\
|
|
"0.502350, 0.437197, 0.403959, 0.404651, 0.413940",\
|
|
"0.627416, 0.562263, 0.529025, 0.529717, 0.539007",\
|
|
"0.824138, 0.758985, 0.725747, 0.726439, 0.735729",\
|
|
"1.632746, 1.567593, 1.534355, 1.535047, 1.544337");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[25]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.057814, 0.186621, 0.305639, 0.502676, 1.307321",\
|
|
"-0.017789, 0.111018, 0.230036, 0.427073, 1.231719",\
|
|
"-0.058479, 0.070328, 0.189346, 0.386383, 1.191029",\
|
|
"-0.097240, 0.031567, 0.150585, 0.347622, 1.152268",\
|
|
"-0.256982, -0.128175, -0.009157, 0.187880, 0.992525");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.304938, -0.176131, -0.057113, 0.139924, 0.945006",\
|
|
"-0.426927, -0.298119, -0.179101, 0.017935, 0.823018",\
|
|
"-0.551993, -0.423186, -0.304168, -0.107131, 0.697952",\
|
|
"-0.748715, -0.619907, -0.500889, -0.303853, 0.501230",\
|
|
"-1.557323, -1.428516, -1.309498, -1.112461, -0.307378");
|
|
}
|
|
|
|
} /* 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.004597 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.112306, 0.047152, 0.013915, 0.014607, 0.024220",\
|
|
"0.187935, 0.122781, 0.089544, 0.090237, 0.099849",\
|
|
"0.228546, 0.163393, 0.130155, 0.130848, 0.140460",\
|
|
"0.266980, 0.201827, 0.168589, 0.169282, 0.178894",\
|
|
"0.425376, 0.360222, 0.326984, 0.327677, 0.337289");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.537475, 0.472321, 0.439083, 0.439776, 0.448813",\
|
|
"0.659512, 0.594358, 0.561121, 0.561814, 0.570851",\
|
|
"0.784939, 0.719785, 0.686547, 0.687240, 0.696277",\
|
|
"0.982410, 0.917257, 0.884019, 0.884712, 0.893749",\
|
|
"1.794657, 1.729504, 1.696266, 1.696959, 1.705996");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[24]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.018977, 0.109830, 0.228848, 0.425884, 1.230724",\
|
|
"-0.082791, 0.046016, 0.165034, 0.362070, 1.166910",\
|
|
"-0.107974, 0.020833, 0.139851, 0.336888, 1.141728",\
|
|
"-0.110843, 0.017964, 0.136982, 0.334019, 1.138859",\
|
|
"-0.122668, 0.006139, 0.125157, 0.322194, 1.127034");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.428423, -0.299615, -0.180597, 0.016439, 0.821717",\
|
|
"-0.538163, -0.409356, -0.290338, -0.093302, 0.711976",\
|
|
"-0.647532, -0.518725, -0.399707, -0.202671, 0.602607",\
|
|
"-0.807990, -0.679183, -0.560165, -0.363129, 0.442150",\
|
|
"-1.467693, -1.338886, -1.219868, -1.022832, -0.217553");
|
|
}
|
|
|
|
} /* 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.005285 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.099407, -0.164560, -0.197798, -0.197104, -0.188028",\
|
|
"-0.023713, -0.088867, -0.122105, -0.121411, -0.112334",\
|
|
"0.017494, -0.047659, -0.080897, -0.080203, -0.071127",\
|
|
"0.056483, -0.008670, -0.041908, -0.041214, -0.032138",\
|
|
"0.215768, 0.150615, 0.117377, 0.118071, 0.127147");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.322931, 0.257777, 0.224540, 0.225234, 0.233690",\
|
|
"0.445681, 0.380527, 0.347290, 0.347983, 0.356440",\
|
|
"0.567159, 0.502006, 0.468768, 0.469462, 0.477918",\
|
|
"0.757618, 0.692464, 0.659227, 0.659920, 0.668377",\
|
|
"1.540975, 1.475822, 1.442584, 1.443278, 1.451734");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[23]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.158459, 0.287266, 0.406284, 0.603319, 1.408606",\
|
|
"0.082766, 0.211573, 0.330591, 0.527626, 1.332913",\
|
|
"0.041558, 0.170365, 0.289383, 0.486419, 1.291705",\
|
|
"0.002569, 0.131376, 0.250394, 0.447429, 1.252716",\
|
|
"-0.156716, -0.027909, 0.091109, 0.288145, 1.093431");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.236432, -0.107625, 0.011393, 0.208428, 1.014151",\
|
|
"-0.359182, -0.230375, -0.111357, 0.085679, 0.891401",\
|
|
"-0.480660, -0.351853, -0.232835, -0.035800, 0.769923",\
|
|
"-0.671119, -0.542312, -0.423294, -0.226258, 0.579464",\
|
|
"-1.454476, -1.325669, -1.206651, -1.009616, -0.203894");
|
|
}
|
|
|
|
} /* 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.005110 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.028084, -0.037070, -0.070307, -0.069611, -0.059295",\
|
|
"0.103749, 0.038596, 0.005358, 0.006055, 0.016371",\
|
|
"0.144914, 0.079760, 0.046523, 0.047219, 0.057535",\
|
|
"0.183766, 0.118612, 0.085375, 0.086071, 0.096387",\
|
|
"0.342272, 0.277119, 0.243881, 0.244578, 0.254894");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.495514, 0.430361, 0.397123, 0.397820, 0.407654",\
|
|
"0.618333, 0.553180, 0.519942, 0.520639, 0.530473",\
|
|
"0.740031, 0.674878, 0.641640, 0.642337, 0.652171",\
|
|
"0.930806, 0.865653, 0.832415, 0.833112, 0.842946",\
|
|
"1.715970, 1.650816, 1.617579, 1.618275, 1.628109");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[22]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.033723, 0.162530, 0.281548, 0.478580, 1.282885",\
|
|
"-0.041943, 0.086864, 0.205882, 0.402915, 1.207219",\
|
|
"-0.083107, 0.045700, 0.164717, 0.361750, 1.166055",\
|
|
"-0.121960, 0.006848, 0.125865, 0.322898, 1.127203",\
|
|
"-0.280466, -0.151659, -0.032641, 0.164392, 0.968697");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.404408, -0.275601, -0.156583, 0.040449, 0.845188",\
|
|
"-0.527227, -0.398420, -0.279402, -0.082370, 0.722369",\
|
|
"-0.648926, -0.520118, -0.401101, -0.204068, 0.600671",\
|
|
"-0.839700, -0.710893, -0.591875, -0.394843, 0.409896",\
|
|
"-1.624864, -1.496057, -1.377039, -1.180006, -0.375267");
|
|
}
|
|
|
|
} /* 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.004884 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.022723, -0.087876, -0.121114, -0.120420, -0.111290",\
|
|
"0.052999, -0.012155, -0.045392, -0.044699, -0.035568",\
|
|
"0.094045, 0.028891, -0.004347, -0.003653, 0.005477",\
|
|
"0.132979, 0.067826, 0.034588, 0.035281, 0.044412",\
|
|
"0.291739, 0.226586, 0.193348, 0.194042, 0.203172");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.457437, 0.392283, 0.359046, 0.359739, 0.368256",\
|
|
"0.580253, 0.515100, 0.481862, 0.482555, 0.491072",\
|
|
"0.702295, 0.637141, 0.603903, 0.604597, 0.613114",\
|
|
"0.893926, 0.828772, 0.795534, 0.796228, 0.804745",\
|
|
"1.682559, 1.617405, 1.584167, 1.584861, 1.593378");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[21]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.051182, 0.179989, 0.299007, 0.496042, 1.301284",\
|
|
"-0.024540, 0.104267, 0.223285, 0.420321, 1.225562",\
|
|
"-0.065586, 0.063222, 0.182240, 0.379275, 1.184517",\
|
|
"-0.104520, 0.024287, 0.143305, 0.340341, 1.145582",\
|
|
"-0.263280, -0.134473, -0.015455, 0.181580, 0.986822");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.382661, -0.253854, -0.134836, 0.062200, 0.867876",\
|
|
"-0.505477, -0.376670, -0.257652, -0.060617, 0.745060",\
|
|
"-0.627519, -0.498712, -0.379694, -0.182658, 0.623019",\
|
|
"-0.819150, -0.690343, -0.571325, -0.374289, 0.431387",\
|
|
"-1.607783, -1.478975, -1.359957, -1.162922, -0.357245");
|
|
}
|
|
|
|
} /* 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.005084 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.044166, -0.020988, -0.054226, -0.053529, -0.043394",\
|
|
"0.119939, 0.054785, 0.021548, 0.022244, 0.032379",\
|
|
"0.160890, 0.095736, 0.062498, 0.063195, 0.073330",\
|
|
"0.199892, 0.134738, 0.101501, 0.102197, 0.112332",\
|
|
"0.358848, 0.293694, 0.260457, 0.261153, 0.271288");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.506279, 0.441126, 0.407888, 0.408585, 0.418243",\
|
|
"0.629099, 0.563945, 0.530708, 0.531404, 0.541063",\
|
|
"0.751417, 0.686264, 0.653026, 0.653723, 0.663381",\
|
|
"0.943735, 0.878581, 0.845344, 0.846040, 0.855699",\
|
|
"1.735151, 1.669997, 1.636760, 1.637456, 1.647115");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[20]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.005011, 0.133818, 0.252836, 0.449869, 1.254310",\
|
|
"-0.070762, 0.058045, 0.177063, 0.374095, 1.178536",\
|
|
"-0.111713, 0.017094, 0.136112, 0.333145, 1.137586",\
|
|
"-0.150715, -0.021908, 0.097110, 0.294142, 1.098583",\
|
|
"-0.309671, -0.180864, -0.061846, 0.135186, 0.939627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.429923, -0.301116, -0.182098, 0.014934, 0.819774",\
|
|
"-0.552743, -0.423936, -0.304918, -0.107885, 0.696954",\
|
|
"-0.675062, -0.546254, -0.427237, -0.230204, 0.574636",\
|
|
"-0.867379, -0.738572, -0.619554, -0.422521, 0.382318",\
|
|
"-1.658795, -1.529988, -1.410970, -1.213937, -0.409098");
|
|
}
|
|
|
|
} /* 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.006118 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.113107, -0.178261, -0.211499, -0.210806, -0.201432",\
|
|
"-0.037380, -0.102534, -0.135772, -0.135079, -0.125705",\
|
|
"0.003783, -0.061371, -0.094609, -0.093916, -0.084542",\
|
|
"0.042796, -0.022358, -0.055596, -0.054903, -0.045529",\
|
|
"0.202144, 0.136990, 0.103752, 0.104445, 0.113819");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.313407, 0.248253, 0.215016, 0.215709, 0.224488",\
|
|
"0.436169, 0.371015, 0.337778, 0.338471, 0.347250",\
|
|
"0.557777, 0.492623, 0.459386, 0.460079, 0.468858",\
|
|
"0.748544, 0.683391, 0.650153, 0.650846, 0.659625",\
|
|
"1.533137, 1.467983, 1.434746, 1.435439, 1.444218");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[19]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.149861, 0.278669, 0.397687, 0.594723, 1.399762",\
|
|
"0.074134, 0.202942, 0.321960, 0.518996, 1.324035",\
|
|
"0.032971, 0.161779, 0.280797, 0.477833, 1.282871",\
|
|
"-0.006042, 0.122766, 0.241784, 0.438820, 1.243859",\
|
|
"-0.165389, -0.036582, 0.082436, 0.279472, 1.084511");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.238895, -0.110087, 0.008931, 0.205967, 1.011442",\
|
|
"-0.361657, -0.232849, -0.113831, 0.083205, 0.888680",\
|
|
"-0.483265, -0.354457, -0.235439, -0.038403, 0.767072",\
|
|
"-0.674032, -0.545225, -0.426207, -0.229171, 0.576305",\
|
|
"-1.458624, -1.329817, -1.210799, -1.013763, -0.208288");
|
|
}
|
|
|
|
} /* 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.006375 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.030302, -0.095456, -0.128693, -0.128001, -0.118349",\
|
|
"0.045523, -0.019630, -0.052868, -0.052175, -0.042524",\
|
|
"0.086463, 0.021309, -0.011928, -0.011236, -0.001585",\
|
|
"0.125621, 0.060467, 0.027230, 0.027923, 0.037574",\
|
|
"0.285374, 0.220220, 0.186982, 0.187675, 0.197326");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.370171, 0.305017, 0.271780, 0.272472, 0.281554",\
|
|
"0.492935, 0.427782, 0.394544, 0.395237, 0.404318",\
|
|
"0.615214, 0.550060, 0.516823, 0.517515, 0.526597",\
|
|
"0.807530, 0.742376, 0.709138, 0.709831, 0.718912",\
|
|
"1.598405, 1.533251, 1.500013, 1.500706, 1.509787");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[18]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.146817, 0.275624, 0.394642, 0.591679, 1.396484",\
|
|
"0.098052, 0.226859, 0.345877, 0.542914, 1.347719",\
|
|
"0.092453, 0.221260, 0.340278, 0.537315, 1.342121",\
|
|
"0.134757, 0.263564, 0.382582, 0.579619, 1.384425",\
|
|
"0.310732, 0.439539, 0.558557, 0.755593, 1.560399");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.240845, -0.112038, 0.006980, 0.204017, 1.009259",\
|
|
"-0.335737, -0.206930, -0.087912, 0.109125, 0.914367",\
|
|
"-0.421615, -0.292807, -0.173789, 0.023247, 0.828489",\
|
|
"-0.530025, -0.401218, -0.282200, -0.085163, 0.720079",\
|
|
"-0.975104, -0.846297, -0.727279, -0.530242, 0.275000");
|
|
}
|
|
|
|
} /* 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.004926 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.041956, -0.023197, -0.056435, -0.055743, -0.045899",\
|
|
"0.117842, 0.052688, 0.019451, 0.020143, 0.029986",\
|
|
"0.158543, 0.093390, 0.060152, 0.060844, 0.070688",\
|
|
"0.197716, 0.132562, 0.099325, 0.100017, 0.109860",\
|
|
"0.357086, 0.291932, 0.258695, 0.259387, 0.269230");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.497615, 0.432461, 0.399223, 0.399916, 0.409205",\
|
|
"0.620393, 0.555239, 0.522002, 0.522694, 0.531983",\
|
|
"0.743506, 0.678352, 0.645114, 0.645807, 0.655096",\
|
|
"0.937607, 0.872453, 0.839216, 0.839908, 0.849197",\
|
|
"1.736263, 1.671109, 1.637872, 1.638564, 1.647853");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[17]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.003856, 0.132663, 0.251681, 0.448718, 1.253364",\
|
|
"-0.072030, 0.056777, 0.175795, 0.372832, 1.177478",\
|
|
"-0.112731, 0.016076, 0.135094, 0.332131, 1.136777",\
|
|
"-0.151904, -0.023097, 0.095921, 0.292958, 1.097604",\
|
|
"-0.311274, -0.182467, -0.063449, 0.133588, 0.938234");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.422191, -0.293384, -0.174366, 0.022671, 0.827754",\
|
|
"-0.544969, -0.416162, -0.297144, -0.100107, 0.704975",\
|
|
"-0.668082, -0.539275, -0.420257, -0.223220, 0.581862",\
|
|
"-0.862183, -0.733376, -0.614358, -0.417321, 0.387761",\
|
|
"-1.660839, -1.532032, -1.413014, -1.215977, -0.410894");
|
|
}
|
|
|
|
} /* 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.009081 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.061434, -0.126588, -0.159825, -0.159132, -0.149520",\
|
|
"0.014160, -0.050994, -0.084231, -0.083538, -0.073926",\
|
|
"0.055457, -0.009697, -0.042935, -0.042242, -0.032630",\
|
|
"0.094401, 0.029247, -0.003990, -0.003297, 0.006315",\
|
|
"0.253551, 0.188398, 0.155160, 0.155853, 0.165465");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.346176, 0.281022, 0.247785, 0.248478, 0.257515",\
|
|
"0.468879, 0.403725, 0.370488, 0.371181, 0.380218",\
|
|
"0.590099, 0.524946, 0.491708, 0.492401, 0.501438",\
|
|
"0.779935, 0.714781, 0.681544, 0.682237, 0.691274",\
|
|
"1.560839, 1.495685, 1.462448, 1.463140, 1.472177");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[16]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.151975, 0.280782, 0.399800, 0.596836, 1.401676",\
|
|
"0.118931, 0.247738, 0.366756, 0.563792, 1.368632",\
|
|
"0.133279, 0.262086, 0.381104, 0.578140, 1.382980",\
|
|
"0.222599, 0.351406, 0.470424, 0.667461, 1.472301",\
|
|
"0.592060, 0.720867, 0.839885, 1.036922, 1.841761");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.237406, -0.108598, 0.010420, 0.207456, 1.012734",\
|
|
"-0.316635, -0.187827, -0.068809, 0.128227, 0.933505",\
|
|
"-0.381005, -0.252198, -0.133180, 0.063857, 0.869135",\
|
|
"-0.439799, -0.310992, -0.191974, 0.005063, 0.810341",\
|
|
"-0.680647, -0.551840, -0.432822, -0.235785, 0.569493");
|
|
}
|
|
|
|
} /* 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.007044 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.006133, -0.071287, -0.104525, -0.103831, -0.094754",\
|
|
"0.069787, 0.004633, -0.028604, -0.027910, -0.018834",\
|
|
"0.110714, 0.045561, 0.012323, 0.013017, 0.022093",\
|
|
"0.150280, 0.085126, 0.051888, 0.052582, 0.061659",\
|
|
"0.309309, 0.244155, 0.210917, 0.211611, 0.220688");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.423299, 0.358145, 0.324907, 0.325601, 0.334057",\
|
|
"0.546002, 0.480848, 0.447611, 0.448304, 0.456761",\
|
|
"0.668522, 0.603368, 0.570131, 0.570824, 0.579281",\
|
|
"0.861405, 0.796251, 0.763013, 0.763707, 0.772163",\
|
|
"1.657517, 1.592363, 1.559126, 1.559819, 1.568276");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[15]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.065185, 0.193992, 0.313010, 0.510045, 1.315332",\
|
|
"-0.010736, 0.118071, 0.237089, 0.434125, 1.239412",\
|
|
"-0.051663, 0.077144, 0.196162, 0.393198, 1.198484",\
|
|
"-0.091228, 0.037579, 0.156597, 0.353632, 1.158919",\
|
|
"-0.250257, -0.121450, -0.002432, 0.194603, 0.999890");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.336800, -0.207993, -0.088975, 0.108061, 0.913783",\
|
|
"-0.459503, -0.330696, -0.211678, -0.014642, 0.791080",\
|
|
"-0.582023, -0.453216, -0.334198, -0.137162, 0.668560",\
|
|
"-0.774906, -0.646098, -0.527080, -0.330045, 0.475677",\
|
|
"-1.571018, -1.442211, -1.323193, -1.126157, -0.320435");
|
|
}
|
|
|
|
} /* 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.006113 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.045537, -0.019617, -0.052854, -0.052158, -0.041842",\
|
|
"0.121529, 0.056375, 0.023138, 0.023835, 0.034151",\
|
|
"0.162261, 0.097107, 0.063870, 0.064566, 0.074882",\
|
|
"0.201903, 0.136749, 0.103512, 0.104209, 0.114525",\
|
|
"0.360952, 0.295798, 0.262561, 0.263257, 0.273573");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.465367, 0.400214, 0.366976, 0.367673, 0.377506",\
|
|
"0.588078, 0.522924, 0.489687, 0.490383, 0.500217",\
|
|
"0.711169, 0.646015, 0.612778, 0.613474, 0.623308",\
|
|
"0.905299, 0.840145, 0.806908, 0.807604, 0.817438",\
|
|
"1.706594, 1.641440, 1.608203, 1.608899, 1.618733");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[14]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.016270, 0.145077, 0.264095, 0.461127, 1.265432",\
|
|
"-0.059723, 0.069085, 0.188102, 0.385135, 1.189440",\
|
|
"-0.100454, 0.028353, 0.147371, 0.344403, 1.148708",\
|
|
"-0.140097, -0.011289, 0.107728, 0.304761, 1.109066",\
|
|
"-0.299145, -0.170338, -0.051320, 0.145712, 0.950017");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.374261, -0.245454, -0.126436, 0.070596, 0.875335",\
|
|
"-0.496972, -0.368165, -0.249147, -0.052114, 0.752625",\
|
|
"-0.620063, -0.491256, -0.372238, -0.175205, 0.629534",\
|
|
"-0.814193, -0.685386, -0.566368, -0.369335, 0.435404",\
|
|
"-1.615488, -1.486681, -1.367663, -1.170630, -0.365891");
|
|
}
|
|
|
|
} /* 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.005834 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.119676, -0.184830, -0.218067, -0.217374, -0.208243",\
|
|
"-0.043778, -0.108932, -0.142169, -0.141476, -0.132345",\
|
|
"-0.002648, -0.067802, -0.101039, -0.100346, -0.091215",\
|
|
"0.037024, -0.028129, -0.061367, -0.060673, -0.051543",\
|
|
"0.197917, 0.132764, 0.099526, 0.100219, 0.109350");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.266246, 0.201092, 0.167855, 0.168548, 0.177065",\
|
|
"0.388707, 0.323553, 0.290315, 0.291009, 0.299526",\
|
|
"0.510394, 0.445240, 0.412003, 0.412696, 0.421213",\
|
|
"0.701593, 0.636440, 0.603202, 0.603895, 0.612413",\
|
|
"1.489604, 1.424450, 1.391213, 1.391906, 1.400423");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[13]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.148135, 0.276943, 0.395961, 0.592996, 1.398237",\
|
|
"0.072237, 0.201045, 0.320062, 0.517098, 1.322339",\
|
|
"0.031108, 0.159915, 0.278933, 0.475968, 1.281210",\
|
|
"-0.008565, 0.120242, 0.239260, 0.436296, 1.241537",\
|
|
"-0.169458, -0.040651, 0.078367, 0.275403, 1.080644");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.191470, -0.062663, 0.056355, 0.253391, 1.059067",\
|
|
"-0.313931, -0.185124, -0.066106, 0.130930, 0.936606",\
|
|
"-0.435618, -0.306811, -0.187793, 0.009243, 0.814919",\
|
|
"-0.626818, -0.498010, -0.378992, -0.181957, 0.623720",\
|
|
"-1.414828, -1.286021, -1.167003, -0.969967, -0.164291");
|
|
}
|
|
|
|
} /* 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.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.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.067560, -0.132714, -0.165951, -0.165255, -0.155120",\
|
|
"0.008308, -0.056846, -0.090083, -0.089387, -0.079252",\
|
|
"0.049515, -0.015638, -0.048876, -0.048179, -0.038044",\
|
|
"0.089159, 0.024005, -0.009232, -0.008536, 0.001599",\
|
|
"0.250060, 0.184906, 0.151669, 0.152365, 0.162501");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.305642, 0.240488, 0.207251, 0.207947, 0.217605",\
|
|
"0.428079, 0.362925, 0.329688, 0.330384, 0.340042",\
|
|
"0.549452, 0.484298, 0.451061, 0.451757, 0.461415",\
|
|
"0.740171, 0.675018, 0.641780, 0.642477, 0.652135",\
|
|
"1.526232, 1.461078, 1.427840, 1.428537, 1.438195");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[12]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.113640, 0.242448, 0.361465, 0.558498, 1.362939",\
|
|
"0.037772, 0.166580, 0.285597, 0.482630, 1.287071",\
|
|
"-0.003435, 0.125372, 0.244390, 0.441423, 1.245864",\
|
|
"-0.043078, 0.085729, 0.204747, 0.401779, 1.206220",\
|
|
"-0.203980, -0.075173, 0.043845, 0.240878, 1.045319");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.230926, -0.102118, 0.016899, 0.213932, 1.018772",\
|
|
"-0.353363, -0.224555, -0.105538, 0.091495, 0.896335",\
|
|
"-0.474736, -0.345928, -0.226911, -0.029878, 0.774962",\
|
|
"-0.665455, -0.536648, -0.417630, -0.220598, 0.584242",\
|
|
"-1.451516, -1.322709, -1.203691, -1.006658, -0.201818");
|
|
}
|
|
|
|
} /* 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.005041 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.001413, -0.066566, -0.099804, -0.099111, -0.089737",\
|
|
"0.074494, 0.009341, -0.023897, -0.023204, -0.013830",\
|
|
"0.115457, 0.050303, 0.017066, 0.017759, 0.027133",\
|
|
"0.155003, 0.089849, 0.056612, 0.057305, 0.066678",\
|
|
"0.314151, 0.248998, 0.215760, 0.216453, 0.225827");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.427180, 0.362026, 0.328789, 0.329482, 0.338261",\
|
|
"0.549857, 0.484704, 0.451466, 0.452159, 0.460938",\
|
|
"0.672292, 0.607138, 0.573900, 0.574593, 0.583373",\
|
|
"0.864981, 0.799827, 0.766589, 0.767282, 0.776062",\
|
|
"1.660177, 1.595023, 1.561786, 1.562479, 1.571258");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[11]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.042408, 0.171215, 0.290233, 0.487269, 1.292308",\
|
|
"-0.033499, 0.095308, 0.214326, 0.411362, 1.216401",\
|
|
"-0.074462, 0.054345, 0.173363, 0.370400, 1.175438",\
|
|
"-0.114008, 0.014800, 0.133818, 0.330854, 1.135893",\
|
|
"-0.273156, -0.144349, -0.025331, 0.171705, 0.976744");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.350870, -0.222063, -0.103045, 0.093991, 0.899467",\
|
|
"-0.473547, -0.344740, -0.225722, -0.028686, 0.776789",\
|
|
"-0.595982, -0.467174, -0.348156, -0.151120, 0.654355",\
|
|
"-0.788671, -0.659863, -0.540845, -0.343809, 0.461666",\
|
|
"-1.583867, -1.455060, -1.336042, -1.139006, -0.333530");
|
|
}
|
|
|
|
} /* 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.005107 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.046729, -0.018424, -0.051662, -0.050969, -0.041318",\
|
|
"0.122514, 0.057360, 0.024122, 0.024815, 0.034466",\
|
|
"0.163819, 0.098666, 0.065428, 0.066121, 0.075772",\
|
|
"0.203230, 0.138076, 0.104839, 0.105531, 0.115182",\
|
|
"0.362379, 0.297226, 0.263988, 0.264681, 0.274332");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.463294, 0.398141, 0.364903, 0.365596, 0.374677",\
|
|
"0.585772, 0.520618, 0.487380, 0.488073, 0.497154",\
|
|
"0.706840, 0.641687, 0.608449, 0.609142, 0.618223",\
|
|
"0.897363, 0.832210, 0.798972, 0.799665, 0.808746",\
|
|
"1.683505, 1.618351, 1.585113, 1.585806, 1.594888");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[10]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.069782, 0.198589, 0.317607, 0.514644, 1.319449",\
|
|
"0.017421, 0.146228, 0.265246, 0.462282, 1.267088",\
|
|
"0.006705, 0.135512, 0.254530, 0.451567, 1.256372",\
|
|
"0.037805, 0.166612, 0.285630, 0.482667, 1.287473",\
|
|
"0.169249, 0.298056, 0.417074, 0.614111, 1.418916");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.333972, -0.205164, -0.086147, 0.110890, 0.916132",\
|
|
"-0.432159, -0.303352, -0.184334, 0.012702, 0.817944",\
|
|
"-0.521508, -0.392701, -0.273683, -0.076646, 0.728596",\
|
|
"-0.638915, -0.510108, -0.391090, -0.194053, 0.611189",\
|
|
"-1.123726, -0.994919, -0.875901, -0.678865, 0.126377");
|
|
}
|
|
|
|
} /* 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.004802 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.080081, -0.145235, -0.178473, -0.177780, -0.167937",\
|
|
"-0.004283, -0.069437, -0.102674, -0.101982, -0.092139",\
|
|
"0.037145, -0.028008, -0.061246, -0.060554, -0.050710",\
|
|
"0.076722, 0.011568, -0.021669, -0.020977, -0.011134",\
|
|
"0.237592, 0.172439, 0.139201, 0.139893, 0.149737");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.293043, 0.227889, 0.194651, 0.195344, 0.204633",\
|
|
"0.415457, 0.350304, 0.317066, 0.317758, 0.327048",\
|
|
"0.535953, 0.470799, 0.437561, 0.438254, 0.447543",\
|
|
"0.725329, 0.660176, 0.626938, 0.627630, 0.636919",\
|
|
"1.505852, 1.440698, 1.407461, 1.408153, 1.417442");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[9]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.125895, 0.254702, 0.373720, 0.570757, 1.375403",\
|
|
"0.050097, 0.178904, 0.297922, 0.494959, 1.299605",\
|
|
"0.008668, 0.137475, 0.256493, 0.453530, 1.258176",\
|
|
"-0.030909, 0.097899, 0.216917, 0.413953, 1.218599",\
|
|
"-0.191779, -0.062972, 0.056046, 0.253083, 1.057729");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.217619, -0.088812, 0.030206, 0.227243, 1.032326",\
|
|
"-0.340034, -0.211227, -0.092209, 0.104828, 0.909911",\
|
|
"-0.460529, -0.331722, -0.212704, -0.015667, 0.789416",\
|
|
"-0.649906, -0.521098, -0.402080, -0.205044, 0.600039",\
|
|
"-1.430428, -1.301621, -1.182603, -0.985566, -0.180484");
|
|
}
|
|
|
|
} /* 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.004857 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.039549, -0.025605, -0.058842, -0.058149, -0.048537",\
|
|
"0.115394, 0.050240, 0.017003, 0.017695, 0.027307",\
|
|
"0.156538, 0.091385, 0.058147, 0.058840, 0.068452",\
|
|
"0.196016, 0.130862, 0.097624, 0.098317, 0.107929",\
|
|
"0.355139, 0.289985, 0.256748, 0.257440, 0.267052");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.451680, 0.386526, 0.353289, 0.353981, 0.363018",\
|
|
"0.574172, 0.509018, 0.475781, 0.476474, 0.485511",\
|
|
"0.695962, 0.630808, 0.597570, 0.598263, 0.607300",\
|
|
"0.887511, 0.822358, 0.789120, 0.789813, 0.798850",\
|
|
"1.677935, 1.612781, 1.579543, 1.580236, 1.589273");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[8]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.053772, 0.182579, 0.301597, 0.498634, 1.303474",\
|
|
"-0.022073, 0.106735, 0.225753, 0.422789, 1.227629",\
|
|
"-0.063217, 0.065590, 0.184608, 0.381644, 1.186484",\
|
|
"-0.102694, 0.026113, 0.145131, 0.342167, 1.147007",\
|
|
"-0.261818, -0.133010, -0.013992, 0.183044, 0.987884");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.342635, -0.213828, -0.094810, 0.102226, 0.907504",\
|
|
"-0.465128, -0.336320, -0.217303, -0.020266, 0.785012",\
|
|
"-0.586917, -0.458110, -0.339092, -0.142056, 0.663222",\
|
|
"-0.778467, -0.649660, -0.530642, -0.333606, 0.471673",\
|
|
"-1.568890, -1.440083, -1.321065, -1.124029, -0.318751");
|
|
}
|
|
|
|
} /* 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.004557 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.028531, -0.093685, -0.126922, -0.126229, -0.117152",\
|
|
"0.047108, -0.018046, -0.051284, -0.050590, -0.041513",\
|
|
"0.087793, 0.022639, -0.010598, -0.009905, -0.000828",\
|
|
"0.126313, 0.061159, 0.027922, 0.028615, 0.037692",\
|
|
"0.285063, 0.219909, 0.186671, 0.187365, 0.196442");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.316904, 0.251750, 0.218513, 0.219206, 0.227663",\
|
|
"0.438969, 0.373815, 0.340578, 0.341272, 0.349728",\
|
|
"0.563785, 0.498631, 0.465393, 0.466087, 0.474543",\
|
|
"0.760332, 0.695178, 0.661941, 0.662634, 0.671091",\
|
|
"1.570435, 1.505281, 1.472044, 1.472737, 1.481194");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[7]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.087583, 0.216390, 0.335408, 0.532444, 1.337731",\
|
|
"0.011944, 0.140751, 0.259769, 0.456805, 1.262092",\
|
|
"-0.028741, 0.100066, 0.219084, 0.416119, 1.221406",\
|
|
"-0.067261, 0.061546, 0.180564, 0.377600, 1.182886",\
|
|
"-0.226011, -0.097204, 0.021814, 0.218850, 1.024137");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.230405, -0.101598, 0.017420, 0.214456, 1.020178",\
|
|
"-0.352470, -0.223663, -0.104645, 0.092390, 0.898113",\
|
|
"-0.477286, -0.348478, -0.229460, -0.032425, 0.773297",\
|
|
"-0.673833, -0.545026, -0.426008, -0.228972, 0.576750",\
|
|
"-1.483936, -1.355129, -1.236111, -1.039075, -0.233353");
|
|
}
|
|
|
|
} /* 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.004954 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.001288, -0.063865, -0.097103, -0.096406, -0.086090",\
|
|
"0.076909, 0.011756, -0.021482, -0.020785, -0.010469",\
|
|
"0.117620, 0.052466, 0.019229, 0.019926, 0.030242",\
|
|
"0.156310, 0.091156, 0.057919, 0.058616, 0.068932",\
|
|
"0.315762, 0.250608, 0.217370, 0.218067, 0.228383");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.345810, 0.280656, 0.247419, 0.248116, 0.257949",\
|
|
"0.467840, 0.402686, 0.369448, 0.370145, 0.379979",\
|
|
"0.592516, 0.527362, 0.494125, 0.494821, 0.504655",\
|
|
"0.788719, 0.723566, 0.690328, 0.691025, 0.700858",\
|
|
"1.597404, 1.532250, 1.499013, 1.499709, 1.509543");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[6]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.060537, 0.189344, 0.308362, 0.505395, 1.309700",\
|
|
"0.007319, 0.136126, 0.255144, 0.452176, 1.256481",\
|
|
"-0.004132, 0.124675, 0.243693, 0.440726, 1.245031",\
|
|
"0.024625, 0.153432, 0.272450, 0.469483, 1.273787",\
|
|
"0.143138, 0.271945, 0.390963, 0.587996, 1.392300");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.254687, -0.125879, -0.006862, 0.190171, 0.994910",\
|
|
"-0.353460, -0.224653, -0.105635, 0.091397, 0.896136",\
|
|
"-0.447763, -0.318956, -0.199938, -0.002906, 0.801833",\
|
|
"-0.573955, -0.445148, -0.326130, -0.129097, 0.675641",\
|
|
"-1.094104, -0.965297, -0.846279, -0.649246, 0.155493");
|
|
}
|
|
|
|
} /* 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.004497 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.032211, -0.032943, -0.066181, -0.065487, -0.056356",\
|
|
"0.107855, 0.042701, 0.009463, 0.010157, 0.019288",\
|
|
"0.148406, 0.083252, 0.050015, 0.050708, 0.059839",\
|
|
"0.186631, 0.121478, 0.088240, 0.088933, 0.098064",\
|
|
"0.344167, 0.279013, 0.245775, 0.246469, 0.255600");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.448798, 0.383645, 0.350407, 0.351101, 0.359618",\
|
|
"0.570861, 0.505707, 0.472470, 0.473163, 0.481680",\
|
|
"0.696061, 0.630907, 0.597670, 0.598363, 0.606880",\
|
|
"0.893226, 0.828072, 0.794835, 0.795528, 0.804045",\
|
|
"1.707195, 1.642041, 1.608804, 1.609497, 1.618014");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[5]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.003742, 0.125065, 0.244083, 0.441119, 1.246360",\
|
|
"-0.063113, 0.065695, 0.184712, 0.381748, 1.186989",\
|
|
"-0.082414, 0.046393, 0.165411, 0.362447, 1.167688",\
|
|
"-0.071656, 0.057151, 0.176169, 0.373205, 1.178446",\
|
|
"-0.027321, 0.101487, 0.220504, 0.417540, 1.222781");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.374013, -0.245206, -0.126188, 0.070847, 0.876524",\
|
|
"-0.479125, -0.350318, -0.231300, -0.034264, 0.771412",\
|
|
"-0.582192, -0.453385, -0.334367, -0.137331, 0.668345",\
|
|
"-0.728338, -0.599530, -0.480512, -0.283477, 0.522200",\
|
|
"-1.332044, -1.203237, -1.084219, -0.887184, -0.081507");
|
|
}
|
|
|
|
} /* 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.004907 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.074465, 0.009311, -0.023926, -0.023230, -0.013095",\
|
|
"0.150402, 0.085248, 0.052011, 0.052707, 0.062842",\
|
|
"0.190655, 0.125501, 0.092264, 0.092960, 0.103095",\
|
|
"0.229226, 0.164072, 0.130835, 0.131531, 0.141666",\
|
|
"0.388187, 0.323033, 0.289796, 0.290492, 0.300627");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.482767, 0.417613, 0.384376, 0.385072, 0.394731",\
|
|
"0.605502, 0.540348, 0.507111, 0.507807, 0.517466",\
|
|
"0.729642, 0.664488, 0.631251, 0.631947, 0.641606",\
|
|
"0.926043, 0.860889, 0.827652, 0.828348, 0.838007",\
|
|
"1.736764, 1.671610, 1.638373, 1.639069, 1.648728");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[4]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.025288, 0.103519, 0.222537, 0.419570, 1.224011",\
|
|
"-0.101225, 0.027582, 0.146600, 0.343633, 1.148073",\
|
|
"-0.141478, -0.012671, 0.106347, 0.303379, 1.107820",\
|
|
"-0.180049, -0.051242, 0.067776, 0.264808, 1.069249",\
|
|
"-0.339010, -0.210203, -0.091185, 0.105847, 0.910288");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.406411, -0.277604, -0.158586, 0.038447, 0.843286",\
|
|
"-0.529146, -0.400339, -0.281321, -0.084288, 0.720551",\
|
|
"-0.653286, -0.524479, -0.405461, -0.208428, 0.596411",\
|
|
"-0.849687, -0.720880, -0.601862, -0.404829, 0.400010",\
|
|
"-1.660408, -1.531601, -1.412583, -1.215551, -0.410711");
|
|
}
|
|
|
|
} /* 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.004777 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.079000, -0.144154, -0.177392, -0.176699, -0.167325",\
|
|
"-0.002896, -0.068049, -0.101287, -0.100594, -0.091220",\
|
|
"0.037613, -0.027540, -0.060778, -0.060085, -0.050711",\
|
|
"0.076993, 0.011839, -0.021399, -0.020706, -0.011332",\
|
|
"0.238448, 0.173295, 0.140057, 0.140750, 0.150124");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.286993, 0.221839, 0.188601, 0.189294, 0.198074",\
|
|
"0.409639, 0.344485, 0.311247, 0.311940, 0.320720",\
|
|
"0.533094, 0.467940, 0.434702, 0.435395, 0.444175",\
|
|
"0.728095, 0.662941, 0.629703, 0.630396, 0.639175",\
|
|
"1.531797, 1.466644, 1.433406, 1.434099, 1.442878");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.115754, 0.244561, 0.363579, 0.560615, 1.365654",\
|
|
"0.039649, 0.168457, 0.287475, 0.484511, 1.289550",\
|
|
"-0.000859, 0.127948, 0.246966, 0.444002, 1.249041",\
|
|
"-0.040239, 0.088568, 0.207586, 0.404623, 1.209661",\
|
|
"-0.201695, -0.072887, 0.046131, 0.243167, 1.048206");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.212480, -0.083673, 0.035345, 0.232381, 1.037856",\
|
|
"-0.335126, -0.206319, -0.087301, 0.109735, 0.915210",\
|
|
"-0.458581, -0.329774, -0.210756, -0.013720, 0.791755",\
|
|
"-0.653582, -0.524775, -0.405757, -0.208721, 0.596755",\
|
|
"-1.457285, -1.328478, -1.209460, -1.012423, -0.206948");
|
|
}
|
|
|
|
} /* 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.004311 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.019859, -0.045294, -0.078532, -0.077839, -0.068188",\
|
|
"0.095492, 0.030338, -0.002900, -0.002207, 0.007444",\
|
|
"0.136194, 0.071040, 0.037803, 0.038495, 0.048146",\
|
|
"0.174828, 0.109674, 0.076437, 0.077129, 0.086780",\
|
|
"0.334047, 0.268894, 0.235656, 0.236349, 0.246000");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.351503, 0.286349, 0.253112, 0.253805, 0.262886",\
|
|
"0.473548, 0.408394, 0.375156, 0.375849, 0.384930",\
|
|
"0.598270, 0.533116, 0.499879, 0.500571, 0.509653",\
|
|
"0.794587, 0.729434, 0.696196, 0.696889, 0.705970",\
|
|
"1.603741, 1.538587, 1.505350, 1.506042, 1.515124");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.096636, 0.225443, 0.344461, 0.541498, 1.346303",\
|
|
"0.021004, 0.149811, 0.268829, 0.465866, 1.270671",\
|
|
"-0.019699, 0.109109, 0.228126, 0.425163, 1.229969",\
|
|
"-0.058333, 0.070475, 0.189493, 0.386529, 1.191335",\
|
|
"-0.217552, -0.088745, 0.030273, 0.227310, 1.032115");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.222196, -0.093389, 0.025629, 0.222665, 1.027907",\
|
|
"-0.344241, -0.215434, -0.096416, 0.100621, 0.905863",\
|
|
"-0.468963, -0.340156, -0.221138, -0.024101, 0.781141",\
|
|
"-0.665281, -0.536473, -0.417455, -0.220419, 0.584823",\
|
|
"-1.474434, -1.345627, -1.226609, -1.029572, -0.224330");
|
|
}
|
|
|
|
} /* 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.004495 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.028409, -0.036745, -0.069983, -0.069290, -0.059447",\
|
|
"0.104377, 0.039223, 0.005986, 0.006678, 0.016521",\
|
|
"0.145199, 0.080045, 0.046807, 0.047500, 0.057343",\
|
|
"0.184806, 0.119652, 0.086414, 0.087107, 0.096950",\
|
|
"0.343827, 0.278673, 0.245436, 0.246128, 0.255971");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.447939, 0.382785, 0.349548, 0.350240, 0.359529",\
|
|
"0.570651, 0.505498, 0.472260, 0.472952, 0.482242",\
|
|
"0.693477, 0.628323, 0.595085, 0.595778, 0.605067",\
|
|
"0.887027, 0.821873, 0.788635, 0.789328, 0.798617",\
|
|
"1.685933, 1.620779, 1.587541, 1.588234, 1.597523");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.017404, 0.146211, 0.265229, 0.462266, 1.266911",\
|
|
"-0.058565, 0.070242, 0.189260, 0.386297, 1.190943",\
|
|
"-0.099387, 0.029421, 0.148439, 0.345475, 1.150121",\
|
|
"-0.138993, -0.010186, 0.108832, 0.305869, 1.110514",\
|
|
"-0.298015, -0.169208, -0.050190, 0.146847, 0.951493");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.372515, -0.243708, -0.124690, 0.072347, 0.877429",\
|
|
"-0.495228, -0.366421, -0.247403, -0.050366, 0.754717",\
|
|
"-0.618053, -0.489246, -0.370228, -0.173191, 0.631892",\
|
|
"-0.811603, -0.682796, -0.563778, -0.366741, 0.438342",\
|
|
"-1.610509, -1.481702, -1.362684, -1.165647, -0.360564");
|
|
}
|
|
|
|
} /* 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.004535 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.030536, -0.095689, -0.128927, -0.128234, -0.118622",\
|
|
"0.045505, -0.019649, -0.052886, -0.052193, -0.042581",\
|
|
"0.086215, 0.021061, -0.012176, -0.011483, -0.001871",\
|
|
"0.126014, 0.060860, 0.027623, 0.028316, 0.037928",\
|
|
"0.287000, 0.221847, 0.188609, 0.189302, 0.198914");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.317801, 0.252647, 0.219410, 0.220103, 0.229140",\
|
|
"0.440436, 0.375282, 0.342045, 0.342738, 0.351775",\
|
|
"0.563314, 0.498160, 0.464922, 0.465615, 0.474652",\
|
|
"0.757065, 0.691911, 0.658673, 0.659366, 0.668403",\
|
|
"1.555630, 1.490476, 1.457238, 1.457931, 1.466968");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.120987, 0.249794, 0.368812, 0.565849, 1.370689",\
|
|
"0.044946, 0.173754, 0.292772, 0.489808, 1.294648",\
|
|
"0.004236, 0.133044, 0.252061, 0.449098, 1.253938",\
|
|
"-0.035563, 0.093245, 0.212263, 0.409299, 1.214139",\
|
|
"-0.196549, -0.067742, 0.051276, 0.248313, 1.053153");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.209118, -0.080310, 0.038708, 0.235744, 1.041022",\
|
|
"-0.331753, -0.202945, -0.083927, 0.113109, 0.918387",\
|
|
"-0.454630, -0.325823, -0.206805, -0.009769, 0.795510",\
|
|
"-0.648381, -0.519574, -0.400556, -0.203520, 0.601759",\
|
|
"-1.446946, -1.318139, -1.199121, -1.002084, -0.196806");
|
|
}
|
|
|
|
} /* 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.001038 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "2.816814, 2.829166, 2.865057, 3.007877, 3.603978",\
|
|
"2.945622, 2.957974, 2.993865, 3.136685, 3.732786",\
|
|
"3.064624, 3.076976, 3.112866, 3.255687, 3.851788",\
|
|
"3.261608, 3.273960, 3.309850, 3.452671, 4.048772",\
|
|
"4.068104, 4.080456, 4.116346, 4.259167, 4.855268");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.019521, 0.030849, 0.075004, 0.279360, 1.151664",\
|
|
"0.019521, 0.030849, 0.075004, 0.279360, 1.151664",\
|
|
"0.019521, 0.030849, 0.075004, 0.279360, 1.151664",\
|
|
"0.019521, 0.030849, 0.075004, 0.279360, 1.151664",\
|
|
"0.019521, 0.030849, 0.075004, 0.279360, 1.151664");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "2.850555, 2.860490, 2.884899, 2.956316, 3.216455",\
|
|
"2.979364, 2.989298, 3.013707, 3.085124, 3.345263",\
|
|
"3.098365, 3.108299, 3.132709, 3.204125, 3.464265",\
|
|
"3.295350, 3.305284, 3.329693, 3.401110, 3.661249",\
|
|
"4.101845, 4.111779, 4.136189, 4.207605, 4.467745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.019156, 0.025335, 0.046692, 0.128247, 0.485779",\
|
|
"0.019156, 0.025335, 0.046692, 0.128247, 0.485779",\
|
|
"0.019156, 0.025335, 0.046692, 0.128247, 0.485779",\
|
|
"0.019156, 0.025335, 0.046692, 0.128247, 0.485779",\
|
|
"0.019156, 0.025335, 0.046692, 0.128247, 0.485779");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[31]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "2.793186, 2.805537, 2.839809, 2.980472, 3.563264",\
|
|
"2.858341, 2.870692, 2.904964, 3.045627, 3.628419",\
|
|
"2.882422, 2.894773, 2.929045, 3.069708, 3.652501",\
|
|
"2.882422, 2.894773, 2.929045, 3.069708, 3.652501",\
|
|
"2.882422, 2.894773, 2.929045, 3.069708, 3.652501");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.019521, 0.030849, 0.071987, 0.268069, 1.102342",\
|
|
"0.019521, 0.030849, 0.071987, 0.268069, 1.102342",\
|
|
"0.019521, 0.030849, 0.071987, 0.268069, 1.102342",\
|
|
"0.019521, 0.030849, 0.071987, 0.268069, 1.102342",\
|
|
"0.019521, 0.030849, 0.071987, 0.268069, 1.102342");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "2.842066, 2.852000, 2.874786, 2.943750, 3.191062",\
|
|
"2.907221, 2.917155, 2.939941, 3.008905, 3.256217",\
|
|
"2.931302, 2.941236, 2.964022, 3.032986, 3.280298",\
|
|
"2.931302, 2.941236, 2.964022, 3.032986, 3.280298",\
|
|
"2.931302, 2.941236, 2.964022, 3.032986, 3.280298");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001038, 0.011810, 0.051038, 0.233117, 1.000000");
|
|
values ( "0.019156, 0.025335, 0.043665, 0.119625, 0.453295",\
|
|
"0.019156, 0.025335, 0.043665, 0.119625, 0.453295",\
|
|
"0.019156, 0.025335, 0.043665, 0.119625, 0.453295",\
|
|
"0.019156, 0.025335, 0.043665, 0.119625, 0.453295",\
|
|
"0.019156, 0.025335, 0.043665, 0.119625, 0.453295");
|
|
}
|
|
|
|
} /* 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.001031 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "2.849939, 2.862297, 2.898199, 3.041032, 3.637205",\
|
|
"2.978747, 2.991106, 3.027008, 3.169840, 3.766013",\
|
|
"3.097749, 3.110107, 3.146009, 3.288841, 3.885015",\
|
|
"3.294733, 3.307091, 3.342993, 3.485826, 4.081999",\
|
|
"4.101228, 4.113587, 4.149489, 4.292322, 4.888495");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.019512, 0.030838, 0.075016, 0.279426, 1.152000",\
|
|
"0.019512, 0.030838, 0.075016, 0.279426, 1.152000",\
|
|
"0.019512, 0.030838, 0.075016, 0.279426, 1.152000",\
|
|
"0.019512, 0.030838, 0.075016, 0.279426, 1.152000",\
|
|
"0.019512, 0.030838, 0.075016, 0.279426, 1.152000");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "2.873777, 2.883716, 2.908136, 2.979566, 3.239789",\
|
|
"3.002585, 3.012525, 3.036945, 3.108374, 3.368597",\
|
|
"3.121587, 3.131526, 3.155946, 3.227376, 3.487599",\
|
|
"3.318571, 3.328511, 3.352931, 3.424360, 3.684583",\
|
|
"4.125066, 4.135005, 4.159426, 4.230855, 4.491078");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.019151, 0.025331, 0.046709, 0.128308, 0.486060",\
|
|
"0.019151, 0.025331, 0.046709, 0.128308, 0.486060",\
|
|
"0.019151, 0.025331, 0.046709, 0.128308, 0.486060",\
|
|
"0.019151, 0.025331, 0.046709, 0.128308, 0.486060",\
|
|
"0.019151, 0.025331, 0.046709, 0.128308, 0.486060");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[30]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "2.826361, 2.838719, 2.872992, 3.013652, 3.596426",\
|
|
"2.891516, 2.903874, 2.938146, 3.078807, 3.661581",\
|
|
"2.915597, 2.927955, 2.962227, 3.102888, 3.685662",\
|
|
"2.915597, 2.927955, 2.962227, 3.102888, 3.685662",\
|
|
"2.915597, 2.927955, 2.962227, 3.102888, 3.685662");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.019512, 0.030838, 0.071979, 0.268057, 1.102332",\
|
|
"0.019512, 0.030838, 0.071979, 0.268057, 1.102332",\
|
|
"0.019512, 0.030838, 0.071979, 0.268057, 1.102332",\
|
|
"0.019512, 0.030838, 0.071979, 0.268057, 1.102332",\
|
|
"0.019512, 0.030838, 0.071979, 0.268057, 1.102332");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "2.864641, 2.874580, 2.897366, 2.966330, 3.213642",\
|
|
"2.929796, 2.939735, 2.962521, 3.031485, 3.278797",\
|
|
"2.953877, 2.963816, 2.986602, 3.055566, 3.302878",\
|
|
"2.953877, 2.963816, 2.986602, 3.055566, 3.302878",\
|
|
"2.953877, 2.963816, 2.986602, 3.055566, 3.302878");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001031, 0.011803, 0.051031, 0.233110, 1.000000");
|
|
values ( "0.019151, 0.025331, 0.043661, 0.119622, 0.453301",\
|
|
"0.019151, 0.025331, 0.043661, 0.119622, 0.453301",\
|
|
"0.019151, 0.025331, 0.043661, 0.119622, 0.453301",\
|
|
"0.019151, 0.025331, 0.043661, 0.119622, 0.453301",\
|
|
"0.019151, 0.025331, 0.043661, 0.119622, 0.453301");
|
|
}
|
|
|
|
} /* 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.001004 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "2.780624, 2.792992, 2.828887, 2.971705, 3.567800",\
|
|
"2.909432, 2.921800, 2.957695, 3.100513, 3.696608",\
|
|
"3.028434, 3.040802, 3.076697, 3.219515, 3.815610",\
|
|
"3.225418, 3.237786, 3.273681, 3.416499, 4.012594",\
|
|
"4.031913, 4.044281, 4.080177, 4.222995, 4.819090");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.019482, 0.030812, 0.074965, 0.279316, 1.151651",\
|
|
"0.019482, 0.030812, 0.074965, 0.279316, 1.151651",\
|
|
"0.019482, 0.030812, 0.074965, 0.279316, 1.151651",\
|
|
"0.019482, 0.030812, 0.074965, 0.279316, 1.151651",\
|
|
"0.019482, 0.030812, 0.074965, 0.279316, 1.151651");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "2.819395, 2.829346, 2.853762, 2.925179, 3.185330",\
|
|
"2.948204, 2.958154, 2.982570, 3.053987, 3.314139",\
|
|
"3.067205, 3.077156, 3.101572, 3.172988, 3.433140",\
|
|
"3.264189, 3.274140, 3.298556, 3.369972, 3.630124",\
|
|
"4.070685, 4.080636, 4.105051, 4.176468, 4.436620");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.019133, 0.025320, 0.046676, 0.128232, 0.485786",\
|
|
"0.019133, 0.025320, 0.046676, 0.128232, 0.485786",\
|
|
"0.019133, 0.025320, 0.046676, 0.128232, 0.485786",\
|
|
"0.019133, 0.025320, 0.046676, 0.128232, 0.485786",\
|
|
"0.019133, 0.025320, 0.046676, 0.128232, 0.485786");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[29]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "2.763032, 2.775400, 2.809679, 2.950339, 3.533122",\
|
|
"2.828187, 2.840555, 2.874833, 3.015493, 3.598277",\
|
|
"2.852268, 2.864636, 2.898915, 3.039575, 3.622358",\
|
|
"2.852268, 2.864636, 2.898915, 3.039575, 3.622358",\
|
|
"2.852268, 2.864636, 2.898915, 3.039575, 3.622358");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.019482, 0.030812, 0.071950, 0.268026, 1.102327",\
|
|
"0.019482, 0.030812, 0.071950, 0.268026, 1.102327",\
|
|
"0.019482, 0.030812, 0.071950, 0.268026, 1.102327",\
|
|
"0.019482, 0.030812, 0.071950, 0.268026, 1.102327",\
|
|
"0.019482, 0.030812, 0.071950, 0.268026, 1.102327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "2.812081, 2.822031, 2.844826, 2.913791, 3.161112",\
|
|
"2.877235, 2.887186, 2.909980, 2.978946, 3.226266",\
|
|
"2.901316, 2.911267, 2.934061, 3.003027, 3.250347",\
|
|
"2.901316, 2.911267, 2.934061, 3.003027, 3.250347",\
|
|
"2.901316, 2.911267, 2.934061, 3.003027, 3.250347");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001004, 0.011776, 0.051004, 0.233083, 1.000000");
|
|
values ( "0.019133, 0.025320, 0.043650, 0.119610, 0.453302",\
|
|
"0.019133, 0.025320, 0.043650, 0.119610, 0.453302",\
|
|
"0.019133, 0.025320, 0.043650, 0.119610, 0.453302",\
|
|
"0.019133, 0.025320, 0.043650, 0.119610, 0.453302",\
|
|
"0.019133, 0.025320, 0.043650, 0.119610, 0.453302");
|
|
}
|
|
|
|
} /* 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.001071 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.860934, 2.872141, 2.908041, 3.050870, 3.646995",\
|
|
"2.989742, 3.000949, 3.036848, 3.179678, 3.775802",\
|
|
"3.108746, 3.119953, 3.155852, 3.298682, 3.894806",\
|
|
"3.305733, 3.316940, 3.352839, 3.495668, 4.091793",\
|
|
"4.112259, 4.123466, 4.159365, 4.302195, 4.898320");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019555, 0.030878, 0.075063, 0.279470, 1.151994",\
|
|
"0.019555, 0.030878, 0.075063, 0.279470, 1.151994",\
|
|
"0.019555, 0.030878, 0.075063, 0.279470, 1.151994",\
|
|
"0.019555, 0.030878, 0.075063, 0.279470, 1.151994",\
|
|
"0.019555, 0.030878, 0.075063, 0.279470, 1.151994");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.897424, 2.906414, 2.930826, 3.002254, 3.262461",\
|
|
"3.026232, 3.035222, 3.059634, 3.131063, 3.391269",\
|
|
"3.145236, 3.154226, 3.178638, 3.250066, 3.510273",\
|
|
"3.342222, 3.351213, 3.375624, 3.447053, 3.707260",\
|
|
"4.148748, 4.157739, 4.182150, 4.253579, 4.513785");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019178, 0.025349, 0.046730, 0.128327, 0.486069",\
|
|
"0.019178, 0.025349, 0.046730, 0.128327, 0.486069",\
|
|
"0.019178, 0.025349, 0.046730, 0.128327, 0.486069",\
|
|
"0.019178, 0.025349, 0.046730, 0.128327, 0.486069",\
|
|
"0.019178, 0.025349, 0.046730, 0.128327, 0.486069");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[28]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.844657, 2.857000, 2.891269, 3.031928, 3.614654",\
|
|
"2.909811, 2.922155, 2.956424, 3.097083, 3.679808",\
|
|
"2.933928, 2.946272, 2.980541, 3.121199, 3.703925",\
|
|
"2.933928, 2.946272, 2.980541, 3.121199, 3.703925",\
|
|
"2.933928, 2.946272, 2.980541, 3.121199, 3.703925");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019555, 0.030878, 0.072021, 0.268096, 1.102324",\
|
|
"0.019555, 0.030878, 0.072021, 0.268096, 1.102324",\
|
|
"0.019555, 0.030878, 0.072021, 0.268096, 1.102324",\
|
|
"0.019555, 0.030878, 0.072021, 0.268096, 1.102324",\
|
|
"0.019555, 0.030878, 0.072021, 0.268096, 1.102324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "2.888832, 2.898751, 2.921529, 2.990490, 3.237787",\
|
|
"2.953986, 2.963906, 2.986683, 3.055644, 3.302942",\
|
|
"2.978103, 2.988023, 3.010800, 3.079761, 3.327059",\
|
|
"2.978103, 2.988023, 3.010800, 3.079761, 3.327059",\
|
|
"2.978103, 2.988023, 3.010800, 3.079761, 3.327059");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001071, 0.011843, 0.051071, 0.233150, 1.000000");
|
|
values ( "0.019178, 0.025349, 0.043677, 0.119638, 0.453308",\
|
|
"0.019178, 0.025349, 0.043677, 0.119638, 0.453308",\
|
|
"0.019178, 0.025349, 0.043677, 0.119638, 0.453308",\
|
|
"0.019178, 0.025349, 0.043677, 0.119638, 0.453308",\
|
|
"0.019178, 0.025349, 0.043677, 0.119638, 0.453308");
|
|
}
|
|
|
|
} /* 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.000980 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "2.860868, 2.873224, 2.909034, 3.051466, 3.647061",\
|
|
"2.989676, 3.002033, 3.037842, 3.180275, 3.775869",\
|
|
"3.108677, 3.121034, 3.156844, 3.299276, 3.894871",\
|
|
"3.305661, 3.318018, 3.353828, 3.496260, 4.091855",\
|
|
"4.112157, 4.124514, 4.160323, 4.302756, 4.898350");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.019458, 0.030804, 0.074739, 0.278372, 1.148464",\
|
|
"0.019458, 0.030804, 0.074739, 0.278372, 1.148464",\
|
|
"0.019458, 0.030804, 0.074739, 0.278372, 1.148464",\
|
|
"0.019458, 0.030804, 0.074739, 0.278372, 1.148464",\
|
|
"0.019458, 0.030804, 0.074739, 0.278372, 1.148464");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "2.882725, 2.892671, 2.917006, 2.988287, 3.247697",\
|
|
"3.011534, 3.021479, 3.045815, 3.117095, 3.376506",\
|
|
"3.130535, 3.140481, 3.164816, 3.236097, 3.495507",\
|
|
"3.327520, 3.337465, 3.361800, 3.433081, 3.692492",\
|
|
"4.134015, 4.143960, 4.168296, 4.239576, 4.498987");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.019117, 0.025323, 0.046464, 0.127508, 0.483240",\
|
|
"0.019117, 0.025323, 0.046464, 0.127508, 0.483240",\
|
|
"0.019117, 0.025323, 0.046464, 0.127508, 0.483240",\
|
|
"0.019117, 0.025323, 0.046464, 0.127508, 0.483240",\
|
|
"0.019117, 0.025323, 0.046464, 0.127508, 0.483240");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[27]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "2.831651, 2.844008, 2.878303, 3.018968, 3.601823",\
|
|
"2.896806, 2.909163, 2.943458, 3.084123, 3.666978",\
|
|
"2.920887, 2.933244, 2.967539, 3.108204, 3.691059",\
|
|
"2.920887, 2.933244, 2.967539, 3.108204, 3.691059",\
|
|
"2.920887, 2.933244, 2.967539, 3.108204, 3.691059");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.019458, 0.030804, 0.071925, 0.268009, 1.102349",\
|
|
"0.019458, 0.030804, 0.071925, 0.268009, 1.102349",\
|
|
"0.019458, 0.030804, 0.071925, 0.268009, 1.102349",\
|
|
"0.019458, 0.030804, 0.071925, 0.268009, 1.102349",\
|
|
"0.019458, 0.030804, 0.071925, 0.268009, 1.102349");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "2.875596, 2.885541, 2.908358, 2.977326, 3.224658",\
|
|
"2.940751, 2.950696, 2.973513, 3.042481, 3.289813",\
|
|
"2.964832, 2.974777, 2.997594, 3.066562, 3.313894",\
|
|
"2.964832, 2.974777, 2.997594, 3.066562, 3.313894",\
|
|
"2.964832, 2.974777, 2.997594, 3.066562, 3.313894");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000980, 0.011752, 0.050980, 0.233059, 1.000000");
|
|
values ( "0.019117, 0.025323, 0.043641, 0.119600, 0.453289",\
|
|
"0.019117, 0.025323, 0.043641, 0.119600, 0.453289",\
|
|
"0.019117, 0.025323, 0.043641, 0.119600, 0.453289",\
|
|
"0.019117, 0.025323, 0.043641, 0.119600, 0.453289",\
|
|
"0.019117, 0.025323, 0.043641, 0.119600, 0.453289");
|
|
}
|
|
|
|
} /* 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.001109 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "2.894827, 2.905706, 2.941588, 3.084433, 3.680690",\
|
|
"3.023635, 3.034514, 3.070396, 3.213241, 3.809498",\
|
|
"3.142637, 3.153515, 3.189398, 3.332242, 3.928499",\
|
|
"3.339621, 3.350499, 3.386382, 3.529227, 4.125483",\
|
|
"4.146117, 4.156995, 4.192877, 4.335721, 4.931978");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.019603, 0.030928, 0.075111, 0.279545, 1.152064",\
|
|
"0.019603, 0.030928, 0.075111, 0.279545, 1.152064",\
|
|
"0.019603, 0.030928, 0.075111, 0.279545, 1.152064",\
|
|
"0.019603, 0.030928, 0.075111, 0.279545, 1.152064",\
|
|
"0.019603, 0.030928, 0.075111, 0.279545, 1.152064");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "2.924150, 2.933189, 2.957592, 3.029023, 3.289221",\
|
|
"3.052958, 3.061997, 3.086400, 3.157831, 3.418030",\
|
|
"3.171960, 3.180999, 3.205401, 3.276833, 3.537031",\
|
|
"3.368944, 3.377983, 3.402385, 3.473817, 3.734015",\
|
|
"4.175440, 4.184478, 4.208880, 4.280313, 4.540511");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.019203, 0.025365, 0.046752, 0.128348, 0.486019",\
|
|
"0.019203, 0.025365, 0.046752, 0.128348, 0.486019",\
|
|
"0.019203, 0.025365, 0.046752, 0.128348, 0.486019",\
|
|
"0.019203, 0.025365, 0.046752, 0.128348, 0.486019",\
|
|
"0.019203, 0.025365, 0.046752, 0.128348, 0.486019");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[26]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "2.878501, 2.890817, 2.925068, 3.065741, 3.648609",\
|
|
"2.943656, 2.955972, 2.990223, 3.130896, 3.713764",\
|
|
"2.967737, 2.980053, 3.014304, 3.154977, 3.737845",\
|
|
"2.967737, 2.980053, 3.014304, 3.154977, 3.737845",\
|
|
"2.967737, 2.980053, 3.014304, 3.154977, 3.737845");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.019603, 0.030928, 0.072068, 0.268171, 1.102394",\
|
|
"0.019603, 0.030928, 0.072068, 0.268171, 1.102394",\
|
|
"0.019603, 0.030928, 0.072068, 0.268171, 1.102394",\
|
|
"0.019603, 0.030928, 0.072068, 0.268171, 1.102394",\
|
|
"0.019603, 0.030928, 0.072068, 0.268171, 1.102394");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "2.915669, 2.925571, 2.948338, 3.017301, 3.264598",\
|
|
"2.980824, 2.990726, 3.013492, 3.082456, 3.329752",\
|
|
"3.004905, 3.014807, 3.037573, 3.106537, 3.353833",\
|
|
"3.004905, 3.014807, 3.037573, 3.106537, 3.353833",\
|
|
"3.004905, 3.014807, 3.037573, 3.106537, 3.353833");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001109, 0.011881, 0.051109, 0.233188, 1.000000");
|
|
values ( "0.019203, 0.025365, 0.043697, 0.119658, 0.453261",\
|
|
"0.019203, 0.025365, 0.043697, 0.119658, 0.453261",\
|
|
"0.019203, 0.025365, 0.043697, 0.119658, 0.453261",\
|
|
"0.019203, 0.025365, 0.043697, 0.119658, 0.453261",\
|
|
"0.019203, 0.025365, 0.043697, 0.119658, 0.453261");
|
|
}
|
|
|
|
} /* 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.001030 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "2.844714, 2.857058, 2.892936, 3.035770, 3.632025",\
|
|
"2.973522, 2.985866, 3.021744, 3.164578, 3.760833",\
|
|
"3.092524, 3.104867, 3.140745, 3.283579, 3.879834",\
|
|
"3.289508, 3.301852, 3.337730, 3.480564, 4.076818",\
|
|
"4.096004, 4.108348, 4.144226, 4.287060, 4.883315");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.019517, 0.030850, 0.075001, 0.279381, 1.151729",\
|
|
"0.019517, 0.030850, 0.075001, 0.279381, 1.151729",\
|
|
"0.019517, 0.030850, 0.075001, 0.279381, 1.151729",\
|
|
"0.019517, 0.030850, 0.075001, 0.279381, 1.151729",\
|
|
"0.019517, 0.030850, 0.075001, 0.279381, 1.151729");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "2.881469, 2.891408, 2.915816, 2.987237, 3.247385",\
|
|
"3.010277, 3.020216, 3.044624, 3.116045, 3.376193",\
|
|
"3.129279, 3.139218, 3.163626, 3.235047, 3.495195",\
|
|
"3.326263, 3.336202, 3.360610, 3.432031, 3.692179",\
|
|
"4.132759, 4.142697, 4.167106, 4.238527, 4.498675");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.019150, 0.025331, 0.046694, 0.128247, 0.485737",\
|
|
"0.019150, 0.025331, 0.046694, 0.128247, 0.485737",\
|
|
"0.019150, 0.025331, 0.046694, 0.128247, 0.485737",\
|
|
"0.019150, 0.025331, 0.046694, 0.128247, 0.485737",\
|
|
"0.019150, 0.025331, 0.046694, 0.128247, 0.485737");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[25]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "2.832460, 2.844804, 2.879064, 3.019740, 3.602694",\
|
|
"2.897614, 2.909958, 2.944219, 3.084895, 3.667849",\
|
|
"2.921696, 2.934040, 2.968300, 3.108976, 3.691930",\
|
|
"2.921696, 2.934040, 2.968300, 3.108976, 3.691930",\
|
|
"2.921696, 2.934040, 2.968300, 3.108976, 3.691930");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.019517, 0.030850, 0.071983, 0.268089, 1.102405",\
|
|
"0.019517, 0.030850, 0.071983, 0.268089, 1.102405",\
|
|
"0.019517, 0.030850, 0.071983, 0.268089, 1.102405",\
|
|
"0.019517, 0.030850, 0.071983, 0.268089, 1.102405",\
|
|
"0.019517, 0.030850, 0.071983, 0.268089, 1.102405");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "2.876204, 2.886143, 2.908930, 2.977898, 3.225222",\
|
|
"2.941359, 2.951298, 2.974084, 3.043053, 3.290376",\
|
|
"2.965440, 2.975379, 2.998165, 3.067134, 3.314458",\
|
|
"2.965440, 2.975379, 2.998165, 3.067134, 3.314458",\
|
|
"2.965440, 2.975379, 2.998165, 3.067134, 3.314458");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001030, 0.011802, 0.051030, 0.233109, 1.000000");
|
|
values ( "0.019150, 0.025331, 0.043665, 0.119624, 0.453254",\
|
|
"0.019150, 0.025331, 0.043665, 0.119624, 0.453254",\
|
|
"0.019150, 0.025331, 0.043665, 0.119624, 0.453254",\
|
|
"0.019150, 0.025331, 0.043665, 0.119624, 0.453254",\
|
|
"0.019150, 0.025331, 0.043665, 0.119624, 0.453254");
|
|
}
|
|
|
|
} /* 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.001090 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.816574, 2.827988, 2.863856, 3.006719, 3.603191",\
|
|
"2.945382, 2.956796, 2.992664, 3.135528, 3.732000",\
|
|
"3.064384, 3.075798, 3.111665, 3.254529, 3.851001",\
|
|
"3.261368, 3.272782, 3.308650, 3.451514, 4.047985",\
|
|
"4.067863, 4.079277, 4.115145, 4.258009, 4.854480");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019589, 0.030921, 0.075095, 0.279562, 1.152149",\
|
|
"0.019589, 0.030921, 0.075095, 0.279562, 1.152149",\
|
|
"0.019589, 0.030921, 0.075095, 0.279562, 1.152149",\
|
|
"0.019589, 0.030921, 0.075095, 0.279562, 1.152149",\
|
|
"0.019589, 0.030921, 0.075095, 0.279562, 1.152149");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.848948, 2.858158, 2.882562, 2.953999, 3.214213",\
|
|
"2.977757, 2.986966, 3.011370, 3.082807, 3.343021",\
|
|
"3.096758, 3.105968, 3.130372, 3.201809, 3.462023",\
|
|
"3.293743, 3.302952, 3.327356, 3.398793, 3.659007",\
|
|
"4.100238, 4.109447, 4.133852, 4.205288, 4.465502");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019190, 0.025355, 0.046747, 0.128342, 0.485962",\
|
|
"0.019190, 0.025355, 0.046747, 0.128342, 0.485962",\
|
|
"0.019190, 0.025355, 0.046747, 0.128342, 0.485962",\
|
|
"0.019190, 0.025355, 0.046747, 0.128342, 0.485962",\
|
|
"0.019190, 0.025355, 0.046747, 0.128342, 0.485962");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[24]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.795861, 2.808170, 2.842406, 2.983098, 3.566191",\
|
|
"2.861016, 2.873325, 2.907561, 3.048253, 3.631346",\
|
|
"2.885097, 2.897406, 2.931643, 3.072335, 3.655427",\
|
|
"2.885097, 2.897406, 2.931643, 3.072335, 3.655427",\
|
|
"2.885097, 2.897406, 2.931643, 3.072335, 3.655427");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019589, 0.030921, 0.072054, 0.268189, 1.102479",\
|
|
"0.019589, 0.030921, 0.072054, 0.268189, 1.102479",\
|
|
"0.019589, 0.030921, 0.072054, 0.268189, 1.102479",\
|
|
"0.019589, 0.030921, 0.072054, 0.268189, 1.102479",\
|
|
"0.019589, 0.030921, 0.072054, 0.268189, 1.102479");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "2.842188, 2.852100, 2.874869, 2.943839, 3.191155",\
|
|
"2.907343, 2.917255, 2.940023, 3.008993, 3.256310",\
|
|
"2.931424, 2.941336, 2.964104, 3.033074, 3.280391",\
|
|
"2.931424, 2.941336, 2.964104, 3.033074, 3.280391",\
|
|
"2.931424, 2.941336, 2.964104, 3.033074, 3.280391");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001090, 0.011862, 0.051090, 0.233169, 1.000000");
|
|
values ( "0.019190, 0.025355, 0.043695, 0.119654, 0.453207",\
|
|
"0.019190, 0.025355, 0.043695, 0.119654, 0.453207",\
|
|
"0.019190, 0.025355, 0.043695, 0.119654, 0.453207",\
|
|
"0.019190, 0.025355, 0.043695, 0.119654, 0.453207",\
|
|
"0.019190, 0.025355, 0.043695, 0.119654, 0.453207");
|
|
}
|
|
|
|
} /* 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.001881 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "2.821440, 2.833474, 2.869481, 3.012617, 3.610172",\
|
|
"2.950248, 2.962282, 2.998289, 3.141425, 3.738980",\
|
|
"3.069250, 3.081284, 3.117291, 3.260427, 3.857982",\
|
|
"3.266234, 3.278268, 3.314275, 3.457411, 4.054966",\
|
|
"4.072730, 4.084764, 4.120770, 4.263906, 4.861461");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.020457, 0.031699, 0.076383, 0.282003, 1.158978",\
|
|
"0.020457, 0.031699, 0.076383, 0.282003, 1.158978",\
|
|
"0.020457, 0.031699, 0.076383, 0.282003, 1.158978",\
|
|
"0.020457, 0.031699, 0.076383, 0.282003, 1.158978",\
|
|
"0.020457, 0.031699, 0.076383, 0.282003, 1.158978");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "2.867980, 2.877541, 2.901995, 2.973593, 3.235161",\
|
|
"2.996788, 3.006349, 3.030803, 3.102401, 3.363969",\
|
|
"3.115789, 3.125350, 3.149805, 3.221402, 3.482970",\
|
|
"3.312774, 3.322335, 3.346789, 3.418387, 3.679955",\
|
|
"4.119269, 4.128830, 4.153285, 4.224882, 4.486450");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.019717, 0.025683, 0.047516, 0.130035, 0.491514",\
|
|
"0.019717, 0.025683, 0.047516, 0.130035, 0.491514",\
|
|
"0.019717, 0.025683, 0.047516, 0.130035, 0.491514",\
|
|
"0.019717, 0.025683, 0.047516, 0.130035, 0.491514",\
|
|
"0.019717, 0.025683, 0.047516, 0.130035, 0.491514");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[23]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "2.795954, 2.807988, 2.842096, 2.982772, 3.565204",\
|
|
"2.861109, 2.873143, 2.907250, 3.047927, 3.630358",\
|
|
"2.885190, 2.897224, 2.931331, 3.072008, 3.654440",\
|
|
"2.885190, 2.897224, 2.931331, 3.072008, 3.654440",\
|
|
"2.885190, 2.897224, 2.931331, 3.072008, 3.654440");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.020457, 0.031699, 0.072904, 0.269039, 1.102455",\
|
|
"0.020457, 0.031699, 0.072904, 0.269039, 1.102455",\
|
|
"0.020457, 0.031699, 0.072904, 0.269039, 1.102455",\
|
|
"0.020457, 0.031699, 0.072904, 0.269039, 1.102455",\
|
|
"0.020457, 0.031699, 0.072904, 0.269039, 1.102455");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "2.863251, 2.872812, 2.895362, 2.964287, 3.211345",\
|
|
"2.928405, 2.937966, 2.960517, 3.029442, 3.276499",\
|
|
"2.952487, 2.962048, 2.984598, 3.053523, 3.300581",\
|
|
"2.952487, 2.962048, 2.984598, 3.053523, 3.300581",\
|
|
"2.952487, 2.962048, 2.984598, 3.053523, 3.300581");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001881, 0.012653, 0.051881, 0.233960, 1.000000");
|
|
values ( "0.019717, 0.025683, 0.044021, 0.119998, 0.453219",\
|
|
"0.019717, 0.025683, 0.044021, 0.119998, 0.453219",\
|
|
"0.019717, 0.025683, 0.044021, 0.119998, 0.453219",\
|
|
"0.019717, 0.025683, 0.044021, 0.119998, 0.453219",\
|
|
"0.019717, 0.025683, 0.044021, 0.119998, 0.453219");
|
|
}
|
|
|
|
} /* 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.003270 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "2.759190, 2.770784, 2.806564, 2.949579, 3.545488",\
|
|
"2.887998, 2.899591, 2.935371, 3.078386, 3.674296",\
|
|
"3.006999, 3.018593, 3.054373, 3.197388, 3.793298",\
|
|
"3.203983, 3.215577, 3.251357, 3.394372, 3.990282",\
|
|
"4.010478, 4.022073, 4.057852, 4.200867, 4.796777");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.021958, 0.033152, 0.077809, 0.282954, 1.156093",\
|
|
"0.021958, 0.033152, 0.077809, 0.282954, 1.156093",\
|
|
"0.021958, 0.033152, 0.077809, 0.282954, 1.156093",\
|
|
"0.021958, 0.033152, 0.077809, 0.282954, 1.156093",\
|
|
"0.021958, 0.033152, 0.077809, 0.282954, 1.156093");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "2.812919, 2.821948, 2.846038, 2.917497, 3.177848",\
|
|
"2.941727, 2.950756, 2.974847, 3.046305, 3.306656",\
|
|
"3.060729, 3.069758, 3.093848, 3.165307, 3.425658",\
|
|
"3.257713, 3.266742, 3.290833, 3.362291, 3.622642",\
|
|
"4.064209, 4.073238, 4.097328, 4.168787, 4.429138");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.020571, 0.026324, 0.048016, 0.130123, 0.489092",\
|
|
"0.020571, 0.026324, 0.048016, 0.130123, 0.489092",\
|
|
"0.020571, 0.026324, 0.048016, 0.130123, 0.489092",\
|
|
"0.020571, 0.026324, 0.048016, 0.130123, 0.489092",\
|
|
"0.020571, 0.026324, 0.048016, 0.130123, 0.489092");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[22]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "2.743900, 2.755494, 2.789434, 2.930115, 3.511726",\
|
|
"2.809055, 2.820649, 2.854589, 2.995270, 3.576881",\
|
|
"2.833136, 2.844730, 2.878670, 3.019351, 3.600962",\
|
|
"2.833136, 2.844730, 2.878670, 3.019351, 3.600962",\
|
|
"2.833136, 2.844730, 2.878670, 3.019351, 3.600962");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.021958, 0.033152, 0.074408, 0.270596, 1.102551",\
|
|
"0.021958, 0.033152, 0.074408, 0.270596, 1.102551",\
|
|
"0.021958, 0.033152, 0.074408, 0.270596, 1.102551",\
|
|
"0.021958, 0.033152, 0.074408, 0.270596, 1.102551",\
|
|
"0.021958, 0.033152, 0.074408, 0.270596, 1.102551");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "2.803480, 2.812509, 2.834754, 2.903602, 3.150223",\
|
|
"2.868635, 2.877664, 2.899909, 2.968757, 3.215378",\
|
|
"2.892716, 2.901745, 2.923990, 2.992838, 3.239459",\
|
|
"2.892716, 2.901745, 2.923990, 2.992838, 3.239459",\
|
|
"2.892716, 2.901745, 2.923990, 2.992838, 3.239459");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003270, 0.014042, 0.053270, 0.235349, 1.000000");
|
|
values ( "0.020571, 0.026324, 0.044600, 0.120605, 0.453227",\
|
|
"0.020571, 0.026324, 0.044600, 0.120605, 0.453227",\
|
|
"0.020571, 0.026324, 0.044600, 0.120605, 0.453227",\
|
|
"0.020571, 0.026324, 0.044600, 0.120605, 0.453227",\
|
|
"0.020571, 0.026324, 0.044600, 0.120605, 0.453227");
|
|
}
|
|
|
|
} /* 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.002728 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.776876, 2.788644, 2.824565, 2.967639, 3.564161",\
|
|
"2.905684, 2.917452, 2.953373, 3.096447, 3.692969",\
|
|
"3.024686, 3.036453, 3.072374, 3.215449, 3.811970",\
|
|
"3.221670, 3.233437, 3.269359, 3.412433, 4.008954",\
|
|
"4.028165, 4.039933, 4.075853, 4.218928, 4.815449");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.021365, 0.032561, 0.077311, 0.282769, 1.158152",\
|
|
"0.021365, 0.032561, 0.077311, 0.282769, 1.158152",\
|
|
"0.021365, 0.032561, 0.077311, 0.282769, 1.158152",\
|
|
"0.021365, 0.032561, 0.077311, 0.282769, 1.158152",\
|
|
"0.021365, 0.032561, 0.077311, 0.282769, 1.158152");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.822242, 2.831456, 2.855722, 2.927270, 3.188329",\
|
|
"2.951051, 2.960264, 2.984531, 3.056079, 3.317137",\
|
|
"3.070052, 3.079266, 3.103532, 3.175080, 3.436139",\
|
|
"3.267037, 3.276250, 3.300517, 3.372065, 3.633123",\
|
|
"4.073532, 4.082745, 4.107012, 4.178560, 4.439618");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.020251, 0.026071, 0.047884, 0.130288, 0.490942",\
|
|
"0.020251, 0.026071, 0.047884, 0.130288, 0.490942",\
|
|
"0.020251, 0.026071, 0.047884, 0.130288, 0.490942",\
|
|
"0.020251, 0.026071, 0.047884, 0.130288, 0.490942",\
|
|
"0.020251, 0.026071, 0.047884, 0.130288, 0.490942");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[21]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.761282, 2.773049, 2.807071, 2.947722, 3.529333",\
|
|
"2.826437, 2.838204, 2.872226, 3.012877, 3.594488",\
|
|
"2.850518, 2.862285, 2.896307, 3.036958, 3.618569",\
|
|
"2.850518, 2.862285, 2.896307, 3.036958, 3.618569",\
|
|
"2.850518, 2.862285, 2.896307, 3.036958, 3.618569");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.021365, 0.032561, 0.073811, 0.269928, 1.102383",\
|
|
"0.021365, 0.032561, 0.073811, 0.269928, 1.102383",\
|
|
"0.021365, 0.032561, 0.073811, 0.269928, 1.102383",\
|
|
"0.021365, 0.032561, 0.073811, 0.269928, 1.102383",\
|
|
"0.021365, 0.032561, 0.073811, 0.269928, 1.102383");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "2.816669, 2.825882, 2.848245, 2.917119, 3.163893",\
|
|
"2.881824, 2.891037, 2.913400, 2.982274, 3.229048",\
|
|
"2.905905, 2.915118, 2.937480, 3.006355, 3.253128",\
|
|
"2.905905, 2.915118, 2.937480, 3.006355, 3.253128",\
|
|
"2.905905, 2.915118, 2.937480, 3.006355, 3.253128");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002728, 0.013500, 0.052728, 0.234807, 1.000000");
|
|
values ( "0.020251, 0.026071, 0.044368, 0.120364, 0.453263",\
|
|
"0.020251, 0.026071, 0.044368, 0.120364, 0.453263",\
|
|
"0.020251, 0.026071, 0.044368, 0.120364, 0.453263",\
|
|
"0.020251, 0.026071, 0.044368, 0.120364, 0.453263",\
|
|
"0.020251, 0.026071, 0.044368, 0.120364, 0.453263");
|
|
}
|
|
|
|
} /* 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.002787 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "2.755831, 2.766251, 2.802110, 2.945171, 3.541703",\
|
|
"2.884639, 2.895059, 2.930918, 3.073979, 3.670511",\
|
|
"3.003643, 3.014063, 3.049922, 3.192983, 3.789515",\
|
|
"3.200630, 3.211050, 3.246909, 3.389970, 3.986502",\
|
|
"4.007157, 4.017578, 4.053437, 4.196498, 4.793029");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.021443, 0.032647, 0.077331, 0.282666, 1.157258",\
|
|
"0.021443, 0.032647, 0.077331, 0.282666, 1.157258",\
|
|
"0.021443, 0.032647, 0.077331, 0.282666, 1.157258",\
|
|
"0.021443, 0.032647, 0.077331, 0.282666, 1.157258",\
|
|
"0.021443, 0.032647, 0.077331, 0.282666, 1.157258");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "2.802864, 2.811395, 2.835613, 2.907128, 3.167938",\
|
|
"2.931672, 2.940203, 2.964422, 3.035936, 3.296746",\
|
|
"3.050676, 3.059207, 3.083426, 3.154940, 3.415750",\
|
|
"3.247663, 3.256194, 3.280413, 3.351927, 3.612737",\
|
|
"4.054190, 4.062722, 4.086940, 4.158454, 4.419264");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.020287, 0.026100, 0.047860, 0.130125, 0.490052",\
|
|
"0.020287, 0.026100, 0.047860, 0.130125, 0.490052",\
|
|
"0.020287, 0.026100, 0.047860, 0.130125, 0.490052",\
|
|
"0.020287, 0.026100, 0.047860, 0.130125, 0.490052",\
|
|
"0.020287, 0.026100, 0.047860, 0.130125, 0.490052");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[20]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "2.742752, 2.754475, 2.788471, 2.929151, 3.511060",\
|
|
"2.807907, 2.819629, 2.853626, 2.994306, 3.576214",\
|
|
"2.832026, 2.843748, 2.877744, 3.018425, 3.600333",\
|
|
"2.832026, 2.843748, 2.877744, 3.018425, 3.600333",\
|
|
"2.832026, 2.843748, 2.877744, 3.018425, 3.600333");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.021443, 0.032647, 0.073886, 0.270057, 1.102523",\
|
|
"0.021443, 0.032647, 0.073886, 0.270057, 1.102523",\
|
|
"0.021443, 0.032647, 0.073886, 0.270057, 1.102523",\
|
|
"0.021443, 0.032647, 0.073886, 0.270057, 1.102523",\
|
|
"0.021443, 0.032647, 0.073886, 0.270057, 1.102523");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "2.796452, 2.805640, 2.827990, 2.896865, 3.143639",\
|
|
"2.861607, 2.870794, 2.893144, 2.962019, 3.208793",\
|
|
"2.885725, 2.894913, 2.917263, 2.986138, 3.232912",\
|
|
"2.885725, 2.894913, 2.917263, 2.986138, 3.232912",\
|
|
"2.885725, 2.894913, 2.917263, 2.986138, 3.232912");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002787, 0.013559, 0.052787, 0.234866, 1.000000");
|
|
values ( "0.020287, 0.026100, 0.044399, 0.120394, 0.453220",\
|
|
"0.020287, 0.026100, 0.044399, 0.120394, 0.453220",\
|
|
"0.020287, 0.026100, 0.044399, 0.120394, 0.453220",\
|
|
"0.020287, 0.026100, 0.044399, 0.120394, 0.453220",\
|
|
"0.020287, 0.026100, 0.044399, 0.120394, 0.453220");
|
|
}
|
|
|
|
} /* 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.003100 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "2.816512, 2.825726, 2.861562, 3.004641, 3.601100",\
|
|
"2.945320, 2.954535, 2.990370, 3.133450, 3.729908",\
|
|
"3.064322, 3.073536, 3.109372, 3.252451, 3.848910",\
|
|
"3.261306, 3.270520, 3.306356, 3.449436, 4.045894",\
|
|
"4.067801, 4.077016, 4.112852, 4.255931, 4.852390");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.021778, 0.032971, 0.077712, 0.283119, 1.157641",\
|
|
"0.021778, 0.032971, 0.077712, 0.283119, 1.157641",\
|
|
"0.021778, 0.032971, 0.077712, 0.283119, 1.157641",\
|
|
"0.021778, 0.032971, 0.077712, 0.283119, 1.157641",\
|
|
"0.021778, 0.032971, 0.077712, 0.283119, 1.157641");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "2.875741, 2.883244, 2.907410, 2.978929, 3.239700",\
|
|
"3.004549, 3.012052, 3.036218, 3.107737, 3.368508",\
|
|
"3.123551, 3.131053, 3.155220, 3.226738, 3.487509",\
|
|
"3.320535, 3.328038, 3.352204, 3.423723, 3.684494",\
|
|
"4.127029, 4.134532, 4.158699, 4.230217, 4.490989");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.020471, 0.026240, 0.048031, 0.130337, 0.490342",\
|
|
"0.020471, 0.026240, 0.048031, 0.130337, 0.490342",\
|
|
"0.020471, 0.026240, 0.048031, 0.130337, 0.490342",\
|
|
"0.020471, 0.026240, 0.048031, 0.130337, 0.490342",\
|
|
"0.020471, 0.026240, 0.048031, 0.130337, 0.490342");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[19]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "2.792416, 2.804058, 2.838007, 2.978692, 3.560454",\
|
|
"2.857571, 2.869213, 2.903162, 3.043847, 3.625609",\
|
|
"2.881652, 2.893294, 2.927243, 3.067928, 3.649690",\
|
|
"2.881652, 2.893294, 2.927243, 3.067928, 3.649690",\
|
|
"2.881652, 2.893294, 2.927243, 3.067928, 3.649690");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.021778, 0.032971, 0.074226, 0.270415, 1.102560",\
|
|
"0.021778, 0.032971, 0.074226, 0.270415, 1.102560",\
|
|
"0.021778, 0.032971, 0.074226, 0.270415, 1.102560",\
|
|
"0.021778, 0.032971, 0.074226, 0.270415, 1.102560",\
|
|
"0.021778, 0.032971, 0.074226, 0.270415, 1.102560");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "2.855906, 2.864996, 2.887270, 2.956127, 3.202804",\
|
|
"2.921060, 2.930151, 2.952425, 3.021282, 3.267958",\
|
|
"2.945141, 2.954232, 2.976506, 3.045363, 3.292040",\
|
|
"2.945141, 2.954232, 2.976506, 3.045363, 3.292040",\
|
|
"2.945141, 2.954232, 2.976506, 3.045363, 3.292040");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003100, 0.013872, 0.053100, 0.235179, 1.000000");
|
|
values ( "0.020471, 0.026240, 0.044530, 0.120531, 0.453229",\
|
|
"0.020471, 0.026240, 0.044530, 0.120531, 0.453229",\
|
|
"0.020471, 0.026240, 0.044530, 0.120531, 0.453229",\
|
|
"0.020471, 0.026240, 0.044530, 0.120531, 0.453229",\
|
|
"0.020471, 0.026240, 0.044530, 0.120531, 0.453229");
|
|
}
|
|
|
|
} /* 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.003067 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "2.759496, 2.769481, 2.804079, 2.947113, 3.543161",\
|
|
"2.888304, 2.898289, 2.932887, 3.075921, 3.671969",\
|
|
"3.007306, 3.017291, 3.051889, 3.194922, 3.790971",\
|
|
"3.204290, 3.214275, 3.248873, 3.391906, 3.987955",\
|
|
"4.010786, 4.020771, 4.055368, 4.198401, 4.794450");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.021728, 0.032918, 0.077642, 0.282933, 1.157144",\
|
|
"0.021728, 0.032918, 0.077642, 0.282933, 1.157144",\
|
|
"0.021728, 0.032918, 0.077642, 0.282933, 1.157144",\
|
|
"0.021728, 0.032918, 0.077642, 0.282933, 1.157144",\
|
|
"0.021728, 0.032918, 0.077642, 0.282933, 1.157144");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "2.813568, 2.820769, 2.844938, 2.916443, 3.177133",\
|
|
"2.942376, 2.949577, 2.973746, 3.045251, 3.305941",\
|
|
"3.061377, 3.068578, 3.092747, 3.164253, 3.424942",\
|
|
"3.258362, 3.265563, 3.289732, 3.361237, 3.621927",\
|
|
"4.064857, 4.072058, 4.096227, 4.167732, 4.428422");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.020450, 0.026228, 0.047989, 0.130252, 0.490083",\
|
|
"0.020450, 0.026228, 0.047989, 0.130252, 0.490083",\
|
|
"0.020450, 0.026228, 0.047989, 0.130252, 0.490083",\
|
|
"0.020450, 0.026228, 0.047989, 0.130252, 0.490083",\
|
|
"0.020450, 0.026228, 0.047989, 0.130252, 0.490083");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[18]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "2.749892, 2.761566, 2.795549, 2.936201, 3.517621",\
|
|
"2.815047, 2.826721, 2.860703, 3.001355, 3.582775",\
|
|
"2.839128, 2.850802, 2.884784, 3.025437, 3.606857",\
|
|
"2.839128, 2.850802, 2.884784, 3.025437, 3.606857",\
|
|
"2.839128, 2.850802, 2.884784, 3.025437, 3.606857");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.021728, 0.032918, 0.074178, 0.270310, 1.102411",\
|
|
"0.021728, 0.032918, 0.074178, 0.270310, 1.102411",\
|
|
"0.021728, 0.032918, 0.074178, 0.270310, 1.102411",\
|
|
"0.021728, 0.032918, 0.074178, 0.270310, 1.102411",\
|
|
"0.021728, 0.032918, 0.074178, 0.270310, 1.102411");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "2.803838, 2.812939, 2.835230, 2.904086, 3.150754",\
|
|
"2.868993, 2.878094, 2.900384, 2.969241, 3.215909",\
|
|
"2.893074, 2.902175, 2.924466, 2.993322, 3.239990",\
|
|
"2.893074, 2.902175, 2.924466, 2.993322, 3.239990",\
|
|
"2.893074, 2.902175, 2.924466, 2.993322, 3.239990");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003067, 0.013839, 0.053067, 0.235146, 1.000000");
|
|
values ( "0.020450, 0.026228, 0.044510, 0.120513, 0.453248",\
|
|
"0.020450, 0.026228, 0.044510, 0.120513, 0.453248",\
|
|
"0.020450, 0.026228, 0.044510, 0.120513, 0.453248",\
|
|
"0.020450, 0.026228, 0.044510, 0.120513, 0.453248",\
|
|
"0.020450, 0.026228, 0.044510, 0.120513, 0.453248");
|
|
}
|
|
|
|
} /* 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.003163 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "2.731058, 2.740957, 2.776829, 2.919856, 3.515723",\
|
|
"2.859867, 2.869765, 2.905637, 3.048665, 3.644532",\
|
|
"2.978868, 2.988766, 3.024638, 3.167666, 3.763533",\
|
|
"3.175852, 3.185751, 3.221623, 3.364650, 3.960517",\
|
|
"3.982348, 3.992246, 4.028119, 4.171146, 4.767013");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.021821, 0.033004, 0.077767, 0.283084, 1.157406",\
|
|
"0.021821, 0.033004, 0.077767, 0.283084, 1.157406",\
|
|
"0.021821, 0.033004, 0.077767, 0.283084, 1.157406",\
|
|
"0.021821, 0.033004, 0.077767, 0.283084, 1.157406",\
|
|
"0.021821, 0.033004, 0.077767, 0.283084, 1.157406");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "2.794803, 2.802936, 2.827098, 2.898608, 3.159333",\
|
|
"2.923611, 2.931744, 2.955906, 3.027416, 3.288141",\
|
|
"3.042612, 3.050746, 3.074908, 3.146418, 3.407143",\
|
|
"3.239597, 3.247730, 3.271892, 3.343402, 3.604127",\
|
|
"4.046092, 4.054226, 4.078388, 4.149899, 4.410623");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.020507, 0.026272, 0.048052, 0.130359, 0.490423",\
|
|
"0.020507, 0.026272, 0.048052, 0.130359, 0.490423",\
|
|
"0.020507, 0.026272, 0.048052, 0.130359, 0.490423",\
|
|
"0.020507, 0.026272, 0.048052, 0.130359, 0.490423",\
|
|
"0.020507, 0.026272, 0.048052, 0.130359, 0.490423");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[17]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "2.712674, 2.724340, 2.758324, 2.898956, 3.480098",\
|
|
"2.777829, 2.789495, 2.823478, 2.964111, 3.545253",\
|
|
"2.801910, 2.813576, 2.847560, 2.988192, 3.569334",\
|
|
"2.801910, 2.813576, 2.847560, 2.988192, 3.569334",\
|
|
"2.801910, 2.813576, 2.847560, 2.988192, 3.569334");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.021821, 0.033004, 0.074275, 0.270376, 1.102327",\
|
|
"0.021821, 0.033004, 0.074275, 0.270376, 1.102327",\
|
|
"0.021821, 0.033004, 0.074275, 0.270376, 1.102327",\
|
|
"0.021821, 0.033004, 0.074275, 0.270376, 1.102327",\
|
|
"0.021821, 0.033004, 0.074275, 0.270376, 1.102327");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "2.787159, 2.796231, 2.818499, 2.887345, 3.133969",\
|
|
"2.852314, 2.861386, 2.883654, 2.952500, 3.199124",\
|
|
"2.876395, 2.885467, 2.907735, 2.976581, 3.223205",\
|
|
"2.876395, 2.885467, 2.907735, 2.976581, 3.223205",\
|
|
"2.876395, 2.885467, 2.907735, 2.976581, 3.223205");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.003163, 0.013935, 0.053163, 0.235242, 1.000000");
|
|
values ( "0.020507, 0.026272, 0.044545, 0.120551, 0.453305",\
|
|
"0.020507, 0.026272, 0.044545, 0.120551, 0.453305",\
|
|
"0.020507, 0.026272, 0.044545, 0.120551, 0.453305",\
|
|
"0.020507, 0.026272, 0.044545, 0.120551, 0.453305",\
|
|
"0.020507, 0.026272, 0.044545, 0.120551, 0.453305");
|
|
}
|
|
|
|
} /* 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.001479 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "2.676705, 2.688910, 2.724904, 2.867913, 3.464859",\
|
|
"2.805513, 2.817718, 2.853712, 2.996722, 3.593668",\
|
|
"2.924514, 2.936720, 2.972713, 3.115723, 3.712669",\
|
|
"3.121499, 3.133704, 3.169698, 3.312707, 3.909653",\
|
|
"3.927994, 3.940199, 3.976193, 4.119203, 4.716148");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.020003, 0.031278, 0.075786, 0.280950, 1.156473",\
|
|
"0.020003, 0.031278, 0.075786, 0.280950, 1.156473",\
|
|
"0.020003, 0.031278, 0.075786, 0.280950, 1.156473",\
|
|
"0.020003, 0.031278, 0.075786, 0.280950, 1.156473",\
|
|
"0.020003, 0.031278, 0.075786, 0.280950, 1.156473");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "2.742676, 2.752420, 2.776882, 2.848396, 3.109565",\
|
|
"2.871485, 2.881228, 2.905690, 2.977204, 3.238373",\
|
|
"2.990486, 3.000230, 3.024692, 3.096206, 3.357375",\
|
|
"3.187471, 3.197214, 3.221676, 3.293190, 3.554359",\
|
|
"3.993966, 4.003709, 4.028171, 4.099685, 4.360854");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.019451, 0.025515, 0.047186, 0.129397, 0.489674",\
|
|
"0.019451, 0.025515, 0.047186, 0.129397, 0.489674",\
|
|
"0.019451, 0.025515, 0.047186, 0.129397, 0.489674",\
|
|
"0.019451, 0.025515, 0.047186, 0.129397, 0.489674",\
|
|
"0.019451, 0.025515, 0.047186, 0.129397, 0.489674");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[16]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "2.674629, 2.686834, 2.721030, 2.861682, 3.444082",\
|
|
"2.739784, 2.751989, 2.786185, 2.926836, 3.509237",\
|
|
"2.763865, 2.776070, 2.810266, 2.950918, 3.533318",\
|
|
"2.763865, 2.776070, 2.810266, 2.950918, 3.533318",\
|
|
"2.763865, 2.776070, 2.810266, 2.950918, 3.533318");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.020003, 0.031278, 0.072461, 0.268539, 1.102319",\
|
|
"0.020003, 0.031278, 0.072461, 0.268539, 1.102319",\
|
|
"0.020003, 0.031278, 0.072461, 0.268539, 1.102319",\
|
|
"0.020003, 0.031278, 0.072461, 0.268539, 1.102319",\
|
|
"0.020003, 0.031278, 0.072461, 0.268539, 1.102319");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "2.740601, 2.750344, 2.773003, 2.841942, 3.089108",\
|
|
"2.805755, 2.815499, 2.838158, 2.907096, 3.154262",\
|
|
"2.829837, 2.839580, 2.862239, 2.931178, 3.178344",\
|
|
"2.829837, 2.839580, 2.862239, 2.931178, 3.178344",\
|
|
"2.829837, 2.839580, 2.862239, 2.931178, 3.178344");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001479, 0.012252, 0.051479, 0.233558, 1.000000");
|
|
values ( "0.019451, 0.025515, 0.043847, 0.119817, 0.453307",\
|
|
"0.019451, 0.025515, 0.043847, 0.119817, 0.453307",\
|
|
"0.019451, 0.025515, 0.043847, 0.119817, 0.453307",\
|
|
"0.019451, 0.025515, 0.043847, 0.119817, 0.453307",\
|
|
"0.019451, 0.025515, 0.043847, 0.119817, 0.453307");
|
|
}
|
|
|
|
} /* 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.002448 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "2.365928, 2.377758, 2.413606, 2.556512, 3.152089",\
|
|
"2.494736, 2.506566, 2.542414, 2.685320, 3.280897",\
|
|
"2.613740, 2.625570, 2.661418, 2.804324, 3.399901",\
|
|
"2.810727, 2.822556, 2.858405, 3.001310, 3.596888",\
|
|
"3.617253, 3.629083, 3.664931, 3.807837, 4.403414");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.021063, 0.032281, 0.076762, 0.281547, 1.154273",\
|
|
"0.021063, 0.032281, 0.076762, 0.281547, 1.154273",\
|
|
"0.021063, 0.032281, 0.076762, 0.281547, 1.154273",\
|
|
"0.021063, 0.032281, 0.076762, 0.281547, 1.154273",\
|
|
"0.021063, 0.032281, 0.076762, 0.281547, 1.154273");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "2.445859, 2.455138, 2.479349, 2.550759, 2.811041",\
|
|
"2.574667, 2.583946, 2.608157, 2.679567, 2.939849",\
|
|
"2.693671, 2.702950, 2.727161, 2.798571, 3.058853",\
|
|
"2.890657, 2.899936, 2.924148, 2.995558, 3.255839",\
|
|
"3.697184, 3.706463, 3.730674, 3.802084, 4.062366");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.020090, 0.025963, 0.047518, 0.129436, 0.487931",\
|
|
"0.020090, 0.025963, 0.047518, 0.129436, 0.487931",\
|
|
"0.020090, 0.025963, 0.047518, 0.129436, 0.487931",\
|
|
"0.020090, 0.025963, 0.047518, 0.129436, 0.487931",\
|
|
"0.020090, 0.025963, 0.047518, 0.129436, 0.487931");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[15]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "2.351141, 2.362971, 2.397064, 2.537701, 3.119326",\
|
|
"2.416296, 2.428125, 2.462219, 2.602855, 3.184481",\
|
|
"2.440413, 2.452242, 2.486336, 2.626972, 3.208598",\
|
|
"2.440413, 2.452242, 2.486336, 2.626972, 3.208598",\
|
|
"2.440413, 2.452242, 2.486336, 2.626972, 3.208598");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.021063, 0.032281, 0.073503, 0.269587, 1.102303",\
|
|
"0.021063, 0.032281, 0.073503, 0.269587, 1.102303",\
|
|
"0.021063, 0.032281, 0.073503, 0.269587, 1.102303",\
|
|
"0.021063, 0.032281, 0.073503, 0.269587, 1.102303",\
|
|
"0.021063, 0.032281, 0.073503, 0.269587, 1.102303");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "2.443060, 2.452339, 2.474790, 2.543674, 2.790522",\
|
|
"2.508215, 2.517494, 2.539945, 2.608828, 2.855677",\
|
|
"2.532332, 2.541611, 2.564062, 2.632945, 2.879794",\
|
|
"2.532332, 2.541611, 2.564062, 2.632945, 2.879794",\
|
|
"2.532332, 2.541611, 2.564062, 2.632945, 2.879794");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.002448, 0.013221, 0.052448, 0.234527, 1.000000");
|
|
values ( "0.020090, 0.025963, 0.044246, 0.120238, 0.453328",\
|
|
"0.020090, 0.025963, 0.044246, 0.120238, 0.453328",\
|
|
"0.020090, 0.025963, 0.044246, 0.120238, 0.453328",\
|
|
"0.020090, 0.025963, 0.044246, 0.120238, 0.453328",\
|
|
"0.020090, 0.025963, 0.044246, 0.120238, 0.453328");
|
|
}
|
|
|
|
} /* 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.000958 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "2.677623, 2.690012, 2.725920, 2.868751, 3.464965",\
|
|
"2.806431, 2.818820, 2.854728, 2.997559, 3.593773",\
|
|
"2.925435, 2.937824, 2.973732, 3.116563, 3.712778",\
|
|
"3.122422, 3.134811, 3.170719, 3.313550, 3.909764",\
|
|
"3.928948, 3.941337, 3.977245, 4.120076, 4.716290");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.019431, 0.030762, 0.074935, 0.279342, 1.151995",\
|
|
"0.019431, 0.030762, 0.074935, 0.279342, 1.151995",\
|
|
"0.019431, 0.030762, 0.074935, 0.279342, 1.151995",\
|
|
"0.019431, 0.030762, 0.074935, 0.279342, 1.151995",\
|
|
"0.019431, 0.030762, 0.074935, 0.279342, 1.151995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "2.748413, 2.758388, 2.782821, 2.854253, 3.114504",\
|
|
"2.877221, 2.887196, 2.911629, 2.983061, 3.243312",\
|
|
"2.996225, 3.006201, 3.030634, 3.102065, 3.362317",\
|
|
"3.193212, 3.203187, 3.227620, 3.299052, 3.559303",\
|
|
"3.999738, 4.009713, 4.034146, 4.105577, 4.365829");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.019102, 0.025298, 0.046677, 0.128275, 0.486064",\
|
|
"0.019102, 0.025298, 0.046677, 0.128275, 0.486064",\
|
|
"0.019102, 0.025298, 0.046677, 0.128275, 0.486064",\
|
|
"0.019102, 0.025298, 0.046677, 0.128275, 0.486064",\
|
|
"0.019102, 0.025298, 0.046677, 0.128275, 0.486064");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[14]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "2.672884, 2.685272, 2.719555, 2.860215, 3.443027",\
|
|
"2.738038, 2.750427, 2.784710, 2.925370, 3.508181",\
|
|
"2.762155, 2.774544, 2.808827, 2.949486, 3.532298",\
|
|
"2.762155, 2.774544, 2.808827, 2.949486, 3.532298",\
|
|
"2.762155, 2.774544, 2.808827, 2.949486, 3.532298");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.019431, 0.030762, 0.071899, 0.267974, 1.102325",\
|
|
"0.019431, 0.030762, 0.071899, 0.267974, 1.102325",\
|
|
"0.019431, 0.030762, 0.071899, 0.267974, 1.102325",\
|
|
"0.019431, 0.030762, 0.071899, 0.267974, 1.102325",\
|
|
"0.019431, 0.030762, 0.071899, 0.267974, 1.102325");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "2.746233, 2.756209, 2.779012, 2.847980, 3.095315",\
|
|
"2.811388, 2.821364, 2.844167, 2.913134, 3.160470",\
|
|
"2.835505, 2.845480, 2.868283, 2.937251, 3.184587",\
|
|
"2.835505, 2.845480, 2.868283, 2.937251, 3.184587",\
|
|
"2.835505, 2.845480, 2.868283, 2.937251, 3.184587");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000958, 0.011730, 0.050958, 0.233037, 1.000000");
|
|
values ( "0.019102, 0.025298, 0.043630, 0.119589, 0.453304",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453304",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453304",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453304",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453304");
|
|
}
|
|
|
|
} /* 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.001951 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "2.331180, 2.343178, 2.379040, 2.521926, 3.117805",\
|
|
"2.459988, 2.471986, 2.507848, 2.650734, 3.246613",\
|
|
"2.578992, 2.590990, 2.626852, 2.769738, 3.365617",\
|
|
"2.775979, 2.787977, 2.823838, 2.966725, 3.562604",\
|
|
"3.582505, 3.594503, 3.630365, 3.773251, 4.369130");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.020525, 0.031778, 0.076166, 0.280847, 1.153623",\
|
|
"0.020525, 0.031778, 0.076166, 0.280847, 1.153623",\
|
|
"0.020525, 0.031778, 0.076166, 0.280847, 1.153623",\
|
|
"0.020525, 0.031778, 0.076166, 0.280847, 1.153623",\
|
|
"0.020525, 0.031778, 0.076166, 0.280847, 1.153623");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "2.414421, 2.423918, 2.448201, 2.519687, 2.779917",\
|
|
"2.543230, 2.552727, 2.577010, 2.648495, 2.908725",\
|
|
"2.662233, 2.671730, 2.696013, 2.767499, 3.027729",\
|
|
"2.859220, 2.868717, 2.893000, 2.964486, 3.224716",\
|
|
"3.665747, 3.675244, 3.699527, 3.771012, 4.031242");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.019768, 0.025741, 0.047250, 0.129155, 0.487353",\
|
|
"0.019768, 0.025741, 0.047250, 0.129155, 0.487353",\
|
|
"0.019768, 0.025741, 0.047250, 0.129155, 0.487353",\
|
|
"0.019768, 0.025741, 0.047250, 0.129155, 0.487353",\
|
|
"0.019768, 0.025741, 0.047250, 0.129155, 0.487353");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[13]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "2.325009, 2.337008, 2.371159, 2.511809, 3.093902",\
|
|
"2.390164, 2.402162, 2.436313, 2.576964, 3.159057",\
|
|
"2.414280, 2.426279, 2.460430, 2.601080, 3.183173",\
|
|
"2.414280, 2.426279, 2.460430, 2.601080, 3.183173",\
|
|
"2.414280, 2.426279, 2.460430, 2.601080, 3.183173");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.020525, 0.031778, 0.072971, 0.269062, 1.102340",\
|
|
"0.020525, 0.031778, 0.072971, 0.269062, 1.102340",\
|
|
"0.020525, 0.031778, 0.072971, 0.269062, 1.102340",\
|
|
"0.020525, 0.031778, 0.072971, 0.269062, 1.102340",\
|
|
"0.020525, 0.031778, 0.072971, 0.269062, 1.102340");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "2.412345, 2.421842, 2.444410, 2.513323, 2.760337",\
|
|
"2.477500, 2.486997, 2.509564, 2.578477, 2.825492",\
|
|
"2.501617, 2.511114, 2.533681, 2.602594, 2.849609",\
|
|
"2.501617, 2.511114, 2.533681, 2.602594, 2.849609",\
|
|
"2.501617, 2.511114, 2.533681, 2.602594, 2.849609");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001951, 0.012723, 0.051951, 0.234030, 1.000000");
|
|
values ( "0.019768, 0.025741, 0.044042, 0.120023, 0.453305",\
|
|
"0.019768, 0.025741, 0.044042, 0.120023, 0.453305",\
|
|
"0.019768, 0.025741, 0.044042, 0.120023, 0.453305",\
|
|
"0.019768, 0.025741, 0.044042, 0.120023, 0.453305",\
|
|
"0.019768, 0.025741, 0.044042, 0.120023, 0.453305");
|
|
}
|
|
|
|
} /* 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.000957 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "2.702115, 2.714505, 2.750415, 2.893244, 3.489442",\
|
|
"2.830923, 2.843313, 2.879223, 3.022052, 3.618250",\
|
|
"2.949927, 2.962317, 2.998227, 3.141056, 3.737254",\
|
|
"3.146914, 3.159304, 3.195214, 3.338043, 3.934241",\
|
|
"3.953441, 3.965831, 4.001741, 4.144570, 4.740768");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.019430, 0.030761, 0.074934, 0.279339, 1.151988",\
|
|
"0.019430, 0.030761, 0.074934, 0.279339, 1.151988",\
|
|
"0.019430, 0.030761, 0.074934, 0.279339, 1.151988",\
|
|
"0.019430, 0.030761, 0.074934, 0.279339, 1.151988",\
|
|
"0.019430, 0.030761, 0.074934, 0.279339, 1.151988");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "2.768279, 2.778254, 2.802687, 2.874118, 3.134369",\
|
|
"2.897087, 2.907062, 2.931495, 3.002926, 3.263177",\
|
|
"3.016091, 3.026066, 3.050500, 3.121930, 3.382181",\
|
|
"3.213078, 3.223053, 3.247487, 3.318917, 3.579168",\
|
|
"4.019605, 4.029581, 4.054014, 4.125445, 4.385695");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.019102, 0.025298, 0.046677, 0.128274, 0.486070",\
|
|
"0.019102, 0.025298, 0.046677, 0.128274, 0.486070",\
|
|
"0.019102, 0.025298, 0.046677, 0.128274, 0.486070",\
|
|
"0.019102, 0.025298, 0.046677, 0.128274, 0.486070",\
|
|
"0.019102, 0.025298, 0.046677, 0.128274, 0.486070");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[12]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "2.695179, 2.707569, 2.741853, 2.882511, 3.465305",\
|
|
"2.760333, 2.772723, 2.807008, 2.947666, 3.530460",\
|
|
"2.784452, 2.796842, 2.831126, 2.971784, 3.554578",\
|
|
"2.784452, 2.796842, 2.831126, 2.971784, 3.554578",\
|
|
"2.784452, 2.796842, 2.831126, 2.971784, 3.554578");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.019430, 0.030761, 0.071899, 0.267970, 1.102317",\
|
|
"0.019430, 0.030761, 0.071899, 0.267970, 1.102317",\
|
|
"0.019430, 0.030761, 0.071899, 0.267970, 1.102317",\
|
|
"0.019430, 0.030761, 0.071899, 0.267970, 1.102317",\
|
|
"0.019430, 0.030761, 0.071899, 0.267970, 1.102317");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "2.765954, 2.775929, 2.798732, 2.867699, 3.115033",\
|
|
"2.831108, 2.841084, 2.863887, 2.932854, 3.180188",\
|
|
"2.855227, 2.865202, 2.888005, 2.956972, 3.204306",\
|
|
"2.855227, 2.865202, 2.888005, 2.956972, 3.204306",\
|
|
"2.855227, 2.865202, 2.888005, 2.956972, 3.204306");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000957, 0.011730, 0.050957, 0.233036, 1.000000");
|
|
values ( "0.019102, 0.025298, 0.043630, 0.119589, 0.453309",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453309",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453309",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453309",\
|
|
"0.019102, 0.025298, 0.043630, 0.119589, 0.453309");
|
|
}
|
|
|
|
} /* 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.001043 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.708490, 2.719730, 2.755623, 2.898435, 3.494463",\
|
|
"2.837298, 2.848538, 2.884431, 3.027243, 3.623271",\
|
|
"2.956302, 2.967542, 3.003435, 3.146247, 3.742275",\
|
|
"3.153288, 3.164529, 3.200421, 3.343233, 3.939261",\
|
|
"3.959815, 3.971055, 4.006948, 4.149760, 4.745788");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019524, 0.030850, 0.075013, 0.279356, 1.151639",\
|
|
"0.019524, 0.030850, 0.075013, 0.279356, 1.151639",\
|
|
"0.019524, 0.030850, 0.075013, 0.279356, 1.151639",\
|
|
"0.019524, 0.030850, 0.075013, 0.279356, 1.151639",\
|
|
"0.019524, 0.030850, 0.075013, 0.279356, 1.151639");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.773863, 2.782954, 2.807360, 2.878777, 3.138912",\
|
|
"2.902671, 2.911762, 2.936168, 3.007585, 3.267720",\
|
|
"3.021675, 3.030766, 3.055172, 3.126589, 3.386724",\
|
|
"3.218662, 3.227753, 3.252159, 3.323575, 3.583710",\
|
|
"4.025188, 4.034279, 4.058685, 4.130101, 4.390237");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019159, 0.025338, 0.046699, 0.128251, 0.485800",\
|
|
"0.019159, 0.025338, 0.046699, 0.128251, 0.485800",\
|
|
"0.019159, 0.025338, 0.046699, 0.128251, 0.485800",\
|
|
"0.019159, 0.025338, 0.046699, 0.128251, 0.485800",\
|
|
"0.019159, 0.025338, 0.046699, 0.128251, 0.485800");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[11]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.702368, 2.714724, 2.749000, 2.889657, 3.472372",\
|
|
"2.767523, 2.779878, 2.814155, 2.954811, 3.537527",\
|
|
"2.791640, 2.803995, 2.838272, 2.978928, 3.561644",\
|
|
"2.791640, 2.803995, 2.838272, 2.978928, 3.561644",\
|
|
"2.791640, 2.803995, 2.838272, 2.978928, 3.561644");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019524, 0.030850, 0.071991, 0.268061, 1.102312",\
|
|
"0.019524, 0.030850, 0.071991, 0.268061, 1.102312",\
|
|
"0.019524, 0.030850, 0.071991, 0.268061, 1.102312",\
|
|
"0.019524, 0.030850, 0.071991, 0.268061, 1.102312",\
|
|
"0.019524, 0.030850, 0.071991, 0.268061, 1.102312");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.770862, 2.780793, 2.803579, 2.872541, 3.119847",\
|
|
"2.836017, 2.845948, 2.868734, 2.937696, 3.185001",\
|
|
"2.860134, 2.870065, 2.892851, 2.961813, 3.209118",\
|
|
"2.860134, 2.870065, 2.892851, 2.961813, 3.209118",\
|
|
"2.860134, 2.870065, 2.892851, 2.961813, 3.209118");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019159, 0.025338, 0.043665, 0.119626, 0.453313",\
|
|
"0.019159, 0.025338, 0.043665, 0.119626, 0.453313",\
|
|
"0.019159, 0.025338, 0.043665, 0.119626, 0.453313",\
|
|
"0.019159, 0.025338, 0.043665, 0.119626, 0.453313",\
|
|
"0.019159, 0.025338, 0.043665, 0.119626, 0.453313");
|
|
}
|
|
|
|
} /* 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.000988 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.690218, 2.702576, 2.738462, 2.881314, 3.477744",\
|
|
"2.819026, 2.831384, 2.867270, 3.010122, 3.606552",\
|
|
"2.938030, 2.950388, 2.986274, 3.129126, 3.725556",\
|
|
"3.135016, 3.147375, 3.183260, 3.326113, 3.922543",\
|
|
"3.941543, 3.953901, 3.989787, 4.132638, 4.729069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019473, 0.030808, 0.074978, 0.279425, 1.152099",\
|
|
"0.019473, 0.030808, 0.074978, 0.279425, 1.152099",\
|
|
"0.019473, 0.030808, 0.074978, 0.279425, 1.152099",\
|
|
"0.019473, 0.030808, 0.074978, 0.279425, 1.152099",\
|
|
"0.019473, 0.030808, 0.074978, 0.279425, 1.152099");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.755471, 2.765433, 2.789857, 2.861294, 3.121543",\
|
|
"2.884279, 2.894241, 2.918665, 2.990103, 3.250351",\
|
|
"3.003283, 3.013245, 3.037669, 3.109106, 3.369355",\
|
|
"3.200270, 3.210231, 3.234655, 3.306093, 3.566342",\
|
|
"4.006796, 4.016758, 4.041182, 4.112619, 4.372868");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019121, 0.025309, 0.046699, 0.128294, 0.485991",\
|
|
"0.019121, 0.025309, 0.046699, 0.128294, 0.485991",\
|
|
"0.019121, 0.025309, 0.046699, 0.128294, 0.485991",\
|
|
"0.019121, 0.025309, 0.046699, 0.128294, 0.485991",\
|
|
"0.019121, 0.025309, 0.046699, 0.128294, 0.485991");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[10]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.682694, 2.695053, 2.729312, 2.869994, 3.453035",\
|
|
"2.747849, 2.760207, 2.794466, 2.935148, 3.518189",\
|
|
"2.771966, 2.784324, 2.818583, 2.959265, 3.542306",\
|
|
"2.771966, 2.784324, 2.818583, 2.959265, 3.542306",\
|
|
"2.771966, 2.784324, 2.818583, 2.959265, 3.542306");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019473, 0.030808, 0.071940, 0.268054, 1.102427",\
|
|
"0.019473, 0.030808, 0.071940, 0.268054, 1.102427",\
|
|
"0.019473, 0.030808, 0.071940, 0.268054, 1.102427",\
|
|
"0.019473, 0.030808, 0.071940, 0.268054, 1.102427",\
|
|
"0.019473, 0.030808, 0.071940, 0.268054, 1.102427");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "2.752963, 2.762924, 2.785718, 2.854691, 3.102033",\
|
|
"2.818118, 2.828079, 2.850872, 2.919845, 3.167187",\
|
|
"2.842235, 2.852196, 2.874989, 2.943962, 3.191304",\
|
|
"2.842235, 2.852196, 2.874989, 2.943962, 3.191304",\
|
|
"2.842235, 2.852196, 2.874989, 2.943962, 3.191304");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000988, 0.011760, 0.050988, 0.233067, 1.000000");
|
|
values ( "0.019121, 0.025309, 0.043650, 0.119607, 0.453233",\
|
|
"0.019121, 0.025309, 0.043650, 0.119607, 0.453233",\
|
|
"0.019121, 0.025309, 0.043650, 0.119607, 0.453233",\
|
|
"0.019121, 0.025309, 0.043650, 0.119607, 0.453233",\
|
|
"0.019121, 0.025309, 0.043650, 0.119607, 0.453233");
|
|
}
|
|
|
|
} /* 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.000965 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.721838, 2.734225, 2.770125, 2.912940, 3.509034",\
|
|
"2.850646, 2.863033, 2.898933, 3.041748, 3.637842",\
|
|
"2.969651, 2.982037, 3.017937, 3.160752, 3.756846",\
|
|
"3.166637, 3.179024, 3.214924, 3.357738, 3.953833",\
|
|
"3.973164, 3.985550, 4.021451, 4.164265, 4.760359");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019438, 0.030770, 0.074921, 0.279267, 1.151639",\
|
|
"0.019438, 0.030770, 0.074921, 0.279267, 1.151639",\
|
|
"0.019438, 0.030770, 0.074921, 0.279267, 1.151639",\
|
|
"0.019438, 0.030770, 0.074921, 0.279267, 1.151639",\
|
|
"0.019438, 0.030770, 0.074921, 0.279267, 1.151639");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.785706, 2.795676, 2.820098, 2.891515, 3.151681",\
|
|
"2.914514, 2.924484, 2.948906, 3.020324, 3.280489",\
|
|
"3.033518, 3.043488, 3.067910, 3.139328, 3.399493",\
|
|
"3.230505, 3.240474, 3.264897, 3.336314, 3.596480",\
|
|
"4.037031, 4.047001, 4.071423, 4.142840, 4.403007");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019107, 0.025303, 0.046659, 0.128214, 0.485798",\
|
|
"0.019107, 0.025303, 0.046659, 0.128214, 0.485798",\
|
|
"0.019107, 0.025303, 0.046659, 0.128214, 0.485798",\
|
|
"0.019107, 0.025303, 0.046659, 0.128214, 0.485798",\
|
|
"0.019107, 0.025303, 0.046659, 0.128214, 0.485798");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[9]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.710713, 2.723099, 2.757385, 2.898042, 3.480823",\
|
|
"2.775867, 2.788254, 2.822539, 2.963197, 3.545977",\
|
|
"2.799984, 2.812371, 2.846656, 2.987314, 3.570094",\
|
|
"2.799984, 2.812371, 2.846656, 2.987314, 3.570094",\
|
|
"2.799984, 2.812371, 2.846656, 2.987314, 3.570094");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019438, 0.030770, 0.071906, 0.267977, 1.102314",\
|
|
"0.019438, 0.030770, 0.071906, 0.267977, 1.102314",\
|
|
"0.019438, 0.030770, 0.071906, 0.267977, 1.102314",\
|
|
"0.019438, 0.030770, 0.071906, 0.267977, 1.102314",\
|
|
"0.019438, 0.030770, 0.071906, 0.267977, 1.102314");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "2.782934, 2.792904, 2.815707, 2.884674, 3.132005",\
|
|
"2.848089, 2.858058, 2.880862, 2.949829, 3.197160",\
|
|
"2.872206, 2.882175, 2.904979, 2.973946, 3.221277",\
|
|
"2.872206, 2.882175, 2.904979, 2.973946, 3.221277",\
|
|
"2.872206, 2.882175, 2.904979, 2.973946, 3.221277");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000965, 0.011737, 0.050965, 0.233044, 1.000000");
|
|
values ( "0.019107, 0.025303, 0.043633, 0.119592, 0.453312",\
|
|
"0.019107, 0.025303, 0.043633, 0.119592, 0.453312",\
|
|
"0.019107, 0.025303, 0.043633, 0.119592, 0.453312",\
|
|
"0.019107, 0.025303, 0.043633, 0.119592, 0.453312",\
|
|
"0.019107, 0.025303, 0.043633, 0.119592, 0.453312");
|
|
}
|
|
|
|
} /* 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.001043 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.701680, 2.712872, 2.748743, 2.891605, 3.488100",\
|
|
"2.830488, 2.841680, 2.877551, 3.020413, 3.616908",\
|
|
"2.949492, 2.960684, 2.996556, 3.139417, 3.735912",\
|
|
"3.146479, 3.157670, 3.193542, 3.336404, 3.932899",\
|
|
"3.953005, 3.964196, 4.000068, 4.142930, 4.739425");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019537, 0.030871, 0.075044, 0.279508, 1.152145",\
|
|
"0.019537, 0.030871, 0.075044, 0.279508, 1.152145",\
|
|
"0.019537, 0.030871, 0.075044, 0.279508, 1.152145",\
|
|
"0.019537, 0.030871, 0.075044, 0.279508, 1.152145",\
|
|
"0.019537, 0.030871, 0.075044, 0.279508, 1.152145");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.764563, 2.773598, 2.798011, 2.869449, 3.129681",\
|
|
"2.893371, 2.902406, 2.926819, 2.998257, 3.258489",\
|
|
"3.012375, 3.021410, 3.045823, 3.117261, 3.377493",\
|
|
"3.209362, 3.218397, 3.242809, 3.314248, 3.574480",\
|
|
"4.015888, 4.024923, 4.049335, 4.120774, 4.381006");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019158, 0.025333, 0.046728, 0.128322, 0.485962",\
|
|
"0.019158, 0.025333, 0.046728, 0.128322, 0.485962",\
|
|
"0.019158, 0.025333, 0.046728, 0.128322, 0.485962",\
|
|
"0.019158, 0.025333, 0.046728, 0.128322, 0.485962",\
|
|
"0.019158, 0.025333, 0.046728, 0.128322, 0.485962");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[8]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.694910, 2.707238, 2.741482, 2.882173, 3.465286",\
|
|
"2.760064, 2.772393, 2.806636, 2.947327, 3.530441",\
|
|
"2.784181, 2.796510, 2.830753, 2.971444, 3.554558",\
|
|
"2.784181, 2.796510, 2.830753, 2.971444, 3.554558",\
|
|
"2.784181, 2.796510, 2.830753, 2.971444, 3.554558");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019537, 0.030871, 0.072002, 0.268135, 1.102473",\
|
|
"0.019537, 0.030871, 0.072002, 0.268135, 1.102473",\
|
|
"0.019537, 0.030871, 0.072002, 0.268135, 1.102473",\
|
|
"0.019537, 0.030871, 0.072002, 0.268135, 1.102473",\
|
|
"0.019537, 0.030871, 0.072002, 0.268135, 1.102473");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "2.760943, 2.770878, 2.793658, 2.862630, 3.109962",\
|
|
"2.826098, 2.836033, 2.858812, 2.927785, 3.175117",\
|
|
"2.850215, 2.860150, 2.882929, 2.951902, 3.199234",\
|
|
"2.850215, 2.860150, 2.882929, 2.951902, 3.199234",\
|
|
"2.850215, 2.860150, 2.882929, 2.951902, 3.199234");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001043, 0.011815, 0.051043, 0.233122, 1.000000");
|
|
values ( "0.019158, 0.025333, 0.043675, 0.119633, 0.453207",\
|
|
"0.019158, 0.025333, 0.043675, 0.119633, 0.453207",\
|
|
"0.019158, 0.025333, 0.043675, 0.119633, 0.453207",\
|
|
"0.019158, 0.025333, 0.043675, 0.119633, 0.453207",\
|
|
"0.019158, 0.025333, 0.043675, 0.119633, 0.453207");
|
|
}
|
|
|
|
} /* 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.001674 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "2.708457, 2.720555, 2.756377, 2.899178, 3.494744",\
|
|
"2.837265, 2.849363, 2.885185, 3.027986, 3.623552",\
|
|
"2.956269, 2.968367, 3.004189, 3.146990, 3.742556",\
|
|
"3.153256, 3.165354, 3.201175, 3.343976, 3.939543",\
|
|
"3.959782, 3.971880, 4.007702, 4.150503, 4.746069");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.020221, 0.031503, 0.075737, 0.280067, 1.151561",\
|
|
"0.020221, 0.031503, 0.075737, 0.280067, 1.151561",\
|
|
"0.020221, 0.031503, 0.075737, 0.280067, 1.151561",\
|
|
"0.020221, 0.031503, 0.075737, 0.280067, 1.151561",\
|
|
"0.020221, 0.031503, 0.075737, 0.280067, 1.151561");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "2.769327, 2.778949, 2.803221, 2.874626, 3.134490",\
|
|
"2.898135, 2.907757, 2.932029, 3.003434, 3.263299",\
|
|
"3.017139, 3.026761, 3.051033, 3.122438, 3.382303",\
|
|
"3.214125, 3.223748, 3.248020, 3.319424, 3.579289",\
|
|
"4.020652, 4.030274, 4.054547, 4.125951, 4.385816");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.019582, 0.025624, 0.047005, 0.128528, 0.485692",\
|
|
"0.019582, 0.025624, 0.047005, 0.128528, 0.485692",\
|
|
"0.019582, 0.025624, 0.047005, 0.128528, 0.485692",\
|
|
"0.019582, 0.025624, 0.047005, 0.128528, 0.485692",\
|
|
"0.019582, 0.025624, 0.047005, 0.128528, 0.485692");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[7]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "2.706002, 2.718100, 2.752296, 2.892950, 3.475258",\
|
|
"2.771157, 2.783255, 2.817451, 2.958105, 3.540413",\
|
|
"2.795274, 2.807372, 2.841568, 2.982222, 3.564530",\
|
|
"2.795274, 2.807372, 2.841568, 2.982222, 3.564530",\
|
|
"2.795274, 2.807372, 2.841568, 2.982222, 3.564530");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.020221, 0.031503, 0.072672, 0.268761, 1.102341",\
|
|
"0.020221, 0.031503, 0.072672, 0.268761, 1.102341",\
|
|
"0.020221, 0.031503, 0.072672, 0.268761, 1.102341",\
|
|
"0.020221, 0.031503, 0.072672, 0.268761, 1.102341",\
|
|
"0.020221, 0.031503, 0.072672, 0.268761, 1.102341");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "2.767205, 2.776827, 2.799469, 2.868398, 3.115505",\
|
|
"2.832359, 2.841981, 2.864624, 2.933553, 3.180660",\
|
|
"2.856476, 2.866098, 2.888741, 2.957670, 3.204777",\
|
|
"2.856476, 2.866098, 2.888741, 2.957670, 3.204777",\
|
|
"2.856476, 2.866098, 2.888741, 2.957670, 3.204777");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001674, 0.012446, 0.051674, 0.233753, 1.000000");
|
|
values ( "0.019582, 0.025624, 0.043928, 0.119902, 0.453292",\
|
|
"0.019582, 0.025624, 0.043928, 0.119902, 0.453292",\
|
|
"0.019582, 0.025624, 0.043928, 0.119902, 0.453292",\
|
|
"0.019582, 0.025624, 0.043928, 0.119902, 0.453292",\
|
|
"0.019582, 0.025624, 0.043928, 0.119902, 0.453292");
|
|
}
|
|
|
|
} /* 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.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.366988, 2.378179, 2.414072, 2.556909, 3.153122",\
|
|
"2.495796, 2.506987, 2.542880, 2.685717, 3.281930",\
|
|
"2.614800, 2.625991, 2.661884, 2.804721, 3.400934",\
|
|
"2.811787, 2.822977, 2.858871, 3.001707, 3.597921",\
|
|
"3.618313, 3.629504, 3.665397, 3.808234, 4.404447");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019541, 0.030867, 0.075048, 0.279468, 1.152028",\
|
|
"0.019541, 0.030867, 0.075048, 0.279468, 1.152028",\
|
|
"0.019541, 0.030867, 0.075048, 0.279468, 1.152028",\
|
|
"0.019541, 0.030867, 0.075048, 0.279468, 1.152028",\
|
|
"0.019541, 0.030867, 0.075048, 0.279468, 1.152028");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.444491, 2.453487, 2.477900, 2.549331, 2.809546",\
|
|
"2.573299, 2.582295, 2.606708, 2.678139, 2.938354",\
|
|
"2.692303, 2.701299, 2.725712, 2.797143, 3.057359",\
|
|
"2.889290, 2.898285, 2.922699, 2.994130, 3.254345",\
|
|
"3.695817, 3.704812, 3.729225, 3.800656, 4.060872");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019167, 0.025342, 0.046725, 0.128321, 0.486049",\
|
|
"0.019167, 0.025342, 0.046725, 0.128321, 0.486049",\
|
|
"0.019167, 0.025342, 0.046725, 0.128321, 0.486049",\
|
|
"0.019167, 0.025342, 0.046725, 0.128321, 0.486049",\
|
|
"0.019167, 0.025342, 0.046725, 0.128321, 0.486049");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[6]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.353811, 2.366155, 2.400420, 2.541086, 3.123903",\
|
|
"2.418966, 2.431310, 2.465575, 2.606240, 3.189058",\
|
|
"2.443083, 2.455427, 2.489692, 2.630358, 3.213175",\
|
|
"2.443083, 2.455427, 2.489692, 2.630358, 3.213175",\
|
|
"2.443083, 2.455427, 2.489692, 2.630358, 3.213175");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019541, 0.030867, 0.072007, 0.268095, 1.102357",\
|
|
"0.019541, 0.030867, 0.072007, 0.268095, 1.102357",\
|
|
"0.019541, 0.030867, 0.072007, 0.268095, 1.102357",\
|
|
"0.019541, 0.030867, 0.072007, 0.268095, 1.102357",\
|
|
"0.019541, 0.030867, 0.072007, 0.268095, 1.102357");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.438494, 2.448422, 2.471202, 2.540166, 2.787473",\
|
|
"2.503649, 2.513576, 2.536356, 2.605320, 2.852628",\
|
|
"2.527766, 2.537693, 2.560473, 2.629437, 2.876745",\
|
|
"2.527766, 2.537693, 2.560473, 2.629437, 2.876745",\
|
|
"2.527766, 2.537693, 2.560473, 2.629437, 2.876745");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019167, 0.025342, 0.043672, 0.119633, 0.453289",\
|
|
"0.019167, 0.025342, 0.043672, 0.119633, 0.453289",\
|
|
"0.019167, 0.025342, 0.043672, 0.119633, 0.453289",\
|
|
"0.019167, 0.025342, 0.043672, 0.119633, 0.453289",\
|
|
"0.019167, 0.025342, 0.043672, 0.119633, 0.453289");
|
|
}
|
|
|
|
} /* 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.001377 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "2.677743, 2.688680, 2.724634, 2.867571, 3.464133",\
|
|
"2.806551, 2.817488, 2.853441, 2.996379, 3.592941",\
|
|
"2.925555, 2.936492, 2.972445, 3.115383, 3.711945",\
|
|
"3.122541, 3.133478, 3.169432, 3.312369, 3.908932",\
|
|
"3.929068, 3.940005, 3.975959, 4.118896, 4.715458");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.019890, 0.031179, 0.075570, 0.280438, 1.154739",\
|
|
"0.019890, 0.031179, 0.075570, 0.280438, 1.154739",\
|
|
"0.019890, 0.031179, 0.075570, 0.280438, 1.154739",\
|
|
"0.019890, 0.031179, 0.075570, 0.280438, 1.154739",\
|
|
"0.019890, 0.031179, 0.075570, 0.280438, 1.154739");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "2.748183, 2.757208, 2.781639, 2.853091, 3.113899",\
|
|
"2.876991, 2.886016, 2.910447, 2.981899, 3.242707",\
|
|
"2.995994, 3.005020, 3.029451, 3.100903, 3.361711",\
|
|
"3.192981, 3.202006, 3.226438, 3.297890, 3.558697",\
|
|
"3.999508, 4.008533, 4.032964, 4.104416, 4.365224");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.019383, 0.025476, 0.047037, 0.129026, 0.488286",\
|
|
"0.019383, 0.025476, 0.047037, 0.129026, 0.488286",\
|
|
"0.019383, 0.025476, 0.047037, 0.129026, 0.488286",\
|
|
"0.019383, 0.025476, 0.047037, 0.129026, 0.488286",\
|
|
"0.019383, 0.025476, 0.047037, 0.129026, 0.488286");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[5]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "2.674016, 2.686255, 2.720475, 2.861126, 3.443583",\
|
|
"2.739171, 2.751410, 2.785629, 2.926280, 3.508737",\
|
|
"2.763288, 2.775527, 2.809747, 2.950398, 3.532855",\
|
|
"2.763288, 2.775527, 2.809747, 2.950398, 3.532855",\
|
|
"2.763288, 2.775527, 2.809747, 2.950398, 3.532855");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.019890, 0.031179, 0.072350, 0.268423, 1.102310",\
|
|
"0.019890, 0.031179, 0.072350, 0.268423, 1.102310",\
|
|
"0.019890, 0.031179, 0.072350, 0.268423, 1.102310",\
|
|
"0.019890, 0.031179, 0.072350, 0.268423, 1.102310",\
|
|
"0.019890, 0.031179, 0.072350, 0.268423, 1.102310");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "2.745296, 2.755081, 2.777773, 2.846717, 3.093914",\
|
|
"2.810451, 2.820235, 2.842928, 2.911871, 3.159069",\
|
|
"2.834569, 2.844353, 2.867045, 2.935989, 3.183186",\
|
|
"2.834569, 2.844353, 2.867045, 2.935989, 3.183186",\
|
|
"2.834569, 2.844353, 2.867045, 2.935989, 3.183186");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001377, 0.012149, 0.051377, 0.233456, 1.000000");
|
|
values ( "0.019383, 0.025476, 0.043803, 0.119772, 0.453314",\
|
|
"0.019383, 0.025476, 0.043803, 0.119772, 0.453314",\
|
|
"0.019383, 0.025476, 0.043803, 0.119772, 0.453314",\
|
|
"0.019383, 0.025476, 0.043803, 0.119772, 0.453314",\
|
|
"0.019383, 0.025476, 0.043803, 0.119772, 0.453314");
|
|
}
|
|
|
|
} /* 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.001055 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.761571, 2.772755, 2.808655, 2.951485, 3.547621",\
|
|
"2.890379, 2.901563, 2.937463, 3.080293, 3.676429",\
|
|
"3.009384, 3.020567, 3.056467, 3.199297, 3.795433",\
|
|
"3.206370, 3.217554, 3.253454, 3.396284, 3.992420",\
|
|
"4.012897, 4.024081, 4.059981, 4.202811, 4.798947");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019538, 0.030862, 0.075046, 0.279453, 1.151995",\
|
|
"0.019538, 0.030862, 0.075046, 0.279453, 1.151995",\
|
|
"0.019538, 0.030862, 0.075046, 0.279453, 1.151995",\
|
|
"0.019538, 0.030862, 0.075046, 0.279453, 1.151995",\
|
|
"0.019538, 0.030862, 0.075046, 0.279453, 1.151995");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.821667, 2.830639, 2.855053, 2.926482, 3.186696",\
|
|
"2.950475, 2.959447, 2.983861, 3.055290, 3.315504",\
|
|
"3.069479, 3.078451, 3.102866, 3.174295, 3.434508",\
|
|
"3.266466, 3.275438, 3.299852, 3.371281, 3.631495",\
|
|
"4.072993, 4.081966, 4.106380, 4.177809, 4.438022");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019167, 0.025342, 0.046723, 0.128320, 0.486068",\
|
|
"0.019167, 0.025342, 0.046723, 0.128320, 0.486068",\
|
|
"0.019167, 0.025342, 0.046723, 0.128320, 0.486068",\
|
|
"0.019167, 0.025342, 0.046723, 0.128320, 0.486068",\
|
|
"0.019167, 0.025342, 0.046723, 0.128320, 0.486068");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[4]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.751801, 2.764151, 2.798422, 2.939081, 3.521817",\
|
|
"2.816956, 2.829306, 2.863577, 3.004236, 3.586972",\
|
|
"2.841074, 2.853424, 2.887695, 3.028354, 3.611090",\
|
|
"2.841074, 2.853424, 2.887695, 3.028354, 3.611090",\
|
|
"2.841074, 2.853424, 2.887695, 3.028354, 3.611090");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019538, 0.030862, 0.072004, 0.268080, 1.102324",\
|
|
"0.019538, 0.030862, 0.072004, 0.268080, 1.102324",\
|
|
"0.019538, 0.030862, 0.072004, 0.268080, 1.102324",\
|
|
"0.019538, 0.030862, 0.072004, 0.268080, 1.102324",\
|
|
"0.019538, 0.030862, 0.072004, 0.268080, 1.102324");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "2.815147, 2.825074, 2.847855, 2.916817, 3.164120",\
|
|
"2.880302, 2.890229, 2.913010, 2.981972, 3.229275",\
|
|
"2.904420, 2.914347, 2.937128, 3.006090, 3.253393",\
|
|
"2.904420, 2.914347, 2.937128, 3.006090, 3.253393",\
|
|
"2.904420, 2.914347, 2.937128, 3.006090, 3.253393");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001055, 0.011827, 0.051055, 0.233134, 1.000000");
|
|
values ( "0.019167, 0.025342, 0.043670, 0.119632, 0.453308",\
|
|
"0.019167, 0.025342, 0.043670, 0.119632, 0.453308",\
|
|
"0.019167, 0.025342, 0.043670, 0.119632, 0.453308",\
|
|
"0.019167, 0.025342, 0.043670, 0.119632, 0.453308",\
|
|
"0.019167, 0.025342, 0.043670, 0.119632, 0.453308");
|
|
}
|
|
|
|
} /* 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.000922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.687757, 2.700158, 2.736058, 2.878876, 3.475042",\
|
|
"2.816565, 2.828966, 2.864866, 3.007684, 3.603850",\
|
|
"2.935569, 2.947970, 2.983870, 3.126688, 3.722854",\
|
|
"3.132556, 3.144956, 3.180857, 3.323675, 3.919841",\
|
|
"3.939083, 3.951483, 3.987384, 4.130202, 4.726367");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019392, 0.030728, 0.074875, 0.279226, 1.151656",\
|
|
"0.019392, 0.030728, 0.074875, 0.279226, 1.151656",\
|
|
"0.019392, 0.030728, 0.074875, 0.279226, 1.151656",\
|
|
"0.019392, 0.030728, 0.074875, 0.279226, 1.151656",\
|
|
"0.019392, 0.030728, 0.074875, 0.279226, 1.151656");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.757161, 2.767153, 2.791583, 2.863002, 3.123186",\
|
|
"2.885969, 2.895961, 2.920391, 2.991810, 3.251994",\
|
|
"3.004974, 3.014965, 3.039395, 3.110815, 3.370999",\
|
|
"3.201960, 3.211951, 3.236382, 3.307801, 3.567985",\
|
|
"4.008487, 4.018478, 4.042908, 4.114327, 4.374512");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019078, 0.025283, 0.046641, 0.128195, 0.485786",\
|
|
"0.019078, 0.025283, 0.046641, 0.128195, 0.485786",\
|
|
"0.019078, 0.025283, 0.046641, 0.128195, 0.485786",\
|
|
"0.019078, 0.025283, 0.046641, 0.128195, 0.485786",\
|
|
"0.019078, 0.025283, 0.046641, 0.128195, 0.485786");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[3]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.681462, 2.693863, 2.728150, 2.868812, 3.451664",\
|
|
"2.746617, 2.759017, 2.793305, 2.933967, 3.516819",\
|
|
"2.770734, 2.783134, 2.817422, 2.958084, 3.540936",\
|
|
"2.770734, 2.783134, 2.817422, 2.958084, 3.540936",\
|
|
"2.770734, 2.783134, 2.817422, 2.958084, 3.540936");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019392, 0.030728, 0.071861, 0.267937, 1.102330",\
|
|
"0.019392, 0.030728, 0.071861, 0.267937, 1.102330",\
|
|
"0.019392, 0.030728, 0.071861, 0.267937, 1.102330",\
|
|
"0.019392, 0.030728, 0.071861, 0.267937, 1.102330",\
|
|
"0.019392, 0.030728, 0.071861, 0.267937, 1.102330");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.754911, 2.764902, 2.787715, 2.856685, 3.104033",\
|
|
"2.820065, 2.830056, 2.852869, 2.921839, 3.169187",\
|
|
"2.844182, 2.854174, 2.876987, 2.945956, 3.193304",\
|
|
"2.844182, 2.854174, 2.876987, 2.945956, 3.193304",\
|
|
"2.844182, 2.854174, 2.876987, 2.945956, 3.193304");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019078, 0.025283, 0.043616, 0.119574, 0.453300",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453300",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453300",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453300",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453300");
|
|
}
|
|
|
|
} /* 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.001003 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.783278, 2.795646, 2.831548, 2.974382, 3.570600",\
|
|
"2.912089, 2.924457, 2.960359, 3.103194, 3.699412",\
|
|
"3.031126, 3.043493, 3.079395, 3.222230, 3.818448",\
|
|
"3.228290, 3.240657, 3.276559, 3.419394, 4.015612",\
|
|
"4.035167, 4.047534, 4.083436, 4.226272, 4.822489");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019482, 0.030811, 0.074986, 0.279400, 1.152010",\
|
|
"0.019482, 0.030811, 0.074986, 0.279400, 1.152010",\
|
|
"0.019482, 0.030811, 0.074986, 0.279400, 1.152010",\
|
|
"0.019482, 0.030811, 0.074986, 0.279400, 1.152010",\
|
|
"0.019482, 0.030811, 0.074986, 0.279400, 1.152010");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.852085, 2.862038, 2.886463, 2.957894, 3.218130",\
|
|
"2.980896, 2.990849, 3.015274, 3.086705, 3.346941",\
|
|
"3.099932, 3.109885, 3.134310, 3.205741, 3.465976",\
|
|
"3.297097, 3.307050, 3.331475, 3.402905, 3.663141",\
|
|
"4.103973, 4.113926, 4.138351, 4.209782, 4.470017");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019132, 0.025318, 0.046698, 0.128296, 0.486052",\
|
|
"0.019132, 0.025318, 0.046698, 0.128296, 0.486052",\
|
|
"0.019132, 0.025318, 0.046698, 0.128296, 0.486052",\
|
|
"0.019132, 0.025318, 0.046698, 0.128296, 0.486052",\
|
|
"0.019132, 0.025318, 0.046698, 0.128296, 0.486052");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[2]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.779591, 2.791959, 2.826233, 2.966896, 3.549715",\
|
|
"2.844749, 2.857117, 2.891391, 3.032054, 3.614872",\
|
|
"2.869426, 2.881794, 2.916068, 3.056731, 3.639550",\
|
|
"2.869426, 2.881794, 2.916068, 3.056731, 3.639550",\
|
|
"2.869426, 2.881794, 2.916068, 3.056731, 3.639550");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019482, 0.030811, 0.071950, 0.268031, 1.102341",\
|
|
"0.019482, 0.030811, 0.071950, 0.268031, 1.102341",\
|
|
"0.019482, 0.030811, 0.071950, 0.268031, 1.102341",\
|
|
"0.019482, 0.030811, 0.071950, 0.268031, 1.102341",\
|
|
"0.019482, 0.030811, 0.071950, 0.268031, 1.102341");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "2.849966, 2.859919, 2.882711, 2.951677, 3.199000",\
|
|
"2.915123, 2.925076, 2.947869, 3.016835, 3.264158",\
|
|
"2.939800, 2.949753, 2.972546, 3.041512, 3.288835",\
|
|
"2.939800, 2.949753, 2.972546, 3.041512, 3.288835",\
|
|
"2.939800, 2.949753, 2.972546, 3.041512, 3.288835");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.001003, 0.011775, 0.051003, 0.233082, 1.000000");
|
|
values ( "0.019132, 0.025318, 0.043650, 0.119610, 0.453293",\
|
|
"0.019132, 0.025318, 0.043650, 0.119610, 0.453293",\
|
|
"0.019132, 0.025318, 0.043650, 0.119610, 0.453293",\
|
|
"0.019132, 0.025318, 0.043650, 0.119610, 0.453293",\
|
|
"0.019132, 0.025318, 0.043650, 0.119610, 0.453293");
|
|
}
|
|
|
|
} /* 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.000922 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.770620, 2.783021, 2.818923, 2.961740, 3.557896",\
|
|
"2.899431, 2.911833, 2.947734, 3.090551, 3.686707",\
|
|
"3.018467, 3.030868, 3.066770, 3.209587, 3.805743",\
|
|
"3.215631, 3.228033, 3.263934, 3.406751, 4.002907",\
|
|
"4.022509, 4.034910, 4.070811, 4.213629, 4.809784");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019391, 0.030727, 0.074874, 0.279224, 1.151652",\
|
|
"0.019391, 0.030727, 0.074874, 0.279224, 1.151652",\
|
|
"0.019391, 0.030727, 0.074874, 0.279224, 1.151652",\
|
|
"0.019391, 0.030727, 0.074874, 0.279224, 1.151652",\
|
|
"0.019391, 0.030727, 0.074874, 0.279224, 1.151652");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.839847, 2.849838, 2.874268, 2.945688, 3.205871",\
|
|
"2.968658, 2.978649, 3.003080, 3.074499, 3.334682",\
|
|
"3.087694, 3.097685, 3.122115, 3.193535, 3.453718",\
|
|
"3.284858, 3.294849, 3.319280, 3.390699, 3.650883",\
|
|
"4.091735, 4.101726, 4.126156, 4.197575, 4.457759");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019078, 0.025283, 0.046640, 0.128195, 0.485789",\
|
|
"0.019078, 0.025283, 0.046640, 0.128195, 0.485789",\
|
|
"0.019078, 0.025283, 0.046640, 0.128195, 0.485789",\
|
|
"0.019078, 0.025283, 0.046640, 0.128195, 0.485789",\
|
|
"0.019078, 0.025283, 0.046640, 0.128195, 0.485789");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[1]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.767150, 2.779551, 2.813840, 2.954500, 3.537342",\
|
|
"2.832308, 2.844709, 2.878998, 3.019658, 3.602500",\
|
|
"2.856985, 2.869386, 2.903674, 3.044335, 3.627177",\
|
|
"2.856985, 2.869386, 2.903674, 3.044335, 3.627177",\
|
|
"2.856985, 2.869386, 2.903674, 3.044335, 3.627177");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019391, 0.030727, 0.071861, 0.267935, 1.102326",\
|
|
"0.019391, 0.030727, 0.071861, 0.267935, 1.102326",\
|
|
"0.019391, 0.030727, 0.071861, 0.267935, 1.102326",\
|
|
"0.019391, 0.030727, 0.071861, 0.267935, 1.102326",\
|
|
"0.019391, 0.030727, 0.071861, 0.267935, 1.102326");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "2.837689, 2.847680, 2.870493, 2.939463, 3.186810",\
|
|
"2.902847, 2.912838, 2.935651, 3.004621, 3.251968",\
|
|
"2.927524, 2.937515, 2.960328, 3.029297, 3.276644",\
|
|
"2.927524, 2.937515, 2.960328, 3.029297, 3.276644",\
|
|
"2.927524, 2.937515, 2.960328, 3.029297, 3.276644");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000922, 0.011694, 0.050922, 0.233001, 1.000000");
|
|
values ( "0.019078, 0.025283, 0.043616, 0.119574, 0.453303",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453303",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453303",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453303",\
|
|
"0.019078, 0.025283, 0.043616, 0.119574, 0.453303");
|
|
}
|
|
|
|
} /* 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.000975 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "2.754190, 2.766570, 2.802476, 2.945308, 3.541528",\
|
|
"2.883001, 2.895381, 2.931287, 3.074119, 3.670339",\
|
|
"3.002030, 3.014410, 3.050316, 3.193148, 3.789368",\
|
|
"3.199177, 3.211557, 3.247463, 3.390296, 3.986515",\
|
|
"4.005989, 4.018370, 4.054275, 4.197108, 4.793327");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.019451, 0.030782, 0.074955, 0.279365, 1.152002",\
|
|
"0.019451, 0.030782, 0.074955, 0.279365, 1.152002",\
|
|
"0.019451, 0.030782, 0.074955, 0.279365, 1.152002",\
|
|
"0.019451, 0.030782, 0.074955, 0.279365, 1.152002",\
|
|
"0.019451, 0.030782, 0.074955, 0.279365, 1.152002");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "2.821736, 2.831702, 2.856132, 2.927563, 3.187809",\
|
|
"2.950547, 2.960513, 2.984943, 3.056374, 3.316619",\
|
|
"3.069575, 3.079542, 3.103972, 3.175403, 3.435648",\
|
|
"3.266723, 3.276689, 3.301119, 3.372550, 3.632796",\
|
|
"4.073534, 4.083501, 4.107931, 4.179362, 4.439607");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.019114, 0.025306, 0.046686, 0.128283, 0.486058",\
|
|
"0.019114, 0.025306, 0.046686, 0.128283, 0.486058",\
|
|
"0.019114, 0.025306, 0.046686, 0.128283, 0.486058",\
|
|
"0.019114, 0.025306, 0.046686, 0.128283, 0.486058",\
|
|
"0.019114, 0.025306, 0.046686, 0.128283, 0.486058");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_dat_o[0]_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "2.740496, 2.752876, 2.787155, 2.927817, 3.510634",\
|
|
"2.805653, 2.818033, 2.852313, 2.992974, 3.575792",\
|
|
"2.830241, 2.842621, 2.876900, 3.017562, 3.600380",\
|
|
"2.830241, 2.842621, 2.876900, 3.017562, 3.600380",\
|
|
"2.830241, 2.842621, 2.876900, 3.017562, 3.600380");
|
|
}
|
|
rise_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.019451, 0.030782, 0.071919, 0.267997, 1.102333",\
|
|
"0.019451, 0.030782, 0.071919, 0.267997, 1.102333",\
|
|
"0.019451, 0.030782, 0.071919, 0.267997, 1.102333",\
|
|
"0.019451, 0.030782, 0.071919, 0.267997, 1.102333",\
|
|
"0.019451, 0.030782, 0.071919, 0.267997, 1.102333");
|
|
}
|
|
cell_fall( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "2.815985, 2.825951, 2.848750, 2.917717, 3.165048",\
|
|
"2.881142, 2.891109, 2.913908, 2.982875, 3.230206",\
|
|
"2.905730, 2.915696, 2.938495, 3.007463, 3.254793",\
|
|
"2.905730, 2.915696, 2.938495, 3.007463, 3.254793",\
|
|
"2.905730, 2.915696, 2.938495, 3.007463, 3.254793");
|
|
}
|
|
fall_transition( f_itrans_ocap ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000975, 0.011748, 0.050975, 0.233054, 1.000000");
|
|
values ( "0.019114, 0.025306, 0.043638, 0.119598, 0.453299",\
|
|
"0.019114, 0.025306, 0.043638, 0.119598, 0.453299",\
|
|
"0.019114, 0.025306, 0.043638, 0.119598, 0.453299",\
|
|
"0.019114, 0.025306, 0.043638, 0.119598, 0.453299",\
|
|
"0.019114, 0.025306, 0.043638, 0.119598, 0.453299");
|
|
}
|
|
|
|
} /* 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.005488 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.751980, 0.686826, 0.653589, 0.654285, 0.663943",\
|
|
"0.838442, 0.773288, 0.740051, 0.740747, 0.750406",\
|
|
"0.895909, 0.830755, 0.797518, 0.798214, 0.807873",\
|
|
"0.966306, 0.901152, 0.867915, 0.868611, 0.878269",\
|
|
"1.250086, 1.184932, 1.151695, 1.152391, 1.162050");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.394635, 0.329481, 0.296244, 0.296940, 0.306598",\
|
|
"0.512064, 0.446910, 0.413673, 0.414369, 0.424028",\
|
|
"0.613223, 0.548069, 0.514831, 0.515528, 0.525186",\
|
|
"0.771409, 0.706256, 0.673018, 0.673715, 0.683373",\
|
|
"1.416309, 1.351155, 1.317918, 1.318614, 1.328273");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[3]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.132826, 0.261633, 0.380651, 0.577684, 1.382256",\
|
|
"0.046349, 0.175156, 0.294174, 0.491207, 1.295779",\
|
|
"-0.011150, 0.117657, 0.236675, 0.433708, 1.238279",\
|
|
"-0.080743, 0.048065, 0.167082, 0.364115, 1.168687",\
|
|
"-0.365429, -0.236621, -0.117604, 0.079429, 0.884001");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.021684, 0.107123, 0.226141, 0.423174, 1.228185",\
|
|
"-0.139054, -0.010246, 0.108772, 0.305804, 1.110816",\
|
|
"-0.240022, -0.111215, 0.007803, 0.204836, 1.009848",\
|
|
"-0.396318, -0.267511, -0.148493, 0.048540, 0.853551",\
|
|
"-1.039604, -0.910797, -0.791779, -0.594746, 0.210266");
|
|
}
|
|
|
|
} /* 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.004176 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.484217, 0.419063, 0.385826, 0.386522, 0.396180",\
|
|
"0.560018, 0.494864, 0.461627, 0.462323, 0.471982",\
|
|
"0.600928, 0.535774, 0.502536, 0.503233, 0.512891",\
|
|
"0.639985, 0.574831, 0.541594, 0.542290, 0.551949",\
|
|
"0.801448, 0.736295, 0.703057, 0.703754, 0.713412");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.342489, 0.277335, 0.244097, 0.244794, 0.254452",\
|
|
"0.465374, 0.400220, 0.366983, 0.367679, 0.377338",\
|
|
"0.588328, 0.523175, 0.489937, 0.490634, 0.500292",\
|
|
"0.781907, 0.716754, 0.683516, 0.684213, 0.693871",\
|
|
"1.581277, 1.516124, 1.482886, 1.483582, 1.493241");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[2]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.049153, 0.079654, 0.198672, 0.395705, 1.200276",\
|
|
"-0.124955, 0.003853, 0.122870, 0.319903, 1.124475",\
|
|
"-0.165864, -0.037057, 0.081961, 0.278994, 1.083565",\
|
|
"-0.204921, -0.076114, 0.042904, 0.239937, 1.044508",\
|
|
"-0.366033, -0.237225, -0.118208, 0.078825, 0.883397");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.053071, 0.075736, 0.194754, 0.391790, 1.197076",\
|
|
"-0.175956, -0.047149, 0.071869, 0.268904, 1.074191",\
|
|
"-0.298911, -0.170103, -0.051086, 0.145950, 0.951236",\
|
|
"-0.492490, -0.363683, -0.244665, -0.047629, 0.757657",\
|
|
"-1.291860, -1.163052, -1.044034, -0.846999, -0.041713");
|
|
}
|
|
|
|
} /* 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.004158 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.839700, 0.774546, 0.741309, 0.742005, 0.751664",\
|
|
"0.915608, 0.850454, 0.817217, 0.817913, 0.827572",\
|
|
"0.956288, 0.891134, 0.857897, 0.858593, 0.868252",\
|
|
"0.995505, 0.930351, 0.897113, 0.897810, 0.907468",\
|
|
"1.157176, 1.092023, 1.058785, 1.059482, 1.069140");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.489278, 0.424124, 0.390887, 0.391583, 0.401242",\
|
|
"0.612189, 0.547035, 0.513798, 0.514494, 0.524153",\
|
|
"0.735877, 0.670723, 0.637486, 0.638182, 0.647841",\
|
|
"0.931091, 0.865938, 0.832700, 0.833397, 0.843055",\
|
|
"1.737336, 1.672182, 1.638945, 1.639641, 1.649300");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[1]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.085441, 0.043366, 0.162384, 0.359417, 1.163988",\
|
|
"-0.161349, -0.032542, 0.086476, 0.283509, 1.088081",\
|
|
"-0.202029, -0.073222, 0.045796, 0.242829, 1.047401",\
|
|
"-0.241246, -0.112439, 0.006579, 0.203612, 1.008184",\
|
|
"-0.403009, -0.274202, -0.155184, 0.041849, 0.846420");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.199593, -0.070786, 0.048232, 0.245268, 1.050555",\
|
|
"-0.322504, -0.193696, -0.074679, 0.122357, 0.927643",\
|
|
"-0.446192, -0.317385, -0.198367, -0.001331, 0.803955",\
|
|
"-0.641406, -0.512599, -0.393581, -0.196546, 0.608741",\
|
|
"-1.447651, -1.318844, -1.199826, -1.002790, -0.197504");
|
|
}
|
|
|
|
} /* 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.004876 ;
|
|
is_unconstrained : true;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
is_unconstrained : true;
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : setup_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.438197, 0.373044, 0.339806, 0.340503, 0.350161",\
|
|
"0.524689, 0.459535, 0.426298, 0.426994, 0.436653",\
|
|
"0.582103, 0.516949, 0.483712, 0.484408, 0.494067",\
|
|
"0.651716, 0.586562, 0.553325, 0.554021, 0.563680",\
|
|
"0.937945, 0.872792, 0.839554, 0.840251, 0.849909");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.437438, 0.372284, 0.339047, 0.339743, 0.349402",\
|
|
"0.554815, 0.489662, 0.456424, 0.457121, 0.466779",\
|
|
"0.655747, 0.590594, 0.557356, 0.558053, 0.567711",\
|
|
"0.812082, 0.746928, 0.713691, 0.714387, 0.724046",\
|
|
"1.455098, 1.389944, 1.356707, 1.357403, 1.367062");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_stupr*/
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : hold_rising ;
|
|
rise_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.070999, 0.057808, 0.176826, 0.373859, 1.178432",\
|
|
"-0.157490, -0.028683, 0.090335, 0.287368, 1.091940",\
|
|
"-0.214904, -0.086097, 0.032921, 0.229954, 1.034526",\
|
|
"-0.284748, -0.155940, -0.036923, 0.160110, 0.964683",\
|
|
"-0.571708, -0.442901, -0.323883, -0.126850, 0.677722");
|
|
}
|
|
fall_constraint( f_dtrans_ctrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
index_2 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "-0.101974, 0.026833, 0.145851, 0.342886, 1.148173",\
|
|
"-0.214293, -0.085486, 0.033532, 0.230568, 1.035854",\
|
|
"-0.308623, -0.179816, -0.060798, 0.136237, 0.941524",\
|
|
"-0.449740, -0.320933, -0.201915, -0.004880, 0.800407",\
|
|
"-1.030041, -0.901234, -0.782216, -0.585180, 0.220106");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wb_sel_i[0]_hldr*/
|
|
|
|
} /* end of pin wb_sel_i[0] */
|
|
} /* end of bus wb_sel_i */
|
|
|
|
pin("wbbd_sck") {
|
|
direction : internal ;
|
|
clock : true ;
|
|
max_transition : 1.506646 ;
|
|
min_transition : 0.000000 ;
|
|
max_capacitance : 0.551157 ;
|
|
min_capacitance : 0.000000 ;
|
|
capacitance : 0.000000 ;
|
|
|
|
/* Other user defined attributes. */
|
|
|
|
timing () {
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.024361, 1.153171, 1.272189, 1.469310, 2.276003");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.148664, 0.148664, 0.148664, 0.148664, 0.148664");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.073095, 1.201905, 1.320923, 1.518044, 2.324738");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.109617, 0.109617, 0.109617, 0.109617, 0.109617");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg*/
|
|
|
|
timing () {
|
|
min_delay_flag : true ;
|
|
related_pin : "wb_clk_i" ;
|
|
timing_type : rising_edge ;
|
|
cell_rise( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.022285, 1.087441, 1.111874, 1.111874, 1.111874");
|
|
}
|
|
rise_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.148664, 0.148664, 0.148664, 0.148664, 0.148664");
|
|
}
|
|
cell_fall( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "1.071019, 1.136175, 1.160608, 1.160608, 1.160608");
|
|
}
|
|
fall_transition( f_itrans ){
|
|
index_1 ( "0.000000, 0.282311, 0.650743, 1.500000, 5.000000");
|
|
values ( "0.109617, 0.109617, 0.109617, 0.109617, 0.109617");
|
|
}
|
|
|
|
} /* end of arc wb_clk_i_wbbd_sck_redg_min*/
|
|
|
|
} /* end of pin wbbd_sck */
|
|
|
|
} /* end of cell */
|
|
|
|
} /* end of library */
|
|
|