From 2f1e30daf784a55be32019473a586eaae26a24b1 Mon Sep 17 00:00:00 2001 From: alonamid Date: Fri, 4 Oct 2019 00:16:57 -0700 Subject: [PATCH] add chipyard logo --- README.md | 2 ++ docs/_static/images/chipyard-logo.svg | 1 + docs/conf.py | 1 + docs/index.rst | 2 ++ 4 files changed, 6 insertions(+) create mode 100644 docs/_static/images/chipyard-logo.svg diff --git a/README.md b/README.md index fd6e723f..9181bbb0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![CHIPYARD](https://raw.githubusercontent.com/ucb-bar/chipyard/dev/docs/_static/images/chipyard_logo.svg?sanitize=true) + # Chipyard Framework [![CircleCI](https://circleci.com/gh/ucb-bar/chipyard/tree/master.svg?style=svg)](https://circleci.com/gh/ucb-bar/chipyard/tree/master) ## Using Chipyard diff --git a/docs/_static/images/chipyard-logo.svg b/docs/_static/images/chipyard-logo.svg new file mode 100644 index 00000000..3f9d3df6 --- /dev/null +++ b/docs/_static/images/chipyard-logo.svg @@ -0,0 +1 @@ +chipyard_sticker \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 200e0c1e..3f9feddf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -121,6 +121,7 @@ html_sidebars = { ] } +html_logo = ' _static/images/chipyard-logo.svg' # -- Options for HTMLHelp output ------------------------------------------ diff --git a/docs/index.rst b/docs/index.rst index 667f6ae2..dd7afe52 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,6 +6,8 @@ Welcome to Chipyard's documentation! ==================================== +.. image:: ./_static/images/chipyard-logo.svg + Chipyard is a a framework for designing and evaluating full-system hardware using agile teams. It is composed of a collection of tools and libraries designed to provide an intergration between open-source and commercial tools for the development of systems-on-chip. New to Chipyard? Jump to the :ref:`Chipyard Basics` page for more info.