返回介绍

30.8.4.3 Dump off regions

发布于 2020-09-09 22:56:03 字数 1236 浏览 913 评论 0 收藏 0

When accessing a database, it is likely that there are gaps along the value time-line where possibly the data recording (e.g. dumping from simulator) was turned off. In this case the starting point of that interval shall be marked as a VC if the object had a stored value before that time. vpi_goto(), whether used to jump to that time or using next VC or previous VC traversal from a point before or after respectively, shall stop at that VC. Calling vpi_get_value() on the traverse object pointing to that VC shall have no effect on the value argument passed; the time argument shall be filled with the time at that VC. vpi_get() can be called in the form: vpi_get(vpiHasNoValue, <traverse handle>) to return TRUE if the traverse handle has no value (i.e. pointing to the start of a dump off region) and FALSE otherwise.

There is, of course, another VC (from no recorded value to an actual recorded value) at the end of the dump off interval, if the end exists i.e. there is additional dumping performed and data for this object exists before the end of the trace. There are no VCs in between the two marking the beginning and end (if they exist); a move to the next VC from the start point leads to the end point.

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

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

发布评论

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