dspatch icon indicating copy to clipboard operation
dspatch copied to clipboard

Implement delay line component

Open denxxjkee opened this issue 1 year ago • 0 comments

Hi!

How to implement a delay line component with single thread and no autotick. We are simulate digital logic with explicitly call Tick() only on input values change. Is where a canonical way? Maybe use timer, FIFO or somewhere else?

  -----      ---------------------        -----
|   A  | --> |   Delay (seconds)  |  --> |  C  |
  -----      ---------------------        -----

denxxjkee avatar Oct 15 '24 06:10 denxxjkee