Research Article

VLSI Implementation of a Distributed Algorithm for Fault-Tolerant Clock Generation

Algorithm 1

Nonauthenticated algorithm for clock synchronization at node [36].
1: variables
2:  : integer  :=0
3: end variables
4: if   then //ready to start
5:  broadcast(TICK( ))
6: end if
7: if accepted the message(TICK( )) then //according to a selection/voting function
8: 
9: end if