[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
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/",