Skip to content

Commit de09caa

Browse files
committed
No IPgen required
1 parent 18df97c commit de09caa

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ sudo apt install iverilog
7070
- pytest: 3.2 or later
7171
- pytest-pythonpath: 0.7 or later
7272
- Pyverilog: 1.1.3 or later
73-
- IPgen: 1.0.1 or later
7473

7574
```
7675
pip3 install jinja2 pytest pytest-pythonpath pyverilog ipgen

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Requirements
7575
- pytest: 3.2 or later
7676
- pytest-pythonpath: 0.7 or later
7777
- Pyverilog: 1.1.3 or later
78-
- IPgen: 1.0.1 or later
7978

8079
::
8180

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(filename):
2323
packages=find_packages(),
2424
package_data={'veriloggen.utils': ['VERSION'],
2525
'veriloggen.simulation': ['*.cpp'], },
26-
install_requires=['pyverilog>=1.1.3', 'ipgen>=1.0.1', 'Jinja2>=2.10'],
26+
install_requires=['pyverilog>=1.1.3', 'Jinja2>=2.10'],
2727
extras_require={
2828
'graph': ['pygraphviz>=1.3.1'],
2929
'test': ['pytest>=3.2', 'pytest-pythonpath>=0.7'],

0 commit comments

Comments
 (0)