get_property
var_name
property
[-clock clock_name ]
[-view view_name ]
[-quiet]
介绍一下get_property命令里面的library property属性。命令的用法参考下面链接
Library Properties
default_max_transition: 返回当前library中的defalut_max_transition值
hierarchical_name: 返回当前library的hierarchicalpath值
input_threshold_pct_fall: 返回inputsignal信号从1变为0的阈值百分比,默认是50
input_threshold_pct_rise: 返回inputsignal信号从0变为1的阈值百分比,默认是50
lib_file_path: 返回lib文件的地址
lib_version: 返回lib文件的版本
object_type: 返回object的类型
output_threshold_pct_fall: 返回output signal信号从1变为0的阈值百分比,默认是50
output_threshold_pct_rise: 返回output signal信号从0变为1的阈值百分比,默认是50
slew_derate_from_library: 返回transition time上的timing derate值,默认是1
slew_lower_threshold_pct_fall: 返回下降沿到达的VDD低电平阈值百分比
slew_lower_threshold_pct_rise: 返回上升沿到达的VDD低电平阈值百分比
slew_upper_threshold_pct_fall: 返回下降沿到达的VDD高电平阈值百分比