File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,19 @@ You can create your own design analyzer, code translator and code generator of V
2929Software 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
4547This software includes various tools for Verilog HDL design.
You can’t perform that action at this time.
0 commit comments