Commit graph

6 commits

Author SHA1 Message Date
Pirmin Vogel
ca7bbddd4e Doc: remove draft when mentioning RISC-V Priv Spec v.1.11
This version of the spec has been ratified in the meantime.
2019-06-28 18:55:26 +01:00
Philipp Wagner
d811c04cce Disable performance counters by default
Performance counters are an optional feature. Disable them by default to
avoid users having them enabled unknowingly and paying the (rather
large) area price for it.
2019-06-25 17:46:07 +01:00
Pirmin Vogel
effa61c684 Update documentation on CSRs and performance counters 2019-06-03 15:49:21 +01:00
Pirmin Vogel
cb320352b9 Correct bit numbers in PCMR documentation.
These numbers were inverted in the documentation. This commit resolves #15.
2019-06-03 15:49:21 +01:00
Philipp Wagner
1b82b1bb7c Adjust documentation for ibex
With the rename from zero-riscy to ibex, and subsequent cleanups, the
documentation needs an update too.
2019-04-26 15:09:00 +01:00
Stefan Wallentowitz
c6eeb34f57 Convert documentation to restructured text
Convert the documentation to restructured text. It looks slightly
different to the previous Word document, but can better be handled by
source control. It also automatically handles the versioning.

To build it:

    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    make html
    make latexpdf
2018-11-13 16:21:47 +01:00