Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/nmigen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f2c7e716132
Choose a base ref
...
head repository: m-labs/nmigen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8cc900c4ef02
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 19, 2018

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

    whitequark committed Dec 19, 2018
    Copy the full SHA
    8cc900c View commit details
Showing with 5 additions and 1 deletion.
  1. +4 −0 README.md
  2. +1 −1 setup.py
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
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/",