Callisto.Opts module

Callisto.Opts.make_ugnMethod
a tuplmake_ugn(beta0, gear, latency, theta0_at_src,  wm2_at_src, theta0_at_dst)

Compute the value for the UGN of a particular link, given

  • beta0: the initial occupancy of the elastic buffer at the destination
  • gear: the gear ratio of the link, that is the number of frames sent per source clock tick
  • latency: the time taken for a frame to traverse the link
  • theta0_at_src: the value of the clock phase at time 0 at the source end of the link
  • wm2_at_src: the clock frequency at the source end of the link for times < 0
  • theta0_at_dst: the value of the clock phase at time 0 at the destination end of the link
source

Index