|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 lyz543212 于 2014-9-17 16:18 编辑
create_clock -name ck1 -period 0.454 -waveform { 0 0.227 } [get_ports { port_name }]
create_generated_clock -name ck2 -divide_by 2 -source [get_ports { port_name } \
[get_pins { pin_name }]
现在有一条feedthrough path,input port的launch clock为ck2, output port的capture clock为ck1.
Startpoint: input_port_name
(input port clocked by ck2)
Endpoint: output_port_name
(output port clocked by ck1)
clock ck2 (rise edge) 0.908
clock ck1 (rise edge) 1.362
按理说 check的edge应该是 0 到 0.454 , 如下图 ,但是实际的report却是从0.908到1.362, 虽然timing的差值是一样的,但是感觉有问题。
有没有类似的sdc 使得这种check发生偏移? |
|