setup: update pyvcd dependency, for var_type="string".
This commit is contained in:
parent
0f2c7e7161
commit
8cc900c4ef
|
@ -19,6 +19,10 @@ nMigen is designed for Python 3.6 and newer. nMigen's Verilog backend depends on
|
||||||
[migen]: https://m-labs.hk/migen
|
[migen]: https://m-labs.hk/migen
|
||||||
[yosys]: http://www.clifford.at/yosys/
|
[yosys]: http://www.clifford.at/yosys/
|
||||||
|
|
||||||
|
### Installation
|
||||||
|
|
||||||
|
pip install git+https://github.com/m-labs/nmigen.git
|
||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setup(
|
||||||
description="Python toolbox for building complex digital hardware",
|
description="Python toolbox for building complex digital hardware",
|
||||||
#long_description="""TODO""",
|
#long_description="""TODO""",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
install_requires=["pyvcd", "bitarray"],
|
install_requires=["pyvcd>=0.1.4", "bitarray"],
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
project_urls={
|
project_urls={
|
||||||
#"Documentation": "https://glasgow.readthedocs.io/",
|
#"Documentation": "https://glasgow.readthedocs.io/",
|
||||||
|
|
Loading…
Reference in a new issue