Skip to content

Commit

Permalink
Switch to mainline pyverilog
Browse files Browse the repository at this point in the history
Closes #375

The changes required from our fork have been merged into master
  • Loading branch information
leonardt committed Apr 4, 2019
1 parent 1a0f153 commit 5d3125f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,6 @@ before_install:
install:
- pip install python-coveralls
- pip install pytest-cov pytest-codestyle fault
- pip install -r requirements.txt
- pip install -e .
after_success:
- coveralls
Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -104,8 +104,6 @@ $ sudo apt-get install python3 python3-pip
## User Setup
Magma is available as a pip package, install the lastest release with:
```
# Install forked version of pyverilog with basic system verilog support
pip install git+git://github.com/leonardt/Pyverilog.git#egg=pyverilog
pip install magma-lang
```

Expand All @@ -118,7 +116,6 @@ $ cd magma

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

Expand Down
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@
"astor",
"six",
"mako",
# "pyverilog",
"pyverilog",
"numpy",
"graphviz",
"coreir>=1.0.*",
Expand Down

0 comments on commit 5d3125f

Please sign in to comment.