From 0c045815d24fc1352cc1a463c1a1a4ba9ab5b02c Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Tue, 20 Nov 2018 15:51:17 -0800 Subject: [PATCH] Add python badge --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75f8cf75..f2ea440d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ # OpenRAM +[![Python 3.5](https://img.shields.io/badge/Python-3.5-green.svg)(https://www.python.org/) [![License: BSD 3-clause](./images/license_badge.svg)](./LICENSE) -Master: [![pipeline status](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/master/pipeline.svg?private_token=ynB6rSFLzvKUseoBPcwV)](https://github.com/VLSIDA/PrivateRAM/commits/master) -[![coverage](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/master/coverage.svg?job=coverage)] +Master: [![Pipeline Status](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/master/pipeline.svg?private_token=ynB6rSFLzvKUseoBPcwV)](https://github.com/VLSIDA/PrivateRAM/commits/master) +[![Coverage](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/master/coverage.svg?private_token=ynB6rSFLzvKUseoBPcwV)] [![Download](images/download.svg)](https://github.com/VLSIDA/PrivateRAM/archive/master.zip) -Dev: [![pipeline status](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/dev/pipeline.svg?private_token=ynB6rSFLzvKUseoBPcwV)](https://github.com/VLSIDA/PrivateRAM/commits/dev) -[![coverage](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/dev/coverage.svg?job=coverage)] +Dev: [![Pipeline Status](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/dev/pipeline.svg?private_token=ynB6rSFLzvKUseoBPcwV)](https://github.com/VLSIDA/PrivateRAM/commits/dev) +[![Coverage](https://scone.soe.ucsc.edu:8888/mrg/PrivateRAM/badges/dev/coverage.svg?private_token=ynB6rSFLzvKUseoBPcwV)] [![Download](images/download.svg)](https://github.com/VLSIDA/PrivateRAM/archive/dev.zip) An open-source static random access memory (SRAM) compiler.