hdlbits-Vector100r
Vector100r
Given a 100-bit input vector [99:0], reverse its bit ordering.
Hint
A for loop (in a combinational always block or generate block) would be useful here. I would prefer a combinational always block in this case because module instantiations (which require generate blocks) aren't needed.
solution
1 |
|
hdlbits-Vector100r
http://456-xiao.github.io/2024/08/25/hdlbits-Vector100r/