timing check---多周期路径

本文介绍了在组合数据路径需要多个时钟周期才能通过逻辑门的情况,这种路径被称为多周期路径。设置多周期路径可以调整时序分析,确保数据在指定的时钟周期后被捕获。在保持时序检查中,通常希望保持检查保持单周期设置时的状态,为此需要指定多周期保持约束。例如,当设置了一个3周期的设置多周期路径,应配合一个2周期的保持多周期路径,以便将保持检查边缘移回到发射边缘。同时,跨时钟域的多周期路径也需要相应的设置和保持约束。
摘要由CSDN通过智能技术生成

In some cases, the combinational data path between two flip-flops can take more than one clock cycle to propagate through the logic. In such cases, the combinational path is declared as a multicycle path. Even though the data is being captured by the capture flip-flop on every clock edge, we direct STA that the relevant capture edge occurs after the specified number of clock cycles.

create_clock -name CLKM -period 10 [get_ports CLKM]
set_multicycle_path 3 -setup \
-from [get_pins UFF0/Q] \
-to [get_pins UFF1/D]

Notice that the clock edge for the capture flip-flop is now three clock cycles away, at 30ns.





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值