Skip to content

Commit f4a01bf

Browse files
committed
pyverilog version
1 parent 6dc564b commit f4a01bf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Install on your python environment by using pip:
6868

6969
pip install jinja2
7070

71-
- Pyverilog: 1.0.7 or later
71+
- Pyverilog: 1.0.8 or later
7272

7373
Install from pip (or download and install from GitHub):
7474

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Install on your python environment by using pip:
7676

7777
pip install jinja2
7878

79-
- Pyverilog: 1.0.7 or later
79+
- Pyverilog: 1.0.8 or later
8080

8181
Install from pip (or download and install from GitHub):
8282

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(filename):
2121
url='https://github.com/PyHDI/veriloggen',
2222
packages=find_packages(),
2323
#package_data={ 'path' : ['*.*'], },
24-
install_requires=[ 'pyverilog>=1.0.7', 'ipgen>=0.2.1', 'Jinja2>=2.8' ],
24+
install_requires=[ 'pyverilog>=1.0.8', 'ipgen>=0.2.1', 'Jinja2>=2.8' ],
2525
extras_require={
2626
'graph' : [ 'pygraphviz>=1.3.1' ],
2727
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],

0 commit comments

Comments
 (0)