
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  (100 bits)
 - output out (100 bits)

The module should reverse the bit ordering of the input and write to the
output.

