add chipyard logo

This commit is contained in:
alonamid
2019-10-04 00:16:57 -07:00
parent a07a1d2b8a
commit 2f1e30daf7
4 changed files with 6 additions and 0 deletions

View File

@@ -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

1
docs/_static/images/chipyard-logo.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -121,6 +121,7 @@ html_sidebars = {
]
}
html_logo = ' _static/images/chipyard-logo.svg'
# -- Options for HTMLHelp output ------------------------------------------

View File

@@ -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.