We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If 2 identical enum fields are declared in the XML, there will be 2 different enumerated types generated.
Proposed solution is to only declare an enumerated type, if there are no identical enum declared already. Should be easy to implement.
The text was updated successfully, but these errors were encountered:
Added a duplicate enum typ def. refs #1
2a8d22f
Fixes issue #1 for the vhdl generation. Still need a fix for the syst…
c12d079
…emverilog generation.
Merge pull request #1 from oddball/master
d6b9437
doc: the latest ipxact2c was missing in the header
Merge pull request #1 from wolfgang-blaszczyk/master
2dd3bd9
Update ipxact2hdlCommon.py
No branches or pull requests
If 2 identical enum fields are declared in the XML, there will be 2 different enumerated types generated.
Proposed solution is to only declare an enumerated type, if there are no identical enum declared already. Should be easy to implement.
The text was updated successfully, but these errors were encountered: