mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-23 05:15:30 +00:00
fix junit error/failure/skipped count
This commit is contained in:
parent
53eb25fcae
commit
7d3545dc86
3 changed files with 37 additions and 24 deletions
|
@ -25,7 +25,7 @@ if (rst)
|
|||
else
|
||||
count <= count + 1'b1;
|
||||
|
||||
cover (count == 0);
|
||||
cover (count == 4'd11);
|
||||
cover (count == 0 && !rst);
|
||||
cover (count == 4'd11 && !rst);
|
||||
end
|
||||
endmodule
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue