返回介绍

31.8 Ports (supersedes IEEE 1364-2001 26.6.5)

发布于 2020-09-09 22:56:04 字数 1445 浏览 896 评论 0 收藏 0

NOTES

  1. vpiPortType shall be one of the following three types: vpiPort, vpiInterfacePort, and vpiModportPort. Port type depends on the formal, not on the actual.
  2. vpi_get_delays, vpi_put_delays delays shall not be applicable for vpiInterfacePort.
  3. vpiHighConn shall indicate the hierarchically higher (closer to the top module) port connection.
  4. vpiLowConn shall indicate the lower (further from the top module) port connection.
  5. vpiLowConn of a vpiInterfacePort shall always be vpiRefObj.
  6. Properties scalar and vector shall indicate if the port is 1 bit or more than 1 bit. They shall not indicate anything about what is connected to the port.
  7. Properties index and name shall not apply for port bits.
  8. If a port is explicitly named, then the explicit name shall be returned. If not, and a name exists, then that name shall be returned. Otherwise, NULL shall be returned.
  9. vpiPortIndex can be used to determine the port order. The first port has a port index of zero.
  10. vpiHighConn and vpiLowConn shall return NULL if the port is not connected.
  11. vpiSize for a null port shall return 0.

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

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

发布评论

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