返回介绍

17.11.5 Non-degeneracy

发布于 2020-09-09 22:55:54 字数 1169 浏览 1120 评论 0 收藏 0

It is possible to define sequences that can never be matched. For example:

(1’b1) intersect(1’b1 ##1 1’b1)

It is also possible to define sequences that admit only empty matches. For example:

1’b1[*0]

A sequence that admits no match or that admits only empty matches is called degenerate. A sequence that admits at least one non-empty match is called non-degenerate. A more precise definition of non-degeneracy is given in Annex H.

The following restrictions apply:

  1. Any sequence that is used as a property must be non-degenerate and must not admit any empty match.
  2. Any sequence that is used as the antecedent of an overlapping implication (|->) must be non-degenerate.
  3. Any sequence that is used as the antecedent of a non-overlapping implication (|=>) must admit at least one match. Such a sequence can admit only empty matches.

The reason for these restrictions is that the use of degenerate sequences the forbidden ways results in counterintuitive property semantics, especially when the property is combined with a disable iff clause.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文