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
struct packed
Currently, struct is transpiled to struct in SystemVerilog. How about to struct packed? Is there any usecase of unpacked struct?
struct
The text was updated successfully, but these errors were encountered:
I think it is better for RTL development that packed is default because a bit vector variable can be assigned to a packed struct variable directory.
packed
Sorry, something went wrong.
I think so too.
Add packed to struct #118
434879b
No branches or pull requests
Currently,
struct
is transpiled tostruct
in SystemVerilog.How about to
struct packed
?Is there any usecase of unpacked struct?
The text was updated successfully, but these errors were encountered: