cva6/vendor/riscv/riscv-config/docs
2024-04-16 13:56:06 +02:00
..
source Vendorize 'riscv-config' tool in order to test/support local extensions. (#2045) 2024-04-16 13:56:06 +02:00
Makefile Vendorize 'riscv-config' tool in order to test/support local extensions. (#2045) 2024-04-16 13:56:06 +02:00
README.md Vendorize 'riscv-config' tool in order to test/support local extensions. (#2045) 2024-04-16 13:56:06 +02:00
requirements.txt Vendorize 'riscv-config' tool in order to test/support local extensions. (#2045) 2024-04-16 13:56:06 +02:00

Build the docs

For PDF

pip install -r requirements.txt
make latexpdf
evince build/latex/*.pdf

HTML

pip install -r requirements.txt
make html
firefox build/html/index.html