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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
msb is expanded BIT_WIDTH-1.
msb
BIT_WIDTH-1
always_comb { a = x[msb:8]; b = x[10:lsb]; // lsb is the same as 0 }
https://zenn.dev/link/comments/3c2690ece30111
The text was updated successfully, but these errors were encountered:
Add msb/lsb #9
9648b9e
No branches or pull requests
msb
is expandedBIT_WIDTH-1
.https://zenn.dev/link/comments/3c2690ece30111
The text was updated successfully, but these errors were encountered: