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.21 |
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-rocm-gitAUR, 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 (19)
- 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-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
1 2 3 4 5 6 Next › Last »
thasti commented on 2024-05-31 09:14 (UTC)
Many thanks @thotypous. Sorry for the delay in processing this, I integrated your suggestion.
thotypous commented on 2024-05-09 13:12 (UTC) (edited on 2024-05-12 22:46 (UTC) by thotypous)
The package does not build since yesterday because
echo-abc-rev
target does not exist anymore.Now abc is handled as a git submodule. Therefore,
prepare()
function should be replaced by:ln
command should be removed from thebuild()
function, i.e. it should be replaced by:Forty-Bot commented on 2022-08-03 22:37 (UTC)
Please change
ln -s
toln -sf
when creating the link to abc. This prevents the errorwhen rebuilding.
thasti commented on 2022-07-22 20:35 (UTC)
@xiretza: Done, thanks for the hint!
xiretza commented on 2022-07-22 10:38 (UTC)
Can you change the
url=
to https://yosyshq.net/yosys/? The old domain is dead(named).xiretza commented on 2022-01-06 19:56 (UTC)
@widlarizer: This is the Arch user repository. Of course nobody can stop you from using it on another distribution, but if you're requesting support from the volunteer maintainers around here, please have the decency to be upfront about being on an unsupported system.
widlarizer commented on 2022-01-06 11:32 (UTC)
I apologize, all my issues turned out to have nothing to do with the PKGBUILD. I didn't have base-devel because of Manjaro. Object files are deleted at the start of the build as the Makefile compiler detection step does that deliberately. And enabling max jobs in MAKEFLAGS should be correctly done in makepkg.conf. Thank you for maintaining this package
thasti commented on 2022-01-05 05:49 (UTC)
bison and flex are included in base-devel, which are a general prerequisite for AUR packages [1], [2].
I'm not sure about your comment regarding the deletion of object files. This does not happen in the PKGBUILD (i.e. if it happens, it does so in the upstream build system).
[1] https://wiki.archlinux.org/title/Arch_User_Repository [2] https://archlinux.org/groups/x86_64/base-devel/
widlarizer commented on 2022-01-05 00:12 (UTC) (edited on 2022-01-05 00:18 (UTC) by widlarizer)
bison and flex are missing from build-time dependencies.
Furthermore, it deletes object files, which is not the PKGBUILD's job, but the user's choice to cleanbuild, if I am not mistaken
EDIT: wait, is this building object files in a single thread?
thasti commented on 2020-10-20 17:43 (UTC)
Added, sorry for missing that earlier!
1 2 3 4 5 6 Next › Last »