Read the Docs build information Build id: 2087912 Project: openhw-group-core-v-xif Version: latest Commit: 3e222d1cb7b600f345ac67828334ca09b555d670 Date: 2024-03-15T11:17:38.384690Z State: finished Success: True [rtd-command-info] start-time: 2024-03-15T11:17:39.584626Z, end-time: 2024-03-15T11:17:40.098275Z, 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-03-15T11:17:40.157171Z, end-time: 2024-03-15T11:17:41.231581Z, 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] v1.0.0-rc.1 -> v1.0.0-rc.1 [rtd-command-info] start-time: 2024-03-15T11:17:41.376991Z, end-time: 2024-03-15T11:17:41.444743Z, 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 3e222d1 Several typos and textual corrections (#199) [rtd-command-info] start-time: 2024-03-15T11:17:41.504019Z, end-time: 2024-03-15T11:17:41.567482Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2024-03-15T11:17:41.635668Z, end-time: 2024-03-15T11:17:41.692336Z, 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-03-15T11:17:46.797327Z, end-time: 2024-03-15T11:17:46.876747Z, duration: 0, exit-code: 0 asdf global python 3.9.18 [rtd-command-info] start-time: 2024-03-15T11:17:47.275275Z, end-time: 2024-03-15T11:17:48.501223Z, duration: 1, exit-code: 0 python -mvirtualenv $READTHEDOCS_VIRTUALENV_PATH created virtual environment CPython3.9.18.final.0-64 in 912ms 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-03-15T11:17:48.561955Z, end-time: 2024-03-15T11:18:00.794695Z, 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 32.5 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.2.0-py3-none-any.whl (821 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.5/821.5 kB 166.8 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.2.0 [rtd-command-info] start-time: 2024-03-15T11:18:00.860497Z, end-time: 2024-03-15T11:18:08.439780Z, duration: 7, 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.metadata (1.4 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.metadata (6.5 kB) 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.metadata (1.5 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-24.0-py3-none-any.whl.metadata (3.2 kB) Collecting importlib-metadata>=4.8 (from sphinx) Downloading importlib_metadata-7.0.2-py3-none-any.whl.metadata (4.6 kB) Collecting zipp>=0.5 (from importlib-metadata>=4.8->sphinx) Downloading zipp-3.18.1-py3-none-any.whl.metadata (3.5 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.1-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 71.7 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 173.5 MB/s eta 0:00:00 Downloading docutils-0.20.1-py3-none-any.whl (572 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 572.7/572.7 kB 160.3 MB/s eta 0:00:00 Downloading imagesize-1.4.1-py2.py3-none-any.whl (8.8 kB) Downloading importlib_metadata-7.0.2-py3-none-any.whl (24 kB) Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 134.6 MB/s eta 0:00:00 Downloading packaging-24.0-py3-none-any.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 115.1 MB/s eta 0:00:00 Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 146.2 MB/s eta 0:00:00 Downloading requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 119.6 MB/s eta 0:00:00 Downloading snowballstemmer-2.2.0-py2.py3-none-any.whl (93 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.0/93.0 kB 134.1 MB/s eta 0:00:00 Downloading sphinxcontrib_htmlhelp-2.0.5-py3-none-any.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.2/99.2 kB 140.6 MB/s eta 0:00:00 Downloading sphinxcontrib_serializinghtml-1.1.10-py3-none-any.whl (92 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.7/92.7 kB 124.4 MB/s eta 0:00:00 Downloading sphinxcontrib_applehelp-1.0.8-py3-none-any.whl (120 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.0/120.0 kB 135.0 MB/s eta 0:00:00 Downloading sphinxcontrib_devhelp-1.0.6-py3-none-any.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.5/83.5 kB 128.6 MB/s eta 0:00:00 Downloading sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl (5.1 kB) Downloading sphinxcontrib_qthelp-1.0.7-py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.4/89.4 kB 137.3 MB/s eta 0:00:00 Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.8/163.8 kB 145.7 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 134.6 MB/s eta 0:00:00 Downloading idna-3.6-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 122.1 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.1-py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 238.6 MB/s eta 0:00:00 Downloading zipp-3.18.1-py3-none-any.whl (8.2 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.2 packaging-24.0 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.1 zipp-3.18.1 [rtd-command-info] start-time: 2024-03-15T11:18:08.512662Z, end-time: 2024-03-15T11:18:10.780063Z, duration: 2, 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 sphinxcontrib-svg2pdfconverter (from -r docs/requirements.txt (line 3)) Downloading sphinxcontrib_svg2pdfconverter-1.2.2-py3-none-any.whl.metadata (3.0 kB) Collecting sphinx_github_changelog (from -r docs/requirements.txt (line 4)) Downloading sphinx_github_changelog-1.3.0-py3-none-any.whl.metadata (9.6 kB) Collecting sphinx-pyproject>=0.3.0 (from -r docs/requirements.txt (line 5)) Downloading sphinx_pyproject-0.3.0-py3-none-any.whl.metadata (9.8 kB) Collecting setuptools_scm==8.0.4 (from -r docs/requirements.txt (line 6)) Downloading setuptools_scm-8.0.4-py3-none-any.whl.metadata (6.4 kB) Requirement already satisfied: packaging>=20 in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from setuptools_scm==8.0.4->-r docs/requirements.txt (line 6)) (24.0) Requirement already satisfied: setuptools in /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages (from setuptools_scm==8.0.4->-r docs/requirements.txt (line 6)) (69.2.0) Collecting typing-extensions (from setuptools_scm==8.0.4->-r docs/requirements.txt (line 6)) Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB) Collecting tomli>=1 (from setuptools_scm==8.0.4->-r docs/requirements.txt (line 6)) Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 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: 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.2) 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 dom-toml>=0.3.0 (from sphinx-pyproject>=0.3.0->-r docs/requirements.txt (line 5)) Downloading dom_toml-0.6.1-py3-none-any.whl.metadata (6.5 kB) Collecting domdf-python-tools>=2.7.0 (from sphinx-pyproject>=0.3.0->-r docs/requirements.txt (line 5)) Downloading domdf_python_tools-3.8.0.post2-py3-none-any.whl.metadata (8.9 kB) Collecting toml>=0.10.2 (from dom-toml>=0.3.0->sphinx-pyproject>=0.3.0->-r docs/requirements.txt (line 5)) Downloading toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB) Collecting natsort>=7.0.1 (from domdf-python-tools>=2.7.0->sphinx-pyproject>=0.3.0->-r docs/requirements.txt (line 5)) Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB) 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.18.1) 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.1) 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 setuptools_scm-8.0.4-py3-none-any.whl (42 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.1/42.1 kB 124.7 MB/s eta 0:00:00 Downloading sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl (2.8 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 84.9 MB/s eta 0:00:00 Downloading sphinxcontrib_svg2pdfconverter-1.2.2-py3-none-any.whl (8.1 kB) Downloading sphinx_github_changelog-1.3.0-py3-none-any.whl (8.2 kB) Downloading sphinx_pyproject-0.3.0-py3-none-any.whl (23 kB) Downloading dom_toml-0.6.1-py3-none-any.whl (12 kB) Downloading domdf_python_tools-3.8.0.post2-py3-none-any.whl (127 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.2/127.2 kB 233.0 MB/s eta 0:00:00 Downloading sphinxcontrib_jquery-4.1-py2.py3-none-any.whl (121 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.1/121.1 kB 226.9 MB/s eta 0:00:00 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB) Downloading natsort-8.4.0-py3-none-any.whl (38 kB) Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) Installing collected packages: typing-extensions, tomli, toml, natsort, setuptools_scm, domdf-python-tools, sphinxcontrib-svg2pdfconverter, sphinxcontrib-jquery, sphinx_github_changelog, dom-toml, sphinx-rtd-theme, sphinx-pyproject Successfully installed dom-toml-0.6.1 domdf-python-tools-3.8.0.post2 natsort-8.4.0 setuptools_scm-8.0.4 sphinx-pyproject-0.3.0 sphinx-rtd-theme-2.0.0 sphinx_github_changelog-1.3.0 sphinxcontrib-jquery-4.1 sphinxcontrib-svg2pdfconverter-1.2.2 toml-0.10.2 tomli-2.0.1 typing-extensions-4.10.0 [rtd-command-info] start-time: 2024-03-15T11:18:11.354157Z, end-time: 2024-03-15T11:18:11.411912Z, 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 # -- pyproject integration --------------------------------------------------- from sphinx_pyproject import SphinxConfig #config = SphinxConfig("../../pyproject.toml", globalns=globals()) from setuptools_scm import get_version version = get_version(root='../../', relative_to=__file__, normalize=False, # https://setuptools-scm.readthedocs.io/en/latest/extending/#available-implementations local_scheme="no-local-version", ) # enforcing non-normalized notation for dev version = '-dev.'.join(version.split('.dev')) # Load settings from pyproject.toml, but override the version config = SphinxConfig("../../pyproject.toml", globalns=globals(), config_overrides = {"version": version}) # -- 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('.')) title_prefix = 'OpenHW Group Specification' # -- Project information ----------------------------------------------------- project = name # -- Derived Project Information - Do not modify ------------------------------ # split on first - separator version_elements = version.split('-', 1) if len(version_elements) > 1: # dev needs to be checked first, as vX.Y.Z-rc.1-dev.4 would be considered development if 'dev' in version_elements[1]: state = 'Development' elif version_elements[1].startswith('rc'): state = 'Release Candidate' else: state = 'Release' if state == 'Release Candidate' or state == 'Release': if version[0] == '0': raise ValueError(f'Version {version} not allowed for state {state}.') title = f'{title_prefix}: {project} - {state}' filename = f'{title_prefix}_{project}_{version}'.replace(' ', '_') # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # 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:: :term:`CPU` .. |processors| replace:: :term:`CPUs` .. |coprocessor| replace:: coprocessor .. |coprocessors| replace:: coprocessors """ # 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/"), ], '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': '3e222d1c', } # 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/2087912/' 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-03-15T11:18:11.489247Z, end-time: 2024-03-15T11:18:14.266821Z, 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 /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages/setuptools_scm/git.py:163: UserWarning: "/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/checkouts/latest" is shallow and may cause errors warnings.warn(f'"{wd.path}" is shallow and may cause errors') 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-03-15T11:18:14.325526Z, end-time: 2024-03-15T11:18:16.312217Z, 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 /home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/envs/latest/lib/python3.9/site-packages/setuptools_scm/git.py:163: UserWarning: "/home/docs/checkouts/readthedocs.org/user_builds/openhw-group-core-v-xif/checkouts/latest" is shallow and may cause errors warnings.warn(f'"{wd.path}" is shallow and may cause errors') 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.2-dev.23.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-03-15T11:18:16.926856Z, end-time: 2024-03-15T11:18:16.991430Z, 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-03-15T11:18:17.061114Z, end-time: 2024-03-15T11:18:25.820747Z, duration: 8, 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.2-dev.23.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.2- dev.23.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>] [2] Chapter 2. [3] [4] Chapter 3. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 136. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 143. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 144. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 145. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 145. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 153. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 153. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 154. LaTeX Warning: Hyper reference `intro:term-CPU' on page 5 undefined on input li ne 154. [5] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) LaTeX Warning: Citation `intro:risc-v-unpriv' on page 6 undefined on input line 187. LaTeX Warning: Citation `intro:risc-v-priv' on page 6 undefined on input line 1 87. [6] [7] [8] Chapter 4. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 252. LaTeX Warning: Hyper reference `intro:term-RTL' on page 9 undefined on input li ne 252. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 253. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 253. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 257. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 258. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 262. LaTeX Warning: Hyper reference `intro:term-ALU' on page 9 undefined on input li ne 266. LaTeX Warning: Hyper reference `intro:term-CSR' on page 9 undefined on input li ne 270. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 289. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 292. Underfull \hbox (badness 10000) in paragraph at lines 323--325 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 332. Underfull \hbox (badness 10000) in paragraph at lines 338--340 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 351--353 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 359. Underfull \hbox (badness 10000) in paragraph at lines 368--370 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 376. Underfull \hbox (badness 10000) in paragraph at lines 385--388 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 385--388 \T1/qtm/m/n/10 (1..2^MXLEN)| LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 394. Underfull \hbox (badness 10000) in paragraph at lines 400--403 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 411. LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 425. Underfull \hbox (badness 10000) in paragraph at lines 431--433 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 440. Underfull \hbox (badness 10000) in paragraph at lines 446--448 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 454. Underfull \hbox (badness 10000) in paragraph at lines 460--462 []|\T1/qtm/m/n/10 int un-signed LaTeX Warning: Hyper reference `intro:term-CPU' on page 9 undefined on input li ne 468. [9] LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 478. LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 479. LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 483. LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 483. LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 484. LaTeX Warning: Hyper reference `intro:term-CPU' on page 10 undefined on input l ine 485. Underfull \hbox (badness 10000) in paragraph at lines 516--518 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 516--518 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- LaTeX Warning: Hyper reference `x_ext:identification' on page 10 undefined on i nput line 550. Underfull \hbox (badness 10000) in paragraph at lines 556--558 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [10] LaTeX Warning: Hyper reference `intro:term-CPU' on page 11 undefined on input l ine 582. LaTeX Warning: Citation `intro:risc-v-unpriv' on page 11 undefined on input lin e 583. LaTeX Warning: Hyper reference `intro:term-CPU' on page 11 undefined on input l ine 585. LaTeX Warning: Hyper reference `intro:term-ISA' on page 11 undefined on input l ine 593. LaTeX Warning: Hyper reference `intro:term-ISA' on page 11 undefined on input l ine 604. LaTeX Warning: Hyper reference `intro:term-CPU' on page 11 undefined on input l ine 610. LaTeX Warning: Hyper reference `intro:term-ISA' on page 11 undefined on input l ine 620. LaTeX Warning: Citation `intro:risc-v-unpriv' on page 11 undefined on input lin e 621. [11] LaTeX Warning: Hyper reference `intro:term-ECS' on page 12 undefined on input l ine 634. LaTeX Warning: Citation `intro:risc-v-priv' on page 12 undefined on input line 634. LaTeX Warning: Hyper reference `intro:term-ECS' on page 12 undefined on input l ine 635. LaTeX Warning: Citation `intro:risc-v-priv' on page 12 undefined on input line 636. LaTeX Warning: Hyper reference `intro:term-ECS' on page 12 undefined on input l ine 637. LaTeX Warning: Hyper reference `intro:term-GPR' on page 12 undefined on input l ine 653. LaTeX Warning: Hyper reference `intro:term-CSR' on page 12 undefined on input l ine 653. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 669. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 670. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 676. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 677. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 680. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 681. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 684. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 686. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 686. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 690. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 691. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 692. LaTeX Warning: Hyper reference `intro:term-CSR' on page 12 undefined on input l ine 692. LaTeX Warning: Hyper reference `intro:term-CPU' on page 12 undefined on input l ine 696. [12] LaTeX Warning: Hyper reference `intro:term-CPU' on page 13 undefined on input l ine 703. [13] LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 771. LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 771. LaTeX Warning: Hyper reference `intro:term-CSR' on page 14 undefined on input l ine 775. LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 780. LaTeX Warning: Hyper reference `x_ext:compressed-interface-signals' on page 14 undefined on input line 789. LaTeX Warning: Reference `x_ext:compressed-interface-signals' on page 14 undefi ned on input line 789. LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 810. Underfull \hbox (badness 10000) in paragraph at lines 808--811 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 808--811 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 817--819 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 830--832 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 847--849 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 860--862 []|\T1/qtm/m/n/10 x_compressed_resp_t| LaTeX Warning: Hyper reference `x_ext:compressed-request-type' on page 14 undef ined on input line 875. LaTeX Warning: Reference `x_ext:compressed-request-type' on page 14 undefined o n input line 875. LaTeX Warning: Hyper reference `x_ext:hartid' on page 14 undefined on input lin e 913. LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 924. LaTeX Warning: Hyper reference `intro:term-CPU' on page 14 undefined on input l ine 929. [14] LaTeX Warning: Hyper reference `x_ext:compressed-response-type' on page 15 unde fined on input line 946. LaTeX Warning: Reference `x_ext:compressed-response-type' on page 15 undefined on input line 946. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 998. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 998. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1002. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1006. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1010. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1018. LaTeX Warning: Citation `intro:risc-v-priv' on page 15 undefined on input line 1025. LaTeX Warning: Hyper reference `x_ext:issue-interface-signals' on page 15 undef ined on input line 1032. LaTeX Warning: Reference `x_ext:issue-interface-signals' on page 15 undefined o n input line 1032. LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1053. Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `intro:term-CPU' on page 15 undefined on input l ine 1070. Underfull \hbox (badness 10000) in paragraph at lines 1082--1086 \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 15 undefined on input line 1118. LaTeX Warning: Reference `x_ext:issue-request-type' on page 15 undefined on inp ut line 1118. LaTeX Warning: Hyper reference `x_ext:hartid' on page 15 undefined on input lin e 1156. LaTeX Warning: Hyper reference `x_ext:id' on page 15 undefined on input line 11 66. [15] LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1178. LaTeX Warning: Hyper reference `x_ext:issue-response-type' on page 16 undefined on input line 1195. LaTeX Warning: Reference `x_ext:issue-response-type' on page 16 undefined on in put line 1195. LaTeX Warning: Hyper reference `x_ext:writeregflags' on page 16 undefined on in put line 1233. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1236. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1238. LaTeX Warning: Hyper reference `x_ext:readregflags' on page 16 undefined on inp ut line 1247. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1260. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1264. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1269. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1274. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1275. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1279. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1283. LaTeX Warning: Hyper reference `intro:term-CPU' on page 16 undefined on input l ine 1287. [16] LaTeX Warning: Hyper reference `x_ext:register-interface-signals' on page 17 un defined on input line 1318. LaTeX Warning: Reference `x_ext:register-interface-signals' on page 17 undefine d on input line 1318. LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1339. Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1356. LaTeX Warning: Hyper reference `x_ext:register-type' on page 17 undefined on in put line 1391. LaTeX Warning: Reference `x_ext:register-type' on page 17 undefined on input li ne 1391. LaTeX Warning: Hyper reference `x_ext:hartid' on page 17 undefined on input lin e 1419. LaTeX Warning: Hyper reference `x_ext:id' on page 17 undefined on input line 14 29. Overfull \hbox (2.04875pt too wide) in paragraph at lines 1435--1437 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 \T1/qtm/m/n/10 [X_RFR_WIDTH- LaTeX Warning: Hyper reference `x_ext:readregflags' on page 17 undefined on inp ut line 1449. Underfull \hbox (badness 7667) in paragraph at lines 1460--1462 []\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 LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1467. LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1480. LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1481. LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1483. LaTeX Warning: Hyper reference `intro:term-CPU' on page 17 undefined on input l ine 1487. [17] LaTeX Warning: Hyper reference `x_ext:commit-interface-signals' on page 18 unde fined on input line 1508. LaTeX Warning: Reference `x_ext:commit-interface-signals' on page 18 undefined on input line 1508. LaTeX Warning: Hyper reference `intro:term-CPU' on page 18 undefined on input l ine 1529. Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `intro:term-CPU' on page 18 undefined on input l ine 1546. LaTeX Warning: Hyper reference `x_ext:commit-packet-type' on page 18 undefined on input line 1570. LaTeX Warning: Reference `x_ext:commit-packet-type' on page 18 undefined on inp ut line 1570. LaTeX Warning: Hyper reference `x_ext:hartid' on page 18 undefined on input lin e 1598. LaTeX Warning: Hyper reference `x_ext:id' on page 18 undefined on input line 16 08. Underfull \hbox (badness 10000) in paragraph at lines 1610--1613 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n LaTeX Warning: Hyper reference `intro:term-CPU' on page 18 undefined on input l ine 1621. [18] LaTeX Warning: Hyper reference `intro:term-CPU' on page 19 undefined on input l ine 1654. [19] LaTeX Warning: Hyper reference `x_ext:result-interface-signals' on page 20 unde fined on input line 1686. LaTeX Warning: Reference `x_ext:result-interface-signals' on page 20 undefined on input line 1686. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1707. Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 \T1/qhv/m/n/10 tion LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1738. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1760. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1760. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1761. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1762. LaTeX Warning: Hyper reference `x_ext:result-packet-type' on page 20 undefined on input line 1766. LaTeX Warning: Reference `x_ext:result-packet-type' on page 20 undefined on inp ut line 1766. LaTeX Warning: Hyper reference `x_ext:hartid' on page 20 undefined on input lin e 1794. LaTeX Warning: Hyper reference `x_ext:id' on page 20 undefined on input line 18 04. Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 \T1/qtm/m/n/10 [X_RFW_WIDTH- LaTeX Warning: Hyper reference `x_ext:writeregflags' on page 20 undefined on in put line 1834. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1849. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1850. LaTeX Warning: Hyper reference `intro:term-CPU' on page 20 undefined on input l ine 1852. [20] LaTeX Warning: Hyper reference `intro:term-CPU' on page 21 undefined on input l ine 1857. LaTeX Warning: Hyper reference `intro:term-CPU' on page 21 undefined on input l ine 1858. LaTeX Warning: Hyper reference `intro:term-CPU' on page 21 undefined on input l ine 1869. LaTeX Warning: Hyper reference `intro:term-CPU' on page 21 undefined on input l ine 1873. LaTeX Warning: Hyper reference `intro:term-CPU' on page 21 undefined on input l ine 1886. [21] LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 1953. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 1953. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 1957. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 1973. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 1999. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 2004. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 2005. LaTeX Warning: Hyper reference `intro:term-CPU' on page 22 undefined on input l ine 2012. [22] [23] [24] Chapter 5. LaTeX Warning: Hyper reference `intro:term-CPU' on page 25 undefined on input l ine 2095. LaTeX Warning: Hyper reference `intro:term-CPU' on page 25 undefined on input l ine 2095. LaTeX Warning: Hyper reference `intro:term-CPU' on page 25 undefined on input l ine 2103. [25] LaTeX Warning: Hyper reference `intro:term-UVM' on page 26 undefined on input l ine 2109. [26] No file openhw-group-core-v-xif.ind. [27] (./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/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb> Output written on openhw-group-core-v-xif.pdf (31 pages, 277388 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 12 undefined on input line 634 Citation `intro:risc-v-priv' on page 12 undefined on input line 636 Citation `intro:risc-v-priv' on page 15 undefined on input line 1025 Citation `intro:risc-v-priv' on page 6 undefined on input line 187 Citation `intro:risc-v-unpriv' on page 11 undefined on input line 583 Citation `intro:risc-v-unpriv' on page 11 undefined on input line 621 Citation `intro:risc-v-unpriv' on page 6 undefined on input line 187 Reference `x_ext:commit-interface-signals' on page 18 undefined on input line 1508 Reference `x_ext:commit-packet-type' on page 18 undefined on input line 1570 Reference `x_ext:compressed-interface-signals' on page 14 undefined on input line 789 Reference `x_ext:compressed-request-type' on page 14 undefined on input line 875 Reference `x_ext:compressed-response-type' on page 15 undefined on input line 946 Reference `x_ext:issue-interface-signals' on page 15 undefined on input line 1032 Reference `x_ext:issue-request-type' on page 15 undefined on input line 1118 Reference `x_ext:issue-response-type' on page 16 undefined on input line 1195 Reference `x_ext:register-interface-signals' on page 17 undefined on input line 1318 Reference `x_ext:register-type' on page 17 undefined on input line 1391 Reference `x_ext:result-interface-signals' on page 20 undefined on input line 1686 Reference `x_ext:result-packet-type' on page 20 undefined on input line 1766 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 (13 entries accepted, 0 rejected). Sorting entries....done (45 comparisons). Generating output file openhw-group-core-v-xif.ind....done (49 lines written, 0 warnings). Output 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.2-dev.23.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.2- dev.23.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>] [2] Chapter 2. [3] [4] Chapter 3. [5] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [6] [7] [8] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 323--325 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 338--340 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 351--353 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 368--370 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 385--388 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 385--388 \T1/qtm/m/n/10 (1..2^MXLEN)| Underfull \hbox (badness 10000) in paragraph at lines 400--403 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 431--433 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 446--448 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 460--462 []|\T1/qtm/m/n/10 int un-signed [9] Underfull \hbox (badness 10000) in paragraph at lines 516--518 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 516--518 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- Underfull \hbox (badness 10000) in paragraph at lines 556--558 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [10] [11] [12] [13] Underfull \hbox (badness 10000) in paragraph at lines 808--811 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 808--811 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 817--819 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 830--832 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 847--849 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 860--862 []|\T1/qtm/m/n/10 x_compressed_resp_t| [14] Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1082--1086 \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 [15] [16] Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 1435--1437 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 \T1/qtm/m/n/10 [X_RFR_WIDTH- Underfull \hbox (badness 7667) in paragraph at lines 1460--1462 []\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 [17] Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1610--1613 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n [18] [19] Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 \T1/qtm/m/n/10 [X_RFW_WIDTH- [20] [21] [22] [23] [24] Chapter 5. [25] [26] (./openhw-group-core-v-xif.ind [27] [28] [29]) (./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'. ) (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/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb> Output written on openhw-group-core-v-xif.pdf (33 pages, 291626 bytes). Transcript written on openhw-group-core-v-xif.log. Latexmk: Index file 'openhw-group-core-v-xif.idx' was written Latexmk: References changed. 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.aux' 'openhw-group-core-v-xif.out' '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.2-dev.23.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.2- dev.23.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>] [2] Chapter 2. [3] [4] Chapter 3. [5] (/usr/share/texmf/tex/latex/tex-gyre/ts1qtm.fd) [6] [7] [8] Chapter 4. Underfull \hbox (badness 10000) in paragraph at lines 323--325 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 338--340 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 351--353 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 368--370 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 385--388 []|\T1/qtm/m/n/10 int un-signed Overfull \hbox (3.43674pt too wide) in paragraph at lines 385--388 \T1/qtm/m/n/10 (1..2^MXLEN)| Underfull \hbox (badness 10000) in paragraph at lines 400--403 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 431--433 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 446--448 []|\T1/qtm/m/n/10 int un-signed Underfull \hbox (badness 10000) in paragraph at lines 460--462 []|\T1/qtm/m/n/10 int un-signed [9] Underfull \hbox (badness 10000) in paragraph at lines 516--518 []|\T1/qtm/m/n/10 logic Overfull \hbox (2.71349pt too wide) in paragraph at lines 516--518 \T1/qtm/m/n/10 [X_NUM_RS+X_DUALREAD- Underfull \hbox (badness 10000) in paragraph at lines 556--558 []|\T1/qtm/m/n/10 logic [X_HARTID_WIDTH- [10] [11] [12] [13] Underfull \hbox (badness 10000) in paragraph at lines 808--811 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 808--811 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 817--819 []|\T1/txtt/m/n/10 compressed_valid| Overfull \hbox (2.04875pt too wide) in paragraph at lines 830--832 []|\T1/txtt/m/n/10 compressed_ready| Overfull \hbox (0.809pt too wide) in paragraph at lines 847--849 []|\T1/qtm/m/n/10 x_compressed_req_t| Overfull \hbox (4.699pt too wide) in paragraph at lines 860--862 []|\T1/qtm/m/n/10 x_compressed_resp_t| [14] Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1051--1054 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1082--1086 \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 [15] [16] Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1337--1340 \T1/qhv/m/n/10 tion Overfull \hbox (2.04875pt too wide) in paragraph at lines 1435--1437 []|\T1/txtt/m/n/10 rs[X_NUM_RS[]1:0]| Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1438--1440 \T1/qtm/m/n/10 [X_RFR_WIDTH- Underfull \hbox (badness 7667) in paragraph at lines 1460--1462 []\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 [17] Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1527--1530 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1610--1613 []|\T1/qtm/m/n/10 Iden-ti-fi-ca-tion of the of-floaded in-struc-tion. Valid whe n [18] [19] Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 []|\T1/qhv/m/n/10 Di-rec- Underfull \hbox (badness 10000) in paragraph at lines 1705--1708 \T1/qhv/m/n/10 tion Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 []|\T1/qtm/m/n/10 logic Underfull \hbox (badness 10000) in paragraph at lines 1813--1815 \T1/qtm/m/n/10 [X_RFW_WIDTH- [20] [21] [22] [23] [24] Chapter 5. [25] [26] (./openhw-group-core-v-xif.ind [27] [28] [29]) (./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/texlive/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb> Output written on openhw-group-core-v-xif.pdf (33 pages, 291781 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