Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement delay line component #69

Open
denxxjkee opened this issue Oct 15, 2024 · 0 comments
Open

Implement delay line component #69

denxxjkee opened this issue Oct 15, 2024 · 0 comments

Comments

@denxxjkee
Copy link

denxxjkee commented Oct 15, 2024

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  |
  -----      ---------------------        -----
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant