Package Details: ghdl-yosys-plugin-git r219.5b64ccf-2

Git Clone URL: https://aur.archlinux.org/ghdl-yosys-plugin-git.git (read-only, click to copy)
Package Base: ghdl-yosys-plugin-git
Description: VHDL synthesis (based on ghdl and yosys)
Upstream URL: https://github.com/ghdl/ghdl-yosys-plugin
Keywords: electronics fpga
Licenses: GPL3
Conflicts: ghdl-yosys-plugin
Provides: ghdl-yosys-plugin
Submitter: xiretza
Maintainer: xiretza
Last Packager: xiretza
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-01 12:55 (UTC)
Last Updated: 2023-06-11 08:56 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

PeterWang-dev commented on 2023-04-13 09:29 (UTC)

Missing dependency boost

xiretza commented on 2022-04-09 10:42 (UTC)

Thanks, updated!

guygastineau commented on 2022-04-08 16:28 (UTC)

GitHub no longer allows the unauthenticated git protocol. I modified the PKGBUILD locally to use git over https with the following change:

-source=("git://github.com/ghdl/ghdl-yosys-plugin.git")
+source=("git+https://github.com/ghdl/ghdl-yosys-plugin.git")

eduardosm commented on 2021-03-13 17:27 (UTC)

@jamonterrell bison and flex are in base-devel, so they don't need to be listed as build dependencies.

xiretza commented on 2021-03-12 22:01 (UTC)

@jamonterrell: please provide logs, it builds fine in a clean chroot here.

jamonterrell commented on 2021-03-12 21:49 (UTC)

Seems to require bison and flex to build, but those aren't listed as dependencies.

xiretza commented on 2021-03-08 13:53 (UTC)

@eduardosm: rebuild your yosys-git so it links against python3.9.

eduardosm commented on 2021-03-08 13:45 (UTC) (edited on 2021-03-08 13:47 (UTC) by eduardosm)

Build is failing:

In file included from src/ghdl.cc:19:
/usr/share/yosys/include/kernel/yosys.h:71:10: fatal error: Python.h: No such file or directory
   71 | #include <Python.h>
      |          ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:25: ghdl.o] Error 1

Edit: Nevermind, I have to rebuild yosys against python3.9