setup: update pyvcd dependency, for var_type="string".

This commit is contained in:
whitequark 2018-12-19 17:17:25 +00:00
parent 0f2c7e7161
commit 8cc900c4ef
2 changed files with 5 additions and 1 deletions

View file

@ -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
[yosys]: http://www.clifford.at/yosys/
### Installation
pip install git+https://github.com/m-labs/nmigen.git
### Introduction
TBD

View file

@ -14,7 +14,7 @@ setup(
description="Python toolbox for building complex digital hardware",
#long_description="""TODO""",
license="BSD",
install_requires=["pyvcd", "bitarray"],
install_requires=["pyvcd>=0.1.4", "bitarray"],
packages=find_packages(),
project_urls={
#"Documentation": "https://glasgow.readthedocs.io/",