Skip to content

Commit 44bba61

Browse files
committed
Required version of Pyverilog is updated (1.0.6 or later).
1 parent cd5a8c0 commit 44bba61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

5050
pip install jinja2
5151

52-
- Pyverilog: 1.0.4 or later
52+
- Pyverilog: 1.0.6 or later
5353

5454
Install from pip (or download and install from GitHub):
5555

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.5', 'Jinja2>=2.8' ],
24+
install_requires=[ 'pyverilog>=1.0.6', '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)