Verification Academy
Reverse order of byte array on integer granularity
SystemVerilog
endianness-swap
,
Streaming-Operator
,
SystemVerilog
dave_59
December 3, 2023, 4:40pm
2
In reply to
robert.schilling
:
Yes, the streaming operator can do this:
my_array= {<<32{my_array}};
show post in topic