From ec004039a7b95b96cb6f486a82b861797fbe4077 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 19 Dec 2018 17:17:25 +0000 Subject: [PATCH] setup: update pyvcd dependency, for var_type="string". --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3312c1b..87df66b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/setup.py b/setup.py index b1b27a9..74dd99a 100644 --- a/setup.py +++ b/setup.py @@ -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/", -- 2.30.2