-
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
Typedef Enum Width Default to one bit #311
Comments
Same issue from earlier with a different fix. |
Thanks for reporting, I reproduced this and we'll look into it. |
This should be already fixed, please update the plugin to the newest version as described here to verify. |
We have re-tested this with the latest plugin and the design works now. However, we want fixes to be available to all users when they use the main install. I re-installed the tool-chain with the latest install instructions and this is not fixed without manually updating the plugin. |
FYI - @kgugala |
Hi @westonMS we are working on a conda_lock_update mechanism that is already used in arch-defs to update the versions of the packages in the conda environment. Basically we update the conda_lock.yml file using a dedicated GH workflow that opens PRs with the new versions. The conda_lock.yml is used as the conda environment YAML in the Makefile. We will let you know once we finish up and merge this PR. |
Using the Surelog parser, when initializing an enum, if a width is not set it defaults to one bit.
The bitstream is generated but is faulty.
Works:
Original does not work:
decrypt_rc4.zip
This was run with the
SURELOG_CMD='-parse -DSYNTHESIS' make
Error did not occur running with
make
The text was updated successfully, but these errors were encountered: