Search Criteria
Package Details: yosys-git 0.41+111.r13563.a84e4f44f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/yosys-git.git (read-only, click to copy) |
---|---|
Package Base: | yosys-git |
Description: | A framework for RTL synthesis |
Upstream URL: | https://yosyshq.net/yosys/ |
Keywords: | fpga |
Licenses: | custom:ISC |
Conflicts: | yosys |
Provides: | yosys |
Submitter: | sebo |
Maintainer: | thasti |
Last Packager: | thasti |
Votes: | 18 |
Popularity: | 0.049035 |
First Submitted: | 2015-10-05 19:00 (UTC) |
Last Updated: | 2024-05-31 09:13 (UTC) |
Dependencies (11)
- boost-libs
- libffi (libffi-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- tcl (tcl-fossilAUR, tcl84AUR)
- boost (boost-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- mercurial (mercurial-hgAUR, mercurial-stable-hgAUR) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (check)
- iverilog (iverilog-gitAUR) (check)
- graphviz (optional) – Schematics display support
- xdot (xdot-gitAUR) (optional) – Design netlist display support
Required by (20)
- act-expropt-git (requires yosys)
- f4pga-arch-defs-nightly-bin-toolchain (requires yosys)
- ghdl-yosys-plugin-git (requires yosys)
- icesugar-git (requires yosys)
- icesugar-nano-git (requires yosys)
- icesugar-pro-git (requires yosys)
- lsoracle-git (requires yosys)
- python-amaranth (requires yosys) (check)
- python-amaranth-git (requires yosys) (check)
- python-amaranth0.4.5 (requires yosys) (check)
- python-glasgow-git (requires yosys)
- python-litex (requires yosys) (check)
- python-sphinxcontrib-hdl-diagrams (requires yosys)
- python-teroshdl (requires yosys)
- qflow (requires yosys)
- qflow-git (requires yosys)
- silice-git (requires yosys)
- symbiyosys-git (requires yosys)
- v2x-git (requires yosys)
- yosys-f4pga-plugins-git (requires yosys)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
ignilux commented on 2020-05-19 15:31 (UTC)
I'm having issues building this from Pamac in a fresh install of Manjaro. Mirrors and package databases are up to date, and the build will consistently fail at the same point. This happens from both the UI and from command line. The failure is in the form of an immediate reboot with no warning or delay, with seemingly nothing wrong once logged back in.
Unfortunately neither
journalctl
nor the Pamac log seem to have any information that might be helpful, but I did happen to notice that the last few lines printed to the screen are something like:I'd be happy to provide more information if anyone can guide me on how to produce it, and I'd appreciate any and all help I can get.
thasti commented on 2020-05-05 16:24 (UTC)
Thanks for making me aware xiretza, incorporated and also updated the upstream URL for the yosys repo to point to YosysHQ.
xiretza commented on 2020-05-05 15:43 (UTC)
yosys now uses a vendored fork of ABC, so the source needs to be changed to https://github.com/YosysHQ/abc.
marzoul commented on 2020-03-19 22:32 (UTC)
@xiretza The patch is working good, should be worth adding it to the PKGBUILD. Thanks !
xiretza commented on 2020-03-19 21:39 (UTC) (edited on 2020-03-19 21:47 (UTC) by xiretza)
@marzoul: this happens because the
Makefile.conf
is left over from a previous build; the yosys Makefile doesn't handle this possibility forecho-*-rev
targets and prints the information anyway. A quick fix is to add amake config-clean
in prepare(). If you want to avoid these kinds of problems entirely in the future, consider building packages in a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chrootEdit: here's a patch https://gitlab.com/snippets/1955014
marzoul commented on 2020-03-19 21:27 (UTC)
Hi, The package does not build, could you check ?
==> Starting prepare()... error: pathspec '[Makefile.conf] CONFIG := gcc [Makefile.conf] ENABLE_LIBYOSYS=1 [Makefile.conf] ENABLE_PYOSYS=1 ed90ce2' did not match any file(s) known to git ==> ERROR: A failure occurred in prepare().
thasti commented on 2020-01-06 21:12 (UTC)
I checked today and since the pull request has been accepted upstream, the PKGBUILD modification concerning BOOST_PYTHON_LIB is not required anymore.
xiretza commented on 2019-12-29 19:29 (UTC)
The package has some messed up paths (for example,
yosys-config --exec echo --cxxflags
contains-I/usr/local/share/yosys/include
), so here's a patch that fixes the make options (and additionally removes the python patch, which has become unnecessary):pdlloyd commented on 2019-11-26 17:00 (UTC)
It looks like @grahamedgecombe's PR has been approved and is just waiting to be merged. I'm going to update the PKGBUILD with @vogelchr's fix for now and then revert back when upstream merges in the fix.
grahamedgecombe commented on 2019-11-19 21:53 (UTC)
I've submitted a pull request to fix this upstream: https://github.com/YosysHQ/yosys/pull/1504
« First ‹ Previous 1 2 3 4 5 6 Next › Last »