mirror of
https://github.com/olofk/serv.git
synced 2025-04-18 19:14:53 -04:00
Add Subservient documentation
Some checks failed
Run compliance test suite / RISC-V Compliance Test (push) Has been cancelled
Formal verification / Run RISCV-formal verification suite (push) Has been cancelled
Run linter / Linter (push) Has been cancelled
Build GDS using OpenLANE and sky130 PDK / build-openlane-sky130 (push) Has been cancelled
Some checks failed
Run compliance test suite / RISC-V Compliance Test (push) Has been cancelled
Formal verification / Run RISCV-formal verification suite (push) Has been cancelled
Run linter / Linter (push) Has been cancelled
Build GDS using OpenLANE and sky130 PDK / build-openlane-sky130 (push) Has been cancelled
This commit is contained in:
parent
1b06ae6033
commit
de4c3b44ee
4 changed files with 11 additions and 1 deletions
|
@ -28,7 +28,6 @@ author = 'Olof Kindgren'
|
|||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autosectionlabel',
|
||||
'sphinxcontrib.wavedrom'
|
||||
]
|
||||
|
||||
|
|
|
@ -9,3 +9,4 @@ Welcome to the reservoir, a pool of ready-made designs and subsystems for differ
|
|||
.. include:: servile.rst
|
||||
.. include:: serving.rst
|
||||
.. include:: servant.rst
|
||||
.. include:: subservient.rst
|
||||
|
|
BIN
doc/subservient.png
Normal file
BIN
doc/subservient.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
10
doc/subservient.rst
Normal file
10
doc/subservient.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
Subservient : SERV ASIC macro
|
||||
=============================
|
||||
|
||||
.. figure:: subservient.png
|
||||
|
||||
Subservient ASIC macro
|
||||
|
||||
`Subservient <https://github.com/olofk/subservient>`_ is a minimal reference system that just requires connecting one single-port SRAM for data, instructions and RF. It is intended to make ASIC integration easier.
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue