Skip to content

Commit

Permalink
Add project logo
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Rajtar <[email protected]>
  • Loading branch information
wrajtar committed Nov 27, 2024
1 parent e3903f3 commit b18a889
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<picture>
<!-- User prefers light mode: -->
<source srcset="docs/source/img/VeeR-logo-black-rgb.png" media="(prefers-color-scheme: light)"/>

<!-- User prefers dark mode: -->
<source srcset="/docs/source/img/VeeR-logo-white-rgb.png" media="(prefers-color-scheme: dark)"/>

<!-- User has no color preference: -->
<img src="/docs/source/img/VeeR-logo-black-rgb.png"/>
</picture>

# VeeR EL2 RISC-V Core

This repository contains the VeeR EL2 RISC-V Core design RTL.
Expand Down
Binary file added docs/source/img/VeeR-logo-black-rgb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/img/VeeR-logo-white-rgb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/source/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

**Revision:** 1.4 December 22, 2022

![Logo](img/logo.png)
![CHIPS Alliance logo](img/logo.png)
![VeeR project logo](img/VeeR-logo-white-rgb.png)

```
SPDX-License-Identifier: Apache-2.0 Copyright © 2022 CHIPS Alliance.
Expand Down

0 comments on commit b18a889

Please sign in to comment.