Skip to content

Commit

Permalink
add links to litex core (#96)
Browse files Browse the repository at this point in the history
and make it clear docs are split into 2
  • Loading branch information
mattvenn authored May 9, 2022
1 parent d882f42 commit 44a83f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Introduction

The Efabless Caravel chip is a ready-to-use test harness for creating designs with the Google/Skywater 130nm Open PDK.
The Caravel harness comprises of base functions supporting IO, power and configuration as well as drop-in modules for a
management soc core, and an approximately 2.8mm x 2.8mm open project area for the placement of user IP blocks.
management SoC core, and an approximately 3000um x 3600um open project area for the placement of user IP blocks.

.. figure:: _static/caravel_floorplan.jpg
:name: caravel_floorplan
Expand All @@ -32,9 +32,10 @@ management soc core, and an approximately 2.8mm x 2.8mm open project area for th

Caravel floorplan

|
This documentation focuses on the IO, protection and housekeeping blocks.
The management core SoC has its own [documentation here](https://caravel-mgmt-soc-litex.readthedocs.io/en/latest/)

The Github Repo could be found here: https://github.com/efabless/caravel/
The Caravel Github repository can be found here: https://github.com/efabless/caravel/

The documentation contains the following chapters:

Expand All @@ -51,7 +52,7 @@ The documentation contains the following chapters:
* :doc:`uart` describes the UART interface,
* :doc:`spi` describes the SPI configuration,
* :doc:`counter-timers` describes two counter/timers blocks,
* :doc:`irq` describes the interrups,
* :doc:`irq` describes the interrupts,
* :doc:`sram` describes management and storage area SRAM,
* :doc:`programming` shows how to get started with programming on Caravel chip,
* :doc:`memory-mapped-io-summary` lists the memory mapped I/O registers by address,
Expand Down

0 comments on commit 44a83f9

Please sign in to comment.