Go to file
marwaneltoukhy dbf80923b2 remove unwanted line 2023-01-22 12:58:34 +02:00
.githooks misc: scripts to prevent & fix bad mag paths 2022-10-18 04:51:32 -07:00
.github/workflows Update auto-update-caravel-lite.yml 2022-11-16 23:43:07 -08:00
.travisCI add documentation 2021-12-17 11:55:08 -08:00
def Update Openlane views 2022-10-27 09:53:45 -07:00
docs Update ECO.rst 2022-11-11 19:34:12 +02:00
gds Delete caravan-signoff+io.gds.gz 2022-11-11 19:34:47 +02:00
lef added views for caravel and caravan and fixed lvs in power routing 2022-10-28 15:23:00 -07:00
mag removed mgmt_core_wrapper_orig.mag old file 2022-11-11 10:20:53 -08:00
maglef fixed absolute paths in mag files and removed mgmt_core_wrapper_orig.mag file 2022-11-11 10:19:14 -08:00
openlane add sky130_ef_sc_hd__decap_12-stub.v for gpio_signal_buffering* blocks for openlane 2022-11-01 19:25:01 +02:00
scripts Final LVS run reports for caravel and caravan top levels, showing LVS 2022-11-11 15:40:08 -05:00
signoff remove pt signoff reports from main due to size 2022-11-19 14:29:21 -08:00
spi/lvs abstract caravan.spice 2022-11-22 10:47:05 -08:00
verilog Merge pull request #391 from efabless/fix_housekeeping_serial_fsm 2023-01-05 22:19:18 -08:00
xschem Final LVS run reports for caravel and caravan top levels, showing LVS 2022-11-11 15:40:08 -05:00
.gitignore - update gpio_control_block config (#57) 2022-04-08 09:27:51 -07:00
.readthedocs.yml add documentation 2021-12-17 11:55:08 -08:00
.travis.yml add documentation 2021-12-17 11:55:08 -08:00
LICENSE Create LICENSE 2021-12-15 23:53:39 -08:00
Makefile remove unwanted line 2023-01-22 12:58:34 +02:00
README.rst Quick fix to a layout route for DRC (#84) 2022-04-22 15:10:31 -07:00
README.src.rst add documentation 2021-12-17 11:55:08 -08:00
manifest Apply automatic changes to Manifest and README.rst 2022-11-20 12:36:48 +00:00

README.src.rst

.. raw:: html

   <!---
   # SPDX-FileCopyrightText: 2020 Efabless Corporation
   #
   # Licensed under the Apache License, Version 2.0 (the "License");
   # you may not use this file except in compliance with the License.
   # You may obtain a copy of the License at
   #
   #      http://www.apache.org/licenses/LICENSE-2.0
   #
   # Unless required by applicable law or agreed to in writing, software
   # distributed under the License is distributed on an "AS IS" BASIS,
   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   # See the License for the specific language governing permissions and
   # limitations under the License.
   #
   # SPDX-License-Identifier: Apache-2.0
   -->

Caravel Harness
===============

|License| |Documentation Status| |Build Status|

.. note::

   Documentation for this project is being updated to reflect the changes
   for the new redesigned version of Caravel.

Table of contents
=================

-  `Overview <#overview>`__
-  `Caravel Architecture <#caravel-architecture>`__
-  `Quick Start for User Projects  <#quick-start-for-user-projects>`__

   - `Digital User Project <#digital-user-project>`__
   - `Analog User Project <#analog-user-project>`__

-  `Required Directory Structure <#required-directory-structure>`__
-  `Additional Material <#additional-material>`__

Overview
========

Caravel is a template SoC for Efabless Open MPW and chipIgnite shuttles based on the Sky130 node from SkyWater Technologies. The
current SoC architecture is given below.

.. image:: docs/source/_static/caravel_block_diagram.jpg
    :align: center

Datasheet and detailed documentation exist `here <https://caravel-harness.readthedocs.io/>`__

.. include:: docs/source/getting-started.rst

.. |License| image:: https://img.shields.io/github/license/efabless/caravel
   :alt: GitHub license - Apache 2.0
   :target: https://github.com/efabless/caravel
.. |Documentation Status| image:: https://readthedocs.org/projects/caravel-harness/badge/?version=latest
   :alt: ReadTheDocs Badge - https://caravel-harness.rtfd.io
   :target: https://caravel-harness.readthedocs.io/en/latest/?badge=latest
.. |Build Status| image:: https://travis-ci.com/efabless/caravel.svg?branch=master
   :alt: Travis Badge - https://travis-ci.org/efabless/caravel
   :target: https://travis-ci.com/efabless/caravel