
module TopModule (
  input clk,
  input j,
  input k,
  input areset,
  output out
);
