We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5a8c0 commit 44bba61Copy full SHA for 44bba61
README.md
@@ -49,7 +49,7 @@ Install on your python environment by using pip:
49
50
pip install jinja2
51
52
-- Pyverilog: 1.0.4 or later
+- Pyverilog: 1.0.6 or later
53
54
Install from pip (or download and install from GitHub):
55
setup.py
@@ -21,7 +21,7 @@ def read(filename):
21
url='https://github.com/PyHDI/veriloggen',
22
packages=find_packages(),
23
#package_data={ 'path' : ['*.*'], },
24
- install_requires=[ 'pyverilog>=1.0.5', 'Jinja2>=2.8' ],
+ install_requires=[ 'pyverilog>=1.0.6', 'Jinja2>=2.8' ],
25
extras_require={
26
'graph' : [ 'pygraphviz>=1.3.1' ],
27
'test' : [ 'pytest>=2.8.2', 'pytest-pythonpath>=0.7' ],
0 commit comments