
I would like you to implement a module named TopModule with the following
interface. All input and output ports are one bit unless otherwise
specified.

 - input  in  (32 bits)
 - output out (32 bits)

The module should reverse the byte order of a 32-bit vector.

