module clock_seconde
  

endmodule

///////////////////////////////////////
module top(

fdiv     fdiv(.f50m(clk),.f1(clk1));           
fdiv_ms  fdiv_ms(.f50m(clk),.f2(clk2));        
  
  
endmodule