Skip to content

Commit

Permalink
Shield urls for master. Fixed commands in tb/README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabeltud committed May 13, 2016
1 parent e1e3eec commit adfe0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ identified by an unique name: `PoC.arith.prng`, which is passed to the testbench
```Bash
cd <PoCRoot>
.\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
Expand Down

0 comments on commit adfe0af

Please sign in to comment.