-
Notifications
You must be signed in to change notification settings - Fork 78
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
Symbiflow-classroom: Array Initializers Do Not Work #263
Comments
@mithro @acomodi @tmichalak @mkurc-ant Would be interested in any feedback you can provide. |
Could you provide more details on which tool are you using and with what options? I verified that UHDM plugin for yosys correctly parses this declaration - it is present in UHDM and in Yosys AST. I tested this using both Surelog to create UHDM file and On the other hand, using this in original yosys' verilog frontend does cause a syntax error:
|
Using original Yosys frontend. |
Using the following timestamp and hash, the issue still exists. I've included a file that contains a list of the content/versions of the conda environment that we have. |
SYMBIFLOW-CLASSROOM-PROJECT
Using original Yosys frontend.
If SV code contains a legal array declaration and initialization like this:
a syntax error results. Arrays cannot be initialized this way with the tools (but it is legal SV and works with other tools).
The text was updated successfully, but these errors were encountered: