1 2 3 4 5 6 7 8 9 10 11 12 13 14
45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695 45b12307c695
"""delay node outputs the input a fixed time later""" class DelayOps(Ops): def clocked(self, input, output, stateaccess): stateaccess.buffer class Delay(Node): def __init__(self): Node.__init__(self) def getnodeparams(self): return {'delay':State.Time}