Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CVA6 Architecture overview Figure #1488

Merged
merged 3 commits into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/03_cva6_design/_static/ariane_overview.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/03_cva6_design/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ Scope and Purpose
The purpose of the core is to run a full OS at reasonable speed and IPC. To achieve the necessary speed the core features a 6-stage pipelined design. In order to increase the IPC the CPU features a scoreboard which should hide latency to the data RAM (cache) by issuing data-independent instructions.
The instruction RAM has (or L1 instruction cache) an access latency of 1 cycle on a hit, while accesses to the data RAM (or L1 data cache) have a longer latency of 3 cycles on a hit.

.. image:: _static/ariane_overview.png
.. image:: _static/ariane_overview.drawio.png
:alt: Ariane Block Diagram
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/04_cv32a6_design/source/cv32a6_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This document is not dedicated to CVA6 users looking for information to develop

The CVA6 architecture is illustrated in the following figure extracted from a paper written by F.Zaruba and L.Benini.

.. figure:: ../images/ariane_overview.png
.. figure:: ../images/ariane_overview.drawio.png
:name: CVA6 Architecute
:align: center
:alt:
Expand Down
Loading