-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Killed:9 while trying to run GHDL Yosys plugin on darwin-arm64 #121
Comments
That's odd. I can source both the Can you try I'm just pulling these suggestions of out nowhere, btw. I'm about as "fresh" to this as it gets, but I did add the GHDL support for |
Hey, thanks for the reply. (OSS CAD Suite) ~/D/oss-cad-suite ❱ yosys -g -m ghdl
/----------------------------------------------------------------------------\
| yosys -- Yosys Open SYnthesis Suite |
| Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |
| Distributed under an ISC-like license, type "license" to see terms |
\----------------------------------------------------------------------------/
Yosys 0.44+60 (git sha1 0fc5812dc, aarch64-apple-darwin21.4-clang++ 14.0.0-1ubuntu1.1 -fPIC -O3)
fish: Job 1, 'yosys -g -m ghdl' terminated by signal SIGKILL (Forced quit)
(OSS CAD Suite) ~/D/oss-cad-suite 1.5s | 137 ❱ yosys
/----------------------------------------------------------------------------\
| yosys -- Yosys Open SYnthesis Suite |
| Copyright (C) 2012 - 2024 Claire Xenia Wolf <[email protected]> |
| Distributed under an ISC-like license, type "license" to see terms |
\----------------------------------------------------------------------------/
Yosys 0.44+60 (git sha1 0fc5812dc, aarch64-apple-darwin21.4-clang++ 14.0.0-1ubuntu1.1 -fPIC -O3)
yosys> plugin -i ghdl
fish: Job 1, 'yosys' terminated by signal SIGKILL (Forced quit)
(OSS CAD Suite) ~/D/oss-cad-suite 2.4s | 137 ❱ |
Hi, chiming in with the same issue, M1 iMac, MacOS 14.6.1, Yosys 0.44+71. |
Hah! Found my issue. Apparently it was a signature caching issue, even though I ran the activate script. I had yosys installed via Homebrew before, so it might have borked something in the signature caching inside MacOS. |
Nice catch @jtmaston, your solution fixed the problem for me as well! For context, I have not installed yosys from Homebrew, but I do have multiple versions of the |
Pretty much as description.
I have fresh darwin-arm64 binaries from the release page (version 2024-08-29), and I have also run the
./activate
script to remove the quarantine flags. I source the environment as described on the readme withsource path/to/oss-cad-suite/environment.fish
on my fish shell and as soon as I try to run the Yosys GHDL plugin (with something likeyosys -m ghdl
) the process gets immediately killed.If I use the darwin-x64 binaries everything works as expected.
My system is running on a Apple M1 Pro, on MacOS 14.6.1 .
The text was updated successfully, but these errors were encountered: