Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 35853a9

Browse files
committed
Quick README fixes.
1 parent c7a591e commit 35853a9

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Table of Content:
1313
1. [Overview](#1-overview)
1414
2. [Download](#2-download)
1515
3. [Requirements](#3-requirements)
16-
4. [Dependencies](#4-dependencies)
16+
4. [Dependencies](#4-dependencies-optional)
1717
5. [Configuring PoC on a Local System (Stand Alone)](#5-configuring-poc-on-a-local-system-stand-alone)
1818
6. [Integrating PoC into Projects](#6-integrating-poc-into-projects)
1919
7. [Using PoC](#7-using-poc)
@@ -79,7 +79,7 @@ or Bash scripts, to hide some platform specifics of Windows or Linux. See the
7979
##### Common requirements:
8080

8181
- Programming languages and runtimes:
82-
- [Python 3][python] (≥ 3.4):
82+
- [Python 3][python] (≥ 3.5):
8383
- [colorama][colorama]
8484
- Synthesis tool chains:
8585
- Altera Quartus-II ≥ 13.0 or
@@ -100,11 +100,10 @@ or Bash scripts, to hide some platform specifics of Windows or Linux. See the
100100
[gtkwave]: http://gtkwave.sourceforge.net/
101101

102102
##### Linux specific requirements:
103-
104-
- Debian specific:
105-
- bash is configured as `/bin/sh` ([read more](https://wiki.debian.org/DashAsBinSh))
106-
`dpkg-reconfigure dash`
107-
103+
104+
- Some vendor scripts (e.g. Xilinx) assume a full `bash` behind `/bin/sh`:
105+
- [Debian](https://wiki.debian.org/DashAsBinSh)
106+
108107
##### Windows specific requirements:
109108

110109
- PowerShell 4.0 ([Windows Management Framework 4.0][wmf40])
@@ -117,7 +116,7 @@ or Bash scripts, to hide some platform specifics of Windows or Linux. See the
117116
[pscx]: http://pscx.codeplex.com/
118117

119118

120-
## 4 Dependencies
119+
## 4 Dependencies (optional)
121120

122121
**The PoC-Library** depends on:
123122

@@ -148,9 +147,13 @@ for more details.
148147
149148
Run the following command line instructions to configure PoC on your local system.
150149

150+
```bash
151+
cd <PoCRoot>
152+
./poc.sh configure
153+
```
151154
```PowerShell
152155
cd <PoCRoot>
153-
.\poc.ps1 --configure
156+
.\poc.ps1 configure
154157
```
155158

156159
**Note:** The configuration process can be re-run at every time to add, remove

0 commit comments

Comments
 (0)