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

Multiplexer function and process unit #273

Open
5 tasks
ryukzak opened this issue Jan 21, 2024 · 0 comments
Open
5 tasks

Multiplexer function and process unit #273

ryukzak opened this issue Jan 21, 2024 · 0 comments

Comments

@ryukzak
Copy link
Owner

ryukzak commented Jan 21, 2024

We need to design:

  • Multiplexer function:
    • Multiplexer :: { inputs :: [I v], sel :: [I v], out :: O v }
  • Multiplexer PU for it. Here we have a lot of options on internal design, depends from the protocol (we need to start with simplest one). Few examples:
    • Load selector and save it -> Load inputs and save only selected input (can be an extended FRAM) -> output saved value.
    • Load inputs and save all of them, Load selector and save it, output value by selector. Loading sequence not restricted.
    • Combination of them, depends from scheduling.
    • Multiple functions at one time.
    • How many options we provide? Simplest -- two. But what about switch? Maybe, it should be a part of comporator PU?
  • support in lua frontend <, <=, ==, >=, >.
  • tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant