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

attempt at cleaning up CLIC parameter definitions #331

Closed
wants to merge 1 commit into from

Conversation

dansmathers
Copy link
Collaborator

No description provided.

Signed-off-by: Dan Smathers <dan.smathers@seagate.com>
@dansmathers
Copy link
Collaborator Author

maybe we should specify the parameters the same way as legal values are specified in https://github.com/riscv-software-src/riscv-config yaml files, e.g.
https://github.com/riscv-software-src/riscv-config/blob/master/docs/source/yaml-specs.rst

To represent the set {0, 1, 2, 3, 4, 5}

[0:5]

To represent the set {5, 10, 31}

[5, 10, 31]

To represent the set {2, 3, 4, 5, 10, 11, 12, 13, 50}

[2:5, 10:13, 50]

@kasanovic
Copy link
Contributor

Looks like several discrete updates - can we please split into separate PRs?

@dansmathers
Copy link
Collaborator Author

Closing due to pull #369

@dansmathers dansmathers closed this Feb 2, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants