File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ Requirements
2929==============================
3030
3131* Python (2.7 or later, 3.3 or later)
32-
3332* Pyverilog (Python-based Verilog HDL Design Processing Toolkit)
3433 - Install from pip: 'pip install pyverilog' for Python2.7 or 'pip3 install pyverilog' for Python3
3534 - Otherwise, install from github into this package: 'cd Pycoram; git clone https://github.com/shtaxxx/Pyverilog.git ; cd pycoram; ln -s ../Pyverilog/pyverilog'
3635* Jinja2 (2.7 or later)
3736 - The code generator uses Jinja2 template engine.
3837 - 'pip install jinja2' (for Python 2.x) or 'pip3 install jinja2' (for Python 3.x)
38+ * Icarus Verilog (0.9.6 or later)
39+ - 'iverilog -E' command is used for preprocessing Verilog source code in Pyverilog.
3940
4041
4142Installation
@@ -167,5 +168,5 @@ Not yet.
167168Related Project
168169==============================
169170
170- [ Pyverilog] ( http ://shtaxxx. github.io/Pyverilog/ )
171+ [ Pyverilog] ( https ://github.com/shtaxxx/Pyverilog )
171172- Python-based Hardware Design Processing Toolkit for Verilog HDL
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ Requirements
3131============
3232
3333- Python (2.7 or later, 3.3 or later)
34-
3534- Pyverilog (Python-based Verilog HDL Design Processing Toolkit)
3635
3736 - Install from pip: 'pip install pyverilog' for Python2.7 or 'pip3
@@ -44,6 +43,10 @@ Requirements
4443- The code generator uses Jinja2 template engine.
4544- 'pip install jinja2' (for Python 2.x) or 'pip3 install jinja2' (for
4645 Python 3.x)
46+ - Icarus Verilog (0.9.6 or later)
47+
48+ - 'iverilog -E' command is used for preprocessing Verilog source
49+ code in Pyverilog.
4750
4851Installation
4952============
@@ -180,5 +183,5 @@ Not yet.
180183Related Project
181184===============
182185
183- `Pyverilog <http ://shtaxxx. github.io/Pyverilog/ >`__ - Python-based
186+ `Pyverilog <https ://github.com/shtaxxx/Pyverilog >`__ - Python-based
184187Hardware Design Processing Toolkit for Verilog HDL
You can’t perform that action at this time.
0 commit comments