From adfe0afcfb735aa059098c712f5176ba87b1d527 Mon Sep 17 00:00:00 2001 From: Martin Zabel Date: Fri, 13 May 2016 20:17:53 +0200 Subject: [PATCH] Shield urls for master. Fixed commands in tb/README. --- README.md | 4 ++-- tb/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe76e103..90fc0e51 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # The PoC-Library -[![Python Infrastructure tested by Landscape.io](https://landscape.io/github/VLSI-EDA/PoC/release/landscape.svg?style=flat)](https://landscape.io/github/VLSI-EDA/PoC/release) -[![Build Status by Travis-CI](https://travis-ci.org/VLSI-EDA/PoC.svg?branch=release)](https://travis-ci.org/VLSI-EDA/PoC) +[![Python Infrastructure tested by Landscape.io](https://landscape.io/github/VLSI-EDA/PoC/master/landscape.svg?style=flat)](https://landscape.io/github/VLSI-EDA/PoC/master) +[![Build Status by Travis-CI](https://travis-ci.org/VLSI-EDA/PoC.svg?branch=master)](https://travis-ci.org/VLSI-EDA/PoC) [![Join the chat at https://gitter.im/VLSI-EDA/PoC](https://badges.gitter.im/VLSI-EDA/PoC.svg)](https://gitter.im/VLSI-EDA/PoC?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ![Latest tag](https://img.shields.io/github/tag/VLSI-EDA/PoC.svg?style=flat) [![Latest release](https://img.shields.io/github/release/VLSI-EDA/PoC.svg?style=flat)](https://github.com/VLSI-EDA/PoC/releases) diff --git a/tb/README.md b/tb/README.md index 689a2fd1..a2bec0a7 100644 --- a/tb/README.md +++ b/tb/README.md @@ -55,7 +55,7 @@ identified by an unique name: `PoC.arith.prng`, which is passed to the testbench ```Bash cd -.\poc.ps1 isim PoC.arith.prng +./poc.sh isim PoC.arith.prng ``` The CLI option switch `isim` chooses *ISE Simulator* (iSim) as the simulator and passes the module name as parameter