/*general attribute*/ technology(cmos | fpga); 工艺类型 delay_model : [ generic_cmos | table_lookup | cmos2 | piecewise_cmos | dcm]; 延迟模型:指明在计算延迟时用的那个模型 in_place_swap_mode : [match_footpoint...]; 替代交换方式 library_features(report_delay_calculate); 库特征 bus_naming_style : "Bus***..."; 总线命名方式
/*documentation attribute*/ revision : ***; date : ***; comment : ***;
/*unit attribute*/ time_unit : "1ns"; 时间单位 voltage_unit : "1V"; 电压单位 current_unit : "1mA"; 电流单位 pulling_resistance_unit : "1kohm"; 上下拉电阻单位 leakage_power_unit : "1pW"; 漏电功耗 capacitive_load_unit : (1.0,pf); 电容单位
}