Skip to content

Commit 365d68f

Browse files
committed
Errors in README are removed.
1 parent fbdc882 commit 365d68f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Requirements
3131
* Python (2.7 or later, 3.3 or later)
3232
* Pyverilog (Python-based Verilog HDL Design Processing Toolkit)
3333
- Install from pip: 'pip install pyverilog' for Python2.7 or 'pip3 install pyverilog' for Python3
34-
- Otherwise, install from github into this package: 'cd Pycoram; git clone https://github.com/PyHDI/Pyverilog.git; cd pycoram; ln -s ../Pyverilog/pyverilog'
34+
- Otherwise, download and install from github into this package: 'cd veriloggen; git clone https://github.com/PyHDI/Pyverilog.git; cd veriloggen; ln -s ../Pyverilog/pyverilog'
3535
* Jinja2 (2.7 or later)
3636
- The code generator (in Pyverilog) uses Jinja2 template engine.
3737
- 'pip install jinja2' (for Python 2.x) or 'pip3 install jinja2' (for Python 3.x)

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Requirements
3535

3636
- Install from pip: 'pip install pyverilog' for Python2.7 or 'pip3
3737
install pyverilog' for Python3
38-
- Otherwise, install from github into this package: 'cd Pycoram; git
39-
clone https://github.com/PyHDI/Pyverilog.git; cd pycoram; ln -s
40-
../Pyverilog/pyverilog'
38+
- Otherwise, download and install from github into this package: 'cd
39+
veriloggen; git clone https://github.com/PyHDI/Pyverilog.git; cd
40+
veriloggen; ln -s ../Pyverilog/pyverilog'
4141

4242
- Jinja2 (2.7 or later)
4343
- The code generator (in Pyverilog) uses Jinja2 template engine.

0 commit comments

Comments
 (0)