
process
begin
  wait until rising_edge(clk);
     count <= count + '1';
end process;