Skip to content

Commit

Permalink
Merge pull request #737 from openhwgroup/dev
Browse files Browse the repository at this point in the history
Automatic PR dev->master
  • Loading branch information
davideschiavone authored Nov 7, 2022
2 parents 64e2a48 + 8fa19d7 commit 747c991
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx
sphinx-rtd-theme
sphinx_rtd_theme
recommonmark
sphinxcontrib-svg2pdfconverter
sphinx_github_changelog
12 changes: 8 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# -- Project information -----------------------------------------------------

project = u'CORE-V CV32E40P User Manual'
copyright = u'2020, OpenHW Group'
copyright = u'2022, OpenHW Group'
author = u'PULP Platform and OpenHW Group'

# The short X.Y version
Expand All @@ -59,6 +59,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.imgconverter',
'recommonmark',
'sphinxcontrib.inkscapeconverter',
'sphinx_github_changelog',
Expand Down Expand Up @@ -118,7 +119,7 @@
# 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 = []
html_static_path = ['_static']

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand All @@ -130,6 +131,9 @@
#
# html_sidebars = {}

html_css_files = [
'css/custom.css',
]

# -- Options for HTMLHelp output ---------------------------------------------

Expand Down Expand Up @@ -161,8 +165,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'CV32E40P_User_Manual.tex', u'CORE-V-Docs Documentation',
u'Davide Schiavone', 'manual'),
(master_doc, 'CV32E40P_User_Manual.tex', u'CV32E40P User Manual',
u'OpenHW Group', 'manual'),
]


Expand Down
2 changes: 0 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
OpenHW Group CV32E40P User Manual
=================================
Editor: **Davide Schiavone**
`[email protected] <mailto:[email protected]?subject=CV32E40P%20User%20Manual>`__

.. toctree::
:maxdepth: 3
Expand Down
20 changes: 8 additions & 12 deletions docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ A classification of the issues themselves:
+==============================+=======+========================================================================================+
| RTL Functional | 40 | A bug! |
+------------------------------+-------+----------------------------------------------------------------------------------------+
| RTL coding style | 4 | Linter issues, removing TODOs, removing `ifdefs, etc. |
| RTL coding style | 4 | Linter issues, removing TODOs, removing \`ifdefs, etc. |
+------------------------------+-------+----------------------------------------------------------------------------------------+
| Non-RTL functional | 1 | Issue related to behavioral tracer (not part of the core) |
+------------------------------+-------+----------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -273,7 +273,7 @@ Contents
History
-------

CV32E40P started its life as a fork of the OR10N CPU core based on the OpenRISC ISA. Then, under the name of RI5CY, it became a RISC-V core (2016), and it has been maintained by the PULP platform <https://pulp-platform.org> team until February 2020, when it has been contributed to OpenHW Group https://www.openhwgroup.org>.
CV32E40P started its life as a fork of the OR10N CPU core based on the OpenRISC ISA. Then, under the name of RI5CY, it became a RISC-V core (2016), and it has been maintained by the PULP platform <https://pulp-platform.org> team until February 2020, when it has been contributed to OpenHW Group https://www.openhwgroup.org.

As RI5CY has been used in several projects, a list of all the changes made by OpenHW Group since February 2020 follows:

Expand Down Expand Up @@ -332,18 +332,14 @@ References
Contributors
------------

| Andreas Traber
(`*[email protected]* <mailto:[email protected]>`__)
| Andreas Traber (`*[email protected]* <mailto:[email protected]>`__)
| Michael Gautschi (`*[email protected]* <mailto:[email protected]>`__)
| Pasquale Davide Schiavone (`*[email protected]* <mailto:[email protected]>`__)
Michael Gautschi
(`*[email protected]* <mailto:[email protected]>`__)
| Arjan Bink (`*[email protected]* <mailto:[email protected]>`__)
| Paul Zavalney (`*[email protected]* <mailto:[email protected]>`__)
Pasquale Davide Schiavone
(`*[email protected]* <mailto:[email protected]>`__)

Arjan Bink (`*[email protected]* <mailto:[email protected]>`__)

Paul Zavalney (`*[email protected]* <mailto:[email protected]>`__)
| Pascal Gouédo (`*[email protected]* <mailto:[email protected]>`__)
| Micrel Lab and Multitherman Lab
| University of Bologna, Italy
Expand Down
6 changes: 3 additions & 3 deletions docs/source/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
.. _pipeline-details:

Pipeline Details
================

.. figure:: ../images/CV32E40P_Pipeline.png
:name: cv32e40p-pipeline
:align: center

CV32E40P Pipeline

Pipeline Details
================

CV32E40P has a 4-stage in-order completion pipeline, the 4 stages are:

Instruction Fetch (IF)
Expand Down
1 change: 1 addition & 0 deletions docs/source/preface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ Changelog
=========

.. changelog::
:changelog-url: https://cv32e40p-user-manual.readthedocs.io/en/stable/#changelog
:github: https://github.com/openhwgroup/cv32e40p/releases/

0 comments on commit 747c991

Please sign in to comment.