-
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
Yosys verilog reader enhancement request #412
Comments
@shakouri - I was actually talking about;
|
Thanks. If someone can tell me how to fix this error so I can try this plugin also that would be great!. |
@mithro Maybe the host is not a 64-bit Little Endian Linux? |
I am running on a mac m1 processor. Where should I get the plugin for it? |
You're running Linux on Mac M1, or MacOS / OSX? |
(In any case, if the plugin was not compiled from scratch, it will not work on ARM. If its MacOS -- ELF is not even the format that MacOS uses, MacOS uses dylib files). |
It is a MacOS using M1 processor. I have not been able to compile it from scratch, so I was trying to download it if the plugin exists for MacOS. |
Not yet unfortunately, current focus is Linux. We provide binaries for x86_64 and I am pretty sure you would be able to compile from scratch on ARM64 + Linux but we're currently not targetting MacOS. We do plan to change that long term but short term no other solution than to try to compile from sources and then fix any issues that occur. |
Is it possible to check if the three verilog cases work with UHDM plugin? |
I ran the cases through the plugin with following results:
Similar to 1., if you have an example of a tool that supports this please open an issue in the Surelog repository. |
I have opened a case in the Surelog repository: chipsalliance/Surelog#3371 |
Explicite set tarball as release download format
The yosys verilog reader is not able to parse verilog code that other synthesis tools are able to parse. sv2v plugin is not working either.
The text was updated successfully, but these errors were encountered: