Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ Installing a simple toolchain is as easy as running the following:

```
$ brew tap ktemkin/oss-fpga
$ brew install --HEAD project-trellis yosys nextpnr-trellis
$ brew install --HEAD project-trellis yosys nextpnr-ecp5
```
4 changes: 2 additions & 2 deletions project-trellis.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ProjectTrellis < Formula
desc "tools for documenting and working with ECP5 FPGA files"
homepage "https://github.com/SymbiFlow/prjtrellis"
head "https://github.com/SymbiFlow/prjtrellis.git"
homepage "https://github.com/YosysHQ/prjtrellis"
head "https://github.com/YosysHQ/prjtrellis.git"

depends_on "cmake" => :build
depends_on "boost-python3" => :build
Expand Down