Skip to content

Commit

Permalink
Modified the toctree
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanSapriza committed Sep 27, 2023
1 parent 73877db commit 5746a8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
18 changes: 16 additions & 2 deletions docs/source/DMA.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@ During this transaction
* The process went on until the the last byte (letter `L`) is sent to the SPI.


<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-wp8o{border-color:#000000;text-align:center;vertical-align:top}
</style>
<table class="tg">
<thead>
<tr>
Expand Down Expand Up @@ -370,8 +378,14 @@ During this transaction
<td class="tg-wp8o">F</td>
</tr>
<tr>
<td class="tg-wp8o" colspan="4">...</td>
<td class="tg-wp8o" colspan="4">...</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
<td class="tg-wp8o">.</td>
</tr>
</thead>
</table>
Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
X-HEEP - testing 2 -
======
X-HEEP - testing 3 -
=====================

``X-HEEP`` (eXtendable Heterogeneous Energy-Efficient Platform) is a RISC-V microcontroller described in SystemVerilog that can be configured to target small and tiny platforms as well as extended to support accelerators.
The cool thing about X-HEEP is that we provide a simple customizable MCU, so CPUs, common peripherals, memories, etc. so that you can extend it with your own accelerator without modifying the MCU, but just instantiating it in your design.
Expand Down Expand Up @@ -61,6 +61,6 @@ We simulated our design with dedicated test applications storing the switching a


.. toctree::
:maxdepth: 2
:maxdepth: 1

DMA.md

0 comments on commit 5746a8a

Please sign in to comment.