我们可以用set_unit命令去指定各种变量的单位,如:time、resistance、capacitance、voltage、current、power等。我们也可以单个set_unit命令去设置倍数单位。 set_unit -time ns -resistance kohm -capacitance of -voltage V -current mA 03、Set driving cells 规定了由Tech库中的cell驱动的输入输出端口的drive特性。...
SDC版本: SDC文件的当前版本,常见有2.1、2.0、1.9等。set sdc_version 2.1 单位设置: 通过set_unit命令设置变量如时间、电阻、电容等的单位,如ns、kohm等。set_unit -time ns -resistance kohm 驱动单元设置: 用于规定库中cell驱动的输入输出端口的特性,与delay建模相关。set_driving_load -...
set_data_check[-fromfrom_object] [-toto_object] [-rise_fromfrom_object] [-fall_fromfrom_object] [-rise_toto_object] [-fall_toto_object] [-setup] [-hold] [-clockclock_object] value 命令在两个数据引脚之间执行指定的检查。 例子: ●set_data_check-from[get_pinsUBLK/EN]-to[get_pinsUB...
set_fanout_load 2 [get_outputs] set_load与set_fanout_load不同,set_load指定负载的实际电容负载,而set_fanout_load是根据标准负载指定负载值。电容负载(set_load)=标准负载(set_fanout_load)×单个标准负载的电容负载。 4.14 set_max_area 如果不设置面积的约束,DC将做最小限度的面积优化。设置了面积的约束...
set_units [-capacitance cap_unit] [-resistance res_units] [-time time_unit] [-voltage voltage_unit] [-current current_unit] [-power power_unit] 上述命令指定了 SDC 文件中使用的单位。 例子: set_units -capacitance pf -time ps A.2 对象访问命令 ...
set_units [-capacitance cap_unit] [-resistance res_units] [-time time_unit] [-voltage voltage_unit] [-current current_unit] [-power power_unit] 上述命令指定了SDC文件中使用的单位。 例子: set_units -capacitance pf -time ps A.2 对象访问命令 ...
unit 是可选的,如果没有设置unit 大部分工具会从读入的第一个libary 中抽取对应的unit. Driving cell 通常会选一个不大不小的buffer 比如X4 的buffer. load 如果有经验值就用经验值,如果没有可参考不大不小buffer 的输入pin Cap. Design rule 按照代工厂给的signoff 要求设置即可。
unit 是可选的,如果没有设置unit 大部分工具会从读入的第一个libary 中抽取对应的unit. Driving cell 通常会选一个不大不小的buffer 比如X4 的buffer. load 如果有经验值就用经验值,如果没有可参考不大不小buffer 的输入pin Cap. Design rule 按照代工厂给的signoff 要求设置即可。
The syntax of the set_units command is set_units -capacitance cap_unit -resistance res_unit -time time_unit -voltage voltage_unit -current current_unit -power power_unit Specifying the Design Constraints You specify design constraints using Synopsys constraint commands. Y ou can break up a long...
除非指定了waveform option ,默认的时钟在0时刻上升在50%下降依次重复;时钟的名字必须和时钟引脚的名字一致,除非使用-name选项指定; 如果你想知道时钟的单位的话 可以通过report_lib 来查看库里规定的单位;或者get_attribute <lib_name> time_unit_name