1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-05 15:34:38 +00:00

Clarify immdec and fix doc formatting

This commit is contained in:
Olof Kindgren
2020-12-30 14:31:07 +01:00
parent ca1a07f684
commit 89bf09922a
2 changed files with 2 additions and 10 deletions

View File

@@ -4,24 +4,16 @@
contain the root `toctree` directive.
SERV user manual
================================
================
.. toctree::
:maxdepth: 2
:caption: Contents:
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Modules
-------
SERV is a bit-serial CPU which means that the internal datapath is one bit wide. :ref:`dataflow` show the internal dataflow. For each instructions, data is read from the register file or the immediate fields of the instruction word and the result of the operation is stored back into the register file. Reading and writing memory is handled through the memory interface module.
SERV is a bit-serial CPU which means that the internal datapath is one bit wide. :ref:`dataflow` show the internal dataflow. For each instruction, data is read from the register file or the immediate fields of the instruction word and the result of the operation is stored back into the register file. Reading and writing memory is handled through the memory interface module.
.. _dataflow:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 59 KiB