Constraining Paths Between Asynchronous Clock Domains

本文介绍了如何在两个异步时钟域之间约束特定路径。使用`set_clock_association`命令配合`-async_to_async`选项可以保留SI分析并进行定时分析。之后,可以利用`set_max_delay`命令来指定所需路径的最大延迟。为了防止报告其他路径,可以为剩余路径设置无限最大延迟。
摘要由CSDN通过智能技术生成

Description

Question:

How can I constrain a few paths between two asynchronous clock domains?

Answer:

Specifying asynchronous relationship between clocks does two things:

  • Sets a false_path exception internally for all the paths between the two clock domains
  • Infinite arrival_window is used for SI analysis between the nets corresponding from these domains

The internal false_path exception suppresses the default timing analysis and as false_path has highest priority over all the other exceptions, you can't use set_max_delay to constrain the required paths directly.

The solution is to use the switch -allow_paths while specifying the asynchronous relationship. The switch enables the timing analysis between the paths and preserves SI analysis using an infinite arrival window:

pt_shell> create_clock -period 1 \
	-name Clock_A [ get
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值