Skip to content

Commit

Permalink
Revert "Switch to mainline pyverilog"
Browse files Browse the repository at this point in the history
This reverts commit 5d3125f.

This commit adds back requirements.txt so we can point to our forked
version of pyverilog.
  • Loading branch information
Rajsekhar Setaluri committed Oct 25, 2019
1 parent 314578d commit fefd0a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -30,7 +30,8 @@ install:

- pip install twine
- pip install python-coveralls
- pip install pytest-cov pytest-codestyle
- pip install pytest-cov pytest-codestyle fault
- pip install --ignore-installed -r requirements.txt
- pip install -e .
after_success:
- coveralls
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -117,6 +117,7 @@ $ cd magma

Install magma as a symbolic package
```
$ pip install -r requirements.txt
$ pip install -e .
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
@@ -0,0 +1 @@
-e git+git://github.com/leonardt/Pyverilog.git@add-nd-arrays#egg=pyverilog
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
"astor",
"six",
"mako",
"pyverilog",
# "pyverilog",
"numpy",
"graphviz",
"coreir>=2.0.*",
Expand Down

0 comments on commit fefd0a5

Please sign in to comment.