mirror of https://github.com/efabless/caravel.git
105 lines
2.5 KiB
Plaintext
105 lines
2.5 KiB
Plaintext
library (gpio_defaults_block) {
|
|
comment : "";
|
|
delay_model : table_lookup;
|
|
simulation : false;
|
|
capacitive_load_unit (1,pF);
|
|
leakage_power_unit : 1pW;
|
|
current_unit : "1A";
|
|
pulling_resistance_unit : "1kohm";
|
|
time_unit : "1ns";
|
|
voltage_unit : "1v";
|
|
library_features(report_delay_calculation);
|
|
|
|
input_threshold_pct_rise : 50;
|
|
input_threshold_pct_fall : 50;
|
|
output_threshold_pct_rise : 50;
|
|
output_threshold_pct_fall : 50;
|
|
slew_lower_threshold_pct_rise : 20;
|
|
slew_lower_threshold_pct_fall : 20;
|
|
slew_upper_threshold_pct_rise : 80;
|
|
slew_upper_threshold_pct_fall : 80;
|
|
slew_derate_from_library : 1.0;
|
|
|
|
|
|
nom_process : 1.0;
|
|
nom_temperature : 25.0;
|
|
nom_voltage : 1.80;
|
|
|
|
type ("gpio_defaults") {
|
|
base_type : array;
|
|
data_type : bit;
|
|
bit_width : 13;
|
|
bit_from : 12;
|
|
bit_to : 0;
|
|
}
|
|
|
|
cell ("gpio_defaults_block") {
|
|
pin("VPWR") {
|
|
direction : input;
|
|
capacitance : 0.0000;
|
|
}
|
|
pin("VGND") {
|
|
direction : input;
|
|
capacitance : 0.0000;
|
|
}
|
|
bus("gpio_defaults") {
|
|
bus_type : gpio_defaults;
|
|
direction : output;
|
|
capacitance : 0.0000;
|
|
pin("gpio_defaults[12]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[11]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[10]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[9]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[8]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[7]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[6]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[5]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[4]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[3]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[2]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[1]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
pin("gpio_defaults[0]") {
|
|
direction : output;
|
|
capacitance : 0.0334;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|