unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Gary Wong <gtw@gnu.org>
To: 68791@debbugs.gnu.org
Subject: [bug#68791] [PATCH 2/3] gnu: Add trellis.
Date: Mon, 29 Jan 2024 08:03:00 -0700	[thread overview]
Message-ID: <20240129150300.GA83843@flux.utah.edu> (raw)
In-Reply-To: <20240129042736.GA13188@flux.utah.edu>

* gnu/packages/fpga.scm (trellis): New variable.

Change-Id: I90a7c7c0994508a16193c5ae2b8659c1d32a3c33
---
 gnu/packages/fpga.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 99841fb6..b42a3503 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -619,3 +619,36 @@ (define-public openfpgaloader
 to an FPGA.")
     (home-page "https://f4pga.org/")
     (license license:asl2.0)))
+
+(define-public trellis
+  (package
+    (name "trellis")
+    (version "1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/YosysHQ/prjtrellis")
+             (commit version)
+             (recursive? #t))) ;for the database submodule
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0c3asdfrjmnc6q3vawn3nfghgg43iajwy2zb8kck9d3wrypbhlmc"))))
+    (inputs (list boost python))
+    (build-system cmake-build-system)
+    (arguments
+     (list
+      #:out-of-source? #f ;README: "unsupported when coupled with nextpnr"
+      #:tests? #f ;contains no test target
+      #:phases #~(modify-phases %standard-phases
+                   (add-before 'configure 'chdir-libtrellis
+                     (lambda* (#:key #:allow-other-keys)
+                       (chdir "libtrellis"))))))
+    (synopsis "Lattice ECP5 bitstream processing")
+    (description
+     "Project Trellis enables a fully open-source flow for ECP5
+FPGAs using Yosys for Verilog synthesis and nextpnr for place and
+route.  Project Trellis itself provides the device database and tools
+for bitstream creation.")
+    (license (list license:isc license:expat))
+    (home-page "https://github.com/YosysHQ/prjtrellis")))
-- 
2.41.0





  parent reply	other threads:[~2024-01-29 15:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29  4:27 [bug#68791] [PATCH 0/3] Patch series to add/update nextpnr-ecp5 + deps Gary Wong
2024-01-29 15:01 ` [bug#68791] [PATCH 1/3] gnu: yosys: Update to 0.37 Gary Wong
2024-01-29 15:03 ` Gary Wong [this message]
2024-01-29 15:03 ` [bug#68791] [PATCH 3/3] gnu: Add nextpnr-ecp5 Gary Wong
2024-03-23 14:39 ` [bug#68791] [PATCH 0/3] Patch series to add/update nextpnr-ecp5 + deps Gary Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240129150300.GA83843@flux.utah.edu \
    --to=gtw@gnu.org \
    --cc=68791@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).