File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ 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 )
4
4
---
5
5
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).**
7
7
8
8
# Demo
9
9
@@ -20,7 +20,22 @@ https://github.com/Var7600/VHDL-TestBench/assets/77991946/c12ecadf-ef14-4735-a7e
20
20
21
21
- you can launch the script without a argument to see the Help and example of usages
22
22
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
24
39
> python3 testbench_generator.py
25
40
Usage: python3 testbench_generator.py [VHDL FILE]. . .
26
41
You can’t perform that action at this time.
0 commit comments