Table of Contents


NAME

clock-pattern - generate a clock pattern of 1s and 0s (Decida Procedure)

USAGE

          clock-pattern length

ARGUMENTS

length length of the pattern

RESULTS

returns a string of 1s and 0s

EXAMPLE-CALL

            set pattern [clock_pattern 1024]

AUTHOR

Richard Booth

Table of Contents