1 2 3 4 5 6 7 8 9 10 11 12 13 14
6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a 6931479b657a
"""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}