| .. 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 |
| --> |
| |
| CIIC Harness |
| ============ |
| |
| |License| |Documentation Status| |Build Status| |
| |
| A template SoC for Google SKY130 free shuttles. It is still WIP. The |
| current SoC architecture is given below. |
| |
| .. raw:: html |
| |
| <p align="center"> |
| <img src="/docs/source/_static/ciic_harness.png" width="75%" height="75%"> |
| </p> |
| |
| Datasheet and detailed documentation exists here: |
| https://caravel-harness.readthedocs.io/en/develop/ |
| |
| .. 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 |