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
yosys and for example amaranth add enum_base_type and enum_value_{value} to variables that used to be enums a la
yosys
amaranth
enum_base_type
enum_value_{value}
(* enum_base_type = "Port" *) (* enum_value_000 = "Local" *) (* enum_value_001 = "North" *) (* enum_value_010 = "South" *) (* enum_value_011 = "East" *) (* enum_value_100 = "West" *) (* src = "/data/projects/amaranth/amaranth/lib/stream.py:48" *) wire [2:0] result__payload;
The text was updated successfully, but these errors were encountered:
Thanks for filing this issue! Are you looking to have these enum attributes for debugging, or do they result in some behavioral difference downstream?
Sorry, something went wrong.
Only for debugging, mainly to get the names in the waveform viewer.
No branches or pull requests
yosys
and for exampleamaranth
addenum_base_type
andenum_value_{value}
to variables that used to be enums a laThe text was updated successfully, but these errors were encountered: