Read the Docs build information Build id: 2023649 Project: openhw-group-core-v-xif Version: latest Commit: 558af15863a42fd568ddb1523441876d38989674 Date: 2024-02-16T20:52:41.619970Z State: finished Success: True [rtd-command-info] start-time: 2024-02-16T20:52:42.767077Z, end-time: 2024-02-16T20:52:43.268101Z, duration: 0, exit-code: 0 git clone --depth 1 https://github.com/openhwgroup/core-v-xif.git . Cloning into '.'... [rtd-command-info] start-time: 2024-02-16T20:52:43.349609Z, end-time: 2024-02-16T20:52:44.383541Z, duration: 1, exit-code: 0 git fetch origin --force --prune --prune-tags --depth 50 refs/heads/main:refs/remotes/origin/main From https://github.com/openhwgroup/core-v-xif * [new tag] core-v-xif_v0.2.0 -> core-v-xif_v0.2.0 [rtd-command-info] start-time: 2024-02-16T20:52:44.519802Z, end-time: 2024-02-16T20:52:44.590420Z, duration: 0, exit-code: 0 git checkout --force origin/main Note: switching to 'origin/main'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at 558af15 Adding pdf as format to the config yaml (#149) [rtd-command-info] start-time: 2024-02-16T20:52:44.661665Z, end-time: 2024-02-16T20:52:44.727176Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-02-16T20:52:44.789792Z, end-time: 2024-02-16T20:52:44.850633Z, duration: 0, exit-code: 0 cat .readthedocs.yaml # Configuration file for ReadTheDocs, used to render CV-X-IF documentation. # Copyright 2023 OpenHW Group # SPDX-License-Identifier:Apache-2.0 WITH SHL-2.1 version: 2 build: os: "ubuntu-20.04" tools: python: "3.9" # Build from the docs/source directory with Sphinx sphinx: configuration: docs/source/conf.py # Build PDF formats: - pdf # Explicitly set the Python requirements python: install: - requirements: docs/requirements.txt [rtd-command-info] start-time: 2024-02-16T20:52:49.955945Z, end-time: 2024-02-16T20:52:50.046872Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2024-02-16T20:52:50.474217Z, end-time: 2024-02-16T20:52:51.788165Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 964ms creator CPython3Posix(dest=/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest, clear=False, no_vcs_ignore=False, global=False) seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/docs/.local/share/virtualenv) added seed packages: pip==23.1, setuptools==67.6.1, wheel==0.40.0 activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [rtd-command-info] start-time: 2024-02-16T20:52:51.857586Z, end-time: 2024-02-16T20:53:04.422328Z, duration: 12, exit-code: 0 python -m pip install --upgrade --no-cache-dir pip setuptools Requirement already satisfied: pip in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (23.1) Collecting pip Downloading pip-24.0-py3-none-any.whl (2.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 37.4 MB/s eta 0:00:00 Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (67.6.1) Collecting setuptools Downloading setuptools-69.1.0-py3-none-any.whl (819 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 819.3/819.3 kB 157.7 MB/s eta 0:00:00 Installing collected packages: setuptools, pip Attempting uninstall: setuptools Found existing installation: setuptools 67.6.1 Uninstalling setuptools-67.6.1: Successfully uninstalled setuptools-67.6.1 Attempting uninstall: pip Found existing installation: pip 23.1 Uninstalling pip-23.1: Successfully uninstalled pip-23.1 Successfully installed pip-24.0 setuptools-69.1.0 [rtd-command-info] start-time: 2024-02-16T20:53:04.485449Z, end-time: 2024-02-16T20:53:10.841604Z, duration: 6, exit-code: 0 python -m pip install --upgrade --no-cache-dir sphinx readthedocs-sphinx-ext Collecting sphinx Downloading sphinx-7.2.6-py3-none-any.whl.metadata (5.9 kB) Collecting readthedocs-sphinx-ext Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl.metadata (1.5 kB) Collecting sphinxcontrib-applehelp (from sphinx) Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-devhelp (from sphinx) Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-jsmath (from sphinx) Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Collecting sphinxcontrib-htmlhelp>=2.0.0 (from sphinx) Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl.metadata (2.3 kB) Collecting sphinxcontrib-serializinghtml>=1.1.9 (from sphinx) Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl.metadata (2.4 kB) Collecting sphinxcontrib-qthelp (from sphinx) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl.metadata (2.2 kB) Collecting Jinja2>=3.0 (from sphinx) Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB) Collecting Pygments>=2.14 (from sphinx) Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB) Collecting docutils<0.21,>=0.18.1 (from sphinx) Downloading docutils-0.20.1-py3-none-any.whl.metadata (2.8 kB) Collecting snowballstemmer>=2.0 (from sphinx) Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 8.2 MB/s eta 0:00:00 Collecting babel>=2.9 (from sphinx) Downloading Babel-2.14.0-py3-none-any.whl.metadata (1.6 kB) Collecting alabaster<0.8,>=0.7 (from sphinx) Downloading alabaster-0.7.16-py3-none-any.whl.metadata (2.9 kB) Collecting imagesize>=1.3 (from sphinx) Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Collecting requests>=2.25.0 (from sphinx) Downloading requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) Collecting packaging>=21.0 (from sphinx) Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-7.0.1-py3-none-any.whl.metadata (4.9 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB) Collecting MarkupSafe>=2.0 (from Jinja2>=3.0->sphinx) Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) Collecting charset-normalizer<4,>=2 (from requests>=2.25.0->sphinx) Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) Collecting idna<4,>=2.5 (from requests>=2.25.0->sphinx) Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB) Collecting urllib3<3,>=1.21.1 (from requests>=2.25.0->sphinx) Downloading urllib3-2.2.0-py3-none-any.whl.metadata (6.4 kB) Collecting certifi>=2017.4.17 (from requests>=2.25.0->sphinx) Downloading certifi-2024.2.2-py3-none-any.whl.metadata (2.2 kB) Downloading sphinx-7.2.6-py3-none-any.whl (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 82.2 MB/s eta 0:00:00 Downloading readthedocs_sphinx_ext-2.2.5-py2.py3-none-any.whl (11 kB) Downloading alabaster-0.7.16-py3-none-any.whl (13 kB) Downloading Babel-2.14.0-py3-none-any.whl (11.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.0/11.0 MB 199.1 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 260.1 MB/s eta 0:00:00 Downloading importlib_metadata-7.0.1-py3-none-any.whl (23 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 211.1 MB/s eta 0:00:00 Downloading packaging-23.2-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 192.0 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 257.2 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 199.9 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 219.4 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 214.3 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 229.2 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 209.8 MB/s eta 0:00:00 Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 223.5 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 206.4 MB/s eta 0:00:00 Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 225.5 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 164.7 MB/s eta 0:00:00 Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Downloading urllib3-2.2.0-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.9/120.9 kB 234.1 MB/s eta 0:00:00 Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB) Installing collected packages: snowballstemmer, zipp, urllib3, sphinxcontrib-serializinghtml, sphinxcontrib-qthelp, sphinxcontrib-jsmath, sphinxcontrib-htmlhelp, sphinxcontrib-devhelp, sphinxcontrib-applehelp, Pygments, packaging, MarkupSafe, imagesize, idna, docutils, charset-normalizer, certifi, babel, alabaster, requests, Jinja2, importlib-metadata, sphinx, readthedocs-sphinx-ext Successfully installed Jinja2-3.1.3 MarkupSafe-2.1.5 Pygments-2.17.2 alabaster-0.7.16 babel-2.14.0 certifi-2024.2.2 charset-normalizer-3.3.2 docutils-0.20.1 idna-3.6 imagesize-1.4.1 importlib-metadata-7.0.1 packaging-23.2 readthedocs-sphinx-ext-2.2.5 requests-2.31.0 snowballstemmer-2.2.0 sphinx-7.2.6 sphinxcontrib-applehelp-1.0.8 sphinxcontrib-devhelp-1.0.6 sphinxcontrib-htmlhelp-2.0.5 sphinxcontrib-jsmath-1.0.1 sphinxcontrib-qthelp-1.0.7 sphinxcontrib-serializinghtml-1.1.10 urllib3-2.2.0 zipp-3.17.0 [rtd-command-info] start-time: 2024-02-16T20:53:10.908636Z, end-time: 2024-02-16T20:53:12.522642Z, duration: 1, exit-code: 0 python -m pip install --exists-action=w --no-cache-dir -r docs/requirements.txt Requirement already satisfied: sphinx in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from -r docs/requirements.txt (line 1)) (7.2.6) Collecting sphinx-rtd-theme (from -r docs/requirements.txt (line 2)) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl.metadata (4.4 kB) Collecting recommonmark (from -r docs/requirements.txt (line 3)) Downloading recommonmark-0.7.1-py2.py3-none-any.whl (10 kB) Collecting sphinxcontrib-svg2pdfconverter (from -r docs/requirements.txt (line 4)) Downloading sphinxcontrib_svg2pdfconverter-1.2.2-py3-none-any.whl (8.1 kB) Collecting sphinx_github_changelog (from -r docs/requirements.txt (line 5)) Downloading sphinx_github_changelog-1.2.1-py3-none-any.whl (8.2 kB) Requirement already satisfied: sphinxcontrib-applehelp in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.0.8) Requirement already satisfied: sphinxcontrib-devhelp in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.0.6) Requirement already satisfied: sphinxcontrib-jsmath in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.0.1) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (2.0.5) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.1.10) Requirement already satisfied: sphinxcontrib-qthelp in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.0.7) Requirement already satisfied: Jinja2>=3.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (3.1.3) Requirement already satisfied: Pygments>=2.14 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (2.17.2) Requirement already satisfied: docutils<0.21,>=0.18.1 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (0.20.1) Requirement already satisfied: snowballstemmer>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (2.2.0) Requirement already satisfied: babel>=2.9 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (2.14.0) Requirement already satisfied: alabaster<0.8,>=0.7 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (0.7.16) Requirement already satisfied: imagesize>=1.3 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (1.4.1) Requirement already satisfied: requests>=2.25.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (2.31.0) Requirement already satisfied: packaging>=21.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (23.2) Requirement already satisfied: importlib-metadata>=4.8 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from sphinx->-r docs/requirements.txt (line 1)) (7.0.1) Collecting sphinxcontrib-jquery<5,>=4 (from sphinx-rtd-theme->-r docs/requirements.txt (line 2)) Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl.metadata (2.6 kB) Collecting commonmark>=0.8.1 (from recommonmark->-r docs/requirements.txt (line 3)) Downloading commonmark-0.9.1-py2.py3-none-any.whl (51 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.1/51.1 kB 7.6 MB/s eta 0:00:00 Requirement already satisfied: zipp>=0.5 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from importlib-metadata>=4.8->sphinx->-r docs/requirements.txt (line 1)) (3.17.0) Requirement already satisfied: MarkupSafe>=2.0 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from Jinja2>=3.0->sphinx->-r docs/requirements.txt (line 1)) (2.1.5) Requirement already satisfied: charset-normalizer<4,>=2 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 1)) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 1)) (3.6) Requirement already satisfied: urllib3<3,>=1.21.1 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 1)) (2.2.0) Requirement already satisfied: certifi>=2017.4.17 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from requests>=2.25.0->sphinx->-r docs/requirements.txt (line 1)) (2024.2.2) Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 73.9 MB/s eta 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 231.0 MB/s eta 0:00:00 Installing collected packages: commonmark, sphinxcontrib-svg2pdfconverter, sphinxcontrib-jquery, sphinx_github_changelog, recommonmark, sphinx-rtd-theme Successfully installed commonmark-0.9.1 recommonmark-0.7.1 sphinx-rtd-theme-2.0.0 sphinx_github_changelog-1.2.1 sphinxcontrib-jquery-4.1 sphinxcontrib-svg2pdfconverter-1.2.2 [rtd-command-info] start-time: 2024-02-16T20:53:13.077211Z, end-time: 2024-02-16T20:53:13.130161Z, duration: 0, exit-code: 0 cat docs/source/conf.py # Copyright 2024 NXP # SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 # Licensed under the Solderpad Hardware License v 2.1 (the "License"); you may not use this file except in compliance with the License, or, at your option, the Apache License version 2.0. # You may obtain a copy of the License at https://solderpad.org/licenses/SHL-2.1/ # Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/master/config # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # # import os # import sys # sys.path.insert(0, os.path.abspath('.')) # -- Specification Process Data ----------------------------------------------- states = ( 'Development', 'Review', 'Release Candidate', 'Release', ) state_postfix = [ '-dev', '-dev', '-rc', '', ] title_prefix = 'OpenHW Group Specification' # -- Project information ----------------------------------------------------- project = u'Core-V eXtension interface (CV-X-IF)' copyright = u'2021-2024 OpenHW Group' author = u'OpenHW Group' # State must be one of Development, Review, Release Candidate, or Release state = 'Release Candidate' # The short vX.Y.Z version version = u'v1.0.0' # If release candidate, provide release candidate version (integer) rc_version = 1 # -- Derived Project Information - Do not modify ------------------------------ if state == 'Release Candidate' or state == 'Release': if version[0] == '0': raise ValueError(f'Version {version} not allowed for state {state}.') postfix = state_postfix[states.index(state)] if state == 'Release Candidate': postfix += f'.{rc_version}' # The full version, including alpha/beta/rc tags release = f'{version}{postfix}' version = release title = f'{title_prefix}: {project} - {state}' filename = f'{title_prefix}_{project}_{release}'.replace(' ', '_') # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.todo', 'recommonmark', 'sphinxcontrib.inkscapeconverter', 'sphinx_github_changelog', ] # Add any paths that contain templates here, relative to this directory. templates_path = ['ytemplates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. exclude_patterns = [] # Numbering numfig=True numfig_format = {'figure': 'Figure %s', 'table': 'Table %s', 'code-block': 'Listing %s'} # The name of the Pygments (syntax highlighting) style to use. pygments_style = None # Entries for text replacement rst_epilog = f""" .. |title| replace:: {title} .. |copyright| replace:: {copyright} .. |processor| replace:: CPU .. |processors| replace:: CPUs .. |coprocessor| replace:: coprocessor """ # Tags for conditional text # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # #html_theme = 'alabaster' html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. # html_theme_options = {'style_nav_header_background': '#DDDDDD', 'prev_next_buttons_location': 'both'} html_show_sphinx = False html_show_sourcelink = False html_logo = '../images/openhw-landscape.svg' html_favicon ='../images/favicon.ico' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". #html_static_path = ['ystatic'] # Set html_static_path to null on the advice of RTDs: html_static_path = ['_static'] # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # The default sidebars (for documents that don't match any pattern) are # defined by theme itself. Builtin themes are using these templates by # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # # html_sidebars = {} html_css_files = [ 'css/custom.css', ] # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = f'{filename}' # -- Options for LaTeX output ------------------------------------------------ latex_logo = '../images/openhw-landscape.png' latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', 'atendofbody': f'Copyright © {copyright}' } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, f'{filename}.tex', title, author, 'manual'), ] # -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, f'{filename}.tex', title, author, 1) ] # -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, f'{filename}.tex', title, author, 'Specification', title, 'Miscellaneous'), ] # -- Options for Epub output ------------------------------------------------- # Bibliographic Dublin Core info. epub_title = title # The unique identifier of the text. This can be a ISBN number # or the title homepage. # # epub_identifier = '' # A unique identification for the text. # # epub_uid = '' # A list of files that should not be packed into the epub file. epub_exclude_files = ['search.html'] # -- Extension configuration ------------------------------------------------- # -- Options for todo extension ---------------------------------------------- # If true, `todo` and `todoList` produce output, else they produce nothing. todo_include_todos = True ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/main/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # # Note: this file shouldn't rely on extra dependencies. import importlib import sys import os.path # Borrowed from six. PY3 = sys.version_info[0] == 3 string_types = str if PY3 else basestring from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for multiple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Define this variable in case it's not defined by the user. # It defaults to `alabaster` which is the default from Sphinx. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_theme html_theme = globals().get('html_theme', 'alabaster') #Add project information to the template context. context = { 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://assets.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'proxied_static_path': "/_/static/", 'versions': [ ("latest", "/en/latest/"), ("v1.0.0-rc.1", "/en/v1.0.0-rc.1/"), ("v0.2.0", "/en/v0.2.0/"), ("v0.1.0", "/en/v0.1.0/"), ("core-v-xif_v0.2.0", "/en/core-v-xif_v0.2.0/"), ], 'downloads': [ ("pdf", "//docs.openhwgroup.org/_/downloads/openhw-group-core-v-xif/en/latest/pdf/"), ], 'subprojects': [ ], 'slug': 'openhw-group-core-v-xif', 'name': u'CV-X-IF Specification', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': '', 'analytics_code': 'None', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'openhwgroup', 'proxied_api_host': '/_', 'github_repo': 'core-v-xif', 'github_version': 'main', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'main', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'main', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'docsearch_disabled': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '558af158', } # For sphinx >=1.8 we can use html_baseurl to set the canonical URL. # https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_baseurl if version_info >= (1, 8): if not globals().get('html_baseurl'): html_baseurl = context['canonical_url'] context['canonical_url'] = None if 'html_context' in globals(): for key in context: if key not in html_context: html_context[key] = context[key] else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] # Add External version warning banner to the external version documentation if 'branch' == 'external': extensions.insert(1, "readthedocs_ext.external_version_warning") readthedocs_vcs_url = 'None' readthedocs_build_url = 'https://readthedocs.com/projects/openhw-group-core-v-xif/builds/2023649/' project_language = 'en' # User's Sphinx configurations language_user = globals().get('language', None) latex_engine_user = globals().get('latex_engine', None) latex_elements_user = globals().get('latex_elements', None) # Remove this once xindy gets installed in Docker image and XINDYOPS # env variable is supported # https://github.com/rtfd/readthedocs-docker-images/pull/98 latex_use_xindy = False chinese = any([ language_user in ('zh_CN', 'zh_TW'), project_language in ('zh_CN', 'zh_TW'), ]) japanese = any([ language_user == 'ja', project_language == 'ja', ]) if chinese: latex_engine = latex_engine_user or 'xelatex' latex_elements_rtd = { 'preamble': '\\usepackage[UTF8]{ctex}\n', } latex_elements = latex_elements_user or latex_elements_rtd elif japanese: latex_engine = latex_engine_user or 'platex' # Make sure our build directory is always excluded exclude_patterns = globals().get('exclude_patterns', []) exclude_patterns.extend(['_build']) [rtd-command-info] start-time: 2024-02-16T20:53:13.211464Z, end-time: 2024-02-16T20:53:15.698475Z, duration: 2, exit-code: 0 python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html Running Sphinx v7.2.6 making output directory... done building [mo]: targets for 0 po files that are out of date writing output... building [html]: targets for 4 source files that are out of date updating environment: [new config] 4 added, 0 changed, 0 removed reading sources... [ 25%] index reading sources... [ 50%] intro reading sources... [ 75%] preface reading sources... [100%] x_ext looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done copying assets... copying static files... done copying extra files... done done writing output... [ 25%] index writing output... [ 50%] intro writing output... [ 75%] preface writing output... [100%] x_ext generating indices... genindex done writing additional pages... search done copying images... [ 50%] ../images/logo_EU.png copying images... [100%] ../images/logo_chipsJU.png dumping search index in English (code: en)... done dumping object inventory... done Updating searchtools for Read the Docs search... build succeeded. The HTML pages are in ../../_readthedocs/html. [rtd-command-info] start-time: 2024-02-16T20:53:15.765557Z, end-time: 2024-02-16T20:53:17.471745Z, duration: 1, exit-code: 0 python -m sphinx -T -b latex -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/pdf Running Sphinx v7.2.6 making output directory... done loading pickled environment... done building [mo]: targets for 0 po files that are out of date writing output... building [latex]: all documents updating environment: 0 added, 0 changed, 0 removed reading sources... looking for now-outdated files... none found copying TeX support files... copying TeX support files... done processing OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1.tex... index preface intro x_ext resolving references... done writing... done copying images... [ 50%] ../images/logo_EU.png copying images... [100%] ../images/logo_chipsJU.png Missing searchtools: /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/checkouts/latest/_readthedocs/pdf/_static/searchtools.js build succeeded. The LaTeX files are in ../../_readthedocs/pdf. Run 'make' in that directory to run these through (pdf)latex (use `make latexpdf' here to do that automatically). [rtd-command-info] start-time: 2024-02-16T20:53:17.988544Z, end-time: 2024-02-16T20:53:18.050992Z, duration: 0, exit-code: 0 cat latexmkrc $latex = 'latex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $pdflatex = 'pdflatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $lualatex = 'lualatex ' . $ENV{'LATEXOPTS'} . ' %O %S'; $xelatex = 'xelatex --no-pdf ' . $ENV{'LATEXOPTS'} . ' %O %S'; $makeindex = 'makeindex -s python.ist %O -o %D %S'; add_cus_dep( "glo", "gls", 0, "makeglo" ); sub makeglo { return system( "makeindex -s gglo.ist -o '$_[0].gls' '$_[0].glo'" ); } [rtd-command-info] start-time: 2024-02-16T20:53:18.190081Z, end-time: 2024-02-16T20:53:20.747078Z, duration: 2, exit-code: 0 latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=openhw-group-core-v-xif -interaction=nonstopmode Use of uninitialized value in concatenation (.) or string at (eval 13) line 1, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 2, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 3, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 13) line 4, chunk 1. Subroutine makeglo redefined at (eval 14) line 7, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 1, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 2, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 3, chunk 1. Use of uninitialized value in concatenation (.) or string at (eval 14) line 4, chunk 1. Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67. Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="openhw-group-core-v-xif" "OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1. tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file openhw-group-core-v-xif.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./openhw-group-core-v-xif.aux) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./openhw-landscape.png>] [2] [1] [2] Chapter 1. [1 <./logo_EU.png> <./logo_chipsJU.png>] Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 22.87502pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however. [2] Chapter 2. [3] [4] Chapter 3. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] LaTeX Warning: Citation `intro:risc-v-unpriv' on page 6 undefined on input line 186. LaTeX Warning: Citation `intro:risc-v-priv' on page 6 undefined on input line 1 86. [6] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 259--261 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 273--275 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 286--288 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 302--304 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 318--321 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 318--321 \T1/qtm/m/n/10 (1..2^MXLEN)| Underfull \hbox (badness 10000) in paragraph at lines 333--336 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 377--379 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 392--394 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 406--408 []|\T1/qtm/m/n/10 int un-signed [7] Underfull \hbox (badness 10000) in paragraph at lines 458--460 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 458--460 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- Underfull \hbox (badness 10000) in paragraph at lines 487--489 []|\T1/qtm/m/n/10 logic [X_NUM_RS- LaTeX Warning: Hyper reference `x_ext:identification' on page 8 undefined on in put line 504. Underfull \hbox (badness 10000) in paragraph at lines 510--512 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [8] LaTeX Warning: Citation `intro:risc-v-unpriv' on page 9 undefined on input line 537. [9] LaTeX Warning: Citation `intro:risc-v-unpriv' on page 10 undefined on input lin e 575. [10] [11] LaTeX Warning: Hyper reference `x_ext:compressed-interface-signals' on page 12 undefined on input line 715. LaTeX Warning: Reference `x_ext:compressed-interface-signals' on page 12 undefi ned on input line 715. Underfull \hbox (badness 10000) in paragraph at lines 734--737 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 734--737 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 743--745 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 756--758 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 773--775 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 786--788 []|\T1/qtm/m/n/10 x_compressed_resp_t| LaTeX Warning: Hyper reference `x_ext:compressed-request-type' on page 12 undef ined on input line 801. LaTeX Warning: Reference `x_ext:compressed-request-type' on page 12 undefined o n input line 801. LaTeX Warning: Hyper reference `x_ext:hartid' on page 12 undefined on input lin e 839. LaTeX Warning: Hyper reference `x_ext:compressed-response-type' on page 12 unde fined on input line 872. LaTeX Warning: Reference `x_ext:compressed-response-type' on page 12 undefined on input line 872. [12] LaTeX Warning: Citation `intro:risc-v-priv' on page 13 undefined on input line 948. LaTeX Warning: Hyper reference `x_ext:issue-interface-signals' on page 13 undef ined on input line 955. LaTeX Warning: Reference `x_ext:issue-interface-signals' on page 13 undefined o n input line 955. Underfull \hbox (badness 10000) in paragraph at lines 974--977 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 974--977 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1005--1009 \T1/txtt/m/n/10 issue_req \T1/qtm/m/n/10 and \T1/txtt/m/n/10 issue_resp \T1/qtm /m/n/10 is ac-cepted when LaTeX Warning: Hyper reference `x_ext:issue-request-type' on page 13 undefined on input line 1041. LaTeX Warning: Reference `x_ext:issue-request-type' on page 13 undefined on inp ut line 1041. LaTeX Warning: Hyper reference `x_ext:hartid' on page 13 undefined on input lin e 1079. LaTeX Warning: Hyper reference `x_ext:id' on page 13 undefined on input line 10 89. LaTeX Warning: Hyper reference `x_ext:issue-response-type' on page 13 undefined on input line 1118. LaTeX Warning: Reference `x_ext:issue-response-type' on page 13 undefined on in put line 1118. [13] LaTeX Warning: Hyper reference `x_ext:writeregflags' on page 14 undefined on in put line 1156. LaTeX Warning: Hyper reference `x_ext:readregflags' on page 14 undefined on inp ut line 1170. [14] LaTeX Warning: Hyper reference `x_ext:register-interface-signals' on page 15 un defined on input line 1249. LaTeX Warning: Reference `x_ext:register-interface-signals' on page 15 undefine d on input line 1249. Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `x_ext:register-type' on page 15 undefined on in put line 1322. LaTeX Warning: Reference `x_ext:register-type' on page 15 undefined on input li ne 1322. LaTeX Warning: Hyper reference `x_ext:hartid' on page 15 undefined on input lin e 1350. LaTeX Warning: Hyper reference `x_ext:id' on page 15 undefined on input line 13 60. Overfull \hbox (2.04875pt too wide) in paragraph at lines 1366--1368 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 \T1/qtm/m/n/10 [X_RFR_WIDTH- LaTeX Warning: Hyper reference `x_ext:readregflags' on page 15 undefined on inp ut line 1380. Underfull \hbox (badness 7667) in paragraph at lines 1411--1413 []\T1/qtm/m/n/10 There are two main sce-nar-ios, in how the reg-is-ter in-ter-f ace will be used. They are se-lected by [15] LaTeX Warning: Hyper reference `x_ext:commit-interface-signals' on page 16 unde fined on input line 1462. LaTeX Warning: Reference `x_ext:commit-interface-signals' on page 16 undefined on input line 1462. Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `x_ext:commit-packet-type' on page 16 undefined on input line 1524. LaTeX Warning: Reference `x_ext:commit-packet-type' on page 16 undefined on inp ut line 1524. LaTeX Warning: Hyper reference `x_ext:hartid' on page 16 undefined on input lin e 1552. LaTeX Warning: Hyper reference `x_ext:id' on page 16 undefined on input line 15 62. Underfull \hbox (badness 10000) in paragraph at lines 1564--1567 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n [16] [17] LaTeX Warning: Hyper reference `x_ext:result-interface-signals' on page 18 unde fined on input line 1640. LaTeX Warning: Reference `x_ext:result-interface-signals' on page 18 undefined on input line 1640. Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `x_ext:result-packet-type' on page 18 undefined on input line 1720. LaTeX Warning: Reference `x_ext:result-packet-type' on page 18 undefined on inp ut line 1720. LaTeX Warning: Hyper reference `x_ext:hartid' on page 18 undefined on input lin e 1748. LaTeX Warning: Hyper reference `x_ext:id' on page 18 undefined on input line 17 58. Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 \T1/qtm/m/n/10 [X_RFW_WIDTH- LaTeX Warning: Hyper reference `x_ext:writeregflags' on page 18 undefined on in put line 1788. [18] [19] [20] [21] [22] Chapter 5. [23] [24] No file openhw-group-core-v-xif.ind. [25] (./openhw-group-core-v-xif.aux) Package rerunfilecheck Warning: File `openhw-group-core-v-xif.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb> Output written on openhw-group-core-v-xif.pdf (29 pages, 254730 bytes). Transcript written on openhw-group-core-v-xif.log. Latexmk: Index file 'openhw-group-core-v-xif.idx' was written Latexmk: Missing input file: 'openhw-group-core-v-xif.ind' from line 'No file openhw-group-core-v-xif.ind.' Latexmk: References changed. Latexmk: References changed. Latexmk: Log file says output to 'openhw-group-core-v-xif.pdf' Latexmk: List of undefined refs and citations: Citation `intro:risc-v-priv' on page 13 undefined on input line 948 Citation `intro:risc-v-priv' on page 6 undefined on input line 186 Citation `intro:risc-v-unpriv' on page 10 undefined on input line 575 Citation `intro:risc-v-unpriv' on page 6 undefined on input line 186 Citation `intro:risc-v-unpriv' on page 9 undefined on input line 537 Reference `x_ext:commit-interface-signals' on page 16 undefined on input line 1462 Reference `x_ext:commit-packet-type' on page 16 undefined on input line 1524 Reference `x_ext:compressed-interface-signals' on page 12 undefined on input line 715 Reference `x_ext:compressed-request-type' on page 12 undefined on input line 801 Reference `x_ext:compressed-response-type' on page 12 undefined on input line 872 Reference `x_ext:issue-interface-signals' on page 13 undefined on input line 955 Reference `x_ext:issue-request-type' on page 13 undefined on input line 1041 Reference `x_ext:issue-response-type' on page 13 undefined on input line 1118 Reference `x_ext:register-interface-signals' on page 15 undefined on input line 1249 Reference `x_ext:register-type' on page 15 undefined on input line 1322 Reference `x_ext:result-interface-signals' on page 18 undefined on input line 1640 Reference `x_ext:result-packet-type' on page 18 undefined on input line 1720 Rule 'makeindex openhw-group-core-v-xif.idx': File changes, etc: Changed files, or newly in use since previous run(s): 'openhw-group-core-v-xif.idx' ------------ Run number 1 of rule 'makeindex openhw-group-core-v-xif.idx' ------------ ------------ Running 'makeindex -s python.ist -o "openhw-group-core-v-xif.ind" "openhw-group-core-v-xif.idx"' ------------ === TeX engine is 'pdfTeX' Latexmk: applying rule 'makeindex openhw-group-core-v-xif.idx'... This is makeindex, version 2.15 [TeX Live 2019] (kpathsea + Thai support). Scanning style file ./python.ist.......done (7 attributes redefined, 0 ignored). Scanning input file openhw-group-core-v-xif.idx...done (0 entries accepted, 0 rejected). Nothing written in openhw-group-core-v-xif.ind. Transcript written in openhw-group-core-v-xif.ilg. Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'openhw-group-core-v-xif.aux' 'openhw-group-core-v-xif.ind' 'openhw-group-core-v-xif.out' ------------ Run number 2 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="openhw-group-core-v-xif" "OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1. tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file openhw-group-core-v-xif.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./openhw-group-core-v-xif.aux) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./openhw-group-core-v-xif.out) (./openhw-group-core-v-xif.out) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./openhw-landscape.png>] [2] (./openhw-group-core-v-xif.toc) [1] [2] Chapter 1. [1 <./logo_EU.png> <./logo_chipsJU.png>] Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 22.87502pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however. [2] Chapter 2. [3] [4] Chapter 3. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 259--261 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 273--275 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 286--288 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 302--304 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 318--321 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 318--321 \T1/qtm/m/n/10 (1..2^MXLEN)| Underfull \hbox (badness 10000) in paragraph at lines 333--336 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 377--379 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 392--394 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 406--408 []|\T1/qtm/m/n/10 int un-signed [7] Underfull \hbox (badness 10000) in paragraph at lines 458--460 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 458--460 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- Underfull \hbox (badness 10000) in paragraph at lines 487--489 []|\T1/qtm/m/n/10 logic [X_NUM_RS- Underfull \hbox (badness 10000) in paragraph at lines 510--512 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [8] [9] [10] [11] Underfull \hbox (badness 10000) in paragraph at lines 734--737 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 734--737 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 743--745 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 756--758 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 773--775 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 786--788 []|\T1/qtm/m/n/10 x_compressed_resp_t| [12] Underfull \hbox (badness 10000) in paragraph at lines 974--977 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 974--977 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1005--1009 \T1/txtt/m/n/10 issue_req \T1/qtm/m/n/10 and \T1/txtt/m/n/10 issue_resp \T1/qtm /m/n/10 is ac-cepted when [13] [14] Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 1366--1368 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 \T1/qtm/m/n/10 [X_RFR_WIDTH- Underfull \hbox (badness 7667) in paragraph at lines 1411--1413 []\T1/qtm/m/n/10 There are two main sce-nar-ios, in how the reg-is-ter in-ter-f ace will be used. They are se-lected by [15] Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1564--1567 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n [16] [17] Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 \T1/qtm/m/n/10 [X_RFW_WIDTH- [18] [19] [20] [21] [22] Chapter 5. [23] [24] (./openhw-group-core-v-xif.ind) [25] (./openhw-group-core-v-xif.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb> Output written on openhw-group-core-v-xif.pdf (29 pages, 262002 bytes). Transcript written on openhw-group-core-v-xif.log. Latexmk: Index file 'openhw-group-core-v-xif.idx' was written Latexmk: Log file says output to 'openhw-group-core-v-xif.pdf' Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): 'openhw-group-core-v-xif.toc' ------------ Run number 3 of rule 'pdflatex' ------------ === TeX engine is 'pdfTeX' Latexmk: applying rule 'pdflatex'... ------------ Running 'pdflatex -interaction=nonstopmode -recorder --jobname="openhw-group-core-v-xif" "OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1.tex"' ------------ This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019/Debian) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./OpenHW_Group_Specification_Core-V_eXtension_interface_(CV-X-IF)_v1.0.0-rc.1. tex LaTeX2e <2020-02-02> patch level 2 L3 programming layer <2020-02-14> (./sphinxmanual.cls Document Class: sphinxmanual 2019/12/01 v2.3.0 Document class (Sphinx manual) (/usr/share/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2019/12/20 v1.4l Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/size10.clo))) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty) (/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty<>) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty (/usr/share/texlive/texmf-dist/tex/generic/babel/switch.def) (/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def (/usr/share/texlive/texmf-dist/tex/generic/babel/txtbabel.def)))) (/usr/share/texmf/tex/latex/tex-gyre/tgtermes.sty (/usr/share/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/share/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/share/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty))) (/usr/share/texmf/tex/latex/tex-gyre/tgheros.sty) (/usr/share/texlive/texmf-dist/tex/latex/fncychap/fncychap.sty) (./sphinx.sty (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def)) (./sphinxoptionshyperref.sty) (./sphinxoptionsgeometry.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty) (/usr/share/texlive/texmf-dist/tex/latex/capt-of/capt-of.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (./sphinxlatexgraphics.sty) (./sphinxpackageboxes.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.sty (/usr/share/texlive/texmf-dist/tex/latex/pict2e/pict2e.cfg) (/usr/share/texlive/texmf-dist/tex/latex/pict2e/p2e-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ellipse/ellipse.sty)) (./sphinxlatexadmonitions.sty (/usr/share/texlive/texmf-dist/tex/latex/framed/framed.sty)) (./sphinxlatexliterals.sty (/usr/share/texlive/texmf-dist/tex/latex/fancyvrb/fancyvrb.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/upquote/upquote.sty) (/usr/share/texlive/texmf-dist/tex/latex/needspace/needspace.sty)) (./sphinxlatexshadowbox.sty) (./sphinxlatexcontainers.sty) (./sphinxhighlight.sty) (./sphinxlatextables.sty (/usr/share/texlive/texmf-dist/tex/latex/tabulary/tabulary.sty (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty) (/usr/share/texlive/texmf-dist/tex/latex/booktabs/booktabs.sty)) (./sphinxlatexnumfig.sty) (./sphinxlatexlists.sty) (./sphinxpackagefootnote.sty ) (./sphinxlatexindbibtoc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty)) (./sphinxlatexstylepage.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/share/texlive/texmf-dist/tex/latex/parskip/parskip-2001-04-09.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)) (./sphinxlatexstyleheadings.sty (/usr/share/texlive/texmf-dist/tex/latex/titlesec/titlesec.sty)) (./sphinxlatexstyletext.sty) (./sphinxlatexobjects.sty)) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty (/usr/share/texlive/texmf-dist/tex/generic/iftex/iftex.sty))) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/share/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/share/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/share/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/share/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/share/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/share/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/share/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/share/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/share/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/share/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/share/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/share/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/share/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/hypcap.sty) (./sphinxmessages.sty) Writing index file openhw-group-core-v-xif.idx (/usr/share/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./openhw-group-core-v-xif.aux) (/usr/share/texmf/tex/latex/tex-gyre/t1qtm.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/share/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) (./openhw-group-core-v-xif.out) (./openhw-group-core-v-xif.out) (/usr/share/texlive/texmf-dist/tex/latex/txfonts/t1txtt.fd) (/usr/share/texmf/tex/latex/tex-gyre/t1qhv.fd)<><><><> (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/var/lib/texmf/fo nts/map/pdftex/updmap/pdftex.map} <./openhw-landscape.png>] [2] (./openhw-group-core-v-xif.toc) [1] [2] Chapter 1. [1 <./logo_EU.png> <./logo_chipsJU.png>] Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 22.87502pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however. [2] Chapter 2. [3] [4] Chapter 3. (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [5] [6] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 259--261 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 273--275 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 286--288 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 302--304 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 318--321 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 318--321 \T1/qtm/m/n/10 (1..2^MXLEN)| Underfull \hbox (badness 10000) in paragraph at lines 333--336 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 377--379 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 392--394 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 406--408 []|\T1/qtm/m/n/10 int un-signed [7] Underfull \hbox (badness 10000) in paragraph at lines 458--460 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 458--460 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- Underfull \hbox (badness 10000) in paragraph at lines 487--489 []|\T1/qtm/m/n/10 logic [X_NUM_RS- Underfull \hbox (badness 10000) in paragraph at lines 510--512 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [8] [9] [10] [11] Underfull \hbox (badness 10000) in paragraph at lines 734--737 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 734--737 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 743--745 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 756--758 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 773--775 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 786--788 []|\T1/qtm/m/n/10 x_compressed_resp_t| [12] Underfull \hbox (badness 10000) in paragraph at lines 974--977 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 974--977 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1005--1009 \T1/txtt/m/n/10 issue_req \T1/qtm/m/n/10 and \T1/txtt/m/n/10 issue_resp \T1/qtm /m/n/10 is ac-cepted when [13] [14] Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1268--1271 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 1366--1368 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1369--1371 \T1/qtm/m/n/10 [X_RFR_WIDTH- Underfull \hbox (badness 7667) in paragraph at lines 1411--1413 []\T1/qtm/m/n/10 There are two main sce-nar-ios, in how the reg-is-ter in-ter-f ace will be used. They are se-lected by [15] Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1481--1484 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1564--1567 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n [16] [17] Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1659--1662 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1767--1769 \T1/qtm/m/n/10 [X_RFW_WIDTH- [18] [19] [20] [21] [22] Chapter 5. [23] [24] (./openhw-group-core-v-xif.ind) [25] (./openhw-group-core-v-xif.aux) ) (see the transcript file for additional information){/usr/share/texmf/fonts/enc /dvips/tex-gyre/q-ec.enc}{/usr/share/texmf/fonts/enc/dvips/tex-gyre/q-ts1.enc}< /usr/share/texmf/fonts/type1/public/tex-gyre/qhvb.pfb> Output written on openhw-group-core-v-xif.pdf (29 pages, 262002 bytes). Transcript written on openhw-group-core-v-xif.log. Latexmk: Index file 'openhw-group-core-v-xif.idx' was written Latexmk: Log file says output to 'openhw-group-core-v-xif.pdf' === TeX engine is 'pdfTeX' Latexmk: All targets () are up-to-date