Skip to content

Commit 202d82f

Browse files
committed
README
1 parent f00aab3 commit 202d82f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4142
Installation
@@ -167,5 +168,5 @@ Not yet.
167168
Related 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

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4851
Installation
4952
============
@@ -180,5 +183,5 @@ Not yet.
180183
Related Project
181184
===============
182185

183-
`Pyverilog <http://shtaxxx.github.io/Pyverilog/>`__ - Python-based
186+
`Pyverilog <https://github.com/shtaxxx/Pyverilog>`__ - Python-based
184187
Hardware Design Processing Toolkit for Verilog HDL

0 commit comments

Comments
 (0)