Skip to content

Commit 2362776

Browse files
committed
README
1 parent 400f2a0 commit 2362776

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
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/shtaxxx/Pyverilog.git; cd pycoram; ln -s ../Pyverilog/pyverilog'
34+
- Otherwise, install from github into this package: 'cd Pycoram; git clone https://github.com/PyHDI/Pyverilog.git; cd pycoram; 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)
@@ -179,5 +179,5 @@ Not yet.
179179
Related Project
180180
==============================
181181

182-
[Pyverilog](https://github.com/Pyverilog/Pyverilog)
182+
[Pyverilog](https://github.com/PyHDI/Pyverilog)
183183
- Python-based Hardware Design Processing Toolkit for Verilog HDL

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Requirements
3636
- Install from pip: 'pip install pyverilog' for Python2.7 or 'pip3
3737
install pyverilog' for Python3
3838
- Otherwise, install from github into this package: 'cd Pycoram; git
39-
clone https://github.com/shtaxxx/Pyverilog.git; cd pycoram; ln -s
39+
clone https://github.com/PyHDI/Pyverilog.git; cd pycoram; ln -s
4040
../Pyverilog/pyverilog'
4141

4242
- Jinja2 (2.7 or later)
@@ -195,5 +195,5 @@ Not yet.
195195
Related Project
196196
===============
197197

198-
`Pyverilog <https://github.com/shtaxxx/Pyverilog>`__ - Python-based
198+
`Pyverilog <https://github.com/PyHDI/Pyverilog>`__ - Python-based
199199
Hardware Design Processing Toolkit for Verilog HDL

0 commit comments

Comments
 (0)