From c3e9f17c3a013c7e99eff33c7e39f3d8f9799ab2 Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Wed, 2 Feb 2022 01:28:22 +0100 Subject: [PATCH 1/2] Use pjtrellis from YosysHQ nextpnr-ecp5 fails to build without this version now. --- project-trellis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project-trellis.rb b/project-trellis.rb index 7036fa0..d80c73a 100644 --- a/project-trellis.rb +++ b/project-trellis.rb @@ -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 From 696e293e4dfc5063b90e66f66c3af100194777ef Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Wed, 2 Feb 2022 01:30:33 +0100 Subject: [PATCH 2/2] Use nextpnr-ecp5 in README The old name is deprecated and brew emits warnings about this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8711513..986277d 100644 --- a/README.md +++ b/README.md @@ -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 ```