Skip to content
LIBRARY
ClockOutput.md

ClockOutput

While it conveys no value, because every connector must have a clock associated with it, instantiation of this connector always instantiates a new clock. This allows allows us to pass a clock (and only the clock) out of a component.

Usage

Dyad.ClockOutput()

Source

dyad
"""
While it conveys no value, because every connector must
have a clock associated with it, instantiation of this
connector always instantiates a new clock.  This allows
allows us to pass a clock (and only the clock) out of a
component.
"""
connector ClockOutput
  # This connector is empty by design
end
  • Examples

  • Experiments

  • Analyses

  • Tests