-
Notifications
You must be signed in to change notification settings - Fork 46
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
GHDL not available on aarch64 platforms #674
Comments
So I neglected to include the architecture in the environment report but if you're on an Apple Silicon Mac: GHDL is only supported on x86-64 platforms because that's what the Ada compiler supports for Nix, unfortunately. Also, upstream does not release for aarch64 on either Mac OR Linux:
Fortunately, if you have Rosetta installed, there's a workaround. You may type Can you confirm if you're on Apple Silicon? |
Yes, Running on Apple Silicon. After running |
If the oss-cad-suite builds for macOS/aarch64 I think I may be able to monkey-patch their shared object to work with Nix. I'll look into it. |
All right, thanks ! |
Description
When trying to use a VHDL source with the
--flow VHDLClassic
argument, I get the following Yosys error :Expected Behavior
GHDL plugin should be loaded with Yosys.
Environment report
Reproduction material
config.json
Led.vhd
(GitHub doesn't allow me to upload the file directly) :Relevant log output
The text was updated successfully, but these errors were encountered: