Skip to content

Commit adfe0af

Browse files
committed
Shield urls for master. Fixed commands in tb/README.
1 parent e1e3eec commit adfe0af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The PoC-Library
22

3-
[![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)
4-
[![Build Status by Travis-CI](https://travis-ci.org/VLSI-EDA/PoC.svg?branch=release)](https://travis-ci.org/VLSI-EDA/PoC)
3+
[![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)
4+
[![Build Status by Travis-CI](https://travis-ci.org/VLSI-EDA/PoC.svg?branch=master)](https://travis-ci.org/VLSI-EDA/PoC)
55
[![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)
66
![Latest tag](https://img.shields.io/github/tag/VLSI-EDA/PoC.svg?style=flat)
77
[![Latest release](https://img.shields.io/github/release/VLSI-EDA/PoC.svg?style=flat)](https://github.com/VLSI-EDA/PoC/releases)

tb/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ identified by an unique name: `PoC.arith.prng`, which is passed to the testbench
5555
5656
```Bash
5757
cd <PoCRoot>
58-
.\poc.ps1 isim PoC.arith.prng
58+
./poc.sh isim PoC.arith.prng
5959
```
6060
6161
The CLI option switch `isim` chooses *ISE Simulator* (iSim) as the simulator and passes the module name as parameter

0 commit comments

Comments
 (0)