mirror of
https://github.com/YosysHQ/sby.git
synced 2026-02-22 03:07:38 +00:00
Fix comment
This commit is contained in:
parent
022323bd71
commit
b23e01c2a1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ module DUT (
|
|||
phase3a_cover_ack: cover(ack);
|
||||
end
|
||||
|
||||
// Assert the second ack arrives within a bounded window after beginning
|
||||
// Assert the third ack arrives within a bounded window after beginning
|
||||
// phase 3, and furthermore after that point no further acks arrive.
|
||||
property p_acks_seen_hits_3_and_stays;
|
||||
@(posedge clk) ##[0:8] $rose(acks_seen == 3) ##1 (acks_seen == 3)[*0:$];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue