Skip to content

Commit

Permalink
plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounti committed Jun 3, 2024
1 parent bf923a6 commit 13f8006
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fuzzers/cva6-vcs-fuzzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,14 @@ The trap handler is there to stop earlier the testcase execution if we trop too
This version is a naive implementation, better performance could be achieved with some changes on the testharness (e.g., early simulation stop, irq support).


# Ploting data

The fuzzer saves statistics into the `sync`directory.
It is possible to plot coverage over time using the `plot.py`:

```python
python3 ./plot.py -m branch -d ./sync
```

The `-m` option is there to provide the coverage metric that is either tgl, cond, branch, line, fsm.
The `-d` points to the directory where stats are saved.

0 comments on commit 13f8006

Please sign in to comment.