[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60429] [PATCH 0/5] gnu: yosys: Update to 0.24.
From: |
Simon South |
Subject: |
[bug#60429] [PATCH 0/5] gnu: yosys: Update to 0.24. |
Date: |
Fri, 30 Dec 2022 10:58:32 -0500 |
Here's a patch series that aims to improve the package for Yosys, a tool for
synthesizing Verilog RTL designs, by
- Updating the source-repository and home-page URLs to their current location;
- Updating the package definition to the modern style, using gexps and
search-input-file;
- Having Yosys use the "abc" executable from Guix's package rather than
creating and installing a duplicate copy;
- Explicitly propagating packages with executables Yosys invokes at runtime
rather than embedding store references in Yosys' code; and
- Updating Yosys to version 0.24.
I've tested building the package and its dependencies on x86-64 and AArch64
and everything seems okay[0]. Again, arachne-pnr fails to build in any case
and will need separate attention.
[0] Yosys' README.md file includes sample sessions useful for testing,
particularly whether external tools can be invoked via the "show" and
"abc" commands:
https://github.com/YosysHQ/yosys/blob/3ebc50d/README.md#getting-started
The files "fiedler-cooley.v" and "mycells.lib" are present in the source
tree.
--
Simon South
simon@simonsouth.net
Simon South (5):
gnu: yosys: Update source and home-page URLs.
gnu: yosys: Use new package style.
gnu: yosys: Use external abc.
gnu: yosys: Propagate external dependencies.
gnu: yosys: Update to 0.24.
gnu/packages/fpga.scm | 120 ++++++++++++++++--------------------------
1 file changed, 45 insertions(+), 75 deletions(-)
base-commit: 01762b7171f9afaf7ffa364f7926461bdebc903f
--
2.38.1
- [bug#60429] [PATCH 0/5] gnu: yosys: Update to 0.24.,
Simon South <=
- [bug#60429] [PATCH 1/5] gnu: yosys: Update source and home-page URLs., Simon South, 2022/12/30
- [bug#60429] [PATCH 3/5] gnu: yosys: Use external abc., Simon South, 2022/12/30
- [bug#60429] [PATCH 4/5] gnu: yosys: Propagate external dependencies., Simon South, 2022/12/30
- [bug#60429] [PATCH 2/5] gnu: yosys: Use new package style., Simon South, 2022/12/30
- [bug#60429] [PATCH 5/5] gnu: yosys: Update to 0.24., Simon South, 2022/12/30