|
| 1 | +library(fake_macros) { |
| 2 | + technology (cmos); |
| 3 | + delay_model : table_lookup; |
| 4 | + revision : 1.0; |
| 5 | + date : "2019-11-05 15:53:47Z"; |
| 6 | + comment : "SRAM"; |
| 7 | + time_unit : "1ns"; |
| 8 | + voltage_unit : "1V"; |
| 9 | + current_unit : "1mA"; |
| 10 | + leakage_power_unit : "1mW"; |
| 11 | + nom_process : 1; |
| 12 | + nom_temperature : 25.000; |
| 13 | + nom_voltage : 1.1; |
| 14 | + capacitive_load_unit (1,pf); |
| 15 | + |
| 16 | + pulling_resistance_unit : "1kohm"; |
| 17 | + |
| 18 | + operating_conditions(tt_1.0_25.0) { |
| 19 | + process : 1; |
| 20 | + temperature : 25.000; |
| 21 | + voltage : 1.1; |
| 22 | + tree_type : balanced_tree; |
| 23 | + } |
| 24 | + |
| 25 | + /* default attributes */ |
| 26 | + default_cell_leakage_power : 0; |
| 27 | + default_fanout_load : 1; |
| 28 | + default_inout_pin_cap : 0.0; |
| 29 | + default_input_pin_cap : 0.0; |
| 30 | + default_output_pin_cap : 0.0; |
| 31 | + default_input_pin_cap : 0.0; |
| 32 | + default_max_transition : 0.0; |
| 33 | + |
| 34 | + default_operating_conditions : tt_1.0_25.0; |
| 35 | + default_leakage_power_density : 0.0; |
| 36 | + |
| 37 | + /* additional header data */ |
| 38 | + slew_derate_from_library : 1.000; |
| 39 | + slew_lower_threshold_pct_fall : 10.000; |
| 40 | + slew_upper_threshold_pct_fall : 90.000; |
| 41 | + slew_lower_threshold_pct_rise : 10.000; |
| 42 | + slew_upper_threshold_pct_rise : 90.000; |
| 43 | + input_threshold_pct_fall : 50.000; |
| 44 | + input_threshold_pct_rise : 50.000; |
| 45 | + output_threshold_pct_fall : 50.000; |
| 46 | + output_threshold_pct_rise : 50.000; |
| 47 | + |
| 48 | + |
| 49 | + lu_table_template(fakeram45_64x7_mem_out_delay_template) { |
| 50 | + variable_1 : input_net_transition; |
| 51 | + variable_2 : total_output_net_capacitance; |
| 52 | + index_1 ("1000, 1001"); |
| 53 | + index_2 ("1000, 1001"); |
| 54 | + } |
| 55 | + lu_table_template(fakeram45_64x7_mem_out_slew_template) { |
| 56 | + variable_1 : total_output_net_capacitance; |
| 57 | + index_1 ("1000, 1001"); |
| 58 | + } |
| 59 | + lu_table_template(fakeram45_64x7_constraint_template) { |
| 60 | + variable_1 : related_pin_transition; |
| 61 | + variable_2 : constrained_pin_transition; |
| 62 | + index_1 ("1000, 1001"); |
| 63 | + index_2 ("1000, 1001"); |
| 64 | + } |
| 65 | + power_lut_template(fakeram45_64x7_energy_template_clkslew) { |
| 66 | + variable_1 : input_transition_time; |
| 67 | + index_1 ("1000, 1001"); |
| 68 | + } |
| 69 | + power_lut_template(fakeram45_64x7_energy_template_sigslew) { |
| 70 | + variable_1 : input_transition_time; |
| 71 | + index_1 ("1000, 1001"); |
| 72 | + } |
| 73 | + library_features(report_delay_calculation); |
| 74 | + |
| 75 | + cell(CLOCKED_MACRO) { |
| 76 | + area : 40000; |
| 77 | + interface_timing : true; |
| 78 | + is_macro : true; |
| 79 | + |
| 80 | + pin (I1) { |
| 81 | + direction : input; |
| 82 | + } |
| 83 | + pin (CK) { |
| 84 | + direction : input; |
| 85 | + } |
| 86 | + pin (O1) { |
| 87 | + direction : output; |
| 88 | + } |
| 89 | + } |
| 90 | +} |
0 commit comments