8000 PSL assertions dumping in waves · Issue #1122 · nickg/nvc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
PSL assertions dumping in waves #1122
Open
@Blebowski

Description

@Blebowski

It would be handy to see PSL assertion state in waves, it improves debugability of PSL assertions.

I would dump each PSL assertion as one record of:

  1. PSL assertion state
    • Inactive - When no state of assertion FSM is active
    • Running - When a PSL assertion has an FSM state active that is not the accept state.
    • Covered - For cover assertions when they reach the final state.
    • Failed - For assert assertions in the cycle they fail (when they print the report).
  2. Count of "started" times. Incremented when a non-initial state is activated.
  3. Count of "failed" times for assert assertions
  4. Count of "covered" times for cover assertions.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0