summaryrefslogtreecommitdiff
path: root/sailcov/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'sailcov/README.md')
-rw-r--r--sailcov/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/sailcov/README.md b/sailcov/README.md
index 68ab0924..5118d919 100644
--- a/sailcov/README.md
+++ b/sailcov/README.md
@@ -38,5 +38,8 @@ sailcov -a all_branches -t sail_coverage my_model.sail
which produces a `my_model.html` file. Multiple sail files can be
passed to the tool, and it will produce html for each
-individually. See [riscv_vmem_sv39.html](https://alasdair.github.io/riscv_vmem_sv39.html) for an
-example of the output.
+individually. See
+[riscv_vmem_sv39.html](https://alasdair.github.io/riscv_vmem_sv39.html)
+for an example of the output. There is also a `--tab-width` option for
+sailcov that can be used to control the tab width in the generated
+html.