Skip to content

Commit 166a895

Browse files
committed
update README
1 parent d3c13a9 commit 166a895

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![unit-test python](https://github.com/Var7600/VHDL-TestBench/actions/workflows/python-app.yml/badge.svg)](https://github.com/Var7600/VHDL-TestBench/actions/workflows/python-app.yml)
44
---
55

6-
A simple python script to generate a VHDL testbench template given an entity-architecture declaration passed as argument(s) file(s).
6+
**A python script to generate a VHDL testbench template given an entity-architecture declaration passed as file(s) argument(s).**
77

88
# Demo
99

@@ -20,7 +20,22 @@ https://github.com/Var7600/VHDL-TestBench/assets/77991946/c12ecadf-ef14-4735-a7e
2020

2121
- you can launch the script without a argument to see the Help and example of usages
2222

23-
```
23+
1. **Linux/MAC**
24+
25+
```bash
26+
> chmod +x testbench_generator.py
27+
> ./testbench_generator.py
28+
Usage: python3 testbench_generator.py [VHDL FILE]. . .
29+
30+
generate testbench template of VHDL FILE(s) to current working directory
31+
32+
Examples:
33+
python3 testbench_generator.py adder.vhdl mux.vhdl
34+
```
35+
36+
2. **Windows**
37+
38+
```bash
2439
> python3 testbench_generator.py
2540
Usage: python3 testbench_generator.py [VHDL FILE]. . .
2641

0 commit comments

Comments
 (0)