Skip to content

Commit 259f008

Browse files
committed
README
1 parent a209fd3 commit 259f008

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@ You can create your own design analyzer, code translator and code generator of V
2929
Software Requirements
3030
------------------------------
3131

32-
* Python (2.7 and 3.3 or later)
33-
* Graphviz and Pygraphviz (Python3 does not support)
34-
- graphgen.py in controlflow and controlflow.py in controlflow (without --nograph option) use Pygraphviz with Python 2.7.
35-
- If you do not use graphgen.py and controlflow.py without --nograph option, Python 3 is OK.
36-
* Jinja2 (2.7 or later)
37-
- pip3 install jinja2
32+
* Python (2.7, 3.3 or later)
3833
* Icarus Verilog (0.9.6 or later)
39-
- apt-get install iverilog
34+
- vparser.preprocessor.py uses 'iverilog -E' command insted of the preprocessor
35+
- 'apt-get install iverilog'
36+
* Graphviz and Pygraphviz (Python3 does not support Pygraphviz)
37+
- graphgen.py in dataflow and controlflow.py in controlflow (without --nograph option) use Pygraphviz with Python 2.7.
38+
- If you do not use graphgen.py and controlflow.py (without --nograph) option, Python 3 is OK.
39+
* Jinja2 (2.7 or later)
40+
- ast\_code\_generator requires jinja2 module
41+
- 'pip3 install jinja2'
4042

4143

42-
Functions
44+
Tools
4345
------------------------------
4446

4547
This software includes various tools for Verilog HDL design.

0 commit comments

Comments
 (0)