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

Additional methods for cyclic register generation #5

Open
bobbinth opened this issue Feb 27, 2020 · 0 comments
Open

Additional methods for cyclic register generation #5

bobbinth opened this issue Feb 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@bobbinth
Copy link
Contributor

Right now, 3 methods are available for specifying values for cyclic registers:

  1. Explicit list of values
  2. prng expression
  3. power expression

A few other methods would enable succinct definition of more elaborate value patterns:

  1. Patterned expressions, for example; (repeat 1 4) (repeat 0 4) instead of 1 1 1 1 0 0 0 0
  2. Function calls where repeated invocation of a function would define the sequence of values.
    a. This can be expanded into generating values for multiple registers at the same time.
    b. This can potentially replace power expression - though, maybe having a simple way to generate a power sequence is still a good idea.
@bobbinth bobbinth added the enhancement New feature or request label Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant