Skip to content

Commit

Permalink
Added rule for locking
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsAsplund committed Oct 27, 2024
1 parent 27c2784 commit 3d92427
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/verification_components/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,10 @@ Rule 14
All VCs shall support the sync interface.

**Rationale**: Being able to verify whether a VC is idle and introduce delays between transactions is a common and useful feature for VC users.

Rule 15
-------

A VC shall keep the ``test_runner_cleanup`` phase entry gate locked while there are pending operations.

**Rationale**: Locking the gate prevents the simulation from terminating prematurely.

0 comments on commit 3d92427

Please sign in to comment.