
module TopModule (
  input [2:0] a,
  output reg [15:0] q
);
